forked from I2P_Developers/i2p.i2p
Build: Set Java 7 build target for all jars;
embedders (esp. Android) targetting 1.6 must set javac.version=1.6 in override.properties and set both bootclasspath variables.
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
<!-- only used if not set by a higher build.xml -->
|
||||
<property name="javac.compilerargs" value="" />
|
||||
<property name="javac.classpath" value="" />
|
||||
<property name="javac.version" value="1.6" />
|
||||
<property name="javac.version" value="1.7" />
|
||||
|
||||
<!-- fixups if we're using libintl.jar for GettextResource.java -->
|
||||
<condition property="source.exclude1" value="gnu/gettext/GettextResource.java" else="NOTHING" >
|
||||
|
||||
Reference in New Issue
Block a user