Author: manolo
Date: Tue Jul 19 07:06:44 2011
New Revision: 1148199

URL: http://svn.apache.org/viewvc?rev=1148199&view=rev
Log:
Update to latest gwt version 2.3.0

Modified:
    james/hupa/trunk/client/pom.xml
    james/hupa/trunk/client/src/main/java/org/apache/hupa/Hupa.gwt.xml
    james/hupa/trunk/pom.xml
    james/hupa/trunk/server/pom.xml
    james/hupa/trunk/widgets/.settings/org.eclipse.jdt.core.prefs

Modified: james/hupa/trunk/client/pom.xml
URL: 
http://svn.apache.org/viewvc/james/hupa/trunk/client/pom.xml?rev=1148199&r1=1148198&r2=1148199&view=diff
==============================================================================
--- james/hupa/trunk/client/pom.xml (original)
+++ james/hupa/trunk/client/pom.xml Tue Jul 19 07:06:44 2011
@@ -67,6 +67,29 @@
                     <warName>${project.name}</warName>
                 </configuration>
             </plugin>
+<plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-eclipse-plugin</artifactId>
+                <configuration>
+                    <downloadSources>true</downloadSources>
+                    <downloadJavadocs>false</downloadJavadocs>
+                    <wtpversion>2.0</wtpversion>
+                    <additionalBuildcommands>
+                        <buildCommand>
+                            <name>
+                                com.google.gwt.eclipse.core.gwtProjectValidator
+                            </name>
+                        </buildCommand>
+                    </additionalBuildcommands>
+                    <additionalProjectnatures>
+                        <projectnature>org.eclipse.ajdt.ui.ajnature
+                        </projectnature>
+ <projectnature>com.google.gwt.eclipse.core.gwtNature</projectnature>
+             </additionalProjectnatures>
+                </configuration>
+            </plugin>
+
+
         </plugins>
     </build>
 
@@ -88,14 +111,17 @@
             <artifactId>cobogw</artifactId>
         </dependency>
         <dependency>
-            <groupId>net.customware.gwt.dispatch
-            </groupId>
+            <groupId>net.customware.gwt.dispatch</groupId>
             <artifactId>gwt-dispatch</artifactId>
         </dependency>
         <dependency>
-            <groupId>com.googlecode.gwt.inject
-            </groupId>
+            <groupId>com.googlecode.gwt.inject</groupId>
             <artifactId>gin</artifactId>
+            <classifier>2.2.0</classifier>
+        </dependency>
+        <dependency>
+            <groupId>javax.inject</groupId>
+            <artifactId>javax.inject</artifactId>
         </dependency>
         <dependency>
             <groupId>net.customware.gwt.presenter

Modified: james/hupa/trunk/client/src/main/java/org/apache/hupa/Hupa.gwt.xml
URL: 
http://svn.apache.org/viewvc/james/hupa/trunk/client/src/main/java/org/apache/hupa/Hupa.gwt.xml?rev=1148199&r1=1148198&r2=1148199&view=diff
==============================================================================
--- james/hupa/trunk/client/src/main/java/org/apache/hupa/Hupa.gwt.xml 
(original)
+++ james/hupa/trunk/client/src/main/java/org/apache/hupa/Hupa.gwt.xml Tue Jul 
19 07:06:44 2011
@@ -104,4 +104,5 @@
     }
   ]]>
   </property-provider>
+    <inherits name="com.google.gwt.junit.JUnit"/>
 </module>

Modified: james/hupa/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/james/hupa/trunk/pom.xml?rev=1148199&r1=1148198&r2=1148199&view=diff
==============================================================================
--- james/hupa/trunk/pom.xml (original)
+++ james/hupa/trunk/pom.xml Tue Jul 19 07:06:44 2011
@@ -34,6 +34,12 @@
         <version>1.6</version>
     </parent>
 
+<!--
+    <prerequisites>
+        <maven>3.0.2</maven>
+    </prerequisites>
+-->
+
     <modules>
         <module>shared</module>
         <module>client</module>
@@ -96,14 +102,13 @@
             </url>
         </repository>
         <repository>
-            <id>guice</id>
-            <name>Guice repository at googlecode</name>
-            <url>http://guice-maven.googlecode.com/svn/trunk
-            </url>
+            <id>gquery-plugins has guice and gin dependencies</id>
+            <url>http://gwtquery-plugins.googlecode.com/svn/mavenrepo</url>
         </repository>
     </repositories>
     <properties>
