bayard      2003/08/12 06:44:06

  Modified:    .        build.properties.sample
  Log:
  Added the url for each dependency so that people may simply download from the 
ibiblio-maven repository rather than checking out yet another Jakarta project
  
  Revision  Changes    Path
  1.9       +12 -4     jakarta-commons/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/build.properties.sample,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- build.properties.sample   11 Aug 2003 23:05:01 -0000      1.8
  +++ build.properties.sample   12 Aug 2003 13:44:06 -0000      1.9
  @@ -6,18 +6,24 @@
   # Make any changes you need, and rename this file to 
   # "build.properties" 
   #
  +# To obtain the dependencies required to build the Commons site, 
  +# download the file http://jakarta.apache.org/commons/docs-lib.zip
  +#
   # $Id$
   # -------------------------------------------------------------------
   
   root=/java
   junit.home=${root}/junit
   lib=./docs-lib
  +
   # -------------------------------------------------------------------
   # EXTERNAL DEPENDENCIES 
   # -------------------------------------------------------------------
  +# It is recommended that you download the dependencies from the 
  +# Maven repository at http://www.ibiblio.org/maven/
   
  -# Needed?
   # junit.jar -- JUnit classes (http://junit.org)
  +# http://www.ibiblio.org/maven/junit/jars/junit-3.8.1.jar
   junit.jar=${junit.home}/junit.jar
   
   # Needed?
  @@ -29,19 +35,22 @@
   j2ee.jar=${junit.home}/j2ee.jar
   
   # velocity.jar -- Velocity classes (http://jakarta.apache.org/velocity/)
  +# http://www.ibiblio.org/maven/velocity/jars/velocity-1.3.1.jar
   velocity.jar=${lib}/velocity-1.4-dev.jar
   
   # jdom.jar -- JDOM classes (http://jdom.org)
  +# http://www.ibiblio.org/maven/jdom/jars/jdom-b8.jar
   jdom.jar=${lib}/jdom-b8.jar
   
   # log4j.jar -- Log4J classes
  +# http://www.ibiblio.org/maven/log4j/jars/log4j-1.2.7.jar
   log4j.jar=${lib}/log4j-1.2.7.jar
   
   # xerces.jar -- Xerces classes
  +# http://www.ibiblio.org/maven/xerces/jars/xerces-1.2.3.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
  @@ -49,7 +58,6 @@
   #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
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to