aboutsummaryrefslogtreecommitdiffstats
path: root/archetype/src
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/src
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/src')
-rw-r--r--archetype/src/main/resources/archetype-resources/README.txt5
1 files changed, 5 insertions, 0 deletions
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: