dflorey     2004/10/16 10:35:01

  Modified:    i18n     build.xml
  Log:
  Changes project name to commons-...
  
  Revision  Changes    Path
  1.2       +2 -2      jakarta-commons-sandbox/i18n/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/i18n/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml 4 Oct 2004 13:41:10 -0000       1.1
  +++ build.xml 16 Oct 2004 17:35:01 -0000      1.2
  @@ -7,7 +7,7 @@
       WebDAV projector build file                                          
     ======================================================================= 
   -->
  -<project name="i18n" default="jar" basedir=".">
  +<project name="commons-i18n" default="jar" basedir=".">
   
        <!-- Give user a chance to override without editing this file 
     (and without typing -D each time it compiles it) -->
  @@ -19,7 +19,7 @@
        <property name="optimize" value="true" />
   
        <property name="version" value="0.2" />
  -     <property name="name" value="i18n" />
  +     <property name="name" value="commons-i18n" />
        <!-- 
     ===================================================================
     Set the properties related to the source tree
  
  
  

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

Reply via email to