You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ba...@apache.org on 2003/08/12 01:05:01 UTC

cvs commit: jakarta-commons build.properties.sample

bayard      2003/08/11 16:05:01

  Modified:    .        build.properties.sample
  Log:
  Pointed default values to docs-lib/ and made the velocity variant an option.
  
  Revision  Changes    Path
  1.8       +23 -8     jakarta-commons/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/build.properties.sample,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- build.properties.sample	19 Mar 2002 13:38:46 -0000	1.7
  +++ build.properties.sample	11 Aug 2003 23:05:01 -0000	1.8
  @@ -10,34 +10,46 @@
   # -------------------------------------------------------------------
   
   root=/java
  -velocity.home=${root}/jakarta-velocity
   junit.home=${root}/junit
  +lib=./docs-lib
   # -------------------------------------------------------------------
   # EXTERNAL DEPENDENCIES 
   # -------------------------------------------------------------------
   
  +# Needed?
   # junit.jar -- JUnit classes (http://junit.org)
   junit.jar=${junit.home}/junit.jar
   
  +# Needed?
   # sax2.jar  -- SAX 2 classes (http://megginson.com/SAX/)
   sax2.jar=${junit.home}/sax2.jar
   
  +# Needed?
   # j2ee.jar  -- J2EE classes (http://java.sun.com/products/j2ee/)
   j2ee.jar=${junit.home}/j2ee.jar
   
   # velocity.jar -- Velocity classes (http://jakarta.apache.org/velocity/)
  -velocity.jar=${velocity.home}/bin/velocity-1.3-dev.jar
  +velocity.jar=${lib}/velocity-1.4-dev.jar
   
   # jdom.jar -- JDOM classes (http://jdom.org)
  -jdom.jar=${velocity.home}/build/lib/jdom-b7.jar
  +jdom.jar=${lib}/jdom-b8.jar
   
   # log4j.jar -- Log4J classes
  -log4j.jar=${velocity.home}/build/lib/log4j-1.1.3.jar
  +log4j.jar=${lib}/log4j-1.2.7.jar
   
   # xerces.jar -- Xerces classes
  -xerces.jar=${velocity.home}/build/lib/xerces-1.3.0.jar
  +xerces.jar=${lib}/xerces-1.4.4.jar
  +
  +# Alternative properties assuming you have the jakarta-velocity module
  +# Only useful if you want an up to date version.
  +#velocity.home=${root}/jakarta-velocity
  +#velocity.jar=${velocity.home}/bin/velocity-1.3-dev.jar
  +#jdom.jar=${velocity.home}/build/lib/jdom-b7.jar
  +#log4j.jar=${velocity.home}/build/lib/log4j-1.1.3.jar
  +#xerces.jar=${velocity.home}/build/lib/xerces-1.3.0.jar
   
   # Alternative properties assuming you have the jakarta-site2 module
  +# Only useful if you want an up to date version.
   #site2.home=../jakarta-site2
   #velocity.jar=${site2.home}/lib/velocity-1.3-dev.jar
   #jdom.jar=${site2.home}/lib/jdom-b7.jar
  @@ -48,9 +60,12 @@
   # -------------------------------------------------------------------
   
   # commons-collections.jar -- the Collections package
  -commons-collections.home=${basedir}/../collections/dist
  -commons-collections.jar=${commons-collections.home}/commons-collections.jar
  +commons-collections.jar=${lib}/commons-collections-2.1.jar
  +# or?
  +#commons-collections.home=${basedir}/../collections/dist
  +#commons-collections.jar=${commons-collections.home}/commons-collections.jar
   
  +# Needed?
   # commons-pool.jar -- the Pool package
   commons-pool.home=${basedir}/../pool/dist
   commons-pool.jar=${commons-pool.home}/commons-pool.jar
  
  
  

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