Update of /cvsroot/bprocessor/kernel
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30799
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/kernel/build.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** build.xml 18 Oct 2005 08:16:01 -0000 1.2
--- build.xml 28 Apr 2006 11:29:02 -0000 1.3
***************
*** 90,94 ****
</xjc>
<javac srcdir="${build.dir}" destdir="${build.dir}" deprecation="yes"
! debug="yes"
includes="net/**">
<classpath>
--- 90,94 ----
</xjc>
<javac srcdir="${build.dir}" destdir="${build.dir}" deprecation="yes"
! debug="yes" target="1.2" source="1.3"
includes="net/**">
<classpath>
|