Merge pull request #515 from broadinstitute/ks_picard_maven_update_svn

Updated picard build script to run svn up, removed usage of rt.jar
This commit is contained in:
kshakir 2014-02-13 23:32:56 +08:00
commit 238bf4e71d
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>