From 8a9ebad004a40932ef020e91b622835240f780fe Mon Sep 17 00:00:00 2001 From: Otis Gospodnetic Date: Tue, 17 Jun 2003 01:24:14 +0000 Subject: [PATCH] - 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 --- build.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.xml b/build.xml index 518def5e66c..252c196939b 100644 --- a/build.xml +++ b/build.xml @@ -438,6 +438,7 @@ Implementation-Vendor: Lucene zipfile="${basedir}/${final.name}.zip" basedir="${basedir}/" includes="**/${final.name}/**" + excludes="**/junit*jar" /> @@ -455,6 +456,7 @@ Implementation-Vendor: Lucene tarfile="${basedir}/${final.name}.tar" basedir="${basedir}/" includes="**/${final.name}/**" + excludes="**/junit*jar" />