Author: mrdon
Date: Sun May 21 13:22:18 2006
New Revision: 408480
URL: http://svn.apache.org/viewvc?rev=408480&view=rev
Log:
Adding the showcase back to the default build with the extras dep removed
WW-1306y
Modified:
struts/action2/trunk/apps/pom.xml
struts/action2/trunk/apps/showcase/pom.xml
Modified: struts/action2/trunk/apps/pom.xml
URL:
http://svn.apache.org/viewvc/struts/action2/trunk/apps/pom.xml?rev=408480&r1=408479&r2=408480&view=diff
==============================================================================
--- struts/action2/trunk/apps/pom.xml (original)
+++ struts/action2/trunk/apps/pom.xml Sun May 21 13:22:18 2006
@@ -15,7 +15,7 @@
<module>blank</module>
<module>portlet</module>
<module>shopping-cart</module>
- <!--<module>showcase</module>-->
+ <module>showcase</module>
<module>starter</module>
</modules>
Modified: struts/action2/trunk/apps/showcase/pom.xml
URL:
http://svn.apache.org/viewvc/struts/action2/trunk/apps/showcase/pom.xml?rev=408480&r1=408479&r2=408480&view=diff
==============================================================================
--- struts/action2/trunk/apps/showcase/pom.xml (original)
+++ struts/action2/trunk/apps/showcase/pom.xml Sun May 21 13:22:18 2006
@@ -23,11 +23,6 @@
</profile>
</profiles>
<dependencies>
- <dependency>
- <groupId>org.apache.struts.action2</groupId>
- <artifactId>struts-extras</artifactId>
- <version>${pom.version}</version>
- </dependency>
<dependency>
<groupId>javax.servlet</groupId>