rt/mojo/src/main/java/org/apidesign/bck2brwsr/mojo/AheadOfTime.java
changeset 1638 a84f511654ae
parent 1636 eb97a082741b
child 1694 615bae775606
     1.1 --- a/rt/mojo/src/main/java/org/apidesign/bck2brwsr/mojo/AheadOfTime.java	Wed Jun 25 22:50:33 2014 +0200
     1.2 +++ b/rt/mojo/src/main/java/org/apidesign/bck2brwsr/mojo/AheadOfTime.java	Thu Jun 26 07:42:54 2014 +0200
     1.3 @@ -101,9 +101,6 @@
     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");