craigmcc    01/08/21 22:00:25

  Modified:    workflow build.properties.sample
  Log:
  Update example properties to reflect everything that workflow depends on.
  
  Revision  Changes    Path
  1.2       +29 -2     jakarta-commons-sandbox/workflow/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/workflow/build.properties.sample,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.properties.sample   2001/08/13 21:12:13     1.1
  +++ build.properties.sample   2001/08/22 05:00:25     1.2
  @@ -1,2 +1,29 @@
  -# junit.jar - JUnit 3.7+ Classpath
  -junit.jar=/java/junit/junit.jar
  +# build.properties.sample - Sample build.properties for "workflow"
  +
  +# Base properties for expansion below
  +commons.home=../../jakarta-commons
  +sandbox.home=../../jakarta-commons-sandbox
  +jaxp.home=/usr/local/jaxp-1.1
  +junit.home=/usr/local/junit3.7
  +
  +# Derived home directories
  +beanutils.home=${commons.home}/beanutils
  +collections.home=${commons.home}/collections
  +digester.home=${commons.home}/digester
  +jpath.home=${sandbox.home}/jpath
  +servletapi.home=../../jakarta-servletapi-4
  +
  +# Jakarta JAR files
  +commons-beanutils.jar=${beanutils.home}/dist/commons-beanutils.jar
  +commons-collections.jar=${collections.home}/dist/commons-collections.jar
  +commons-digester.jar=${digester.home}/dist/commons-digester.jar
  +servlet.jar=${servletapi.home}/lib/servlet.jar
  +
  +# External packages
  +jaxp.jaxp.jar=${jaxp.home}/jaxp.jar
  +jaxp.parser.jar=${jaxp.home}/crimson.jar
  +jaxp.xalan.jar=${jaxp.home}/xalan.jar
  +junit.jar=${junit.home}/junit.jar
  +
  +# URL for the "get" test in IOExecuteTestCase
  +ioexecute.url=http://localhost:8080/index.html
  
  
  

Reply via email to