You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by ws...@apache.org on 2006/05/02 23:11:21 UTC

svn commit: r399049 - in /struts/action/trunk/src/site: site.xml xdoc/apidocs/ xdoc/apidocs/index.xml xdoc/checkstyle.xml xdoc/dependencies.xml xdoc/javadoc.xml xdoc/jxr.xml

Author: wsmoak
Date: Tue May  2 14:11:18 2006
New Revision: 399049

URL: http://svn.apache.org/viewcvs?rev=399049&view=rev
Log:
Add placeholder pages with links to the component-level Checkstyle, JXR and Dependencies reports.
Move the Javadoc placeholder page into the expected location: apidocs/index.html.
Eventually, these reports should be automatically aggregated in the struts-action site.

Added:
    struts/action/trunk/src/site/xdoc/apidocs/
    struts/action/trunk/src/site/xdoc/apidocs/index.xml
      - copied, changed from r398802, struts/action/trunk/src/site/xdoc/javadoc.xml
    struts/action/trunk/src/site/xdoc/checkstyle.xml   (with props)
    struts/action/trunk/src/site/xdoc/dependencies.xml   (with props)
    struts/action/trunk/src/site/xdoc/jxr.xml   (with props)
Removed:
    struts/action/trunk/src/site/xdoc/javadoc.xml
Modified:
    struts/action/trunk/src/site/site.xml

Modified: struts/action/trunk/src/site/site.xml
URL: http://svn.apache.org/viewcvs/struts/action/trunk/src/site/site.xml?rev=399049&r1=399048&r2=399049&view=diff
==============================================================================
--- struts/action/trunk/src/site/site.xml (original)
+++ struts/action/trunk/src/site/site.xml Tue May  2 14:11:18 2006
@@ -50,7 +50,7 @@
                     />
             <item
                     name="Javadoc"
-                    href="javadoc.html"
+                    href="apidocs/index.html"
                     />
             <item
                     name="Release Notes"
@@ -67,9 +67,6 @@
         
         <menu name="Components">
         
-            <item   name="Struts Action Core"
-                    href="struts-core/index.html" />
-
             <item   name="Struts Apps"
                     href="struts-apps/index.html" />
 
@@ -93,7 +90,6 @@
 
         </menu>
 
-        ${modules}
         ${reports}
     </body>
 </project>

Copied: struts/action/trunk/src/site/xdoc/apidocs/index.xml (from r398802, struts/action/trunk/src/site/xdoc/javadoc.xml)
URL: http://svn.apache.org/viewcvs/struts/action/trunk/src/site/xdoc/apidocs/index.xml?p2=struts/action/trunk/src/site/xdoc/apidocs/index.xml&p1=struts/action/trunk/src/site/xdoc/javadoc.xml&r1=398802&r2=399049&rev=399049&view=diff
==============================================================================
--- struts/action/trunk/src/site/xdoc/javadoc.xml (original)
+++ struts/action/trunk/src/site/xdoc/apidocs/index.xml Tue May  2 14:11:18 2006
@@ -45,6 +45,9 @@
             <li>
                <a href="struts-taglib/apidocs/index.html" target="_blank">
                Struts Taglib</a></li>
+            <li>
+               <a href="struts-tiles/apidocs/index.html" target="_blank">
+               Struts Tiles</a></li>
          </ul>
 
       </section>

Added: struts/action/trunk/src/site/xdoc/checkstyle.xml
URL: http://svn.apache.org/viewcvs/struts/action/trunk/src/site/xdoc/checkstyle.xml?rev=399049&view=auto
==============================================================================
--- struts/action/trunk/src/site/xdoc/checkstyle.xml (added)
+++ struts/action/trunk/src/site/xdoc/checkstyle.xml Tue May  2 14:11:18 2006
@@ -0,0 +1,56 @@
+<?xml version="1.0"?>
+<!--
+Copyright 2006 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.
+-->
+<!--
+// ======================================================================== 78
+-->
+<document>
+
+    <properties>
+        <title>Checkstyle</title>
+    </properties>
+
+    <body>
+
+        <section name="Struts Action - Checkstyle">
+
+         <ul>
+            <li>
+               <a href="struts-core/checkstyle.html">
+               Struts Action Core</a></li>
+            <li>
+               <a href="struts-el/checkstyle.html">
+               Struts EL</a></li>
+            <li>
+               <a href="struts-extras/checkstyle.html">
+               Struts Extras</a></li>
+            <li>
+               <a href="struts-faces/checkstyle.html">
+               Struts Faces</a></li>
+            <li>
+               <a href="struts-scripting/checkstyle.html">
+               Struts Scripting</a></li>
+            <li>
+               <a href="struts-taglib/checkstyle.html">
+               Struts Taglib</a></li>
+            <li>
+               <a href="struts-tiles/checkstyle.html">
+               Struts Tiles</a></li>
+         </ul>
+
+       </section>
+
+    </body>
+</document>

