[Bprocessor-commit] gl/src build.xml,1.1.1.1,1.2
Status: Pre-Alpha
Brought to you by:
henryml
From: Michael L. <he...@us...> - 2006-04-28 11:29:15
|
Update of /cvsroot/bprocessor/gl/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31081/src Modified Files: build.xml Log Message: Changed all build.xml files to compile using options -source 1.3 -target 1.2 to ensure that the compiled code can execute in 1.4.2 runtime environment Index: build.xml =================================================================== RCS file: /cvsroot/bprocessor/gl/src/build.xml,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** build.xml 14 Jul 2005 09:49:59 -0000 1.1.1.1 --- build.xml 28 Apr 2006 11:29:12 -0000 1.2 *************** *** 14,18 **** <target name="compile" depends="dep"> <javac srcdir="${src.dir}" destdir="${build.dir}" deprecation="yes" ! debug="yes" includes="net/**"> <classpath refid="build.path"/> --- 14,18 ---- <target name="compile" depends="dep"> <javac srcdir="${src.dir}" destdir="${build.dir}" deprecation="yes" ! debug="yes" target="1.2" source="1.3" includes="net/**"> <classpath refid="build.path"/> |