Author: mbo
Date: Mon Mar 21 11:23:40 2005
New Revision: 158515
URL: http://svn.apache.org/viewcvs?view=rev&rev=158515
Log:
update xdocs files and project.xml
Modified:
incubator/jdo/trunk/api11/project.xml
incubator/jdo/trunk/api11/xdocs/index.xml
incubator/jdo/trunk/api11/xdocs/navigation.xml
incubator/jdo/trunk/ri11/xdocs/index.xml
incubator/jdo/trunk/ri11/xdocs/navigation.xml
Modified: incubator/jdo/trunk/api11/project.xml
URL:
http://svn.apache.org/viewcvs/incubator/jdo/trunk/api11/project.xml?view=diff&r1=158514&r2=158515
==============================================================================
--- incubator/jdo/trunk/api11/project.xml (original)
+++ incubator/jdo/trunk/api11/project.xml Mon Mar 21 11:23:40 2005
@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-
<!--
-
Copyright 2005 The Apache Software Foundation
Licensed under the Apache License, Version 2.0 (the "License");
@@ -30,7 +28,7 @@
<shortDescription>Java Data Object (JDO) API 1.1</shortDescription>
<description>The Java Data Objects (JDO) API is a standard interface-based
Java model abstraction of persistence, developed as Java Specification
-Request 12 JSR 12 under the auspices of the Java Community
Process.</description>
+Request 12 under the auspices of the Java Community Process.</description>
<repository />
<!-- ============ -->
<!-- Dependencies -->
Modified: incubator/jdo/trunk/api11/xdocs/index.xml
URL:
http://svn.apache.org/viewcvs/incubator/jdo/trunk/api11/xdocs/index.xml?view=diff&r1=158514&r2=158515
==============================================================================
--- incubator/jdo/trunk/api11/xdocs/index.xml (original)
+++ incubator/jdo/trunk/api11/xdocs/index.xml Mon Mar 21 11:23:40 2005
@@ -1,14 +1,24 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright 2005 The Apache Software Foundation
-<document>
+ 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.
+-->
- <properties>
- <title>JDO API</title>
- <author email="[EMAIL PROTECTED]">Michael Bouschen</author>
- </properties>
+<document>
+ <properties> <title>JDO API</title> </properties>
<body>
-
<section name="JDO API">
<p>The Java Data Objects (JDO) API is a standard interface-based
Java model abstraction of persistence, developed as
Modified: incubator/jdo/trunk/api11/xdocs/navigation.xml
URL:
http://svn.apache.org/viewcvs/incubator/jdo/trunk/api11/xdocs/navigation.xml?view=diff&r1=158514&r2=158515
==============================================================================
--- incubator/jdo/trunk/api11/xdocs/navigation.xml (original)
+++ incubator/jdo/trunk/api11/xdocs/navigation.xml Mon Mar 21 11:23:40 2005
@@ -1,12 +1,39 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright 2005 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.
+-->
+
<project name="JDO API">
<title>JDO API</title>
<body>
+ <links>
+ <item name="Apache" href="http://www.apache.org"/>
+ <item name="JDO Wiki" href="http://wiki.apache.org/jdo"/>
+ </links>
+
+ <menu name="JDO Links">
+ <item name="JDO Wiki" href="http://wiki.apache.org/jdo"/>
+ </menu>
<menu name="JCP Links">
<item name="JDO 1.0 JSR-12"
href="http://www.jcp.org/en/jsr/detail?id=12"/>
<item name="JDO 2.0 JSR-243"
href="http://www.jcp.org/en/jsr/detail?id=243"/>
</menu>
+
+ <footer><div>Java, J2EE, and JCP are trademarks or registered trademarks of
+ Sun Microsystems, Inc. in the United States and other
countries.</div></footer>
</body>
</project>
Modified: incubator/jdo/trunk/ri11/xdocs/index.xml
URL:
http://svn.apache.org/viewcvs/incubator/jdo/trunk/ri11/xdocs/index.xml?view=diff&r1=158514&r2=158515
==============================================================================
--- incubator/jdo/trunk/ri11/xdocs/index.xml (original)
+++ incubator/jdo/trunk/ri11/xdocs/index.xml Mon Mar 21 11:23:40 2005
@@ -1,15 +1,25 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright 2005 The Apache Software Foundation
-<document>
+ 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.
+-->
- <properties>
- <title>JDO API</title>
- <author email="[EMAIL PROTECTED]">Michael Bouschen</author>
- </properties>
+<document>
+ <properties> <title>JDO RI</title> </properties>
<body>
-
- <section name="JDO API">
+ <section name="JDO RI">
<p>The Java Data Objects (JDO) API is a standard interface-based
Java model abstraction of persistence, developed as
<a href="http://www.jcp.org/en/jsr/detail?id=12">Java Specification
@@ -17,9 +27,7 @@
Java Community Process</a>.
</p>
<p>
-This project implements the public interfaces, helper classes and exceptions
-as specified in the JDO specification. They are indented to be shared by all
-JDO implementations.
+This project provides the JDO reference implementation (JDO RI).
</p>
</section>
Modified: incubator/jdo/trunk/ri11/xdocs/navigation.xml
URL:
http://svn.apache.org/viewcvs/incubator/jdo/trunk/ri11/xdocs/navigation.xml?view=diff&r1=158514&r2=158515
==============================================================================
--- incubator/jdo/trunk/ri11/xdocs/navigation.xml (original)
+++ incubator/jdo/trunk/ri11/xdocs/navigation.xml Mon Mar 21 11:23:40 2005
@@ -1,12 +1,39 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright 2005 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.
+-->
+
<project name="JDO API">
<title>JDO API</title>
<body>
+ <links>
+ <item name="Apache" href="http://www.apache.org"/>
+ <item name="JDO Wiki" href="http://wiki.apache.org/jdo"/>
+ </links>
+
+ <menu name="JDO Links">
+ <item name="JDO Wiki" href="http://wiki.apache.org/jdo"/>
+ </menu>
<menu name="JCP Links">
<item name="JDO 1.0 JSR-12"
href="http://www.jcp.org/en/jsr/detail?id=12"/>
<item name="JDO 2.0 JSR-243"
href="http://www.jcp.org/en/jsr/detail?id=243"/>
</menu>
+
+ <footer><div>Java, J2EE, and JCP are trademarks or registered trademarks of
+ Sun Microsystems, Inc. in the United States and other
countries.</div></footer>
</body>
</project>