X-Git-Url: http://source.jalview.org/gitweb/?p=jalviewjs.git;a=blobdiff_plain;f=bin%2Fcom%2Fstevesoft%2Fpat%2Fpackage.js;h=1c96a941967be0d1f6df946a70aef0eec32cf08e;hp=c28d225230d3b7dbf7d0ee9c05b93dd46944abd5;hb=7301a2415adab88038b291fc54caeeb3a5a47a44;hpb=6154cb57a6eac3bb1344b8342495f5bb701ee921 diff --git a/bin/com/stevesoft/pat/package.js b/bin/com/stevesoft/pat/package.js index c28d225..1c96a94 100644 --- a/bin/com/stevesoft/pat/package.js +++ b/bin/com/stevesoft/pat/package.js @@ -1,34 +1,34 @@ -var path = ClazzLoader.getClasspathFor ("com.stevesoft.pat.package"); -path = path.substring (0, path.lastIndexOf ("package.js")); -ClazzLoader.jarClasspath (path + "Transformer.js", [ -"com.stevesoft.pat.Transformer", -"$.TransRepRule"]); -ClazzLoader.jarClasspath (path + "Replacer.js", [ -"com.stevesoft.pat.RegHolder", -"$.Replacer", -"$.CodeVal"]); -ClazzLoader.jarClasspath (path + "Regex.js", [ -"com.stevesoft.pat.UnicodeW", -"$.UnicodeCurrency", -"$.UnicodeAlpha", -"$.UnicodeUpper", -"$.NUnicodeCurrency", -"$.NUnicodeW", -"$.NUnicodeAlpha", -"$.UnicodeMath", -"$.UnicodeWhite", -"$.UnicodeDigit", -"$.NUnicodeMath", -"$.Regex", -"$.NUnicodeDigit", -"$.NUnicodeWhite", -"$.NUnicodePunct", -"$.UnicodePunct", -"$.UnicodeLower"]); -ClazzLoader.jarClasspath (path + "RegOpt.js", [ -"com.stevesoft.pat.Branch", -"$.RegOpt", -"$.FastChar"]); -ClazzLoader.jarClasspath (path + "Range.js", [ -"com.stevesoft.pat.BadRangeArgs", -"$.Range"]); +var path = ClazzLoader.getClasspathFor ("com.stevesoft.pat.package"); +path = path.substring (0, path.lastIndexOf ("package.js")); +ClazzLoader.jarClasspath (path + "Range.js", [ +"com.stevesoft.pat.BadRangeArgs", +"$.Range"]); +ClazzLoader.jarClasspath (path + "RegOpt.js", [ +"com.stevesoft.pat.Branch", +"$.RegOpt", +"$.FastChar"]); +ClazzLoader.jarClasspath (path + "Regex.js", [ +"com.stevesoft.pat.UnicodeW", +"$.UnicodeCurrency", +"$.UnicodeAlpha", +"$.UnicodeUpper", +"$.NUnicodeCurrency", +"$.NUnicodeW", +"$.NUnicodeAlpha", +"$.UnicodeMath", +"$.UnicodeWhite", +"$.UnicodeDigit", +"$.NUnicodeMath", +"$.Regex", +"$.NUnicodeDigit", +"$.NUnicodeWhite", +"$.NUnicodePunct", +"$.UnicodePunct", +"$.UnicodeLower"]); +ClazzLoader.jarClasspath (path + "Replacer.js", [ +"com.stevesoft.pat.RegHolder", +"$.Replacer", +"$.CodeVal"]); +ClazzLoader.jarClasspath (path + "Transformer.js", [ +"com.stevesoft.pat.Transformer", +"$.TransRepRule"]);