mirror of https://github.com/apache/lucene.git
- 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:
parent
43df3cc6e6
commit
8a9ebad004
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue