You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by dm...@apache.org on 2002/04/24 03:02:55 UTC

cvs commit: jakarta-commons/jxpath build.xml build.properties.sample

dmitri      02/04/23 18:02:55

  Modified:    jxpath   build.xml build.properties.sample
  Log:
  Should not have to have collections and logkit on the classpath
  
  Revision  Changes    Path
  1.6       +3 -1      jakarta-commons/jxpath/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jxpath/build.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- build.xml	12 Apr 2002 00:52:05 -0000	1.5
  +++ build.xml	24 Apr 2002 01:02:55 -0000	1.6
  @@ -3,7 +3,7 @@
   
   <!--
           "JXPath" component of the Jakarta Commons Subproject
  -        $Id: build.xml,v 1.5 2002/04/12 00:52:05 dmitri Exp $
  +        $Id: build.xml,v 1.6 2002/04/24 01:02:55 dmitri Exp $
   -->
   
   
  @@ -353,6 +353,8 @@
             <classpath location="${velocity.jar}"/>
             <classpath location="${jdom.jar}"/>
             <classpath location="${xerces.jar}"/>
  +          <classpath location="${commons-collections.jar}"/>
  +          <classpath location="${logkit.jar}"/>
         </taskdef>
   
         <echo>
  
  
  
  1.4       +6 -4      jakarta-commons/jxpath/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jxpath/build.properties.sample,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build.properties.sample	10 Apr 2002 13:35:50 -0000	1.3
  +++ build.properties.sample	24 Apr 2002 01:02:55 -0000	1.4
  @@ -6,7 +6,7 @@
   # Make any changes you need, and rename this file to 
   # "build.properties" 
   #
  -# $Id: build.properties.sample,v 1.3 2002/04/10 13:35:50 dmitri Exp $
  +# $Id: build.properties.sample,v 1.4 2002/04/24 01:02:55 dmitri Exp $
   # -------------------------------------------------------------------
   
   
  @@ -27,6 +27,8 @@
   # Anakia Properties (used by the xdoc target)
   # ===================================================================
   
  -velocity.jar=/cvs/jakarta/jakarta-site2/lib/velocity-1.3-dev.jar
  -jdom.jar=/cvs/jakarta/jakarta-site2/lib/jdom-b7.jar
  -xerces.jar=/cvs/jakarta/jakarta-site2/lib/xerces-1.4.3.jar
  +velocity.jar=${lib.repo}/velocity-1.3-dev.jar
  +jdom.jar=${lib.repo}/jdom-b7.jar
  +xerces.jar=${lib.repo}/xerces-1.4.3.jar
  +commons-collections.jar=${lib.repo}/commons-collections.jar
  +logkit.jar=${lib.repo}/logkit-1.0.jar
  \ No newline at end of file
  
  
  

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