aboutsummaryrefslogtreecommitdiffstats
path: root/archetype
diff options
context:
space:
mode:
authorManuel Carrasco Moñino <manuel.carrasco.m@gmail.com>2013-04-09 16:27:35 +0200
committerManuel Carrasco Moñino <manuel.carrasco.m@gmail.com>2013-04-09 16:27:35 +0200
commit929882857a0350db62ead1102bc77b3c45b9a035 (patch)
treece36b3ad8a338c6fddf972383922f9f321a3b288 /archetype
parent09473f748c9f098a7a86cc623adacdc32480953d (diff)
downloadgwtquery-release-1.3.3.tar.gz
gwtquery-release-1.3.3.zip
New release 1.3.3 because 1.3.2 only is compatible with 2.5.x. Fixes issue 176release-1.3.3
Diffstat (limited to 'archetype')
-rw-r--r--archetype/pom.xml2
-rw-r--r--archetype/src/main/resources/archetype-resources/README.txt5
2 files changed, 6 insertions, 1 deletions
diff --git a/archetype/pom.xml b/archetype/pom.xml
index 1636a2fa..536bd73a 100644
--- a/archetype/pom.xml
+++ b/archetype/pom.xml
@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.googlecode.gwtquery</groupId>
<artifactId>gquery-archetype</artifactId>
- <version>1.3.2</version>
+ <version>1.3.3</version>
<packaging>maven-archetype</packaging>
<name>GwtQuery Archetype</name>
diff --git a/archetype/src/main/resources/archetype-resources/README.txt b/archetype/src/main/resources/archetype-resources/README.txt
index 52c178a6..128fb294 100644
--- a/archetype/src/main/resources/archetype-resources/README.txt
+++ b/archetype/src/main/resources/archetype-resources/README.txt
@@ -7,6 +7,11 @@ $ mvn clean install
- Run it in development mode:
$ mvn gwt:run
+and point your browser to http://127.0.0.1:8888/${projectName}/${projectName}.html?gwt.codesvr=127.0.0.1:9997
+
+- Run superdev mode:
+$ mvn gwt:run-codeserver
+and point your browser to http://127.0.0.1:9876/${projectName}/${projectName}.html
- Import and run in Eclipse: