peterreilly 2004/05/17 06:22:53 Modified: . Tag: ANT_16_BRANCH build.xml Log: sync Revision Changes Path No revision No revision 1.392.2.26 +5 -2 ant/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/ant/build.xml,v retrieving revision 1.392.2.25 retrieving revision 1.392.2.26 diff -u -r1.392.2.25 -r1.392.2.26 --- build.xml 27 Apr 2004 07:45:47 -0000 1.392.2.25 +++ build.xml 17 May 2004 13:22:52 -0000 1.392.2.26 @@ -48,7 +48,8 @@ <property name="chmod.maxparallel" value="250"/> <property name="deprecation" value="false"/> <property name="optimize" value="true"/> - <property name="javac.target" value="1.1"/> + <property name="javac.target" value="1.2"/> + <property name="javac.source" value="1.2"/> <property name="junit.fork" value="false"/> <property name="junit.filtertrace" value="off"/> <property name="junit.summary" value="no"/> @@ -603,6 +604,7 @@ debug="${debug}" deprecation="${deprecation}" target="${javac.target}" + source="${javac.source}" optimize="${optimize}" > <classpath refid="classpath"/> @@ -1353,6 +1355,7 @@ destdir="${build.tests}" debug="${debug}" target="${javac.target}" + source="${javac.source}" deprecation="${deprecation}" > <classpath refid="tests-classpath"/> @@ -1607,4 +1610,4 @@ description="--> creates a minimum distribution in ./dist" depends="dist-lite"/> -</project> \ No newline at end of file +</project>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]