- Excluded JUnit Jar from .zip and .tgz builds.

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149998 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Otis Gospodnetic 2003-06-17 01:24:14 +00:00
parent 43df3cc6e6
commit 8a9ebad004
1 changed files with 2 additions and 0 deletions

View File

@ -438,6 +438,7 @@ Implementation-Vendor: Lucene
zipfile="${basedir}/${final.name}.zip"
basedir="${basedir}/"
includes="**/${final.name}/**"
excludes="**/junit*jar"
/>
</target>
@ -455,6 +456,7 @@ Implementation-Vendor: Lucene
tarfile="${basedir}/${final.name}.tar"
basedir="${basedir}/"
includes="**/${final.name}/**"
excludes="**/junit*jar"
/>
<gzip