Author: wsmoak Date: Sun Apr 23 16:00:09 2006 New Revision: 396335 URL: http://svn.apache.org/viewcvs?rev=396335&view=rev Log: Maven 2 reorganization.
Added: struts/action/trunk/apps/src/ struts/action/trunk/apps/src/site/ struts/action/trunk/apps/src/site/site.xml (contents, props changed) - copied, changed from r396315, struts/action/trunk/apps/xdocs/navigation.xml Removed: struts/action/trunk/apps/xdocs/ Modified: struts/action/trunk/apps/pom.xml Modified: struts/action/trunk/apps/pom.xml URL: http://svn.apache.org/viewcvs/struts/action/trunk/apps/pom.xml?rev=396335&r1=396334&r2=396335&view=diff ============================================================================== --- struts/action/trunk/apps/pom.xml (original) +++ struts/action/trunk/apps/pom.xml Sun Apr 23 16:00:09 2006 @@ -19,18 +19,6 @@ */ --> -<!-- - Experimental Maven 2 Build for Apache Struts - ============================================ - -To build and install this module into your local repo: - - $ mvn install - -For more information, see: http://wiki.apache.org/struts/StrutsMaven2Plan - ---> - <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> Copied: struts/action/trunk/apps/src/site/site.xml (from r396315, struts/action/trunk/apps/xdocs/navigation.xml) URL: http://svn.apache.org/viewcvs/struts/action/trunk/apps/src/site/site.xml?p2=struts/action/trunk/apps/src/site/site.xml&p1=struts/action/trunk/apps/xdocs/navigation.xml&r1=396315&r2=396335&rev=396335&view=diff ============================================================================== --- struts/action/trunk/apps/xdocs/navigation.xml (original) +++ struts/action/trunk/apps/src/site/site.xml Sun Apr 23 16:00:09 2006 @@ -1,11 +1,44 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<project name="Struts Applications"> -<title>Apache Struts - Struts Applications</title> +<project name="Apache Struts"> + <bannerLeft> + <name>Apache Software Foundation</name> + <src>http://www.apache.org/images/asf-logo.gif</src> + <href>http://www.apache.org</href> + </bannerLeft> + <bannerRight> + <name>Apache Struts</name> + <src>http://struts.apache.org/images/struts.gif</src> + <href>http://struts.apache.org</href> + </bannerRight> <body> + <links> + <item name="Apache" href="http://www.apache.org" /> + <item name="Action" href="http://struts.apache.org/struts-action" /> + <item name="Shale" href="http://struts.apache.org/struts-shale" /> + <item name="Tiles" href="http://struts.apache.org/struts-tiles" /> + </links> + <menu name="Quick Links"> <item name="Apache Struts Home" + href="http://struts.apache.org/"/> + <item + name="Struts Action" href="../index.html"/> </menu> + + <menu name="Apps"> + <item + name="Cookbook" + href="struts-cookbook/"/> + <item + name="Mailreader" + href="struts-mailreader/"/> + </menu> + + ${modules} + + ${reports} + </body> </project> Propchange: struts/action/trunk/apps/src/site/site.xml ------------------------------------------------------------------------------ svn:eol-style = native --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]