[Bprocessor-commit] model build.xml,1.16,1.17
Status: Pre-Alpha
Brought to you by:
henryml
From: rimestad <rim...@us...> - 2006-10-09 08:49:30
|
Update of /cvsroot/bprocessor/model In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv26457 Modified Files: build.xml Log Message: made changes to the schema so that subtypes get a type attribute that tell which type it represents so that several types can be stored as the same tag, require update of build.xml and Persistence.java as well Index: build.xml =================================================================== RCS file: /cvsroot/bprocessor/model/build.xml,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** build.xml 5 Sep 2006 12:52:09 -0000 1.16 --- build.xml 9 Oct 2006 08:49:20 -0000 1.17 *************** *** 100,104 **** target="${xml.dir}" package="net.sourceforge.bprocessor.model.xml"> ! <arg value="-nv"/> </xjc> <javac srcdir="${xml.dir}" destdir="${xml.dir}" deprecation="yes" --- 100,104 ---- target="${xml.dir}" package="net.sourceforge.bprocessor.model.xml"> ! <arg value="-extension"/> </xjc> <javac srcdir="${xml.dir}" destdir="${xml.dir}" deprecation="yes" *************** *** 110,118 **** </classpath> </javac> ! <delete> <fileset dir="${xml.dir}"> <include name="**/*.java"/> </fileset> ! </delete> <copy todir="${build.dir}"> <fileset dir="${xml.dir}"/> --- 110,118 ---- </classpath> </javac> ! <!--<delete> <fileset dir="${xml.dir}"> <include name="**/*.java"/> </fileset> ! </delete>--> <copy todir="${build.dir}"> <fileset dir="${xml.dir}"/> |