Author: mrdon
Date: Sun Oct  8 21:34:00 2006
New Revision: 454282

URL: http://svn.apache.org/viewvc?view=rev&rev=454282
Log:
Screw it, going back to a simple, single-module website
WW-1453

Modified:
    struts/struts2/trunk/plugins/struts1/pom.xml
    struts/struts2/trunk/src/site/site.xml

Modified: struts/struts2/trunk/plugins/struts1/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/struts1/pom.xml?view=diff&rev=454282&r1=454281&r2=454282
==============================================================================
--- struts/struts2/trunk/plugins/struts1/pom.xml (original)
+++ struts/struts2/trunk/plugins/struts1/pom.xml Sun Oct  8 21:34:00 2006
@@ -12,13 +12,6 @@
     <packaging>jar</packaging>
     <name>Struts 2 Struts 1 Plugin</name>
     
-    <distributionManagement>
-        <site>
-            <id>apache-site</id>
-            
<url>scp://people.apache.org/www/struts.apache.org/2.x/plugins/struts1</url>
-        </site>
-    </distributionManagement>
-    
     <dependencies>
         <dependency>
             <groupId>org.apache.struts</groupId>

Modified: struts/struts2/trunk/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/src/site/site.xml?view=diff&rev=454282&r1=454281&r2=454282
==============================================================================
--- struts/struts2/trunk/src/site/site.xml (original)
+++ struts/struts2/trunk/src/site/site.xml Sun Oct  8 21:34:00 2006
@@ -71,62 +71,62 @@
                     
href="http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/?root=Apache-SVN";
                     />
         </menu>
-        <menu name="Plugins">
+        <menu name="Plugin API's">
 
            <item
                     name="Config Browser"
-                    
href="struts2-plugins/struts2-config-browser-plugin/index.html"
+                    
href="struts2-plugins/struts2-config-browser-plugin/apidocs/"
                     />
 
            <item
                     name="JasperReports"
-                    
href="struts2-plugins/struts2-jasperreports-plugin/index.html"
+                    
href="struts2-plugins/struts2-jasperreports-plugin/apidocs/"
                     />
 
             <item
                     name="JavaServer Faces"
-                    href="struts2-plugins/struts2-jsf-plugin/index.html"
+                    href="struts2-plugins/struts2-jsf-plugin/apidocs/"
                     />
 
            <item
                     name="JFreeChart"
-                    href="struts2-plugins/struts2-freechart-plugin/index.html"
+                    href="struts2-plugins/struts2-freechart-plugin/apidocs/"
                     />
 
            <item
                     name="Pell Multipart"
-                    
href="struts2-plugins/struts2-pell-multipart-plugin/index.html"
+                    
href="struts2-plugins/struts2-pell-multipart-plugin/apidocs/"
                     />
 
            <item
                     name="Plexus"
-                    href="struts2-plugins/struts2-plexus-plugin/index.html"
+                    href="struts2-plugins/struts2-plexus-plugin/apidocs/"
                     />
 
            <item
                     name="QuickStart"
-                    href="struts2-plugins/struts2-quickstart-plugin/index.html"
+                    href="struts2-plugins/struts2-quickstart-plugin/apidocs/"
                     />
 
            <item
                     name="Sitegraph"
-                    href="struts2-plugins/struts2-sitegraph-plugin/index.html"
+                    href="struts2-plugins/struts2-sitegraph-plugin/apidocs/"
                     />
 
            <item
                     name="Sitemesh"
-                    href="struts2-plugins/struts2-sitemesh-plugin/index.html"
+                    href="struts2-plugins/struts2-sitemesh-plugin/apidocs/"
                     />
 
            <item
                     name="Struts 1"
-                    href="struts2-plugins/struts2-struts1-plugin/index.html"
+                    href="struts2-plugins/struts2-struts1-plugin/apidocs/"
                     />
 
 
            <item
                     name="Tiles"
-                    href="struts2-plugins/struts2-tiles-plugin/index.html"
+                    href="struts2-plugins/struts2-tiles-plugin/apidocs/"
                     />
 
 


Reply via email to