You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by js...@apache.org on 2002/04/29 14:59:44 UTC

cvs commit: jakarta-commons-sandbox/jelly build.xml

jstrachan    02/04/29 05:59:44

  Modified:    jelly    build.xml
  Log:
  Patched the build file so that its no longer dependent on jars included in jexl
  
  Revision  Changes    Path
  1.15      +2 -2      jakarta-commons-sandbox/jelly/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/jelly/build.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- build.xml	26 Apr 2002 12:20:11 -0000	1.14
  +++ build.xml	29 Apr 2002 12:59:43 -0000	1.15
  @@ -3,7 +3,7 @@
   
   <!--
           "Jelly" component of the Jakarta Commons Subproject
  -        $Id: build.xml,v 1.14 2002/04/26 12:20:11 jstrachan Exp $
  +        $Id: build.xml,v 1.15 2002/04/29 12:59:43 jstrachan Exp $
   -->
   
   
  @@ -52,7 +52,7 @@
     <property name="commons-digester.api"    value="${digester.home}/dist/docs/api"/>
     <property name="commons-digester.jar"    value="${digester.home}/dist/commons-digester.jar"/>
     <property name="commons-jexl.jar"        value="${jexl.home}/dist/commons-jexl.jar"/>
  -  <property name="velocity-dep.jar"        value="${jexl.home}/lib/velocity-dep-1.4-dev.jar"/>
  +  <property name="velocity-dep.jar"        value="/java/velocity/velocity-dep-1.4-dev.jar"/>
     
   
   <!-- ========== Component Declarations ==================================== -->
  
  
  

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