You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlbeans.apache.org by ce...@apache.org on 2008/06/17 01:53:55 UTC

svn commit: r668349 - in /xmlbeans/trunk: README.txt STATUS xkit/README.txt

Author: cezar
Date: Mon Jun 16 16:53:54 2008
New Revision: 668349

URL: http://svn.apache.org/viewvc?rev=668349&view=rev
Log:
README and STATUS updates for 2.4.0 release.


Modified:
    xmlbeans/trunk/README.txt
    xmlbeans/trunk/STATUS
    xmlbeans/trunk/xkit/README.txt

Modified: xmlbeans/trunk/README.txt
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/README.txt?rev=668349&r1=668348&r2=668349&view=diff
==============================================================================
--- xmlbeans/trunk/README.txt (original)
+++ xmlbeans/trunk/README.txt Mon Jun 16 16:53:54 2008
@@ -13,7 +13,7 @@
  *  limitations under the License.
  */
 
-Welcome to XmlBeans Version 2.4.0!
+Welcome to XMLBeans!
 
 Layout of the tree:
 - README.txt    this file

Modified: xmlbeans/trunk/STATUS
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/STATUS?rev=668349&r1=668348&r2=668349&view=diff
==============================================================================
--- xmlbeans/trunk/STATUS (original)
+++ xmlbeans/trunk/STATUS Mon Jun 16 16:53:54 2008
@@ -1,18 +1,8 @@
 Active committers:
 
-cezar.andrei@bea.com
-cliff.schmidt@bea.com
-dwaite@apache.org
-david.bau@gmail.com
-eric@vasilik.com
-ken@kress.org
-laurence.moroney@reuters.com
-patrick.calahan@bea.com
-scott.ziegler@bea.com
-twl@apache.org
-radu.preotiuc@bea.com
-kkrouse@apache.org
-yana.kadiyska@bea.com
+Cezar Andrei            cezar.andrei@gmail.com
+Radu Preotiuc-Pietro    radu.preotiuc-pietro@oracle.com
+Jacob Danner            jacob.danner@gmail.com
 
 FAQ:
 http://wiki.apache.org/xmlbeans/XmlBeansV1Faq

Modified: xmlbeans/trunk/xkit/README.txt
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/xkit/README.txt?rev=668349&r1=668348&r2=668349&view=diff
==============================================================================
--- xmlbeans/trunk/xkit/README.txt (original)
+++ xmlbeans/trunk/xkit/README.txt Mon Jun 16 16:53:54 2008
@@ -29,24 +29,26 @@
     needed to parse XML files for use with XMLBeans.
     ./lib/jsr173_1.0_api.jar
 
-(3) One copy of xmlbeans-qname.jar, which contains the QName class.
-    Required only for using XMLBeans with JDK 1.4.
-    ./lib/xmlbeans-qname.jar
-
-(4) One copy of resolver.jar from Apache xml-commons. See scomp
+(3) One copy of resolver.jar from Apache xml-commons. See scomp
     documentation for when it is needed.
     ./lib/resolver.jar
 
-(5) One copy of xbean_xpath jar. Contains the XPath and XQuery
+(4) One copy of xbean_xpath jar. Contains the XPath and XQuery
     "glue" code, only needed if XPath-XQuery functionality is
     required.
     ./lib/xbean_xpath.jar
 
-(6) One copy of xmlpublic.jar, containing all the public interfaces of
+(5) One copy of xmlpublic.jar, containing all the public interfaces of
     XMLBeans. (Classes included here are a subset of those included
     in xbean.jar.)
     ./lib/xmlpublic.jar
 
+(6) One copy of xmlbeans-qname.jar, contains javax.xml.namespace
+    QName.class and NamespaceContext.class. These classes were
+    introduced in the jdk since 1.5. This jar is necesary on classpath
+    only if using jdk 1.4.   
+    ./lib/xmlbeans-qname.jar
+
 (7) License information for XML Beans and included libraries
     ./LICENSE.txt
     ./NOTICE.txt
@@ -66,7 +68,7 @@
 (11) A few sample schemas
     ./schemas
 
-(12) Samples that show the use of the XMLBeans API. (You'll 
+(12) Samples that show the use of the XMLBeans API. (You'll
     also find more samples at the XMLBeans web site.)
     ./samples
 
@@ -79,7 +81,7 @@
        java[.exe], javac[.exe], and jar[.exe].
 
     2. Set your XMLBEANS_HOME env variable to point to the directory
-       in which you installed XmlBeans (i.e., /home/user/xmlbeans-2.4.0).
+       in which you installed XmlBeans (i.e., /home/user/xmlbeans).
 
     3. Put the scripts in ./bin on your path.
 
@@ -97,7 +99,7 @@
     2. For an even shorter introduction, see the Getting Started topic
        included with the release (./docs/guide/conGettingStartedwithXMLBeans.html)
        or at the web site
-       (http://xmlbeans.apache.org/docs/2.0.0/guide/conGettingStartedwithXMLBeans.html).
+       (http://xmlbeans.apache.org/docs/2.2.0/guide/conGettingStartedwithXMLBeans.html).
 
     3. Explore the samples provided with the release (./samples) or 
        at the XMLBeans web site (http://xmlbeans.apache.org/samples/index.html).



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