You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by mr...@apache.org on 2006/05/07 18:38:27 UTC

svn commit: r404792 - in /incubator/webwork2: extras/ pom.xml thirdparty/

Author: mrdon
Date: Sun May  7 09:38:24 2006
New Revision: 404792

URL: http://svn.apache.org/viewcvs?rev=404792&view=rev
Log:
Starting move of thirdparty to extras to match Action 1

Added:
    incubator/webwork2/extras/
      - copied from r400413, incubator/webwork2/thirdparty/
Removed:
    incubator/webwork2/thirdparty/
Modified:
    incubator/webwork2/pom.xml

Modified: incubator/webwork2/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/webwork2/pom.xml?rev=404792&r1=404791&r2=404792&view=diff
==============================================================================
--- incubator/webwork2/pom.xml (original)
+++ incubator/webwork2/pom.xml Sun May  7 09:38:24 2006
@@ -86,7 +86,7 @@
     </mailingLists>
     <modules>
         <module>core</module>
-        <module>thirdparty</module>
+        <module>extras</module>
         <module>apps</module>
     </modules>
     <repositories>
@@ -134,9 +134,9 @@
     </repositories>
     <profiles>
         <profile>
-            <id>thirdparty</id>
+            <id>extras</id>
             <modules>
-                <module>thirdparty</module>
+                <module>extras</module>
             </modules>
         </profile>
         <profile>