You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by jo...@apache.org on 2001/09/20 07:05:02 UTC

cvs commit: jakarta-turbine-3 default.properties build.xml build.properties.sample

jon         01/09/19 22:05:02

  Modified:    .        build.xml
  Added:       .        default.properties
  Removed:     .        build.properties.sample
  Log:
  implement dlr's great idea for default.properties
  
  Revision  Changes    Path
  1.8       +3 -2      jakarta-turbine-3/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-3/build.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- build.xml	2001/09/19 18:38:45	1.7
  +++ build.xml	2001/09/20 05:05:02	1.8
  @@ -9,9 +9,10 @@
   
     <!-- Allow any user specific values to override the defaults -->
     <property file="${user.home}/build.properties" />
  -
  -  <!-- Set default values for the build -->
  +  <!-- Allow user defaults for this project -->
     <property file="build.properties" />
  +  <!-- Set default values for the build -->
  +  <property file="default.properties" />
   
     <property name="build.src" value="${build.dir}/src"/>
     <property name="build.dest" value="${build.dir}/classes"/>
  
  
  
  1.1                  jakarta-turbine-3/default.properties
  
  Index: default.properties
  ===================================================================
  # -------------------------------------------------------------------
  # B U I L D  P R O P E R T I E S
  # -------------------------------------------------------------------
  # These properties are used by the Turbine build, you may override
  # any of these default values by placing property values in
  # your ${user.home}/build.properties file.
  # -------------------------------------------------------------------
  
  name = Turbine
  version = 3.0-dev
  project = turbine
  package = org.apache.${project}
  build.dir = ./bin
  src.dir = ./src
  conf.dir = ./conf
  javadoc.destdir = ./docs/apidocs
  jakarta.site2 = ../jakarta-site2
  docs.src = ./xdocs
  docs.dest = ./docs
  turbine.jars = ./lib
  year = 1999-2001
  debug = on
  optimize = off
  deprecation = off
  adapterCode = true
  
  # Please see the BUILDING.txt file for information
  # on the locations of where to find each of these 
  # jar files
  
  velocity.jar = ${lib.repo}/velocity-1.2-dev.jar
  log4j.jar = ${lib.repo}/log4j-1.1.jar
  servlet.jar = ${lib.repo}/servlet.jar
  fulcrum.jar = ${lib.repo}/fulcrum-1.0.jar
  regexp.jar = ${lib.repo}/jakarta-regexp-1.3-dev.jar
  torque.jar = ${lib.repo}/torque-1.0.jar
  jaf.jar = ${lib.repo}/activation-1.0.1.jar
  xerces.jar = ${lib.repo}/xerces-1.3.0.jar
  commons-collections.jar = ${lib.repo}/commons-collections.jar
  commons-util.jar = ${lib.repo}/commons-util-0.1-dev.jar
  
  junit.jar = ${lib.repo}/junit-3.2.jar
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org