Allow specifying the bootclasspath by the bootclasspath.java5 and bootclasspath.java6 variables

This commit is contained in:
Sam Harwell 2012-12-07 14:43:13 -06:00
parent 0e91700678
commit 4a442562e6
1 changed files with 4 additions and 2 deletions

View File

@ -56,8 +56,10 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java5.home>${env.JAVA5_HOME}</java5.home>
<java6.home>${env.JAVA6_HOME}</java6.home>
<bootclasspath.compile>${java6.home}/lib/rt.jar</bootclasspath.compile>
<bootclasspath.testCompile>${java6.home}/lib/rt.jar</bootclasspath.testCompile>
<bootclasspath.java5>${java5.home}/lib/rt.jar</bootclasspath.java5>
<bootclasspath.java6>${java6.home}/lib/rt.jar</bootclasspath.java6>
<bootclasspath.compile>${bootclasspath.java6}</bootclasspath.compile>
<bootclasspath.testCompile>${bootclasspath.java6}</bootclasspath.testCompile>
</properties>
<issueManagement>