Author: wsmoak
Date: Thu Apr 6 22:05:57 2006
New Revision: 392186
URL: http://svn.apache.org/viewcvs?rev=392186&view=rev
Log:
Restructure Struts Taglib xdocs for Maven 2.
Added:
struts/action/trunk/taglib/src/site/
struts/action/trunk/taglib/src/site/site.xml (with props)
struts/action/trunk/taglib/src/site/xdoc/
- copied from r392181, struts/action/trunk/taglib/xdocs/
struts/action/trunk/taglib/src/site/xdoc/index.xml (with props)
Removed:
struts/action/trunk/taglib/src/site/xdoc/navigation.xml
struts/action/trunk/taglib/xdocs/
Modified:
struts/action/trunk/taglib/pom.xml
Modified: struts/action/trunk/taglib/pom.xml
URL:
http://svn.apache.org/viewcvs/struts/action/trunk/taglib/pom.xml?rev=392186&r1=392185&r2=392186&view=diff
==============================================================================
--- struts/action/trunk/taglib/pom.xml (original)
+++ struts/action/trunk/taglib/pom.xml Thu Apr 6 22:05:57 2006
@@ -109,7 +109,6 @@
</dependencies>
- <!--
<reporting>
<plugins>
<plugin>
@@ -121,7 +120,7 @@
</plugin>
</plugins>
</reporting>
- -->
+
<profiles>
<profile>
<id>generate-assembly</id>
Added: struts/action/trunk/taglib/src/site/site.xml
URL:
http://svn.apache.org/viewcvs/struts/action/trunk/taglib/src/site/site.xml?rev=392186&view=auto
==============================================================================
--- struts/action/trunk/taglib/src/site/site.xml (added)
+++ struts/action/trunk/taglib/src/site/site.xml Thu Apr 6 22:05:57 2006
@@ -0,0 +1,65 @@
+<?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 JSP Taglib Guides">
+ <item name="Bean" href="dev_bean.html"/>
+ <item name="HTML" href="dev_html.html"/>
+ <item name="Logic" href="dev_logic.html"/>
+ <item name="Nested" href="dev_nested.html"/>
+ </menu>
+ <menu name="FAQs and HOWTOs">
+ <item name="Taglib FAQ" href="faq.html"/>
+ <item name="Building View Components" href="building_view.html"/>
+ <item name="Indexed Properties" href="indexedprops.html"/>
+ <item name="Secure Socket Layer and Web Applications "
+ href="ssl.html"/>
+ <item name="Struts Validator" href="dev_validator.html"/>
+ </menu>
+
+ <menu name="Quick Links">
+ <item name="Display Tag"
+ href="http://displaytag.sourceforge.net/"/>
+
+ <item name="html2"
+ href="http://www.rabago.net/struts/html2/"/>
+
+ <item name="JSTL"
+ href="http://java.sun.com/products/jsp/jstl/"/>
+
+ <item name="JSF"
+ href="http://java.sun.com/j2ee/javaserverfaces/"/>
+
+ <item name="Struts Faces"
+ href="http://struts-apach.org/struts-faces"/>
+
+ <item name="Struts Layout"
+ href="http://struts.application-servers.com"/>
+
+ <item name="Struts Menu"
+ href="http://struts-menu.sourceforge.net/"/>
+
+ <item name="Struts Shale"
+ href="http://struts.apache.org/struts-shale"/>
+
+ <item name="Apache Struts Home"
+ href="http://struts.apache.org"/>
+ </menu>
+ ${reports}
+ </body>
+</project>
Propchange: struts/action/trunk/taglib/src/site/site.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: struts/action/trunk/taglib/src/site/site.xml
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL
Added: struts/action/trunk/taglib/src/site/xdoc/index.xml
URL:
http://svn.apache.org/viewcvs/struts/action/trunk/taglib/src/site/xdoc/index.xml?rev=392186&view=auto
==============================================================================
--- struts/action/trunk/taglib/src/site/xdoc/index.xml (added)
+++ struts/action/trunk/taglib/src/site/xdoc/index.xml Thu Apr 6 22:05:57 2006
@@ -0,0 +1,28 @@
+<?xml version="1.0"?>
+<!--
+Copyright 1999-2005 The Apache Software Foundation
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<!--
+// ======================================================================== 78
+-->
+<document>
+
+ <properties>
+ <title>Struts Action - Taglib</title>
+ </properties>
+
+ <body>
+ </body>
+
+</document>
Propchange: struts/action/trunk/taglib/src/site/xdoc/index.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: struts/action/trunk/taglib/src/site/xdoc/index.xml
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]