From 4e68f4be90f73dadb0bfcf20e4d0758511d939a9 Mon Sep 17 00:00:00 2001 From: Jason van Zyl Date: Tue, 18 Sep 2001 17:04:21 +0000 Subject: [PATCH] - getting the "demo" target to work. the build.properties is a bit of a mess. i'll get the test target(s) working than i'll clean it up. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149578 13f79535-47bb-0310-9956-ffa450edef68 --- build.properties | 5 +++++ build.xml | 13 +++++++------ 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/build.properties b/build.properties index bacce1faedf..02cb0be2e0c 100644 --- a/build.properties +++ b/build.properties @@ -1,3 +1,6 @@ +# --------------------------------------------------------- +# L U C E N E B U I L D P R O P E R T I E S +# --------------------------------------------------------- name=lucene Name=Lucene version=1.0.1-dev @@ -11,6 +14,7 @@ docs.dest = ./docs src.dir = ./src/java demo.dir = ./src/demo +demo.src = ./src/demo docs.dir = ./doc lib.dir = ./lib test.dir = ./src/test @@ -25,6 +29,7 @@ build.lib = ${build.dir}/lib build.javadocs = ${build.dir}/docs/api build.src = ${build.dir}/src build.demo = ${build.dir}/demo +build.src.demo = ${build.dir}/demo/src build.test = ${build.dir}/test junit.src = ${basedir}/test/unit diff --git a/build.xml b/build.xml index f4465a6c9e9..7b6a677e20b 100644 --- a/build.xml +++ b/build.xml @@ -120,17 +120,18 @@ - - - - + + + + +