[Bprocessor-commit] gl/src build.xml,1.2,1.3
Status: Pre-Alpha
Brought to you by:
henryml
From: Michael L. <he...@us...> - 2006-09-11 20:39:01
|
Update of /cvsroot/bprocessor/gl/src In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv19343/src Modified Files: build.xml Log Message: bscript added to build Index: build.xml =================================================================== RCS file: /cvsroot/bprocessor/gl/src/build.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** build.xml 28 Apr 2006 11:29:12 -0000 1.2 --- build.xml 11 Sep 2006 20:38:59 -0000 1.3 *************** *** 6,9 **** --- 6,10 ---- </fileset> <pathelement location="."/> + <pathelement location="${tools.dir}/antlr/antlr.jar"/> </path> |