cutting 2004/05/11 12:28:37 Modified: . build.xml Log: Changed so that 'ant jar' works again. Revision Changes Path 1.62 +1 -0 jakarta-lucene/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-lucene/build.xml,v retrieving revision 1.61 retrieving revision 1.62 diff -u -r1.61 -r1.62 --- build.xml 7 Apr 2004 23:53:21 -0000 1.61 +++ build.xml 11 May 2004 19:28:37 -0000 1.62 @@ -152,6 +152,7 @@ <!-- ================================================================== --> <!-- --> <!-- ================================================================== --> + <target name="jar" depends="jar-core"/> <target name="jar-core" depends="compile-core" description="Generates the Jar file"> <jar
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]