You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by ch...@apache.org on 2006/09/15 14:33:44 UTC

svn commit: r446593 - in /webservices/commons/trunk/modules/axiom: README.txt RELEASE-NOTE.txt TODO-m2.txt

Author: chatra
Date: Fri Sep 15 05:33:43 2006
New Revision: 446593

URL: http://svn.apache.org/viewvc?view=rev&rev=446593
Log:
made minor corrections

Modified:
    webservices/commons/trunk/modules/axiom/README.txt
    webservices/commons/trunk/modules/axiom/RELEASE-NOTE.txt
    webservices/commons/trunk/modules/axiom/TODO-m2.txt

Modified: webservices/commons/trunk/modules/axiom/README.txt
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/README.txt?view=diff&rev=446593&r1=446592&r2=446593
==============================================================================
--- webservices/commons/trunk/modules/axiom/README.txt (original)
+++ webservices/commons/trunk/modules/axiom/README.txt Fri Sep 15 05:33:43 2006
@@ -14,13 +14,12 @@
 Support
 ===================
  
-Any problem with this release can be reported to ws-commons mailing list
-. If you are sending an email to the mailing
-list make sure to add the [AXIOM] prefix to the subject.
+Any problem with this release can be reported to ws-commons mailing list. 
+If you are sending an email to the mailing list make sure to add the [AXIOM] prefix to the subject.
 
 Mailing list subscription:
     commons-dev-subscribe@ws.apache.org
 
 Thank you for using AXIOM!
 
-The AXIOM Team.
+The Apache AXIOM Team.

Modified: webservices/commons/trunk/modules/axiom/RELEASE-NOTE.txt
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/RELEASE-NOTE.txt?view=diff&rev=446593&r1=446592&r2=446593
==============================================================================
--- webservices/commons/trunk/modules/axiom/RELEASE-NOTE.txt (original)
+++ webservices/commons/trunk/modules/axiom/RELEASE-NOTE.txt Fri Sep 15 05:33:43 2006
@@ -1,45 +1,45 @@
-===========================================
-
-     Apache AXIOM 1.1 Release Note
-
-===========================================
-
-http://ws.apache.org/commons/axiom
-
-This is Apache AXIOM 1.1 release, the next major version since v1.0.
-
-Apache AXIOM is a StAX-based, XML Infoset compliant object model which supports on-demand building
-of the object tree. It supports a novel "pull-through" model which allows one to turn off the tree
-building and directly access the underlying pull event stream. It also has built in support for XML
-Optimized Packaging (XOP) and MTOM, the combination of which allows XML to carry binary data
-efficiently and in a transparent manner. The combination of these is an easy to use API with a very
-high performant architecture!
-
-Developed as part of Apache Axis2, Apache AXIOM is the core of Apache Axis2. However, it is a pure
-standalone XML Infoset model with novel features and can be used independently of Apache Axis2.
-
-Key Features
-============
-
-    * Full XML Infoset compliant XML object model
-    * StAX based builders with on-demand building and pull-through
-    * XOP/MTOM support offering direct binary support
-    * Convenient SOAP Infoset API on top of AXIOM
-    * Two implementations included:
-          o Linked list based implementation
-          o W3C DOM supporting implementation
-    * High performant
-
-What's New in This Release
-==========================
-
-    * Improved XML serialization
-    * DOM Hash implementation
-    * Improved MTOM handling
-    * Improved tree handling with multiple partial built elements
-    * Numerous bug fixes
-
-Thanks for your interest in Apache AXIOM!
-
-
+===========================================
+
+     Apache AXIOM 1.1 Release Note
+
+===========================================
+
+http://ws.apache.org/commons/axiom
+
+This is Apache AXIOM 1.1 release, the next major version since v1.0.
+
+Apache AXIOM is a StAX-based, XML Infoset compliant object model which supports on-demand building
+of the object tree. It supports a novel "pull-through" model which allows one to turn off the tree
+building and directly access the underlying pull event stream. It also has built-in support for XML
+Optimized Packaging (XOP) and MTOM, the combination of which allows XML to carry binary data
+efficiently and in a transparent manner. The combination of these results in a easy to use API with a very
+high performant architecture!
+
+Developed as part of Apache Axis2, Apache AXIOM (AXIs Object Model)is the core of Apache Axis2. However, it is a pure
+standalone XML Infoset model with novel features and can be used independently of Apache Axis2.
+
+Key Features
+============
+
+    * Full XML Infoset compliant XML object model
+    * StAX based builders with on-demand building and pull-through
+    * XOP/MTOM support offering direct binary support
+    * Convenient SOAP Infoset API on top of AXIOM
+    * Two implementations included:
+          o Linked list based implementation
+          o W3C DOM supporting implementation
+    * High performant
+
+What's New in This Release
+==========================
+
+    * Improved XML serialization
+    * DOM Hash implementation
+    * Improved MTOM handling
+    * Improved tree handling with multiple partial built elements
+    * Numerous bug fixes
+
+Thanks for your interest in Apache AXIOM!
+
+
 -The Apache AXIOM Development Team

Modified: webservices/commons/trunk/modules/axiom/TODO-m2.txt
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/TODO-m2.txt?view=diff&rev=446593&r1=446592&r2=446593
==============================================================================
--- webservices/commons/trunk/modules/axiom/TODO-m2.txt (original)
+++ webservices/commons/trunk/modules/axiom/TODO-m2.txt Fri Sep 15 05:33:43 2006
@@ -1,7 +1,7 @@
-TODO list for completing build with Maven 2:
-============================================
-
-* Create axiom.jar (bundle of axiom-api.jar, axiom-dom.jar and
-  axiom-impl.jar) or decide to drop it.
-* Add LICENSE and NOTICE files to the generated jar files.
-  See http://jira.codehaus.org/browse/MJAR-42.
+TODO List for Completing Build with Maven 2:
+============================================
+
+* Create axiom.jar (bundle of axiom-api.jar, axiom-dom.jar and
+  axiom-impl.jar) or decide to drop it.
+* Add LICENSE and NOTICE files to the generated jar files.
+  See http://jira.codehaus.org/browse/MJAR-42.



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: commons-dev-help@ws.apache.org