mirror of https://github.com/apache/lucene.git
- 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
This commit is contained in:
parent
9438e5ab02
commit
b248127c1f
|
@ -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
|
Loading…
Reference in New Issue