X-Git-Url: http://source.jalview.org/gitweb/?p=jalviewjs.git;a=blobdiff_plain;f=site%2Fj2s%2Fcom%2Fstevesoft%2Fpat%2Fpackage.js;h=7f67e056dd83c6ed858271f9b8629ad823cc7a20;hp=c28d225230d3b7dbf7d0ee9c05b93dd46944abd5;hb=b9b7a352eee79b7764c3b09c9d19663075061d8c;hpb=8ffd05b3abe52c0b6b79b011c0966361f82d5fe6 diff --git a/site/j2s/com/stevesoft/pat/package.js b/site/j2s/com/stevesoft/pat/package.js index c28d225..7f67e05 100644 --- a/site/j2s/com/stevesoft/pat/package.js +++ b/site/j2s/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 + "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"]);