[Bprocessor-commit] model/src build.xml,1.5,1.6
Status: Pre-Alpha
Brought to you by:
henryml
From: Michael L. <he...@us...> - 2006-04-28 11:29:13
|
Update of /cvsroot/bprocessor/model/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31025/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/model/src/build.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** build.xml 23 Mar 2006 12:24:03 -0000 1.5 --- build.xml 28 Apr 2006 11:29:09 -0000 1.6 *************** *** 15,19 **** <target name="compile" depends="dep"> <javac srcdir="${src.dir}" destdir="${build.dir}" deprecation="yes" ! debug="yes" includes="net/**"> <classpath refid="build.path"/> --- 15,19 ---- <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"/> |