From b248127c1fc1ee6c5f83cb9d2481b297be4dee8d Mon Sep 17 00:00:00 2001 From: Otis Gospodnetic Date: Sat, 14 Sep 2002 19:19:47 +0000 Subject: [PATCH] - Default build properties for LARM. Initial checkin. git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150816 13f79535-47bb-0310-9956-ffa450edef68 --- .../webcrawler-LARM/default.build.properties | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 sandbox/contributions/webcrawler-LARM/default.build.properties diff --git a/sandbox/contributions/webcrawler-LARM/default.build.properties b/sandbox/contributions/webcrawler-LARM/default.build.properties new file mode 100644 index 00000000000..feeabe5842a --- /dev/null +++ b/sandbox/contributions/webcrawler-LARM/default.build.properties @@ -0,0 +1,27 @@ +# ------------------------------------------------------------- +# D E F A U L T L U C E N E B U I L D P R O P E R T I E S +# ------------------------------------------------------------- +# +# DO NOT EDIT THIS FILE IN ORDER TO CUSTOMIZE BUILD PROPERTIES. +# CREATE AND EDIT build.properties FILE INSTEAD. +# +name = webcrawler_LARM +version = 0.5 +final.name = ${name}-${version} + +src.dir = ./src +lib.dir = ./libs +build.dir = ./build + +src.httpclient = ${lib.dir}/HTTPClient.zip +build.classes = ${build.dir}/classes +build.src = ${build.dir}/src +build.encoding = ISO-8859-1 + + +lucene.jar = /usr/local/jakarta-lucene/lucene.jar +oro.jar = /usr/local/jakarta-oro/oro.jar + +build.compiler = modern +debug = on +deprecation = on