Author: mrdon
Date: Sun Oct  8 17:40:14 2006
New Revision: 454246

URL: http://svn.apache.org/viewvc?view=rev&rev=454246
Log:
Working on the public struts 2 site
WW-1453

Added:
    struts/struts2/trunk/src/site/
      - copied from r454238, struts/struts2/trunk/core/src/site/
Removed:
    struts/struts2/trunk/core/src/site/
Modified:
    struts/struts2/trunk/api/pom.xml
    struts/struts2/trunk/core/pom.xml
    struts/struts2/trunk/src/site/site.xml

Modified: struts/struts2/trunk/api/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/api/pom.xml?view=diff&rev=454246&r1=454245&r2=454246
==============================================================================
--- struts/struts2/trunk/api/pom.xml (original)
+++ struts/struts2/trunk/api/pom.xml Sun Oct  8 17:40:14 2006
@@ -11,7 +11,13 @@
     <artifactId>struts2-api</artifactId>
     <packaging>jar</packaging>
     <name>Struts 2 API</name>
-    <dependencies>
+    <distributionManagement>
+        <site>
+            <id>apache-site</id>
+            <url>scp://people.apache.org/www/struts.apache.org/2.x/api</url>
+        </site>
+    </distributionManagement>
+   <dependencies>
         <dependency>
            <groupId>javax.servlet</groupId>
            <artifactId>servlet-api</artifactId>

Modified: struts/struts2/trunk/core/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/pom.xml?view=diff&rev=454246&r1=454245&r2=454246
==============================================================================
--- struts/struts2/trunk/core/pom.xml (original)
+++ struts/struts2/trunk/core/pom.xml Sun Oct  8 17:40:14 2006
@@ -15,7 +15,7 @@
     <distributionManagement>
         <site>
             <id>apache-site</id>
-            
<url>scp://people.apache.org/www/struts.apache.org/2.x/struts-core</url>
+            <url>scp://people.apache.org/www/struts.apache.org/2.x/core</url>
         </site>
     </distributionManagement>
     <build>

Modified: struts/struts2/trunk/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/src/site/site.xml?view=diff&rev=454246&r1=454238&r2=454246
==============================================================================
--- struts/struts2/trunk/src/site/site.xml (original)
+++ struts/struts2/trunk/src/site/site.xml Sun Oct  8 17:40:14 2006
@@ -56,17 +56,7 @@
         <menu name="Reference">
             <item
                     name="Struts Core API"
-                    href="core-apidocs/index.html"
-                    />        
-
-            <item
-                    name="XWork API"
-                    href="xwork-apidocs/index.html"
-                    />        
-
-            <item
-                    name="Struts Plugins API"
-                    href="plugins-apidocs/index.html"
+                    href="core/apidocs/index.html"
                     />        
 
             <item
@@ -76,12 +66,60 @@
 
             <item
                     name="New API (experimental)"
-                    href="api-apidocs/index.html"
+                    href="api/apidocs/index.html"
                     />        
             <item
                     name="Source Repository"
                     
href="http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/?root=Apache-SVN";
                     />
+        </menu>
+        <menu name="Plugins">
+            <item
+                    name="JavaServer Faces"
+                    href="plugins/jsf"
+                    />
+           <item
+                    name="Struts 1"
+                    href="plugins/struts1"
+                    />
+
+           <item
+                    name="JasperReports"
+                    href="plugins/jasperreports"
+                    />
+
+           <item
+                    name="Pell Multipart"
+                    href="plugins/pellmultipart"
+                    />
+
+           <item
+                    name="JFreeChart"
+                    href="plugins/jfreechart"
+                    />
+
+           <item
+                    name="Tiles"
+                    href="plugins/tiles"
+                    />
+
+           <item
+                    name="Sitemesh"
+                    href="plugins/sitemesh"
+                    />
+
+
+           <item
+                    name="Config Browser"
+                    href="plugins/config-browser"
+                    />
+
+
+           <item
+                    name="Plexus"
+                    href="plugins/plexus"
+                    />
+
         </menu>
         ${reports}
     </body>


Reply via email to