Update of /cvsroot/bprocessor/model
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv15006
Modified Files:
build.xml
Log Message:
Index: build.xml
===================================================================
RCS file: /cvsroot/bprocessor/model/build.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** build.xml 12 Feb 2010 11:44:28 -0000 1.21
--- build.xml 19 May 2010 15:45:39 -0000 1.22
***************
*** 140,144 ****
</target>
! <target name="compile" depends="checkstyle,copylib,compile-grammar,compile-xml">
<ant dir="src" target="compile"/>
</target>
--- 140,144 ----
</target>
! <target name="compile" depends="copylib,compile-grammar,compile-xml">
<ant dir="src" target="compile"/>
</target>
|