forked from jasder/antlr
Allow specifying the bootclasspath by the bootclasspath.java5 and bootclasspath.java6 variables
This commit is contained in:
parent
0e91700678
commit
4a442562e6
6
pom.xml
6
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue