[Bprocessor-commit] /model build.xml,1.18,1.19
Status: Pre-Alpha
Brought to you by:
henryml
From: rimestad <rim...@us...> - 2007-06-25 09:02:52
|
Update of /cvsroot/bprocessor//model In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv20425 Modified Files: build.xml Log Message: made small changes to the classification schema and made the build script handle several schemas when compiling Index: build.xml =================================================================== RCS file: /cvsroot/bprocessor//model/build.xml,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** build.xml 2 Jan 2007 17:27:10 -0000 1.18 --- build.xml 25 Jun 2007 09:02:46 -0000 1.19 *************** *** 97,104 **** </classpath> </taskdef> ! <xjc schema="${conf.dir}/bprocessor.xsd" ! target="${xml.dir}" ! package="net.sourceforge.bprocessor.model.xml"> <arg value="-extension"/> </xjc> <javac srcdir="${xml.dir}" destdir="${xml.dir}" deprecation="yes" --- 97,104 ---- </classpath> </taskdef> ! <xjc target="${xml.dir}" ! package="net.sourceforge.bprocessor.model.xml"> <arg value="-extension"/> + <schema dir="${conf.dir}" includes="*.xsd"/> </xjc> <javac srcdir="${xml.dir}" destdir="${xml.dir}" deprecation="yes" |