mpoeschl    01/10/02 12:17:24

  Modified:    .        build.xml
  Log:
  fix classpath (added common-utils)
  
  Revision  Changes    Path
  1.27      +1 -0      jakarta-turbine-tdk/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-tdk/build.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- build.xml 2001/09/27 06:17:59     1.26
  +++ build.xml 2001/10/02 19:17:24     1.27
  @@ -193,6 +193,7 @@
     <!-- Build classpath -->
     <path id="classpath">
       <pathelement location="${bcel.jar}"/>
  +    <pathelement location="${commons-util.jar}"/>
       <pathelement location="${digester.jar}"/>
       <pathelement location="${oro.jar}"/>
       <pathelement location="${velocity.jar}"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to