# ------------------------------------------------------------------- # build.properties.sample # # This is an example "build.properties" file, used to customize # building various Commons components for your local environment. # 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/ # 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? # 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/) # http://www.ibiblio.org/maven/velocity/jars/velocity-1.3.1.jar velocity.jar=${lib}/velocity-1.3.1.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.2.3.jar # Alternative properties assuming you have the jakarta-velocity module #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 #site2.home=../jakarta-site2 #velocity.jar=${site2.home}/lib/velocity-1.4-dev.jar #jdom.jar=${site2.home}/lib/jdom-b8.jar #xerces.jar=${site2.home}/lib/xerces-1.4.4.jar #commons-collections.jar=${site2.home}/lib/commons-collections-2.0.jar #log4j.jar=${site2.home}/lib/log4j-1.1.3.jar # ------------------------------------------------------------------- # JAKARTA-COMMONS DEPENDENCIES # ------------------------------------------------------------------- # commons-collections.jar -- the Collections package commons-collections.jar=${lib}/commons-collections-2.1.jar # http://www.ibiblio.org/maven/commons-collections/jars/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 # commons-lang 2.0 jar commons-lang.home=${basedir}/../lang/dist commons-lang.jar=${commons-lang.home}/commons-lang.jar