From 1cb510889bcd8e40a5a4a48557aecdd706d727ca Mon Sep 17 00:00:00 2001 From: Erik Hatcher Date: Mon, 5 Jan 2004 16:35:10 +0000 Subject: [PATCH] build distributions, and consolidate from master build git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150905 13f79535-47bb-0310-9956-ffa450edef68 --- sandbox/contributions/build.xml | 6 +++++ sandbox/contributions/common.xml | 46 +++++++++++++++++--------------- 2 files changed, 30 insertions(+), 22 deletions(-) diff --git a/sandbox/contributions/build.xml b/sandbox/contributions/build.xml index 99fab9f58a3..89f88863f86 100644 --- a/sandbox/contributions/build.xml +++ b/sandbox/contributions/build.xml @@ -1,7 +1,11 @@ + + + + @@ -10,6 +14,8 @@ + + diff --git a/sandbox/contributions/common.xml b/sandbox/contributions/common.xml index a684c9570fc..2b57ba96c56 100644 --- a/sandbox/contributions/common.xml +++ b/sandbox/contributions/common.xml @@ -12,6 +12,8 @@ + + @@ -22,6 +24,7 @@ + @@ -59,30 +62,29 @@ - - + + + debug="${build.debug}" + includeAntRuntime="yes" + deprecation="true" + srcdir="${src.dir}" + classpathref="compile.classpath" + /> + debug="${build.debug}" + includeAntRuntime="yes" + srcdir="src/test" + classpathref="test.classpath" + /> @@ -91,9 +93,9 @@ + errorProperty="test.failed" + failureProperty="test.failed" + fork="${junit.fork}"> @@ -101,8 +103,8 @@ + includes="**/*Test.class,**/Test*.class" + /> @@ -112,6 +114,6 @@ - +