Author: manolo
Date: Sun Mar 2 14:33:04 2014
New Revision: 1573313
URL: http://svn.apache.org/r1573313
Log:
Update to gwt version 2.6.0
Modified:
james/hupa/trunk/ (props changed)
james/hupa/trunk/.gitignore
james/hupa/trunk/hupa/ (props changed)
james/hupa/trunk/hupa/src/main/java/org/apache/hupa/HupaProd.gwt.xml
james/hupa/trunk/pom.xml
Propchange: james/hupa/trunk/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sun Mar 2 14:33:04 2014
@@ -1,7 +1,6 @@
target
tomcat
www-test
-.gwt
-.settings
-bin
-.project
+.*
+war
+coverage.ec
Modified: james/hupa/trunk/.gitignore
URL:
http://svn.apache.org/viewvc/james/hupa/trunk/.gitignore?rev=1573313&r1=1573312&r2=1573313&view=diff
==============================================================================
--- james/hupa/trunk/.gitignore (original)
+++ james/hupa/trunk/.gitignore Sun Mar 2 14:33:04 2014
@@ -1,49 +1,21 @@
.project
-.settings/
-client/.classpath
-client/.project
-client/.settings/
-client/target/
-<<<<<<< HEAD
-<<<<<<< HEAD
-client/.gwt/
-=======
->>>>>>> add gitignore to ignore files by git
-=======
-client/.gwt/
->>>>>>> update git ignore
-mock/.classpath
-mock/.project
-mock/.settings/
-mock/target/
-server/.classpath
-server/.project
-server/.settings/
-server/target/
-server/war/
-shared/.classpath
-shared/.project
-shared/.settings/
-shared/target/
-target/
-widgets/.classpath
-widgets/.project
-widgets/.settings/
-widgets/target/
-<<<<<<< HEAD
-<<<<<<< HEAD
-
-client/src/main/gwt-unitCache/
-client/src/main/webapp/WEB-INF/deploy/
-client/src/main/webapp/hupa/
-=======
->>>>>>> add gitignore to ignore files by git
-=======
-
-<<<<<<< HEAD
->>>>>>> update git ignore
-=======
-client/src/main/gwt-unitCache/
-client/src/main/webapp/WEB-INF/deploy/
-client/src/main/webapp/hupa/
->>>>>>> layout the label setting view
+.settings
+.classpath
+.gwt
+gwt-unitCache
+webapp/WEB-INF/deploy
+webapp/hupa
+target
+war
+www-test
+*~
+*diff
+*.tar
+*.log
+tmp
+._*
+build
+DS_Store
+*.swp
+.factorypath
+.DS_Store
Propchange: james/hupa/trunk/hupa/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sun Mar 2 14:33:04 2014
@@ -0,0 +1,6 @@
+target
+tomcat
+www-test
+.*
+war
+coverage.ec
Modified: james/hupa/trunk/hupa/src/main/java/org/apache/hupa/HupaProd.gwt.xml
URL:
http://svn.apache.org/viewvc/james/hupa/trunk/hupa/src/main/java/org/apache/hupa/HupaProd.gwt.xml?rev=1573313&r1=1573312&r2=1573313&view=diff
==============================================================================
--- james/hupa/trunk/hupa/src/main/java/org/apache/hupa/HupaProd.gwt.xml
(original)
+++ james/hupa/trunk/hupa/src/main/java/org/apache/hupa/HupaProd.gwt.xml Sun
Mar 2 14:33:04 2014
@@ -29,7 +29,7 @@
<set-configuration-property name="locale.useragent" value="Y"/>
<!-- Compile for all browsers -->
- <set-property name="user.agent" value="gecko1_8,safari,opera,ie6,ie8,ie9"/>
+ <set-property name="user.agent" value="gecko1_8,safari,ie9"/>
<set-configuration-property name="CssResource.style" value="obf"/>
Modified: james/hupa/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/james/hupa/trunk/pom.xml?rev=1573313&r1=1573312&r2=1573313&view=diff
==============================================================================
--- james/hupa/trunk/pom.xml (original)
+++ james/hupa/trunk/pom.xml Sun Mar 2 14:33:04 2014
@@ -57,8 +57,8 @@
</site>
</distributionManagement>
<properties>
- <gwtVersion>2.5.1</gwtVersion>
- <gwtMavenVersion>2.5.1</gwtMavenVersion>
+ <gwtVersion>2.6.0</gwtVersion>
+ <gwtMavenVersion>2.6.0</gwtMavenVersion>
<gwt.moduleSuffix />
<gwt.logLevel>INFO</gwt.logLevel>
<jettyVersion>7.3.0.v20110203</jettyVersion>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]