You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by jv...@apache.org on 2001/12/30 19:14:40 UTC

cvs commit: jakarta-turbine-stratum build-test.xml build.xml default.properties

jvanzyl     01/12/30 10:14:40

  Modified:    .        build-test.xml build.xml default.properties
  Log:
  - cleaning up classpath construction and cleaning up the properties
  
  Revision  Changes    Path
  1.2       +1 -4      jakarta-turbine-stratum/build-test.xml
  
  Index: build-test.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-stratum/build-test.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build-test.xml	30 Dec 2001 18:00:38 -0000	1.1
  +++ build-test.xml	30 Dec 2001 18:14:40 -0000	1.2
  @@ -15,11 +15,8 @@
       <pathelement location="${junit.jar}"/>
       <pathelement location="${commons-beanutils.jar}"/>
       <pathelement location="${commons-util.jar}"/>
  -    <pathelement location="${velocity.jar}"/>
  -    <pathelement location="${build.dest}"/>
  -    
       <pathelement location="${commons-collections.jar}"/>
  -    <pathelement location="${log4j.jar}"/>
  +    <pathelement location="${build.dest}"/>
     </path>
   
     <!-- ================================================================== -->
  
  
  
  1.2       +0 -1      jakarta-turbine-stratum/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-stratum/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml	30 Dec 2001 18:00:37 -0000	1.1
  +++ build.xml	30 Dec 2001 18:14:40 -0000	1.2
  @@ -15,7 +15,6 @@
       <pathelement location="${junit.jar}"/>
       <pathelement location="${commons-beanutils.jar}"/>
       <pathelement location="${commons-util.jar}"/>
  -    <pathelement location="${velocity.jar}"/>
   
       <!-- Aaron will add his code later
       <pathelement location="${jgl.jar}"/>
  
  
  
  1.2       +0 -3      jakarta-turbine-stratum/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-stratum/default.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- default.properties	30 Dec 2001 18:00:38 -0000	1.1
  +++ default.properties	30 Dec 2001 18:14:40 -0000	1.2
  @@ -31,12 +31,9 @@
   test.reportsDirectory = test-reports
   
   commons-beanutils.jar = ${lib.repo}/commons-beanutils.jar
  -commons-collections.jar = ${lib.repo}/commons-collections.jar
   commons-util.jar = ${lib.repo}/commons-util-0.1-dev.jar
   dom4j.jar = ${lib.repo}/dom4j.jar
   junit.jar = ${lib.repo}/junit.jar
  -velocity.jar = ${lib.repo}/velocity-1.3-dev.jar
  -log4j.jar = ${lib.repo}/log4j-1.1.3.jar
   
   # These are required by jcs
   #jgl.jar = ${lib.repo}/jgl3.1.0.jar
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>