craigmcc    01/06/02 18:44:17

  Modified:    cache    build.xml
  Log:
  Update package name in build.xml.
  
  Revision  Changes    Path
  1.2       +4 -4      jakarta-commons-sandbox/cache/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/cache/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml 2001/05/18 19:32:30     1.1
  +++ build.xml 2001/06/03 01:44:16     1.2
  @@ -1,5 +1,5 @@
  -<!-- $Id: build.xml,v 1.1 2001/05/18 19:32:30 rwaldhoff Exp $ -->
  -<project name="commons-collections" default="test" basedir=".">
  +<!-- $Id: build.xml,v 1.2 2001/06/03 01:44:16 craigmcc Exp $ -->
  +<project name="commons-cache" default="test" basedir=".">
   
      <!-- patternset describing files to be copied from the doc directory -->
      <patternset id="patternset-doc"/>
  @@ -44,8 +44,8 @@
         <!-- now combine the classpaths -->
         <property name="classpath" 
value="${cp}:${junit.jar}:${j2ee.jar}:${jocl.jar}"/>
   
  -      <property name="name" value="commons-collections"/>
  -      <property name="Name" value="Commons-Collections"/>
  +      <property name="name" value="commons-cache"/>
  +      <property name="Name" value="Commons-Cache"/>
         <property name="Name-Long" value="Jakarta Commons Cache Package"/>
   
         <!-- The current version number of this component -->
  
  
  

Reply via email to