Author: lukaszlenart
Date: Thu Sep  9 09:45:32 2010
New Revision: 995365

URL: http://svn.apache.org/viewvc?rev=995365&view=rev
Log:
Added GXP plugin as fully integrated with Struts 2

Modified:
    struts/struts2/trunk/plugins/gxp/pom.xml
    struts/struts2/trunk/plugins/pom.xml

Modified: struts/struts2/trunk/plugins/gxp/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/gxp/pom.xml?rev=995365&r1=995364&r2=995365&view=diff
==============================================================================
--- struts/struts2/trunk/plugins/gxp/pom.xml (original)
+++ struts/struts2/trunk/plugins/gxp/pom.xml Thu Sep  9 09:45:32 2010
@@ -21,32 +21,20 @@
 
     <dependencies>
         <dependency>
-            <groupId>org.apache.struts</groupId>
-            <artifactId>struts2-core</artifactId>
-            <version>2.2.0-SNAPSHOT</version>
-        </dependency>
-        <dependency>
             <groupId>javax.servlet</groupId>
             <artifactId>servlet-api</artifactId>
             <version>2.4</version>
             <scope>provided</scope>
         </dependency>
-        <!--
-          Until GXP is added to the Google Maven Repository in early 2010 
(http://code.google.com/p/gxp/issues/detail?id=5)
-          Download http://gxp.googlecode.com/files/gxp-0.2.4-beta.jar
-          Run the following at the command line (do not use WindowsPowershell)
-          mvn install:install-file -DgroupId=com.google -DartifactId=gxp 
-Dversion=0.2.4-BETA -Dpackaging=jar -Dfile=gxp-0.2.4-beta.jar
-        -->
         <dependency>
-            <groupId>com.google</groupId>
-            <artifactId>gxp</artifactId>
-            <version>0.2.4-BETA</version>
+            <groupId>org.apache.struts</groupId>
+            <artifactId>struts2-core</artifactId>
+            <version>2.2.0-SNAPSHOT</version>
         </dependency>
         <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <version>3.8.1</version>
-            <scope>test</scope>
+            <groupId>com.google.gxp</groupId>
+            <artifactId>google-gxp</artifactId>
+            <version>0.2.4-beta</version>
         </dependency>
         <dependency>
             <groupId>com.google.collections</groupId>

Modified: struts/struts2/trunk/plugins/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/pom.xml?rev=995365&r1=995364&r2=995365&view=diff
==============================================================================
--- struts/struts2/trunk/plugins/pom.xml (original)
+++ struts/struts2/trunk/plugins/pom.xml Thu Sep  9 09:45:32 2010
@@ -64,6 +64,7 @@
         <module>osgi</module>
         <module>json</module>
         <module>embeddedjsp</module>
+        <module>gxp</module>
     </modules>
 
     <dependencies>


Reply via email to