colus       02/03/29 23:29:14

  Modified:    concurrent build.xml
               collections build.xml
  Log:
  Correct project name.
  
  Revision  Changes    Path
  1.2       +1 -1      jakarta-avalon-excalibur/concurrent/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/concurrent/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml 29 Mar 2002 09:41:42 -0000      1.1
  +++ build.xml 30 Mar 2002 07:29:13 -0000      1.2
  @@ -1,6 +1,6 @@
   <?xml version="1.0"?>
   
  -<project name="Excalibur template" default="main" basedir=".">
  +<project name="Excalibur Concurrent" default="main" basedir=".">
   
       <!-- load per-project properties -->
       <property file="project.properties"/>
  
  
  
  1.2       +1 -1      jakarta-avalon-excalibur/collections/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/collections/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml 29 Mar 2002 07:19:38 -0000      1.1
  +++ build.xml 30 Mar 2002 07:29:13 -0000      1.2
  @@ -1,6 +1,6 @@
   <?xml version="1.0"?>
   
  -<project name="Excalibur template" default="main" basedir=".">
  +<project name="Excalibur Collections" default="main" basedir=".">
   
       <!-- load per-project properties -->
       <property file="project.properties"/>
  
  
  

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

Reply via email to