You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ch...@apache.org on 2007/04/19 10:35:03 UTC

svn commit: r530328 - in /webservices/axis2/trunk/c: axiom/README guththila/README util/README

Author: chatra
Date: Thu Apr 19 01:35:02 2007
New Revision: 530328

URL: http://svn.apache.org/viewvc?view=rev&rev=530328
Log:
reviewed README files

Modified:
    webservices/axis2/trunk/c/axiom/README
    webservices/axis2/trunk/c/guththila/README
    webservices/axis2/trunk/c/util/README

Modified: webservices/axis2/trunk/c/axiom/README
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/README?view=diff&rev=530328&r1=530327&r2=530328
==============================================================================
--- webservices/axis2/trunk/c/axiom/README (original)
+++ webservices/axis2/trunk/c/axiom/README Thu Apr 19 01:35:02 2007
@@ -1,58 +1,57 @@
-
-                          Apache Axiom/C
-
-  What is it?
-  -----------
-
-  Axiom stands for AXis Object Model (also known as OM - Object Model) and
-  refers to the XML infoset model that is initially developed for Apache
-  Axis2. This is an effort to implement Apache Axiom in C.
-
-  Please have a look at
-
-  http://ws.apache.org/axis2/c/docs/om_tutorial.html
-
-  for an introduction about Apache Axiom/C.
-  
-  As a project of the Apache Software Foundation, the
-  developers aim to collaboratively develop and maintain a robust,
-  commercial-grade, standards-based Web Services stack implementation with
-  freely available source code.
-
-  The Latest Version
-  ------------------
-
-  You can get the latest svn checkout of Apache Axiom/C module from
-
-  https://svn.apache.org/repos/asf/webservices/axis2/trunk/c/axiom
-
-  Installation
-  ------------
-
-  Please see the file called INSTALL. 
-
-  Licensing
-  ---------
-
-  Please see the file called LICENSE.
-
-  Contacts
-  --------
-
-     o If you want freely available support for using Apache Axiom/C please
-       join the Apache Axis2/C user community by subscribing to users mailing
-       list, axis-c-user@ws.apache.org' as described at
-       http://ws.apache.org/axis2/c/mail-lists.html
-
-     o If you have a bug report for Apache Axiom/C please go log a Jira issue
-       at http://issues.apache.org/jira/browse/AXIS2C
-
-     o If you want to participate in actively developing Apache Axiom/C please
-       subscribe to the `axis-c-dev@ws.apache.org' mailing list as described at
-       http://ws.apache.org/axis2/c/mail-lists.html
-
-  Acknowledgments
-  ----------------
-
-  Apache Axiom/C relies heavily on the use of autoconf, automake and libtool
-  to provide a build environment.
+
+                          Apache Axiom/C
+                         ================
+
+  What is it?
+  -----------
+
+  Axiom stands for AXis Object Model (also known as OM - Object Model) and
+  refers to the XML infoset model that is initially developed for Apache
+  Axis2. This is an effort to implement Apache Axiom in C.
+
+  Please have a look at http://ws.apache.org/axis2/c/docs/om_tutorial.html
+  for an introduction about Apache Axiom/C.
+  
+  As a project of the Apache Software Foundation, the
+  developers aim to collaboratively develop and maintain a robust,
+  commercial-grade, standards-based Web Services stack implementation with
+  freely available source code.
+
+  The Latest Version
+  ------------------
+
+  You can get the latest svn checkout of Apache Axiom/C module from
+
+  https://svn.apache.org/repos/asf/webservices/axis2/trunk/c/axiom
+
+  Installation
+  ------------
+
+  Please see the file called INSTALL. 
+
+  Licensing
+  ---------
+
+  Please see the file called LICENSE.
+
+  Contacts
+  --------
+
+     o If you want freely available support for using Apache Axiom/C please
+       join the Apache Axis2/C user community by subscribing to users mailing
+       list, axis-c-user@ws.apache.org' as described at
+       http://ws.apache.org/axis2/c/mail-lists.html
+
+    o If you have a bug report for Apache Axis2/C Guththila please log-in and create a JIRA issue
+       at http://issues.apache.org/jira/browse/AXIS2C
+
+     o If you want to participate actively in developing Apache Axis2/C Guththila please
+       subscribe to the `axis-c-dev@ws.apache.org' mailing list as described at
+       http://ws.apache.org/axis2/c/mail-lists.html
+
+
+  Acknowledgments
+  ----------------
+
+  Apache Axiom/C relies heavily on the use of autoconf, automake and libtool
+  to provide a build environment.

