You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xmlbeans-cvs@xml.apache.org by ce...@apache.org on 2003/10/29 06:12:14 UTC

cvs commit: xml-xmlbeans/v1 build.xml

cezar       2003/10/28 21:12:14

  Modified:    v1       build.xml
  Log:
  Modified the distribution file name.
  
  Revision  Changes    Path
  1.8       +2 -2      xml-xmlbeans/v1/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/build.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- build.xml	26 Sep 2003 01:46:22 -0000	1.7
  +++ build.xml	29 Oct 2003 05:12:14 -0000	1.8
  @@ -408,7 +408,7 @@
   
     <target name="dist" depends="xbean, docs">
        <delete dir="build/private/xmlbeans-${product.version}"/>
  -     <delete file="build/private/incubated-xmlbeans-${product.version}.zip"/>
  +     <delete file="build/private/incubating-xmlbeans-${product.version}.zip"/>
   
        <mkdir dir="build/private/xmlbeans-${product.version}"/>
        <copy todir="build/private/xmlbeans-${product.version}">
  @@ -429,7 +429,7 @@
        </copy>
   
         <!-- todo for gump?: add yyyyMMdd into filename - rem -->
  -      <zip destfile="build/private/incubated-xmlbeans-${product.version}.zip"
  +      <zip destfile="build/private/incubating-xmlbeans-${product.version}.zip"
             basedir="build/private"
             includes="xmlbeans-${product.version}/**"/>
     </target>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xmlbeans-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xmlbeans-cvs-help@xml.apache.org