[kune-commits] r843 - in trunk: .
src/main/java/org/ourproject/kune/app
vjrj
vjrj at ourproject.org
Sat Aug 30 18:58:15 CEST 2008
Author: vjrj
Date: 2008-08-30 18:58:14 +0200 (Sat, 30 Aug 2008)
New Revision: 843
Modified:
trunk/INSTALL
trunk/pom.xml
trunk/src/main/java/org/ourproject/kune/app/Kune.gwt.xml
Log:
gwt 1.5.2
Modified: trunk/INSTALL
===================================================================
--- trunk/INSTALL 2008-08-30 14:57:17 UTC (rev 842)
+++ trunk/INSTALL 2008-08-30 16:58:14 UTC (rev 843)
@@ -4,7 +4,7 @@
For development:
- Install java-jdk (>= 1.5), maven2, mysql (>= 5.0) and for example eclipse
-- Install gwt 1.5rc1 and follow Appendix A for maven+gwt configuration
+- Install gwt 1.5.2 and follow Appendix A for maven+gwt configuration
- Compile with maven:
# (in the trunk directory)
mvn compile
@@ -63,9 +63,9 @@
</properties>
</profile>
<profile>
- <id>gwt-0.0.2030</id>
+ <id>gwt-1.5.2</id>
<properties>
- <google.webtoolkit.home>/usr/local/lib/gwt/gwt-linux-0.0.2030</google.webtoolkit.home>
+ <google.webtoolkit.home>/usr/local/lib/gwt/gwt-linux-1.5.2</google.webtoolkit.home>
<!-- <google.webtoolkit.devjar>gwt-dev-linux</google.webtoolkit.devjar> -->
<!-- you only need this is you are on a mac -->
<google.webtoolkit.extrajvmargs>-Xmx256M</google.webtoolkit.extrajvmargs>
@@ -73,7 +73,7 @@
</profile>
</profiles>
<activeProfiles>
- <activeProfile>gwt-0.0.2030</activeProfile>
+ <activeProfile>gwt-1.5.2</activeProfile>
</activeProfiles>
</settings>
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2008-08-30 14:57:17 UTC (rev 842)
+++ trunk/pom.xml 2008-08-30 16:58:14 UTC (rev 843)
@@ -31,13 +31,13 @@
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-user</artifactId>
- <version>1.5.0</version>
+ <version>1.5.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-servlet</artifactId>
- <version>1.5.0</version>
+ <version>1.5.2</version>
</dependency>
<!-- Use new repo -->
<!-- http://code.google.com/p/gwt-ext/issues/detail?id=180 -->
Modified: trunk/src/main/java/org/ourproject/kune/app/Kune.gwt.xml
===================================================================
--- trunk/src/main/java/org/ourproject/kune/app/Kune.gwt.xml 2008-08-30 14:57:17 UTC (rev 842)
+++ trunk/src/main/java/org/ourproject/kune/app/Kune.gwt.xml 2008-08-30 16:58:14 UTC (rev 843)
@@ -1,6 +1,10 @@
<module>
<inherits name='com.google.gwt.i18n.I18N' />
<inherits name='com.google.gwt.user.User' />
+
+ <!-- http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/4d38cff6b1c217c6/8fae54c512bac373?lnk=gst&q=will+not+be+serialized+because+it+is+final+#8fae54c512bac373 -->
+ <set-property name="gwt.suppressNonStaticFinalFieldWarnings" value="true" />
+
<inherits name="org.cafesip.gwtcomp.GWTComponents" />
<inherits name="com.calclab.suco.Suco" />
More information about the kune-commits
mailing list