WW-1453 Remove some residual references to the extras module.

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@453795 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ted Nathan Husted
2006-10-06 22:29:41 +00:00
parent 108321f869
commit 10a7f74f78
5 changed files with 4 additions and 12 deletions
+1 -2
View File
@@ -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>
<!--
@@ -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"
-4
View File
@@ -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>
+2 -2
View File
@@ -65,8 +65,8 @@
/>
<item
name="Struts Extras API"
href="extras-apidocs/index.html"
name="Struts Plugins API"
href="plugins-apidocs/index.html"
/>
<item
-3
View File
@@ -30,9 +30,6 @@ limitations under the License.
<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>