rt/mojo/src/main/java/org/apidesign/bck2brwsr/mojo/AheadOfTime.java
branchdefprop
changeset 1636 eb97a082741b
parent 1618 f62b42f0b751
child 1638 a84f511654ae
     1.1 --- a/rt/mojo/src/main/java/org/apidesign/bck2brwsr/mojo/AheadOfTime.java	Mon Jun 09 12:40:40 2014 +0200
     1.2 +++ b/rt/mojo/src/main/java/org/apidesign/bck2brwsr/mojo/AheadOfTime.java	Wed Jun 25 22:50:33 2014 +0200
     1.3 @@ -101,6 +101,9 @@
     1.4              if ("provided".equals(a.getScope())) {
     1.5                  continue;
     1.6              }
     1.7 +            if ("system".equals(a.getScope())) {
     1.8 +                continue;
     1.9 +            }
    1.10              File aot = new File(prj.getBuild().getDirectory(), classPathPrefix);
    1.11              aot.mkdirs();
    1.12              File js = new File(aot, n.substring(0, n.length() - 4) + ".js");