-        <gwtVersion>2.1.1</gwtVersion>
+        <gwtVersion>2.3.0</gwtVersion>
+        <gwtMavenVersion>2.3.0</gwtMavenVersion>
     </properties>
 
     <build>
@@ -192,7 +197,7 @@
                 <plugin>
                     <groupId>org.codehaus.mojo</groupId>
                     <artifactId>gwt-maven-plugin</artifactId>
-                    <version>2.1.0-1</version>
+                    <version>${gwtMavenVersion}</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
@@ -444,7 +449,13 @@
             <dependency>
                 <groupId>com.googlecode.gwt.inject</groupId>
                 <artifactId>gin</artifactId>
-                <version>1.0</version>
+                <version>1.5</version>
+                <classifier>2.2.0</classifier>
+            </dependency>
+            <dependency>
+                <groupId>javax.inject</groupId>
+                <artifactId>javax.inject</artifactId>
+                <version>1</version>
             </dependency>
             <dependency>
                 <groupId>net.customware.gwt.presenter</groupId>
@@ -465,7 +476,7 @@
             <dependency>
                 <groupId>com.google.code.gwt-dnd</groupId>
                 <artifactId>gwt-dnd</artifactId>
-                <version>3.0.1</version>
+                <version>3.1.1</version>
             </dependency>
             <dependency>
                 <groupId>eu.maydu.gwt</groupId>
@@ -488,14 +499,32 @@
                 <version>2.0.1</version>
             </dependency>
             <dependency>
+                <groupId>javax.validation</groupId>
+                <artifactId>validation-api</artifactId>
+                <version>1.0.0.GA</version>
+                <scope>provided</scope>
+            </dependency>
+            <dependency>
+                <groupId>javax.validation</groupId>
+                <artifactId>validation-api</artifactId>
+                <version>1.0.0.GA</version>
+                <classifier>sources</classifier>
+                <scope>provided</scope>
+            </dependency>
+            <dependency>
                 <groupId>com.google.code.guice</groupId>
                 <artifactId>guice</artifactId>
-                <version>2.0.1</version>
+                <version>3.0</version>
+            </dependency>
+            <dependency>
+                <groupId>com.google.code.guice</groupId>
+                <artifactId>guice-assistedinject</artifactId>
+                <version>3.0</version>
             </dependency>
             <dependency>
                 <groupId>com.google.code.guice</groupId>
                 <artifactId>guice-servlet</artifactId>
-                <version>2.0.1</version>
+                <version>3.0</version>
             </dependency>
             <dependency>
                 <groupId>com.google.gwt</groupId>

Modified: james/hupa/trunk/server/pom.xml
URL: 
http://svn.apache.org/viewvc/james/hupa/trunk/server/pom.xml?rev=1148199&r1=1148198&r2=1148199&view=diff
==============================================================================
--- james/hupa/trunk/server/pom.xml (original)
+++ james/hupa/trunk/server/pom.xml Tue Jul 19 07:06:44 2011
@@ -93,7 +93,12 @@
     </dependency>
     <dependency>
         <groupId>com.google.code.guice</groupId>
+        <artifactId>guice-assistedinject</artifactId>
+    </dependency>
+    <dependency>
+        <groupId>com.google.code.guice</groupId>
         <artifactId>guice-servlet</artifactId>
+            <version>3.0</version>
     </dependency>
     <dependency>
         <groupId>com.google.gwt</groupId>

Modified: james/hupa/trunk/widgets/.settings/org.eclipse.jdt.core.prefs
URL: 
http://svn.apache.org/viewvc/james/hupa/trunk/widgets/.settings/org.eclipse.jdt.core.prefs?rev=1148199&r1=1148198&r2=1148199&view=diff
==============================================================================
--- james/hupa/trunk/widgets/.settings/org.eclipse.jdt.core.prefs (original)
+++ james/hupa/trunk/widgets/.settings/org.eclipse.jdt.core.prefs Tue Jul 19 
07:06:44 2011
@@ -1,5 +1,6 @@
-#Sun Feb 14 17:36:42 CET 2010
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
+#Fri Mar 04 00:46:36 CET 2011
 eclipse.preferences.version=1
-org.eclipse.jdt.core.compiler.source=1.5
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
 org.eclipse.jdt.core.compiler.compliance=1.5
+org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
+org.eclipse.jdt.core.compiler.source=1.5



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to