Author: husted Date: Fri Oct 6 15:29:41 2006 New Revision: 453795 URL: http://svn.apache.org/viewvc?view=rev&rev=453795 Log: WW-1453 Remove some residual references to the extras module.
Modified: struts/struts2/trunk/apps/showcase/quickstart.xml struts/struts2/trunk/apps/showcase/src/main/webapp/integration/modelDriven.jsp struts/struts2/trunk/assembly/src/main/assembly/all.xml struts/struts2/trunk/core/src/site/site.xml struts/struts2/trunk/core/src/site/xdoc/jxr.xml Modified: struts/struts2/trunk/apps/showcase/quickstart.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/quickstart.xml?view=diff&rev=453795&r1=453794&r2=453795 ============================================================================== --- struts/struts2/trunk/apps/showcase/quickstart.xml (original) +++ struts/struts2/trunk/apps/showcase/quickstart.xml Fri Oct 6 15:29:41 2006 @@ -12,7 +12,7 @@ users who don't have a single directory in their project that contains all the libraries they need. --> - <ideaConfig>../../../xwork/xwork.iml,../../core/struts2-core.iml,../../extras/struts2-extras.iml,struts2-showcase.iml</ideaConfig> + <ideaConfig>../../../xwork/xwork.iml,../../core/struts2-core.iml,struts2-showcase.iml</ideaConfig> <!-- The context in which to deploy the web application --> <context>/showcase</context> @@ -49,7 +49,6 @@ <dir>src/main/resources</dir> <dir>target/classes</dir> <dir>../../core/target/classes</dir> - <dir>../../extras/target/classes</dir> </classDirs> <!-- Modified: struts/struts2/trunk/apps/showcase/src/main/webapp/integration/modelDriven.jsp URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/src/main/webapp/integration/modelDriven.jsp?view=diff&rev=453795&r1=453794&r2=453795 ============================================================================== --- struts/struts2/trunk/apps/showcase/src/main/webapp/integration/modelDriven.jsp (original) +++ struts/struts2/trunk/apps/showcase/src/main/webapp/integration/modelDriven.jsp Fri Oct 6 15:29:41 2006 @@ -7,7 +7,7 @@ </head> <body> -<s:form action="saveGangster" method="POST" namespace="/integration"> +<s:form action="saveGangster" namespace="/integration"> <s:textfield label="Gangster Name" Modified: struts/struts2/trunk/assembly/src/main/assembly/all.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/assembly/src/main/assembly/all.xml?view=diff&rev=453795&r1=453794&r2=453795 ============================================================================== --- struts/struts2/trunk/assembly/src/main/assembly/all.xml (original) +++ struts/struts2/trunk/assembly/src/main/assembly/all.xml Fri Oct 6 15:29:41 2006 @@ -66,10 +66,6 @@ <directory>../core/target/site</directory> <outputDirectory>docs/struts2-core</outputDirectory> </fileSet> - <fileSet> - <directory>../extras/target/site</directory> - <outputDirectory>docs/struts2-extras</outputDirectory> - </fileSet> <!-- Include the source code in the assembly --> <fileSet> Modified: struts/struts2/trunk/core/src/site/site.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/site.xml?view=diff&rev=453795&r1=453794&r2=453795 ============================================================================== --- struts/struts2/trunk/core/src/site/site.xml (original) +++ struts/struts2/trunk/core/src/site/site.xml Fri Oct 6 15:29:41 2006 @@ -65,8 +65,8 @@ /> <item - name="Struts Extras API" - href="extras-apidocs/index.html" + name="Struts Plugins API" + href="plugins-apidocs/index.html" /> <item Modified: struts/struts2/trunk/core/src/site/xdoc/jxr.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/xdoc/jxr.xml?view=diff&rev=453795&r1=453794&r2=453795 ============================================================================== --- struts/struts2/trunk/core/src/site/xdoc/jxr.xml (original) +++ struts/struts2/trunk/core/src/site/xdoc/jxr.xml Fri Oct 6 15:29:41 2006 @@ -30,9 +30,6 @@ <li> <a href="struts-core/jxr.html" target="_blank"> Struts Core</a></li> - <li> - <a href="struts-extras/jxr.html" target="_blank"> - Struts Extras</a></li> </ul> </section>