You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by pa...@apache.org on 2002/02/02 06:01:04 UTC

cvs commit: jakarta-jetspeed/build/torque build.xml

paulsp      02/02/01 21:01:02

  Modified:    build/torque build.xml
  Log:
  Update name of turbine jar in classpath.  Thanks David for pointing this out.
  
  Revision  Changes    Path
  1.5       +1 -1      jakarta-jetspeed/build/torque/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/build/torque/build.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build.xml	9 Dec 2001 17:36:28 -0000	1.4
  +++ build.xml	2 Feb 2002 05:01:02 -0000	1.5
  @@ -11,7 +11,7 @@
   
     <path id="classpath">
   	  <pathelement location="./lib/torque.jar"/>
  -    <pathelement location="../../lib/turbine-2.2b1-20011124.jar"/>
  +    <pathelement location="../../lib/turbine-2.2b1-20020201.jar"/>
       <pathelement location="../../lib/velocity-1.2-dev.jar"/>
       <pathelement location="../../lib/village-1.5.3-dev.jar"/>
       <pathelement location="../../lib/xerces_1_3_1.jar"/>
  
  
  

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