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/08/08 14:49:42 UTC

cvs commit: jakarta-turbine-fulcrum build.properties build.xml

jvanzyl     01/08/08 05:49:42

  Modified:    .        build.properties build.xml
  Log:
  - fix build for gump
  
  Revision  Changes    Path
  1.3       +1 -0      jakarta-turbine-fulcrum/build.properties
  
  Index: build.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-fulcrum/build.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.properties	2001/08/01 15:53:55	1.2
  +++ build.properties	2001/08/08 12:49:42	1.3
  @@ -33,6 +33,7 @@
   velocity.jar = ${lib.repo}/velocity-1.2-dev.jar
   log4j.jar = ${lib.repo}/log4j-1.1.jar
   xerces.jar = ${lib.repo}/xerces-1.3.0.jar
  +commons-util.jar = ${lib.repo}/commons-util-0.1-dev.jar
   
   # BSF
   bsf.jar = ${lib.repo}/bsf.jar
  
  
  
  1.10      +2 -0      jakarta-turbine-fulcrum/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-fulcrum/build.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- build.xml	2001/08/06 18:02:32	1.9
  +++ build.xml	2001/08/08 12:49:42	1.10
  @@ -25,6 +25,7 @@
       <pathelement location="${jdbc.jar}"/>
       <pathelement location="${javamail.jar}"/>
       <pathelement location="${jaf.jar}"/>
  +    <pathelement location="${commons-util.jar}"/>
     </path>
   
     <!-- ================================================================== -->
  @@ -44,6 +45,7 @@
       <echo message="jaf.jar = ${jaf.jar}"/>
       <echo message="xalan.jar = ${xalan.jar}"/>
       <echo message="xmlrpc.jar = ${xmlrpc.jar}"/>
  +    <echo message="commons-util.jar = ${commons-util.jar}"/>
     </target>
   
     <!-- ================================================================== -->
  
  
  

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