Author: mrdon Date: Fri Apr 7 14:35:11 2006 New Revision: 392419 URL: http://svn.apache.org/viewcvs?rev=392419&view=rev Log: Moving extras xdocs to maven 2
Added: struts/action/trunk/extras/src/site/ struts/action/trunk/extras/src/site/resources/ struts/action/trunk/extras/src/site/site.xml struts/action/trunk/extras/src/site/xdoc/ - copied from r392395, struts/action/trunk/extras/xdocs/ Removed: struts/action/trunk/extras/src/site/xdoc/navigation.xml struts/action/trunk/extras/xdocs/ Added: struts/action/trunk/extras/src/site/site.xml URL: http://svn.apache.org/viewcvs/struts/action/trunk/extras/src/site/site.xml?rev=392419&view=auto ============================================================================== --- struts/action/trunk/extras/src/site/site.xml (added) +++ struts/action/trunk/extras/src/site/site.xml Fri Apr 7 14:35:11 2006 @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<project name="Struts Action - Extras"> + <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="FAQs and HOWTOs"> + <item name="Dispatching And Validating" + href="dispatchValidator.html"/> + </menu> + + <menu name="Quick Links"> + <item + name="Javadoc" + href="apidocs/index.html"/> + <item + name="Apache Struts Home" + href="../index.html"/> + </menu> + ${reports} + </body> +</project> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]