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/19 20:17:20 UTC

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

jon         01/09/19 11:17:20

  Added:       .        build.properties.sample
  Removed:     .        build.properties
  Log:
  renamed to build.properties.sample
  
  Revision  Changes    Path
  1.1                  jakarta-turbine-3/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  # -------------------------------------------------------------------
  # 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
  jdom.jar = jdom-b6.jar
  adapterCode = true
  
  
  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


Re: cvs commit: jakarta-turbine-3 build.properties.sample build.properties

Posted by Jon Stevens <jo...@latchkey.com>.
on 9/19/01 9:51 PM, "Daniel Rall" <dl...@finemaltcoding.com> wrote:

> What I did in Nile was use a default.properties (rather than a
> build.properties.sample), and allow a user's build.properties file
> (placed in the same directory as the build.xml file) to override
> what's specified in the default.properties.  It's working extremely
> well so far.

Great idea!

-jon


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


Re: cvs commit: jakarta-turbine-3 build.properties.sample build.properties

Posted by Daniel Rall <dl...@finemaltcoding.com>.
What I did in Nile was use a default.properties (rather than a
build.properties.sample), and allow a user's build.properties file
(placed in the same directory as the build.xml file) to override
what's specified in the default.properties.  It's working extremely
well so far.

jon@apache.org writes:

> jon         01/09/19 11:17:20
> 
>   Added:       .        build.properties.sample
>   Removed:     .        build.properties
>   Log:
>   renamed to build.properties.sample
>   
>   Revision  Changes    Path
>   1.1                  jakarta-turbine-3/build.properties.sample
>   
>   Index: build.properties.sample
>   ===================================================================
>   # -------------------------------------------------------------------
>   # 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
>   jdom.jar = jdom-b6.jar
>   adapterCode = true
>   
>   
>   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

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