Removed use of rt.jar now that com.sun annotations are no longer used.

This commit is contained in:
Khalid Shakir 2014-02-13 12:16:26 +08:00
parent 7457fc2c6d
commit 78e492e17c
1 changed files with 0 additions and 7 deletions

View File

@ -205,13 +205,6 @@
<annotationProcessors>
<annotationProcessor>com.google.java.contract.core.apt.AnnotationProcessor</annotationProcessor>
</annotationProcessors>
<compilerArguments>
<!--
For com.sun.istack.internal. Because bootclasspath is set to include rt.jar, now jce.jar must be set for the Oracle only javax.crypto also.
TODO: This Sun internal tool usage needs to be removed ASAP!
-->
<bootclasspath>${java.home}/lib/rt.jar:${java.home}/lib/jce.jar</bootclasspath>
</compilerArguments>
</configuration>
<executions>
<execution>