Author: wsmoak
Date: Sun May 21 12:41:15 2006
New Revision: 408472

URL: http://svn.apache.org/viewvc?rev=408472&view=rev
Log:
Move the showcase app to a separate profile.  This allows us to publish a 
snapshot of struts-extras.jar without also publishing the showcase app.

Modified:
    struts/action2/trunk/apps/pom.xml

Modified: struts/action2/trunk/apps/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/action2/trunk/apps/pom.xml?rev=408472&r1=408471&r2=408472&view=diff
==============================================================================
--- struts/action2/trunk/apps/pom.xml (original)
+++ struts/action2/trunk/apps/pom.xml Sun May 21 12:41:15 2006
@@ -28,7 +28,7 @@
     
     <profiles>
         <profile>
-            <id>extras</id>
+            <id>showcase</id>
             <modules>
                 <module>showcase</module>
             </modules>


Reply via email to