You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ws...@apache.org on 2005/08/21 18:59:13 UTC

svn commit: r234269 - /struts/site/trunk/xdocs/javadoc.xml

Author: wsmoak
Date: Sun Aug 21 09:59:06 2005
New Revision: 234269

URL: http://svn.apache.org/viewcvs?rev=234269&view=rev
Log:
Added page with links to Javadoc for most of the projects.

Added:
    struts/site/trunk/xdocs/javadoc.xml

Added: struts/site/trunk/xdocs/javadoc.xml
URL: http://svn.apache.org/viewcvs/struts/site/trunk/xdocs/javadoc.xml?rev=234269&view=auto
==============================================================================
--- struts/site/trunk/xdocs/javadoc.xml (added)
+++ struts/site/trunk/xdocs/javadoc.xml Sun Aug 21 09:59:06 2005
@@ -0,0 +1,81 @@
+<?xml version="1.0"?>
+<!--
+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.
+-->
+<document>
+
+  <properties>
+    <title>Javadoc</title>
+  </properties>
+
+<body>
+
+<section name="Javadoc">
+  <table>
+    <tr>
+      <th><a href="struts-core/apidocs/index.html">Struts Core</a></th>
+    </tr>
+    <tr>
+      <th><a href="struts-taglib/apidocs/index.html">Struts Taglibs</a></th>
+    </tr>
+    <!-- 
+    <tr>
+      <th><a href="struts-apps/apidocs/index.html">Struts Applications</a></th>
+    </tr>
+    -->
+    <tr>
+      <th><a href="struts-bsf/apidocs/index.html">Struts BSF</a></th>
+    </tr>
+    <tr>
+      <th><a href="struts-tiles/apidocs/index.html">Struts Tiles</a></th>
+    </tr>
+    <tr>
+      <th><a href="struts-el/apidocs/index.html">Struts EL</a></th>
+    </tr>
+    <tr>
+      <th><a href="struts-faces/apidocs/index.html">Struts JSF Integration Library</a></th>
+    </tr>
+    <tr>
+      <th><a href="struts-flow/apidocs/index.html">Struts Flow</a></th>
+    </tr>
+    <!--
+    <tr>
+      <th><a href="struts-plugins/apidocs/index.html">Struts Plugins</a></th>
+    </tr>
+    <tr>
+      <th><a href="struts-sandbox/apidocs/index.html">Struts Sandbox</a></th>
+    </tr>
+    -->
+  </table>
+  <br/>
+  <table>
+    <tr>
+      <th><a href="http://people.apache.org/~craigmcc/shale-core-javadocs/">
+          Shale Core Library</a></th>
+    </tr><tr>
+      <th><a href="http://people.apache.org/~craigmcc/shale-clay-javadocs/">
+          Shale Clay Plug-In</a></th>
+    </tr><tr>
+      <th><a href="http://people.apache.org/~craigmcc/shale-test-javadocs/">
+          Shale Test Framework</a></th>
+    </tr><tr>
+      <th><a href="http://people.apache.org/~craigmcc/shale-usecases-javadocs/">
+          Shale Use Cases Sample App</a></th>
+    </tr>
+  </table>
+    
+</section>
+
+</body>
+</document>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org