Update of /cvsroot/bprocessor/build
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31116
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/build/build.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** build.xml 5 Apr 2006 14:13:59 -0000 1.16
--- build.xml 28 Apr 2006 11:29:16 -0000 1.17
***************
*** 3,7 ****
<target name="init">
<property name="project" value="bprocessor"/>
! <property name="version" value="M5"/>
<property name="script.dir" value="${basedir}/bin"/>
--- 3,7 ----
<target name="init">
<property name="project" value="bprocessor"/>
! <property name="version" value="M5-development"/>
<property name="script.dir" value="${basedir}/bin"/>
|