Author: mrdon Date: Fri Apr 7 14:28:53 2006 New Revision: 392417 URL: http://svn.apache.org/viewcvs?rev=392417&view=rev Log: Converting el docs to maven 2
Added: struts/action/trunk/el/src/site/ struts/action/trunk/el/src/site/site.xml struts/action/trunk/el/src/site/xdoc/ - copied from r392395, struts/action/trunk/el/xdocs/ Removed: struts/action/trunk/el/src/site/xdoc/navigation.xml struts/action/trunk/el/xdocs/ Modified: struts/action/trunk/el/pom.xml Modified: struts/action/trunk/el/pom.xml URL: http://svn.apache.org/viewcvs/struts/action/trunk/el/pom.xml?rev=392417&r1=392416&r2=392417&view=diff ============================================================================== --- struts/action/trunk/el/pom.xml (original) +++ struts/action/trunk/el/pom.xml Fri Apr 7 14:28:53 2006 @@ -128,7 +128,6 @@ </dependencies> - <!-- <reporting> <plugins> <plugin> @@ -140,8 +139,8 @@ </plugin> </plugins> </reporting> - --> - <profiles> + + <profiles> <profile> <id>generate-assembly</id> <build> Added: struts/action/trunk/el/src/site/site.xml URL: http://svn.apache.org/viewcvs/struts/action/trunk/el/src/site/site.xml?rev=392417&view=auto ============================================================================== --- struts/action/trunk/el/src/site/site.xml (added) +++ struts/action/trunk/el/src/site/site.xml Fri Apr 7 14:28:53 2006 @@ -0,0 +1,38 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<project name="Struts Action - EL Taglibs"> + <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 - El Taglibs"> + <item name="Welcome" href="index.html"/> + <item name="FAQ" href="struts-el.html"/> + </menu> + <menu name="Reference"> + <item name="Bean EL" href="tagreference-struts-bean-el.html"/> + <item name="HTML EL" href="tagreference-struts-html-el.html"/> + <item name="Logic EL" href="tagreference-struts-logic-el.html"/> + <item name="Tiles EL" href="tagreference-struts-tiles-el.html"/> + </menu> + <menu name="Quick Links"> + <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]