mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
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:
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -65,8 +65,8 @@
|
||||
/>
|
||||
|
||||
<item
|
||||
name="Struts Extras API"
|
||||
href="extras-apidocs/index.html"
|
||||
name="Struts Plugins API"
|
||||
href="plugins-apidocs/index.html"
|
||||
/>
|
||||
|
||||
<item
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user