Update of /cvsroot/bprocessor/bscript/src
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv14102/src
Modified Files:
build.xml
Log Message:
Improved build strategy:
- The autogenerated sources are placed in the src directory, but *not* checked in
- The autogenerated sources are placed independent of the regular sources in the pacekage tree to avoid stylechecking.
- All sources are compiled in one go
- The autogenerated sources are not deleted after building to allow inspection
Index: build.xml
===================================================================
RCS file: /cvsroot/bprocessor/bscript/src/build.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** build.xml 6 Sep 2006 09:49:05 -0000 1.1
--- build.xml 11 Sep 2006 19:07:12 -0000 1.2
***************
*** 7,10 ****
--- 7,11 ----
<pathelement location="."/>
<pathelement location="${build.dir}"/>
+ <pathelement location="${tools.dir}/antlr/antlr.jar"/>
</path>
|