From: <dr...@us...> - 2002-11-11 05:05:31
|
Update of /cvsroot/webmacro/webmacro In directory usw-pr-cvs1:/tmp/cvs-serv21316 Modified Files: build.xml Log Message: *sigh* Eventually I'll stop committing stupid changes. Index: build.xml =================================================================== RCS file: /cvsroot/webmacro/webmacro/build.xml,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** build.xml 11 Nov 2002 04:53:10 -0000 1.25 --- build.xml 11 Nov 2002 05:05:29 -0000 1.26 *************** *** 48,52 **** ! <target name="precompile" depends="prepare" > <javacc target="src/org/webmacro/parser/WMParser_impl.jj" javacchome="${javacc.home}" /> --- 48,52 ---- ! <target name="precompile" depends="prepare" if="javacc.present"> <javacc target="src/org/webmacro/parser/WMParser_impl.jj" javacchome="${javacc.home}" /> |