Update of /cvsroot/bprocessor/model
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31025
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/build.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** build.xml 23 Mar 2006 12:24:02 -0000 1.11
--- build.xml 28 Apr 2006 11:29:09 -0000 1.12
***************
*** 80,84 ****
</xjc>
<javac srcdir="${build.dir}" destdir="${build.dir}" deprecation="yes"
! debug="yes"
includes="net/**">
<classpath>
--- 80,84 ----
</xjc>
<javac srcdir="${build.dir}" destdir="${build.dir}" deprecation="yes"
! debug="yes" target="1.2" source="1.3"
includes="net/**">
<classpath>
|