You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by co...@apache.org on 2002/03/03 07:56:16 UTC

cvs commit: jakarta-avalon-excalibur build.xml

colus       02/03/02 22:56:16

  Modified:    .        build.xml
  Log:
  Added project name property.
  
  Revision  Changes    Path
  1.109     +1 -1      jakarta-avalon-excalibur/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/build.xml,v
  retrieving revision 1.108
  retrieving revision 1.109
  diff -u -r1.108 -r1.109
  --- build.xml	26 Feb 2002 07:44:21 -0000	1.108
  +++ build.xml	3 Mar 2002 06:56:16 -0000	1.109
  @@ -19,7 +19,7 @@
   ==============================================================================
   -->
   
  -<project default="main" basedir=".">
  +<project name="Avalon Excalibur" default="main" basedir=".">
   
     <!--
       Give user a chance to override without editing this file
  
  
  

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