Author: chinthaka
Date: Fri Sep 15 04:02:51 2006
New Revision: 446572
URL: http://svn.apache.org/viewvc?view=rev&rev=446572
Log: (empty)
Added:
webservices/commons/trunk/modules/axiom/src/site/xdoc/download.cgi
Modified:
webservices/commons/trunk/modules/axiom/pom.xml
webservices/commons/trunk/modules/axiom/src/site/apt/index.apt
webservices/commons/trunk/modules/axiom/src/site/site.xml
webservices/commons/trunk/modules/axiom/src/site/xdoc/download.xml
Modified: webservices/commons/trunk/modules/axiom/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/pom.xml?view=diff&rev=446572&r1=446571&r2=446572
==============================================================================
--- webservices/commons/trunk/modules/axiom/pom.xml (original)
+++ webservices/commons/trunk/modules/axiom/pom.xml Fri Sep 15 04:02:51 2006
@@ -13,6 +13,7 @@
<description>AXIOM API</description>
<url>http://ws.apache.org/commons/axiom/</url>
<issueManagement>
+ <system>JIRA</system>
<url>http://issues.apache.org/jira/browse/WSCOMMONS</url>
</issueManagement>
<ciManagement>
Modified: webservices/commons/trunk/modules/axiom/src/site/apt/index.apt
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/src/site/apt/index.apt?view=diff&rev=446572&r1=446571&r2=446572
==============================================================================
--- webservices/commons/trunk/modules/axiom/src/site/apt/index.apt (original)
+++ webservices/commons/trunk/modules/axiom/src/site/apt/index.apt Fri Sep 15
04:02:51 2006
@@ -29,20 +29,30 @@
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
+
+ * Linked list based implementation
+
+ * 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
- []
+
Modified: webservices/commons/trunk/modules/axiom/src/site/site.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/src/site/site.xml?view=diff&rev=446572&r1=446571&r2=446572
==============================================================================
--- webservices/commons/trunk/modules/axiom/src/site/site.xml (original)
+++ webservices/commons/trunk/modules/axiom/src/site/site.xml Fri Sep 15
04:02:51 2006
@@ -20,7 +20,7 @@
<menu name="AXIOM">
<item name="About" href="index.html"/>
<item name="Downloads">
- <item name="Releases"
href="http://www.apache.org/dyn/closer.cgi/ws/commons/axiom/"/>
+ <item name="Releases" href="download.cgi"/>
<item name="Source Code" href="source-repository.html"/>
</item>
<item name="Documentation">
@@ -31,7 +31,6 @@
<item name="Mailing Lists" href="/mail-lists.html"/>
<item name="Project Team" href="/team-list.html"/>
<item name="Issue Tracking" href="issue-tracking.html"/>
- <item name="Dependencies" href="/dependencies.html"/>
</item>
<item name="License" href="/license.html"/>
</menu>
Added: webservices/commons/trunk/modules/axiom/src/site/xdoc/download.cgi
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/src/site/xdoc/download.cgi?view=auto&rev=446572
==============================================================================
--- webservices/commons/trunk/modules/axiom/src/site/xdoc/download.cgi (added)
+++ webservices/commons/trunk/modules/axiom/src/site/xdoc/download.cgi Fri Sep
15 04:02:51 2006
@@ -0,0 +1,6 @@
+#!/bin/sh
+# Wrapper script around mirrors.cgi script
+# (we must change to that directory in order for python to pick up the
+# python includes correctly)
+cd /www/www.apache.org/dyn/mirrors
+/www/www.apache.org/dyn/mirrors/mirrors.cgi $*
\ No newline at end of file
Modified: webservices/commons/trunk/modules/axiom/src/site/xdoc/download.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/src/site/xdoc/download.xml?view=diff&rev=446572&r1=446571&r2=446572
==============================================================================
--- webservices/commons/trunk/modules/axiom/src/site/xdoc/download.xml
(original)
+++ webservices/commons/trunk/modules/axiom/src/site/xdoc/download.xml Fri Sep
15 04:02:51 2006
@@ -36,7 +36,7 @@
<tr class="b">
<td align="center" valign="middle">
<a name="09"></a>
- 1.0
+ 1.1
</td>
<td align="center">Release</td>
<td>Source Distribution
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]