Skip to Content.
Sympa Menu

notify-dpml - r1939 - in trunk/central/apis/src/docs: . index index/checkstyle index/javax index/javax/persistence index/javax/servlet index/jetty index/junit

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell at BerliOS <mcconnell AT mail.berlios.de>
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: r1939 - in trunk/central/apis/src/docs: . index index/checkstyle index/javax index/javax/persistence index/javax/servlet index/jetty index/junit
  • Date: Sat, 31 Mar 2007 10:13:35 +0200

Author: mcconnell
Date: 2007-03-31 10:13:20 +0200 (Sat, 31 Mar 2007)
New Revision: 1939

Added:
trunk/central/apis/src/docs/index/javax/persistence/
trunk/central/apis/src/docs/index/javax/persistence/index.xml
trunk/central/apis/src/docs/index/javax/persistence/navigation.xml
Modified:
trunk/central/apis/src/docs/index/checkstyle/index.xml
trunk/central/apis/src/docs/index/javax/index.xml
trunk/central/apis/src/docs/index/javax/navigation.xml
trunk/central/apis/src/docs/index/javax/servlet/index.xml
trunk/central/apis/src/docs/index/jetty/index.xml
trunk/central/apis/src/docs/index/junit/index.xml
trunk/central/apis/src/docs/index/navigation.xml
trunk/central/apis/src/docs/navigation.xml
Log:
housekeeping

Modified: trunk/central/apis/src/docs/index/checkstyle/index.xml
===================================================================
--- trunk/central/apis/src/docs/index/checkstyle/index.xml 2007-03-29
19:03:45 UTC (rev 1938)
+++ trunk/central/apis/src/docs/index/checkstyle/index.xml 2007-03-31
08:13:20 UTC (rev 1939)
@@ -3,8 +3,8 @@
<document>
<properties>
<author email="mcconnell AT dpml.net">Stephen McConnell</author>
- <title>Ant Javadoc Archive</title>
- <description>Javadocs for the Ant System.</description>
+ <title>Checkstyle Javadoc Archive</title>
+ <description>Javadocs for the Checkstyle System.</description>
</properties>

<body>

Modified: trunk/central/apis/src/docs/index/javax/index.xml
===================================================================
--- trunk/central/apis/src/docs/index/javax/index.xml 2007-03-29 19:03:45
UTC (rev 1938)
+++ trunk/central/apis/src/docs/index/javax/index.xml 2007-03-31 08:13:20
UTC (rev 1939)
@@ -3,23 +3,32 @@
<document>
<properties>
<author email="mcconnell AT dpml.net">Stephen McConnell</author>
- <title>Ant Javadoc Archive</title>
- <description>Javadocs for the Ant System.</description>
+ <title>Javax Javadocs</title>
+ <description>Javax Javadocs.</description>
</properties>

<body>

<section name="Javax Javadocs">

+ <p>
+ APIs published upder the <tt>javax</tt> package name used by
+ DPML components.
+ </p>
+
<table>
<tr>
- <th>Version</th>
+ <th>Package</th>
<th>Description</th>
</tr>
<tr>
- <td><a href="servlet/index.html">Servlet APIs</a></td>
- <td>Servlet APIs from Jetty.</td>
+ <td><a href="persistence/index.html">javax.persistence</a></td>
+ <td>Java Persistence APIs.</td>
</tr>
+ <tr>
+ <td><a href="servlet/index.html">javax.servlet</a></td>
+ <td>Servlet APIs.</td>
+ </tr>
</table>

</section>

Modified: trunk/central/apis/src/docs/index/javax/navigation.xml
===================================================================
--- trunk/central/apis/src/docs/index/javax/navigation.xml 2007-03-29
19:03:45 UTC (rev 1938)
+++ trunk/central/apis/src/docs/index/javax/navigation.xml 2007-03-31
08:13:20 UTC (rev 1939)
@@ -25,7 +25,8 @@
<body>

<menu>
- <item name="servlet" href="servlet/index.html"/>
+ <item name="Persistence" href="persistence/index.html"/>
+ <item name="Servlet" href="servlet/index.html"/>
</menu>

</body>

Added: trunk/central/apis/src/docs/index/javax/persistence/index.xml
===================================================================
--- trunk/central/apis/src/docs/index/javax/persistence/index.xml
2007-03-29 19:03:45 UTC (rev 1938)
+++ trunk/central/apis/src/docs/index/javax/persistence/index.xml
2007-03-31 08:13:20 UTC (rev 1939)
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<document>
+ <properties>
+ <author email="mcconnell AT dpml.net">Stephen McConnell</author>
+ <title>Java Persistence API</title>
+ <description>Javadocs for Java Persistence API</description>
+ </properties>
+
+ <body>
+
+ <section name="Java Persistence API">
+
+ <table>
+ <tr>
+ <th>Version</th>
+ <th>Description</th>
+ </tr>
+ <tr>
+ <td><a
href="http://api.dpml.net/javax/persistence/1.0/index.html";>1.0</a></td>
+ <td>Java Persistence API version 1.0.</td>
+ </tr>
+ </table>
+
+ </section>
+
+ </body>
+
+</document>
+

