Update of /cvsroot/jrman/drafts
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv16144
Modified Files:
build.xml
Log Message:
Started working on SubdivisionMeshes.
Started migration to Java 5.
Index: build.xml
===================================================================
RCS file: /cvsroot/jrman/drafts/build.xml,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** build.xml 20 Feb 2007 18:14:02 -0000 1.25
--- build.xml 26 Feb 2007 15:25:14 -0000 1.26
***************
*** 27,31 ****
description="compile the source " >
<!-- Compile the java code from ${src} into ${build} -->
! <javac srcdir="${src}" destdir="${build}" source="1.4" target="1.4"
debug="on">
<classpath refid="project.class.path"/>
--- 27,31 ----
description="compile the source " >
<!-- Compile the java code from ${src} into ${build} -->
! <javac srcdir="${src}" destdir="${build}" source="1.5" target="1.5"
debug="on">
<classpath refid="project.class.path"/>
***************
*** 36,40 ****
description="generate documentation">
<!-- Generate the API documentation from ${src} into ${doc} -->
! <javadoc sourcepath="${src}" destdir="${doc}" source="1.4" />
</target>
--- 36,40 ----
description="generate documentation">
<!-- Generate the API documentation from ${src} into ${doc} -->
! <javadoc sourcepath="${src}" destdir="${doc}" source="1.5" />
</target>
|