rt/emul/mini/pom.xml
branchjavac
changeset 1313 f08854c7f8b1
parent 1288 8bf8753226bd
child 1323 5d2341f16b4f
     1.1 --- a/rt/emul/mini/pom.xml	Tue Sep 17 15:00:48 2013 +0200
     1.2 +++ b/rt/emul/mini/pom.xml	Sat Sep 28 02:03:14 2013 +0200
     1.3 @@ -35,9 +35,15 @@
     1.4                <artifactId>maven-compiler-plugin</artifactId>
     1.5                <version>2.5.1</version>
     1.6                <configuration>
     1.7 +                  <!-- XXX: Need because Throwable references PrintWriter, but
     1.8 +                     dangerous! We could easy compile against APIs that don't
     1.9 +                     exist. Should be replaced by ahead of compilation copying
    1.10 +                     of files that should really be visible on the classpath...
    1.11 +                     
    1.12                    <compilerArguments>
    1.13                        <bootclasspath>netbeans.ignore.jdk.bootsclasspath</bootclasspath>
    1.14                    </compilerArguments>
    1.15 +                  -->
    1.16                   <source>1.7</source>
    1.17                   <target>1.7</target>
    1.18                </configuration>