Added: trunk/central/apis/src/docs/index/javax/persistence/navigation.xml
===================================================================
--- trunk/central/apis/src/docs/index/javax/persistence/navigation.xml
2007-03-29 19:03:45 UTC (rev 1938)
+++ trunk/central/apis/src/docs/index/javax/persistence/navigation.xml
2007-03-31 08:13:20 UTC (rev 1939)
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+ Copyright 2004 Stephen McConnell
+
+ 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.dpml.net/central/about/legal/
+
+ 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>
+
+ <title>DPML Javadoc Repository</title>
+
+ <body>
+
+ <menu>
+ <item name="1.0"
href="http://api.dpml.net/javax/persistence/1.0/index.html"/>
+ </menu>
+
+ </body>
+
+</project>

Modified: trunk/central/apis/src/docs/index/javax/servlet/index.xml
===================================================================
--- trunk/central/apis/src/docs/index/javax/servlet/index.xml 2007-03-29
19:03:45 UTC (rev 1938)
+++ trunk/central/apis/src/docs/index/javax/servlet/index.xml 2007-03-31
08:13:20 UTC (rev 1939)
@@ -17,8 +17,8 @@
<th>Description</th>
</tr>
<tr>
- <td><a
href="http://api.dpml.net/javax/servlet/2.5/index.html";>Servlet 2.5
APIs</a></td>
- <td>Javax Servlet 2.5 APIs from Jetty.</td>
+ <td><a
href="http://api.dpml.net/javax/servlet/2.5/index.html";>2.5</a></td>
+ <td>Javax Servlet 2.5 APIs.</td>
</tr>
</table>


Modified: trunk/central/apis/src/docs/index/jetty/index.xml
===================================================================
--- trunk/central/apis/src/docs/index/jetty/index.xml 2007-03-29 19:03:45
UTC (rev 1938)
+++ trunk/central/apis/src/docs/index/jetty/index.xml 2007-03-31 08:13:20
UTC (rev 1939)
@@ -3,8 +3,8 @@
<document>
<properties>
<author email="mcconnell AT dpml.net">Stephen McConnell</author>
- <title>Ant Javadoc Archive</title>
- <description>Javadocs for the Ant System.</description>
+ <title>Jetty Javadoc Archive</title>
+ <description>Javadocs for the Jetty Container.</description>
</properties>

<body>

Modified: trunk/central/apis/src/docs/index/junit/index.xml
===================================================================
--- trunk/central/apis/src/docs/index/junit/index.xml 2007-03-29 19:03:45
UTC (rev 1938)
+++ trunk/central/apis/src/docs/index/junit/index.xml 2007-03-31 08:13:20
UTC (rev 1939)
@@ -3,8 +3,8 @@
<document>
<properties>
<author email="mcconnell AT dpml.net">Stephen McConnell</author>
- <title>Ant Javadoc Archive</title>
- <description>Javadocs for the Ant System.</description>
+ <title>JUnit Javadoc Archive</title>
+ <description>Javadocs for the Junit System.</description>
</properties>

<body>

Modified: trunk/central/apis/src/docs/index/navigation.xml
===================================================================
--- trunk/central/apis/src/docs/index/navigation.xml 2007-03-29 19:03:45
UTC (rev 1938)
+++ trunk/central/apis/src/docs/index/navigation.xml 2007-03-31 08:13:20
UTC (rev 1939)
@@ -28,6 +28,7 @@
<item name="Ant" href="ant/index.html"/>
<item name="Checkstyle" href="checkstyle/index.html"/>
<item name="DPML" href="dpml/index.html"/>
+ <item name="Javax" href="javax/index.html"/>
<item name="JUnit" href="junit/index.html"/>
<item name="Jetty" href="jetty/index.html"/>
</menu>

Modified: trunk/central/apis/src/docs/navigation.xml
===================================================================
--- trunk/central/apis/src/docs/navigation.xml 2007-03-29 19:03:45 UTC (rev
1938)
+++ trunk/central/apis/src/docs/navigation.xml 2007-03-31 08:13:20 UTC (rev
1939)
@@ -32,6 +32,7 @@
<item name="Ant" href="index/ant/index.html"/>
<item name="Checkstyle" href="index/checkstyle/index.html"/>
<item name="DPML" href="index/dpml/index.html"/>
+ <item name="Javax" href="index/javax/index.html"/>
<item name="JUnit" href="index/junit/index.html"/>
<item name="Jetty" href="index/jetty/index.html"/>
</menu>




  • r1939 - in trunk/central/apis/src/docs: . index index/checkstyle index/javax index/javax/persistence index/javax/servlet index/jetty index/junit, mcconnell at BerliOS, 03/31/2007

Archive powered by MHonArc 2.6.24.

Top of Page