aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManolo Carrasco <manolo@apache.org>2012-09-12 14:53:21 +0000
committerManolo Carrasco <manolo@apache.org>2012-09-12 14:53:21 +0000
commit2e1615c4f99f99f3b9ed0ab5d5ca19970648637b (patch)
tree81393f7bb73a52bed72804444fdc41ac9d27a1d5
parent67b0de39097df88437d0ddc484eae4d7f0a45dd0 (diff)
downloadgwtquery-2e1615c4f99f99f3b9ed0ab5d5ca19970648637b.tar.gz
gwtquery-2e1615c4f99f99f3b9ed0ab5d5ca19970648637b.zip
Set gwt version to 2.5.0-rc1 which is the one we should develop for
-rw-r--r--archetype/pom.xml3
-rw-r--r--archetype/src/main/resources/archetype-resources/pom.xml2
-rw-r--r--jsquery/pom.xml4
-rw-r--r--pom.xml9
4 files changed, 11 insertions, 7 deletions
diff --git a/archetype/pom.xml b/archetype/pom.xml
index e85bfbdf..7e41f68b 100644
--- a/archetype/pom.xml
+++ b/archetype/pom.xml
@@ -14,8 +14,7 @@
<version>3</version>
</parent>
- <description>This archetype generates a Gwt-2.4.0 project with all set to use GwtQuery and its plugins.</description>
-
+ <description>This archetype generates a Gwt-2.5.0-rc1 project with all set to use GwtQuery and its plugins.</description>
<scm>
<connection>scm:svn:http://gwtquery.googlecode.com/svn/trunk/archetype</connection>
diff --git a/archetype/src/main/resources/archetype-resources/pom.xml b/archetype/src/main/resources/archetype-resources/pom.xml
index 6a8fd8d4..d0de9573 100644
--- a/archetype/src/main/resources/archetype-resources/pom.xml
+++ b/archetype/src/main/resources/archetype-resources/pom.xml
@@ -13,7 +13,7 @@
<maven.compiler.source>1.6</maven.compiler.source>
<maven.compiler.target>1.6</maven.compiler.target>
<gQueryVersion>1.1.0</gQueryVersion>
- <gwtversion>2.4.0</gwtversion>
+ <gwtversion>2.5.0-rc1</gwtversion>
<gwtmaven>2.4.0</gwtmaven>
</properties>
diff --git a/jsquery/pom.xml b/jsquery/pom.xml
index 10e055fe..566358a3 100644
--- a/jsquery/pom.xml
+++ b/jsquery/pom.xml
@@ -11,7 +11,7 @@
<packaging>war</packaging>
<properties>
- <gwtversion>2.4.0</gwtversion>
+ <gwtversion>2.5.0-rc1</gwtversion>
<gwtmaven>2.4.0</gwtmaven>
</properties>
@@ -64,7 +64,7 @@
<version>${gwtmaven}</version>
<configuration>
<logLevel>${gwt.loglevel}</logLevel>
- <style>OBF</style>
+ <style>OBF' -XenableClosureCompiler '-XenableClosureCompiler</style>
<optimizationLevel>9</optimizationLevel>
<gwtVersion>${gwtversion}</gwtVersion>
<compileReport>true</compileReport>
diff --git a/pom.xml b/pom.xml
index 571daac3..c32d100f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,7 +65,7 @@
</scm>
<modules>
- <module>gwtquery-core</module>
+ <!-- <module>gwtquery-core</module> -->
<!-- <module>gwtquery-core-2.1.0</module> -->
<!-- <module>gwtquery-core-2.0.1</module> -->
<!-- <module>samples</module> -->
@@ -153,6 +153,10 @@
</snapshots>
</repository>
<repository>
+ <id>gwtquery-plugins</id>
+ <url>http://gwtquery-plugins.googlecode.com/svn/mavenrepo</url>
+ </repository>
+ <repository>
<id>maven2-repository.dev.java.net</id>
<name>Java.net Repository for Maven</name>
<url>http://download.java.net/maven/2/</url>
@@ -160,7 +164,8 @@
</repositories>
<properties>
- <gwtversion>2.4.0</gwtversion>
+ <!-- <gwtversion>2.4.0-dollarpatch</gwtversion> -->
+ <gwtversion>2.5.0-rc1</gwtversion>
<gwtmaven>2.4.0</gwtmaven>
<gqueryclassifier />
<gwt.loglevel>INFO</gwt.loglevel>