Author: jochen
Date: Wed Jan 10 12:00:26 2007
New Revision: 494957

URL: http://svn.apache.org/viewvc?view=rev&rev=494957
Log:
Adding the site

Added:
    webservices/jaxme/trunk/ws-jaxme/jaxme-jaxb-api/src/changes/
    webservices/jaxme/trunk/ws-jaxme/jaxme-jaxb-api/src/changes/changes.xml
    webservices/jaxme/trunk/ws-jaxme/jaxme-jaxb-api/src/site/
    webservices/jaxme/trunk/ws-jaxme/jaxme-jaxb-api/src/site/site.xml
    webservices/jaxme/trunk/ws-jaxme/jaxme-jaxb-api/src/site/xdoc/
    webservices/jaxme/trunk/ws-jaxme/jaxme-jaxb-api/src/site/xdoc/index.xml

Added: webservices/jaxme/trunk/ws-jaxme/jaxme-jaxb-api/src/changes/changes.xml
URL: 
http://svn.apache.org/viewvc/webservices/jaxme/trunk/ws-jaxme/jaxme-jaxb-api/src/changes/changes.xml?view=auto&rev=494957
==============================================================================
--- webservices/jaxme/trunk/ws-jaxme/jaxme-jaxb-api/src/changes/changes.xml 
(added)
+++ webservices/jaxme/trunk/ws-jaxme/jaxme-jaxb-api/src/changes/changes.xml Wed 
Jan 10 12:00:26 2007
@@ -0,0 +1,30 @@
+<document>
+  <properties>
+    <title>Changes in JaxMe JAXB API</title>
+  </properties>
+  <body>
+    <release version="0.6-SNAPSHOT" date="Not yet released">
+      <action dev="jochen" type="update">
+        Maven 2 is now used as the build system.
+      </action>
+      <action dev="jochen" type="add">
+        Upgraded implemented API version from 1.0 to 2.1.
+        Renamed jar file from jaxme-api.jar to
+        jaxme-jaxb-2.1-api.jar.
+      </action>
+    </release>
+    <release version="0.5.2" date="25-Oct-2006"/>
+    <release version="0.5.1" date="6-Jan-2006"/>
+    <release version="0.5" date="2005-Aug-08"/>
+    <release version="0.5beta" date="2005-Jul-13"/>
+    <release version="0.4" date="2005-May-19"/>
+    <release version="0.4beta" date="2005-Apr-17">
+      <action dev="jochen" type="enhancement" context="api">
+        Replaced JAXBSource with a streaming implementation.
+        Richard Zschech, richard.zschech at cqrdata.com
+      </action>
+    </release>
+    <release version="0.3.1" date="2004-Sep-03"/>
+    <release version="0.3" date="2004-Jul-19"/>
+  </body>
+</document>

Added: webservices/jaxme/trunk/ws-jaxme/jaxme-jaxb-api/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/webservices/jaxme/trunk/ws-jaxme/jaxme-jaxb-api/src/site/site.xml?view=auto&rev=494957
==============================================================================
--- webservices/jaxme/trunk/ws-jaxme/jaxme-jaxb-api/src/site/site.xml (added)
+++ webservices/jaxme/trunk/ws-jaxme/jaxme-jaxb-api/src/site/site.xml Wed Jan 
10 12:00:26 2007
@@ -0,0 +1,24 @@
+<project name="jaxme-jaxb-api">
+  <bannerLeft>
+    <name>Apache JaxMe</name>
+    <src>http://ws.apache.org/jaxme/images/group-logo.gif</src>
+    <href>http://ws.apache.org/jaxme/</href>
+  </bannerLeft>
+  <body>
+    <links>
+      <item name="Apache" href="http://www.apache.org/"/>
+      <item name="Webservices" href="http://ws.apache.org/"/>
+      <item name="JaxMe" href="http://ws.apache.org/jaxme/"/>
+      <item name="JAXB API" href="http://ws.apache.org/jaxme/api/"/>
+    </links>
+
+    <menu name="JAXB API">
+      <item name="Introduction"   href="index.html"/>
+      <item name="License"        href="license.html"/>
+      <item name="Javadocs"       href="apidocs/index.html"/>
+      <item name="Mailing Lists"  href="mail-lists.html"/>
+    </menu>
+
+    ${reports}
+  </body>
+</project>

Added: webservices/jaxme/trunk/ws-jaxme/jaxme-jaxb-api/src/site/xdoc/index.xml
URL: 
http://svn.apache.org/viewvc/webservices/jaxme/trunk/ws-jaxme/jaxme-jaxb-api/src/site/xdoc/index.xml?view=auto&rev=494957
==============================================================================
--- webservices/jaxme/trunk/ws-jaxme/jaxme-jaxb-api/src/site/xdoc/index.xml 
(added)
+++ webservices/jaxme/trunk/ws-jaxme/jaxme-jaxb-api/src/site/xdoc/index.xml Wed 
Jan 10 12:00:26 2007
@@ -0,0 +1,66 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+       
+       Copyright 2004 The Apache Software Foundation.
+       
+       Licensed under the Apache License, Version 2.0 (the "License");
+       you may not use this file except in compliance with the License.
+       You may obtain a copy of the License at
+       
+       http://www.apache.org/licenses/LICENSE-2.0
+       
+       Unless required by applicable law or agreed to in writing, software
+       distributed under the License is distributed on an "AS IS" BASIS,
+       WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+       See the License for the specific language governing permissions and
+       limitations under the License.
+       
+-->
+<document>
+       <properties>
+               <title>
+                       JaxMe JAXB API: A clean room implementation of the JAXB 
API
+               </title>
+       </properties>
+       <body>
+               <section
+                       name="JaxMe JAXB API: A clean room implementation of 
the JAXB API">
+                       <p>
+                               JaxMe JAXB API is clean room implementation of 
the JAXB API.
+                               Unlike the
+                               <a href="https://jaxb.dev.java.net/";>reference 
implementation</a>
+                               this one comes under a very moderate open source
+                               license, the
+                               <a 
href="http://www.apache.org/licenses/LICENSE-2.0";>Apache License 2.0</a>.
+                       </p>
+                       <table border="1">
+                               <tr>
+                                       <th>Note</th>
+                               </tr>
+                               <tr>
+                                       <td>
+                                               The reference implementation is 
now distributed
+                                               from
+                                               <a 
href='https://jaxb.dev.java.net/'>https://jaxb.dev.java.net/</a>.
+                        As of this writing, it will soon be available under the
+                        <a href="http://www.gnu.org/copyleft/gpl.html";>GPL
+                        (GNU General Public License)</a>.
+                                               Therefore, we continue to 
recommend our implementation.
+                                       </td>
+                               </tr>
+                       </table>
+                       <p>
+                               In terms of Jar files, the JaxMe JAXB API is 
equivalent to the
+                               Jar file jaxb-api-2.1.jar from the reference 
implementation.
+                       </p>
+                       <p>
+                               JaxMe JAXB API was written as a part of the 
+                               <a href="http://ws.apache.org/jaxme/";>JaxMe 
2</a>
+                               project. It is available as a separate module 
to be
+                               included in source distributions of JAXB client
+                               applications. Perhaps other JAXB provider
+                               implementations. might be interested too at 
some point.
+                       </p>
+               </section>
+       </body>
+</document>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to