You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by dl...@apache.org on 2002/04/17 02:09:45 UTC

cvs commit: jakarta-turbine-3 build.xml

dlr         02/04/16 17:09:45

  Modified:    .        build.xml
  Log:
  Added new Commons Configuration package to the classpath.
  
  Revision  Changes    Path
  1.30      +1 -0      jakarta-turbine-3/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-3/build.xml,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -u -r1.29 -r1.30
  --- build.xml	10 Apr 2002 12:29:04 -0000	1.29
  +++ build.xml	17 Apr 2002 00:09:44 -0000	1.30
  @@ -25,6 +25,7 @@
     <path id="classpath">
       <pathelement location="${commons-beanutils.jar}"/>
       <pathelement location="${commons-collections.jar}"/>
  +    <pathelement location="${commons-configuration.jar}"/>
       <pathelement location="${commons-lang.jar}"/>
       <pathelement location="${commons-logging.jar}"/>
       <pathelement location="${commons-http.jar}"/>
  
  
  

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