Author: plightbo
Date: Wed May  3 19:50:47 2006
New Revision: 399518

URL: http://svn.apache.org/viewcvs?rev=399518&view=rev
Log:
make the uber jar part of a different profile for now (it's kind of busted at 
the moment)

Modified:
    incubator/webwork2/pom.xml

Modified: incubator/webwork2/pom.xml
URL: 
http://svn.apache.org/viewcvs/incubator/webwork2/pom.xml?rev=399518&r1=399517&r2=399518&view=diff
==============================================================================
--- incubator/webwork2/pom.xml (original)
+++ incubator/webwork2/pom.xml Wed May  3 19:50:47 2006
@@ -116,6 +116,11 @@
             <id>thirdparty</id>
             <modules>
                 <module>thirdparty</module>
+            </modules>
+        </profile>
+        <profile>
+            <id>all</id>
+            <modules>
                 <module>uber</module>
             </modules>
         </profile>
@@ -475,7 +480,7 @@
             <dependency>
                 <groupId>easymock</groupId>
                 <artifactId>easymock</artifactId>
-                <version>1.2_Java1.3</version>
+                <version>2.0</version>
             </dependency>
             <dependency>
                 <groupId>easymock</groupId>


Reply via email to