You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jaxme-dev@ws.apache.org by ma...@apache.org on 2005/08/19 10:31:18 UTC

svn commit: r233454 - in /webservices/jaxme/branches/MAVEN/projects/api: project.properties xdocs/book.xml xdocs/index.xml

Author: mac
Date: Fri Aug 19 01:31:15 2005
New Revision: 233454

URL: http://svn.apache.org/viewcvs?rev=233454&view=rev
Log:
transformed docs to anakia format to be able to attain goal site with maven

Removed:
    webservices/jaxme/branches/MAVEN/projects/api/xdocs/book.xml
Modified:
    webservices/jaxme/branches/MAVEN/projects/api/project.properties
    webservices/jaxme/branches/MAVEN/projects/api/xdocs/index.xml

Modified: webservices/jaxme/branches/MAVEN/projects/api/project.properties
URL: http://svn.apache.org/viewcvs/webservices/jaxme/branches/MAVEN/projects/api/project.properties?rev=233454&r1=233453&r2=233454&view=diff
==============================================================================
--- webservices/jaxme/branches/MAVEN/projects/api/project.properties (original)
+++ webservices/jaxme/branches/MAVEN/projects/api/project.properties Fri Aug 19 01:31:15 2005
@@ -17,6 +17,4 @@
 # -------------------------------------------------------------------
 # P R O J E C T  P R O P E R T I E S
 # -------------------------------------------------------------------
-maven.xdoc.bundle=resources
-maven.xdoc.bundle.src=${basedir}/resources
-maven.xdoc.locale.default=en
+

Modified: webservices/jaxme/branches/MAVEN/projects/api/xdocs/index.xml
URL: http://svn.apache.org/viewcvs/webservices/jaxme/branches/MAVEN/projects/api/xdocs/index.xml?rev=233454&r1=233453&r2=233454&view=diff
==============================================================================
--- webservices/jaxme/branches/MAVEN/projects/api/xdocs/index.xml (original)
+++ webservices/jaxme/branches/MAVEN/projects/api/xdocs/index.xml Fri Aug 19 01:31:15 2005
@@ -1,56 +1,78 @@
 <?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.
-
+	
+	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.
+	
 -->
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" "document-v12.dtd">
-<document> 
-  <header> 
-    <title>JaxMeAPI: A clean room implementation of the JAXB API</title> 
-  </header> 
-  <body> 
-      <p>
-        JaxMeAPI is clean room implementation of the JAXB API. Unlike the
-        <link href="ext:ri">reference implementation</link> this one
-        comes under a very moderate open source license, the
-        <link href="site:license">Apache License</link>.
-      </p>
-      <note>
-        The reference implementation is now distributed from 
-        <link href='ext:jaxb-si'>Java Dot Net</link>.
-        Though the source may be viewed, the license model used does not
-        really seem to be open source (in the usual sense of 
-        <link href='ext:open-source-definition'>
-        The Open Source Initiative</link> definition).
-        Our implementation (of the basic API)
-        is licensed under the Apache License
-        a truely open source license allowing easy redistribution.
-        Therefore, we continue to recommend our implementation.
-      </note>
-      <p>In terms of Jar files, the JaxMeAPI is equivalent to the following
-        Jar files from the reference implementation:</p>
-      <ol>
-        <li>jaxb-api.jar</li>
-        <li>jax-qname.jar</li>
-        <li>namespace.jar</li>
-      </ol>
-      <p>JaxMeAPI was written as a part of the <link href="site:jaxme2">JaxMe 2</link>
-        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>
-  </body>
+<document>
+	<properties>
+		<title>
+			JaxMeAPI: A clean room implementation of the JAXB API
+		</title>
+	</properties>
+	<body>
+		<section
+			name="JaxMeAPI: A clean room implementation of the JAXB API">
+			<p>
+				JaxMeAPI is clean room implementation of the JAXB API.
+				Unlike the
+				<a hrefkey="link.ext-ri">reference implementation</a>
+				this one comes under a very moderate open source
+				license, the
+				<link href="site:license">Apache License</link>.
+			</p>
+			<table border="1">
+				<tr>
+					<th>Note</th>
+				</tr>
+				<tr>
+					<td>
+						The reference implementation is now distributed
+						from
+						<link href='ext:jaxb-si'>Java Dot Net</link>. 
+						Though the source may be viewed, the license
+						model used does not really seem to be open
+						source (in the usual sense of
+						<link href='ext:open-source-definition'>
+							The Open Source Initiative
+						</link>
+						definition). Our implementation (of the basic
+						API) is licensed under the Apache License a
+						truly open source license allowing easy
+						redistribution. Therefore, we continue to
+						recommend our implementation.
+					</td>
+				</tr>
+			</table>
+			<p>
+				In terms of Jar files, the JaxMeAPI is equivalent to the
+				following Jar files from the reference implementation:
+			</p>
+			<ol>
+				<li>jaxb-api.jar</li>
+				<li>jax-qname.jar</li>
+				<li>namespace.jar</li>
+			</ol>
+			<p>
+				JaxMeAPI was written as a part of the
+				<link href="site:jaxme2">JaxMe 2</link>
+				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: jaxme-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: jaxme-dev-help@ws.apache.org