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 2004/07/23 01:19:06 UTC

cvs commit: xml-xmlbeans/v1/xkit README.txt

cezar       2004/07/22 16:19:06

  Modified:    v1       README.txt build.xml
               v1/xkit  README.txt
  Log:
  Changes from 1.0.3
  
  Revision  Changes    Path
  1.8       +0 -10     xml-xmlbeans/v1/README.txt
  
  Index: README.txt
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/README.txt,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- README.txt	16 Jun 2004 16:28:28 -0000	1.7
  +++ README.txt	22 Jul 2004 23:19:05 -0000	1.8
  @@ -2,16 +2,6 @@
   
   Welcome to XmlBeans!
   
  -Apache XMLBeans is an effort undergoing incubation at the
  -Apache Software Foundation (ASF), sponsored by the XML project.
  -Incubation is required of all newly accepted projects until a
  -further review indicates that the infrastructure, communications,
  -and decision making process have stabilized in a manner consistent
  -with other successful ASF projects. While incubation status is not
  -necessarily a reflection of the completeness or stability of the
  -code, it does indicate that the project has yet to be fully
  -endorsed by the ASF.
  -
   
   If you've come here to learn more about XmlBeans, here are a few
   starting points:
  
  
  
  1.32      +8 -8      xml-xmlbeans/v1/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/build.xml,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- build.xml	17 Jun 2004 23:20:35 -0000	1.31
  +++ build.xml	22 Jul 2004 23:19:05 -0000	1.32
  @@ -612,8 +612,8 @@
   
     <target name="dist-bin" depends="xbean, docs">
        <delete dir="build/private/xmlbeans-${product.version}"/>
  -     <delete file="build/private/incubating-xmlbeans-${product.version}.zip"/>
  -     <delete file="build/private/incubating-xmlbeans-${product.version}.tgz"/>
  +     <delete file="build/private/xmlbeans-${product.version}.zip"/>
  +     <delete file="build/private/xmlbeans-${product.version}.tgz"/>
   
        <mkdir dir="build/private/xmlbeans-${product.version}"/>
        <copy todir="build/private/xmlbeans-${product.version}">
  @@ -646,7 +646,7 @@
   
        <chmod dir="build/private/xmlbeans-${product.version}/bin" perm="ugo+rx" includes="**" />
   
  -     <zip destfile="build/private/incubating-xmlbeans-${product.version}.zip"
  +     <zip destfile="build/private/xmlbeans-${product.version}.zip"
             basedir="build/private"
             includes="xmlbeans-${product.version}/**"
             excludes="xmlbeans-${product.version}/bin/dumpxsb, 
  @@ -656,7 +656,7 @@
            <zipfileset dir="." includes="src/license/NOTICE.txt" fullpath="xmlbeans-${product.version}/NOTICE.txt"/>
            <zipfileset dir="build/private/xmlbeans-${product.version}/bin" includes="dumpxsb, scomp, validate" prefix="xmlbeans-${product.version}/bin" filemode="755"/>
        </zip>
  -     <tar destfile="build/private/incubating-xmlbeans-${product.version}.tgz"
  +     <tar destfile="build/private/xmlbeans-${product.version}.tgz"
             basedir="build/private"
             includes="xmlbeans-${product.version}/**"
             excludes="xmlbeans-${product.version}/bin/dumpxsb, 
  @@ -670,10 +670,10 @@
     </target>
   
     <target name="dist-src" depends="clean, dirs">
  -     <delete file="build/private/incubating-xmlbeans-${product.version}-src.zip"/>
  -     <delete file="build/private/incubating-xmlbeans-${product.version}-src.tgz"/>
  +     <delete file="build/private/xmlbeans-${product.version}-src.zip"/>
  +     <delete file="build/private/xmlbeans-${product.version}-src.tgz"/>
   
  -     <zip destfile="build/private/incubating-xmlbeans-${product.version}-src.zip">
  +     <zip destfile="build/private/xmlbeans-${product.version}-src.zip">
        	<zipfileset
        		dir="."
          		includes="**"
  @@ -684,7 +684,7 @@
            <zipfileset dir="." includes="src/license/NOTICE.txt" fullpath="xmlbeans-${product.version}/NOTICE.txt"/>
            <zipfileset dir="bin" includes="dumpxsb, scomp, validate" prefix="xmlbeans-${product.version}/bin" filemode="755"/>
        </zip>
  -     <tar destfile="build/private/incubating-xmlbeans-${product.version}-src.tgz"
  +     <tar destfile="build/private/xmlbeans-${product.version}-src.tgz"
   	 	  compression="gzip">
        	<tarfileset
        		dir="."
  
  
  
  1.10      +0 -10     xml-xmlbeans/v1/xkit/README.txt
  
  Index: README.txt
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/xkit/README.txt,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- README.txt	16 Jun 2004 16:28:28 -0000	1.9
  +++ README.txt	22 Jul 2004 23:19:06 -0000	1.10
  @@ -3,16 +3,6 @@
   
   Welcome to XMLBeans!
   
  -Apache XMLBeans is an effort undergoing incubation at the 
  -Apache Software Foundation (ASF), sponsored by the XML project. 
  -Incubation is required of all newly accepted projects until a 
  -further review indicates that the infrastructure, communications, 
  -and decision making process have stabilized in a manner consistent 
  -with other successful ASF projects. While incubation status is not 
  -necessarily a reflection of the completeness or stability of the 
  -code, it does indicate that the project has yet to be fully 
  -endorsed by the ASF. 
  -
   
   Kit contents:
   
  
  
  

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