Author: bimargulies
Date: Wed Feb 16 12:51:16 2011
New Revision: 1071233
URL: http://svn.apache.org/viewvc?rev=1071233&view=rev
Log:
Initial reaction to release of XmlSchema 2.0.
Modified:
webservices/site/trunk/src/documentation/content/xdocs/index.xml
webservices/site/trunk/targets/index.html
Modified: webservices/site/trunk/src/documentation/content/xdocs/index.xml
URL:
http://svn.apache.org/viewvc/webservices/site/trunk/src/documentation/content/xdocs/index.xml?rev=1071233&r1=1071232&r2=1071233&view=diff
==============================================================================
--- webservices/site/trunk/src/documentation/content/xdocs/index.xml (original)
+++ webservices/site/trunk/src/documentation/content/xdocs/index.xml Wed Feb 16
12:51:16 2011
@@ -9,15 +9,17 @@
<title>Project List</title>
<ul>
<li><a href="ext:axiom">Axiom</a> - an XML and SOAP object
model which supports deferred parsing and on-demand building of the object
tree.</li>
- <li><a href="ext:jaxme">JaxMe</a> - an implementation of JAXB,
the specification for Java/XML binding.</li>
<li><a href="ext:woden">Woden</a> - a Java class library for
reading, manipulating, creating and writing WSDL documents.</li>
<li><a href="ext:wss4j">WSS4J</a> - an implementation of the
OASIS Web Services Security (WS-Security) from OASIS Web
Services Security TC.</li>
<li><a href="ext:xmlrpc">XML-RPC</a> - a Java implementation
of XML-RPC, a popular protocol that uses XML over HTTP to
implement remote procedure calls.</li>
<li><a href="ext:neethi">Neethi</a> -a general framework for
the programmers to use WS Policy.</li>
- <li><a href="ext:XmlSchema14">XmlSchema (current release
branch)</a> - a Java class library for creating and traversing W3C XML Schema
1.0 documents.</li>
- <li><a href="ext:XmlSchema20">XmlSchema (next major
release)</a> - a Java class library for creating and traversing W3C XML Schema
1.0 documents.</li>
+ <li><a href="ext:XmlSchema20">XmlSchema 2 (current major
release)</a> - a Java class library for creating and traversing W3C XML Schema
1.0 documents.</li>
+ <li><a href="ext:XmlSchema14">XmlSchema 1.4.x (maintenance
branch)</a> - a Java class library for creating and traversing W3C XML Schema
1.0 documents.</li>
+
+ <li><a href="ext:jaxme">JaxMe</a> - an implementation of JAXB,
the specification for Java/XML binding. Jax-Me is no longer actively
maintained. </li>
+
</ul>
</section>
<section>
Modified: webservices/site/trunk/targets/index.html
URL:
http://svn.apache.org/viewvc/webservices/site/trunk/targets/index.html?rev=1071233&r1=1071232&r2=1071233&view=diff
==============================================================================
--- webservices/site/trunk/targets/index.html (original)
+++ webservices/site/trunk/targets/index.html Wed Feb 16 12:51:16 2011
@@ -227,9 +227,6 @@ document.write("Last Published: " + docu
<a href="http://ws.apache.org/axiom/">Axiom</a> - an XML and SOAP object model
which supports deferred parsing and on-demand building of the object tree.</li>
<li>
-<a href="http://ws.apache.org/jaxme/">JaxMe</a> - an implementation of JAXB,
the specification for Java/XML binding.</li>
-
-<li>
<a href="http://ws.apache.org/woden/">Woden</a> - a Java class library for
reading, manipulating, creating and writing WSDL documents.</li>
<li>
@@ -244,10 +241,15 @@ document.write("Last Published: " + docu
<a href="http://ws.apache.org/commons/neethi/">Neethi</a> -a general framework
for the programmers to use WS Policy.</li>
<li>
-<a href="http://ws.apache.org/commons/xmlschema14/">XmlSchema (current release
branch)</a> - a Java class library for creating and traversing W3C XML Schema
1.0 documents.</li>
+<a href="http://ws.apache.org/commons/xmlschema20/">XmlSchema 2 (current major
release)</a> - a Java class library for creating and traversing W3C XML Schema
1.0 documents.</li>
+
+<li>
+<a href="http://ws.apache.org/commons/xmlschema14/">XmlSchema 1.4.x
(maintenance branch)</a> - a Java class library for creating and traversing W3C
XML Schema 1.0 documents.</li>
+
<li>
-<a href="http://ws.apache.org/commons/xmlschema20/">XmlSchema (next major
release)</a> - a Java class library for creating and traversing W3C XML Schema
1.0 documents.</li>
+<a href="http://ws.apache.org/jaxme/">JaxMe</a> - an implementation of JAXB,
the specification for Java/XML binding. Jax-Me is no longer actively
maintained. </li>
+
</ul>
</div>