From 521b01730cdce6e762d9608a486daf7a3eb1551f Mon Sep 17 00:00:00 2001 From: Otis Gospodnetic Date: Sun, 4 Nov 2001 22:37:25 +0000 Subject: [PATCH] - Added "jar-src" target to allow creation of a jar file that includes only the source code. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149625 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/build.xml b/build.xml index 0116e002292..adb108f08e0 100644 --- a/build.xml +++ b/build.xml @@ -120,6 +120,18 @@ /> + + + + + + + + + + + +