Changed so that 'ant jar' works again.

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150328 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Doug Cutting 2004-05-11 19:28:37 +00:00
parent 6809069823
commit 1ed81e4fdc
1 changed files with 1 additions and 0 deletions

View File

@ -152,6 +152,7 @@
<!-- ================================================================== -->
<!-- -->
<!-- ================================================================== -->
<target name="jar" depends="jar-core"/>
<target name="jar-core" depends="compile-core"
description="Generates the Jar file">
<jar