Author: mrdon Date: Thu Apr 6 19:21:14 2006 New Revision: 392160 URL: http://svn.apache.org/viewcvs?rev=392160&view=rev Log: Converted core site to maven 2
Added: struts/action/trunk/core/src/site/site.xml struts/action/trunk/core/src/site/xdoc/ - copied from r392157, struts/action/trunk/core/src/site/xdocs/ struts/action/trunk/core/src/site/xdoc/faqs/ - copied from r392159, struts/action/trunk/core/src/site/xdocs/faqs/ struts/action/trunk/core/src/site/xdoc/index.xml - copied unchanged from r392159, struts/action/trunk/core/src/site/xdocs/index.xml struts/action/trunk/core/src/site/xdoc/learning.xml - copied unchanged from r392159, struts/action/trunk/core/src/site/xdocs/learning.xml struts/action/trunk/core/src/site/xdoc/milestones.xml - copied unchanged from r392159, struts/action/trunk/core/src/site/xdocs/milestones.xml struts/action/trunk/core/src/site/xdoc/roadmap.xml - copied unchanged from r392159, struts/action/trunk/core/src/site/xdocs/roadmap.xml struts/action/trunk/core/src/site/xdoc/userGuide/ - copied from r392159, struts/action/trunk/core/src/site/xdocs/userGuide/ Removed: struts/action/trunk/core/src/site/xdoc/navigation.xml struts/action/trunk/core/src/site/xdocs/ Added: struts/action/trunk/core/src/site/site.xml URL: http://svn.apache.org/viewcvs/struts/action/trunk/core/src/site/site.xml?rev=392160&view=auto ============================================================================== --- struts/action/trunk/core/src/site/site.xml (added) +++ struts/action/trunk/core/src/site/site.xml Thu Apr 6 19:21:14 2006 @@ -0,0 +1,69 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<project name="Struts Action Framework"> + <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="Struts Action Framework"> + <item + name="Welcome" + href="index.html" + /> + <item + name="Learning" + href="learning.html" + /> + <item + name="Roadmap" + href="roadmap.html" + /> + <item + name="Milestones" + href="milestones.html" + /> + <item + name="Download" + href="http://struts.apache.org/downloads.html"/> + </menu> + + <menu name="Quick Links"> + <item + name="User Guide" + href="userGuide/index.html" + /> + <item + name="FAQs and HOWTOs" + href="faqs/index.html" + /> + <item + name="JavaDocs" + href="apidocs/index.html" + /> + <item + name="Release Notes" + href="userGuide/release-notes.html" + /> + <item + name="Source Repository" + href="http://svn.apache.org/viewcvs.cgi/struts/action/trunk/?root=Apache-SVN" + /> + <item + name="Apache Struts Home" + href="http://struts.apache.org"/> + </menu> + ${reports} + </body> +</project> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]