Modified: webservices/axis2/trunk/c/guththila/README
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/guththila/README?view=diff&rev=530328&r1=530327&r2=530328
==============================================================================
--- webservices/axis2/trunk/c/guththila/README (original)
+++ webservices/axis2/trunk/c/guththila/README Thu Apr 19 01:35:02 2007
@@ -1,40 +1,41 @@
-
-                          Apache Axis2/C Guththila
-
-  What is it?
-  -----------
-
-  Guththila is Streaming XML Parser for the Apache Axis2/C.
-
-  The Latest Version
-  ------------------
-
-  You can get the latest svn checkout of Apache Axis2/C Guththila module from
-
-  https://svn.apache.org/repos/asf/webservices/axis2/trunk/c/guththila
-
-  Installation
-  ------------
-
-  Please see the file called INSTALL.
-
-  Licensing
-  ---------
-
-  Please see the file called LICENSE.
-
-  Contacts
-  --------
-
-     o If you want freely available support for using Apache Axis2/C Guththila please
-       join the Apache Axis2/C user community by subscribing to users mailing
-       list, axis-c-user@ws.apache.org' as described at
-       http://ws.apache.org/axis2/c/mail-lists.html
-
-     o If you have a bug report for Apache Axis2/C Guththila please go log a Jira issue
-       at http://issues.apache.org/jira/browse/AXIS2C
-
-     o If you want to participate in actively developing Apache Axis2/C Guththila please
-       subscribe to the `axis-c-dev@ws.apache.org' mailing list as described at
-       http://ws.apache.org/axis2/c/mail-lists.html
-
+
+                          Apache Axis2/C Guththila
+                          ========================
+
+  What Is It?
+  -----------
+
+  Guththila is Streaming XML Parser for the Apache Axis2/C.
+
+  The Latest Version
+  ------------------
+
+  You can get the latest svn checkout of Apache Axis2/C Guththila module from
+
+  https://svn.apache.org/repos/asf/webservices/axis2/trunk/c/guththila
+
+  Installation
+  ------------
+
+  Please see the file called INSTALL.
+
+  Licensing
+  ---------
+
+  Please see the file called LICENSE.
+
+  Contacts
+  --------
+
+     o If you want freely available support for using Apache Axis2/C Guththila please
+       join the Apache Axis2/C user community by subscribing to users mailing
+       list, axis-c-user@ws.apache.org' as described at
+       http://ws.apache.org/axis2/c/mail-lists.html
+
+     o If you have a bug report for Apache Axis2/C Guththila please log-in and create a JIRA issue
+       at http://issues.apache.org/jira/browse/AXIS2C
+
+     o If you want to participate actively in developing Apache Axis2/C Guththila please
+       subscribe to the `axis-c-dev@ws.apache.org' mailing list as described at
+       http://ws.apache.org/axis2/c/mail-lists.html
+

Modified: webservices/axis2/trunk/c/util/README
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/README?view=diff&rev=530328&r1=530327&r2=530328
==============================================================================
--- webservices/axis2/trunk/c/util/README (original)
+++ webservices/axis2/trunk/c/util/README Thu Apr 19 01:35:02 2007
@@ -1,53 +1,55 @@
-
-                          Apache Axis2/C Util
-
-  What is it?
-  -----------
-  Axis2/C Util project is supposed to contain some utilities which are going to be
-  used across the Axis2/C platform. Initially this was inside Axis2/C code base
-  as util folder. But as the project expands and as related projects were emerging
-  there was a need to use those utilities across those projects of Axis2 C platform.
-  The resulting was springing of a new project called Axis2 C/Util.
-  
-  As a project of the Apache Software Foundation, the
-  developers aim to collaboratively develop and maintain a robust,
-  commercial-grade, standards-based Web Services stack implementation with
-  freely available source code.
-
-  The Latest Version
-  ------------------
-
-  You can get the latest svn checkout of Apache Axis2/C util module from
-
-  https://svn.apache.org/repos/asf/webservices/axis2/trunk/c/util
-
-  Installation
-  ------------
-
-  Please see the file called INSTALL. 
-
-  Licensing
-  ---------
-
-  Please see the file called LICENSE.
-
-  Contacts
-  --------
-
-     o If you want freely available support for using Apache Axis2/C Util please
-       join the Apache Axis2/C user community by subscribing to users mailing
-       list, axis-c-user@ws.apache.org' as described at
-       http://ws.apache.org/axis2/c/mail-lists.html
-
-     o If you have a bug report for Apache Axis2/C Util please go log a Jira issue
-       at http://issues.apache.org/jira/browse/AXIS2C
-
-     o If you want to participate in actively developing Apache Axis2/C Util please
-       subscribe to the `axis-c-dev@ws.apache.org' mailing list as described at
-       http://ws.apache.org/axis2/c/mail-lists.html
-
-  Acknowledgments
-  ----------------
-
-  Apache Axis2/C Util relies heavily on the use of autoconf, automake and libtool
-  to provide a build environment.
+
+                          Apache Axis2/C Util
+                          ====================
+
+  What is it?
+  -----------
+  Axis2/C Util project is supposed to contain some utilities which are going to be
+  used across the Axis2/C platform. Initially this was inside Axis2/C code base
+  as util folder. But as the project expands and as related projects were emerging
+  there was a need to use those utilities across those projects of Axis2 C platform.
+  The resulting was springing of a new project called Axis2 C/Util.
+  
+  As a project of the Apache Software Foundation, the
+  developers aim to collaboratively develop and maintain a robust,
+  commercial-grade, standards-based Web Services stack implementation with
+  freely available source code.
+
+  The Latest Version
+  ------------------
+
+  You can get the latest svn checkout of Apache Axis2/C util module from
+
+  https://svn.apache.org/repos/asf/webservices/axis2/trunk/c/util
+
+  Installation
+  ------------
+
+  Please see the file called INSTALL. 
+
+  Licensing
+  ---------
+
+  Please see the file called LICENSE.
+
+  Contacts
+  --------
+
+     o If you want freely available support for using Apache Axis2/C Util please
+       join the Apache Axis2/C user community by subscribing to users mailing
+       list, axis-c-user@ws.apache.org' as described at
+       http://ws.apache.org/axis2/c/mail-lists.html
+
+    o If you have a bug report for Apache Axis2/C Guththila please log-in and create a JIRA issue
+       at http://issues.apache.org/jira/browse/AXIS2C
+
+     o If you want to participate actively in developing Apache Axis2/C Guththila please
+       subscribe to the `axis-c-dev@ws.apache.org' mailing list as described at
+       http://ws.apache.org/axis2/c/mail-lists.html
+
+
+  Acknowledgments
+  ----------------
+
+  Apache Axis2/C Util relies heavily on the use of autoconf, automake and libtool
+  to provide a build environment.



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