You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by ot...@apache.org on 2002/09/14 21:19:48 UTC

cvs commit: jakarta-lucene-sandbox/contributions/webcrawler-LARM default.build.properties

otis        2002/09/14 12:19:47

  Added:       contributions/webcrawler-LARM default.build.properties
  Log:
  - Default build properties for LARM.  Initial checkin.
  
  Revision  Changes    Path
  1.1                  jakarta-lucene-sandbox/contributions/webcrawler-LARM/default.build.properties
  
  Index: default.build.properties
  ===================================================================
  # -------------------------------------------------------------
  # 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
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>