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/06/16 18:28:28 UTC

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

cezar       2004/06/16 09:28:28

  Modified:    v1       build.xml README.txt
               v1/src/typeimpl/org/apache/xmlbeans/impl/schema
                        SchemaTypeLoaderBase.java
               v1/src/xmlcomp/org/apache/xmlbeans/impl/tool
                        BaseSchemaResourceManager.java
               v1/xkit  README.txt
  Added:       v1       CHANGES.txt
  Log:
  Version number changes.
  
  CR: Kevin, Cliff
  
  Revision  Changes    Path
  1.30      +6 -7      xml-xmlbeans/v1/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/build.xml,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- build.xml	15 Jun 2004 01:11:02 -0000	1.29
  +++ build.xml	16 Jun 2004 16:28:27 -0000	1.30
  @@ -619,6 +619,7 @@
        <copy todir="build/private/xmlbeans-${product.version}">
           <fileset dir="xkit"/>
           <fileset dir="." includes="bin/**"/>
  +        <fileset file="CHANGES.txt" />
        </copy>
        <copy todir="build/private/xmlbeans-${product.version}/schemas/s4s">
           <fileset dir="src/xsdschema/schema" includes="XMLSchema.xsd,w3c-schema-license.html"/>
  @@ -645,14 +646,14 @@
        <zip destfile="build/private/incubating-xmlbeans-${product.version}.zip"
             basedir="build/private"
             includes="xmlbeans-${product.version}/**"
  -          excludes="xmlbeans-${product.version}/schemas/cyclone/**, xmlbeans-${product.version}/schemas/j2ee/**">
  +          excludes="">
            <zipfileset dir="." includes="src/license/LICENSE.txt" fullpath="xmlbeans-${product.version}/LICENSE.txt"/>
            <zipfileset dir="." includes="src/license/NOTICE.txt" fullpath="xmlbeans-${product.version}/NOTICE.txt"/>
        </zip>
        <tar destfile="build/private/incubating-xmlbeans-${product.version}.tgz"
             basedir="build/private"
             includes="xmlbeans-${product.version}/**"
  -          excludes="xmlbeans-${product.version}/schemas/cyclone/**, xmlbeans-${product.version}/schemas/j2ee/**"
  +          excludes=""
             compression="gzip">
            <tarfileset dir="." includes="src/license/LICENSE.txt" fullpath="xmlbeans-${product.version}/LICENSE.txt"/>
            <tarfileset dir="." includes="src/license/NOTICE.txt" fullpath="xmlbeans-${product.version}/NOTICE.txt"/>
  @@ -667,9 +668,8 @@
        	<zipfileset
        		dir="."
          		includes="**"
  -                excludes="build/**, test/src/teststore/**, test/src/easypouse/**, test/src/nameworlduse/**,
  -                test/src/stsschema/**, test/src/unmarshal/**, test/cases/schema/**, external/lib/junit.jar,
  -                xkit/schemas/cyclone/**, xkit/schemas/j2ee/**"
  +            excludes="build/**, test/src/teststore/**, test/src/easypouse/**, test/src/nameworlduse/**,
  +                test/src/stsschema/**, test/src/unmarshal/**, test/cases/schema/**, external/lib/junit.jar"
          		prefix="xmlbeans-${product.version}" />
            <zipfileset dir="." includes="src/license/LICENSE.txt" fullpath="xmlbeans-${product.version}/LICENSE.txt"/>
            <zipfileset dir="." includes="src/license/NOTICE.txt" fullpath="xmlbeans-${product.version}/NOTICE.txt"/>
  @@ -680,8 +680,7 @@
        		dir="."
          		includes="**"
          		excludes="build/**, test/src/teststore/**, test/src/easypouse/**, test/src/nameworlduse/**,
  -                test/src/stsschema/**, test/src/unmarshal/**, test/cases/schema/**, external/lib/junit.jar,
  -                xkit/schemas/cyclone/**, xkit/schemas/j2ee/**"
  +                test/src/stsschema/**, test/src/unmarshal/**, test/cases/schema/**, external/lib/junit.jar"
          		prefix="xmlbeans-${product.version}"/>
            <tarfileset dir="." includes="src/license/LICENSE.txt" fullpath="xmlbeans-${product.version}/LICENSE.txt"/>
            <tarfileset dir="." includes="src/license/NOTICE.txt" fullpath="xmlbeans-${product.version}/NOTICE.txt"/>
  
  
  
  1.7       +12 -12    xml-xmlbeans/v1/README.txt
  
  Index: README.txt
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/README.txt,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- README.txt	14 Apr 2004 01:15:34 -0000	1.6
  +++ README.txt	16 Jun 2004 16:28:28 -0000	1.7
  @@ -1,16 +1,16 @@
  -XMLBeans v1.0.2
  +XMLBeans v1.0.3
   
   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. 
  +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
  @@ -20,7 +20,7 @@
   
   
   (1) Docs
  -    
  +
   If you "ant docs" then you can get javadocs built for a bunch
   of our stuff. In particular, look at the org.apache.xmlbeans package,
   starting with XmlObject and XmlCursor.
  @@ -37,7 +37,7 @@
   (2) Build
   
   The default target, aka "ant default", builds everything you need
  -to test and run. 
  +to test and run.
   
   
   Other targets:
  
  
  
  1.1                  xml-xmlbeans/v1/CHANGES.txt
  
  Index: CHANGES.txt
  ===================================================================
  Changes since v1.0.2:
  
  - interface extension (Cezar Andrei)
  - pre/post extension (Cezar Andrei)
  - interface extension tests (Yana Kadiyska)
  - pre/post extension tests (Yana Kadiyska)
  - build xbean_xpath.jar by default (Cezar Andrei)
  - fixed an NPE in the Validator (Cezar Andrei)
  - perf improvement when using List.toArray() by passing in
      an array of right size (Kevin Krouse)
  - fixed memory leak in CursorData (Cid Dennis/Kevin Krouse)
  
  
  1.7       +1 -1      xml-xmlbeans/v1/src/typeimpl/org/apache/xmlbeans/impl/schema/SchemaTypeLoaderBase.java
  
  Index: SchemaTypeLoaderBase.java
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/src/typeimpl/org/apache/xmlbeans/impl/schema/SchemaTypeLoaderBase.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- SchemaTypeLoaderBase.java	13 Apr 2004 17:06:13 -0000	1.6
  +++ SchemaTypeLoaderBase.java	16 Jun 2004 16:28:28 -0000	1.7
  @@ -259,7 +259,7 @@
   
               do {
                   conn = url.openConnection();
  -                conn.addRequestProperty("User-Agent", "Apache XMLBeans/1.0.2");
  +                conn.addRequestProperty("User-Agent", "Apache XMLBeans/1.0.3");
                   conn.addRequestProperty("Accept", "application/xml, text/xml, */*");
                   if (conn instanceof HttpURLConnection)
                   {
  
  
  
  1.7       +1 -1      xml-xmlbeans/v1/src/xmlcomp/org/apache/xmlbeans/impl/tool/BaseSchemaResourceManager.java
  
  Index: BaseSchemaResourceManager.java
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/src/xmlcomp/org/apache/xmlbeans/impl/tool/BaseSchemaResourceManager.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- BaseSchemaResourceManager.java	14 May 2004 00:00:58 -0000	1.6
  +++ BaseSchemaResourceManager.java	16 Jun 2004 16:28:28 -0000	1.7
  @@ -554,7 +554,7 @@
           {
               URL url = new URL( schemaLocation );
               URLConnection conn = url.openConnection();
  -            conn.addRequestProperty("User-Agent", "Apache XMLBeans/1.0.2");
  +            conn.addRequestProperty("User-Agent", "Apache XMLBeans/1.0.3");
               conn.addRequestProperty("Accept", "application/xml, text/xml, */*");
               DigestInputStream input = digestInputStream(conn.getInputStream());
               IOUtil.copyCompletely(input, buffer);
  
  
  
  1.9       +1 -1      xml-xmlbeans/v1/xkit/README.txt
  
  Index: README.txt
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v1/xkit/README.txt,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- README.txt	14 Apr 2004 01:15:34 -0000	1.8
  +++ README.txt	16 Jun 2004 16:28:28 -0000	1.9
  @@ -1,4 +1,4 @@
  -XMLBeans v 1.0.2 Development Kit
  +XMLBeans v 1.0.3 Development Kit
   
   
   Welcome to XMLBeans!
  
  
  

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