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:11:51 UTC

cvs commit: jakarta-turbine-torque default.properties build.xml build.properties

jon         01/09/19 22:11:51

  Modified:    .        build.xml
  Added:       .        default.properties
  Removed:     .        build.properties
  Log:
  implement dlr's default.properties stuff
  
  Revision  Changes    Path
  1.15      +3 -2      jakarta-turbine-torque/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/build.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- build.xml	2001/09/20 03:23:34	1.14
  +++ build.xml	2001/09/20 05:11:51	1.15
  @@ -4,9 +4,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" />
   
     <!-- Construct compile classpath -->
     <path id="classpath">
  
  
  
  1.1                  jakarta-turbine-torque/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 Torque build, you may override
  # any of these default values by placing property values in
  # your ${user.home}/build.properties file.
  # -------------------------------------------------------------------
  
  name = Torque
  project = torque
  version = 1.0
  package = org.apache.${project}
  final.name = ${project}-${version}
  
  build.dir = ./bin
  build.src = ${build.dir}/src
  build.dest = ${build.dir}/classes
  build.test = ${build.dir}/test
  src.dir = ./src
  test.dir = ${src.dir}/test
  
  docs.src = ./xdocs
  docs.dest = ./docs
  javadoc.destdir = ./docs/api
  jakarta.site2 = ../jakarta-site2
  
  year = 1999-2001
  debug = on
  optimize = off
  deprecation = off
  
  # You must set these values here, or in your
  # ${user.home}/build.properties file in order
  # to build Torque:
  
  velocity.jar = ${lib.repo}/velocity-1.2-dev.jar
  xerces.jar = ${lib.repo}/xerces-1.3.0.jar
  village.jar = ${lib.repo}/village-1.5.2.jar
  log4j.jar = ${lib.repo}/log4j-1.1.jar
  commons-collections.jar = ${lib.repo}/commons-collections.jar
  commons-util.jar = ${lib.repo}/commons-util-0.1-dev.jar
  jdbc.jar = ${lib.repo}/jdbc2_0-stdext.jar
  junit.jar = ${lib.repo}/junit.jar
  
  
  

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