Propchange: struts/action/trunk/src/site/xdoc/checkstyle.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: struts/action/trunk/src/site/xdoc/checkstyle.xml
------------------------------------------------------------------------------
    svn:executable = *

Propchange: struts/action/trunk/src/site/xdoc/checkstyle.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: struts/action/trunk/src/site/xdoc/dependencies.xml
URL: http://svn.apache.org/viewcvs/struts/action/trunk/src/site/xdoc/dependencies.xml?rev=399049&view=auto
==============================================================================
--- struts/action/trunk/src/site/xdoc/dependencies.xml (added)
+++ struts/action/trunk/src/site/xdoc/dependencies.xml Tue May  2 14:11:18 2006
@@ -0,0 +1,56 @@
+<?xml version="1.0"?>
+<!--
+Copyright 2006 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.
+-->
+<!--
+// ======================================================================== 78
+-->
+<document>
+
+    <properties>
+        <title>Project Dependencies</title>
+    </properties>
+
+    <body>
+
+        <section name="Struts Action - Dependencies">
+
+         <ul>
+            <li>
+               <a href="struts-core/dependencies.html" target="_blank">
+               Struts Action Core</a></li>
+            <li>
+               <a href="struts-el/dependencies.html" target="_blank">
+               Struts EL</a></li>
+            <li>
+               <a href="struts-extras/dependencies.html" target="_blank">
+               Struts Extras</a></li>
+            <li>
+               <a href="struts-faces/dependencies.html" target="_blank">
+               Struts Faces</a></li>
+            <li>
+               <a href="struts-scripting/dependencies.html" target="_blank">
+               Struts Scripting</a></li>
+            <li>
+               <a href="struts-taglib/dependencies.html" target="_blank">
+               Struts Taglib</a></li>
+            <li>
+               <a href="struts-tiles/dependencies.html" target="_blank">
+               Struts Tiles</a></li>
+         </ul>
+
+       </section>
+
+    </body>
+</document>

Propchange: struts/action/trunk/src/site/xdoc/dependencies.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: struts/action/trunk/src/site/xdoc/dependencies.xml
------------------------------------------------------------------------------
    svn:executable = *

Propchange: struts/action/trunk/src/site/xdoc/dependencies.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: struts/action/trunk/src/site/xdoc/jxr.xml
URL: http://svn.apache.org/viewcvs/struts/action/trunk/src/site/xdoc/jxr.xml?rev=399049&view=auto
==============================================================================
--- struts/action/trunk/src/site/xdoc/jxr.xml (added)
+++ struts/action/trunk/src/site/xdoc/jxr.xml Tue May  2 14:11:18 2006
@@ -0,0 +1,56 @@
+<?xml version="1.0"?>
+<!--
+Copyright 2006 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.
+-->
+<!--
+// ======================================================================== 78
+-->
+<document>
+
+    <properties>
+        <title>Source Xref report</title>
+    </properties>
+
+    <body>
+
+        <section name="Struts Action - Source Xref">
+
+         <ul>
+            <li>
+               <a href="struts-core/jxr.html" target="_blank">
+               Struts Action Core</a></li>
+            <li>
+               <a href="struts-el/jxr.html" target="_blank">
+               Struts EL</a></li>
+            <li>
+               <a href="struts-extras/jxr.html" target="_blank">
+               Struts Extras</a></li>
+            <li>
+               <a href="struts-faces/jxr.html" target="_blank">
+               Struts Faces</a></li>
+            <li>
+               <a href="struts-scripting/jxr.html" target="_blank">
+               Struts Scripting</a></li>
+            <li>
+               <a href="struts-taglib/jxr.html" target="_blank">
+               Struts Taglib</a></li>
+            <li>
+               <a href="struts-tiles/jxr.html" target="_blank">
+               Struts Tiles</a></li>
+         </ul>
+
+       </section>
+
+    </body>
+</document>

Propchange: struts/action/trunk/src/site/xdoc/jxr.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: struts/action/trunk/src/site/xdoc/jxr.xml
------------------------------------------------------------------------------
    svn:executable = *

Propchange: struts/action/trunk/src/site/xdoc/jxr.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL