You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by hu...@apache.org on 2007/03/12 05:31:12 UTC

svn commit: r517095 - in /struts: sandbox/trunk/continuations/ struts2/trunk/apps/showcase/ struts2/trunk/apps/showcase/src/main/java/org/apache/struts2/showcase/ struts2/trunk/apps/showcase/src/main/resources/ struts2/trunk/assembly/ struts2/trunk/plu...

Author: husted
Date: Sun Mar 11 21:31:08 2007
New Revision: 517095

URL: http://svn.apache.org/viewvc?view=rev&rev=517095
Log:
WW-1548 Remove continuation support from 2.1.x, and move continuations to the sandbox. 

Added:
    struts/sandbox/trunk/continuations/
      - copied from r517093, struts/struts2/trunk/plugins/continuations/
Removed:
    struts/struts2/trunk/apps/showcase/src/main/java/org/apache/struts2/showcase/Guess.java
    struts/struts2/trunk/apps/showcase/src/main/resources/struts-continuations.xml
    struts/struts2/trunk/plugins/continuations/
Modified:
    struts/struts2/trunk/apps/showcase/pom.xml
    struts/struts2/trunk/apps/showcase/src/main/resources/struts.xml
    struts/struts2/trunk/assembly/pom.xml
    struts/struts2/trunk/plugins/pom.xml

Modified: struts/struts2/trunk/apps/showcase/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/pom.xml?view=diff&rev=517095&r1=517094&r2=517095
==============================================================================
--- struts/struts2/trunk/apps/showcase/pom.xml (original)
+++ struts/struts2/trunk/apps/showcase/pom.xml Sun Mar 11 21:31:08 2007
@@ -37,7 +37,7 @@
             <artifactId>struts2-struts1-plugin</artifactId>
             <version>${pom.version}</version>
         </dependency>
-        
+
         <dependency>
             <groupId>org.apache.struts</groupId>
             <artifactId>struts2-dojo-plugin</artifactId>
@@ -65,12 +65,6 @@
         <dependency>
             <groupId>org.apache.struts</groupId>
             <artifactId>struts2-tiles-plugin</artifactId>
-            <version>${pom.version}</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.struts</groupId>
-            <artifactId>struts2-continuations-plugin</artifactId>
             <version>${pom.version}</version>
         </dependency>
 

Modified: struts/struts2/trunk/apps/showcase/src/main/resources/struts.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/src/main/resources/struts.xml?view=diff&rev=517095&r1=517094&r2=517095
==============================================================================
--- struts/struts2/trunk/apps/showcase/src/main/resources/struts.xml (original)
+++ struts/struts2/trunk/apps/showcase/src/main/resources/struts.xml Sun Mar 11 21:31:08 2007
@@ -22,8 +22,6 @@
 
     <include file="struts-hangman.xml" />
 
-    <include file="struts-continuations.xml"/>
-
     <include file="struts-tags.xml"/>
 
     <include file="struts-validation.xml" />

Modified: struts/struts2/trunk/assembly/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/assembly/pom.xml?view=diff&rev=517095&r1=517094&r2=517095
==============================================================================
--- struts/struts2/trunk/assembly/pom.xml (original)
+++ struts/struts2/trunk/assembly/pom.xml Sun Mar 11 21:31:08 2007
@@ -425,13 +425,6 @@
             <scope>provided</scope>
         </dependency>
 
-      <dependency>
-         <groupId>org.rifers</groupId>
-         <artifactId>rife-continuations</artifactId>
-         <version>0.0.2</version>
-         <scope>provided</scope>
-     </dependency>
-
         <!-- Exclude transitive dependencies -->
         <dependency>
             <groupId>javax.servlet</groupId>

Modified: struts/struts2/trunk/plugins/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/pom.xml?view=diff&rev=517095&r1=517094&r2=517095
==============================================================================
--- struts/struts2/trunk/plugins/pom.xml (original)
+++ struts/struts2/trunk/plugins/pom.xml Sun Mar 11 21:31:08 2007
@@ -21,7 +21,6 @@
     <modules>
         <module>codebehind</module>
         <module>config-browser</module>
-        <module>continuations</module>
         <module>jasperreports</module>
         <module>jfreechart</module>
         <module>jsf</module>