[google-gin] r281 committed - (Re-)adding target and source arguments to build.xml so built code rem...

12 views
Skip to first unread message

googl...@googlecode.com

unread,
Feb 19, 2014, 3:46:10 PM2/19/14
to googl...@googlegroups.com
Revision: 281
Author: aragos
Date: Wed Feb 19 20:45:52 2014 UTC
Log: (Re-)adding target and source arguments to build.xml so built
code remains backwards compatible (java 1.5)
http://code.google.com/p/google-gin/source/detail?r=281

Modified:
/trunk/build.xml

=======================================
--- /trunk/build.xml Thu Nov 21 02:51:21 2013 UTC
+++ /trunk/build.xml Wed Feb 19 20:45:52 2014 UTC
@@ -131,7 +131,7 @@

<target name="compile.production" description="Compile module gin;
production classes">
<mkdir dir="${gin.output.dir}"/>
- <javac destdir="${gin.output.dir}" debug="${compiler.debug}"
fork="true"
+ <javac destdir="${gin.output.dir}" debug="${compiler.debug}"
fork="true" target="1.5" source="1.5"
nowarn="${compiler.generate.no.warnings}"
memorymaximumsize="${compiler.max.memory}">
<compilerarg line="${compiler.args}"/>
<classpath refid="gin.classpath"/>
Reply all
Reply to author
Forward
0 new messages