Continuation of commit 3bd4168
This commit is contained in:
parent
b99b81ff89
commit
e9a61bac3e
1 changed files with 1 additions and 1 deletions
|
@ -457,7 +457,7 @@ public class ModUtilities {
|
||||||
modValid = false;
|
modValid = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if ( innerPath.matches( "^.*(?:[.]xml[.]append|[.]append[.]xml|[.]xml|[.]txt)$" ) ) {
|
else if ( innerPath.matches( "^.*(?:[.]xml[.]append|[.]append[.]xml|[.]xml[.]rawappend|[.]rawappend[.]xml|[.]xml|[.]txt)$" ) ) {
|
||||||
boolean isTxt = innerPath.matches( "^.*(?:[.]txt)$" );
|
boolean isTxt = innerPath.matches( "^.*(?:[.]txt)$" );
|
||||||
boolean isXML = innerPath.matches( "^.*(?:[.]xml[.]append|[.]append[.]xml|[.]xml)$" );
|
boolean isXML = innerPath.matches( "^.*(?:[.]xml[.]append|[.]append[.]xml|[.]xml)$" );
|
||||||
boolean isXMLAppend = innerPath.matches( "^.*(?:[.]xml[.]append|[.]append[.]xml)$" );
|
boolean isXMLAppend = innerPath.matches( "^.*(?:[.]xml[.]append|[.]append[.]xml)$" );
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue