rt/vm8/pom.xml
changeset 1692 2f800fdc371e
parent 1684 3238bffeaf12
child 1694 615bae775606
     1.1 --- a/rt/vm8/pom.xml	Sat Sep 13 16:11:42 2014 +0200
     1.2 +++ b/rt/vm8/pom.xml	Sun Sep 14 19:27:44 2014 +0200
     1.3 @@ -18,6 +18,9 @@
     1.4                  <configuration>
     1.5                      <source>1.8</source>
     1.6                      <target>1.8</target>
     1.7 +                    <compilerArguments>
     1.8 +                        <bootclasspath>netbeans.ignore.jdk.bootclasspath</bootclasspath>
     1.9 +                    </compilerArguments>
    1.10                  </configuration>
    1.11              </plugin>
    1.12              <plugin>