aboutsummaryrefslogtreecommitdiffstats
path: root/archetype/src/main/resources
diff options
context:
space:
mode:
authorManolo Carrasco <manolo@apache.org>2011-10-15 21:16:58 +0000
committerManolo Carrasco <manolo@apache.org>2011-10-15 21:16:58 +0000
commita6300bd9fc06b94d6fba126646c0839375dd6452 (patch)
treee8ffa2285897e89acac93a729adf98235a596de3 /archetype/src/main/resources
parente07553dd6cb3d3c8fe5f7b7863a9bd92ac86f87e (diff)
downloadgwtquery-a6300bd9fc06b94d6fba126646c0839375dd6452.tar.gz
gwtquery-a6300bd9fc06b94d6fba126646c0839375dd6452.zip
prepare archetype to deploy again
Diffstat (limited to 'archetype/src/main/resources')
-rw-r--r--archetype/src/main/resources/archetype-resources/README.txt3
-rw-r--r--archetype/src/main/resources/archetype-resources/src/test/java/__artifactId__/client/__projectName__Test.java2
2 files changed, 2 insertions, 3 deletions
diff --git a/archetype/src/main/resources/archetype-resources/README.txt b/archetype/src/main/resources/archetype-resources/README.txt
index f231688a..1a51f9e5 100644
--- a/archetype/src/main/resources/archetype-resources/README.txt
+++ b/archetype/src/main/resources/archetype-resources/README.txt
@@ -13,9 +13,8 @@ $ mvn gwt:run
The archetype generates a project ready to be used in eclipse,
but before importing it you have to install the following plugins:
- * Google plugin for eclipse (update-site: http://dl.google.com/eclipse/plugin/3.6)
+ * Google plugin for eclipse (update-site: http://dl.google.com/eclipse/plugin/3.7 or 3.6 or 3.5)
* Sonatype Maven plugin (update-site: http://m2eclipse.sonatype.org/site/m2e)
- * Subversion plugin (update-site: http://subclipse.tigris.org/update_1.6.x)
Then you can import the project in your eclipse workspace:
diff --git a/archetype/src/main/resources/archetype-resources/src/test/java/__artifactId__/client/__projectName__Test.java b/archetype/src/main/resources/archetype-resources/src/test/java/__artifactId__/client/__projectName__Test.java
index cb4fc699..aef7cf9e 100644
--- a/archetype/src/main/resources/archetype-resources/src/test/java/__artifactId__/client/__projectName__Test.java
+++ b/archetype/src/main/resources/archetype-resources/src/test/java/__artifactId__/client/__projectName__Test.java
@@ -24,7 +24,7 @@ public class ${projectName}Test extends GWTTestCase {
public void testOnModuleLoad() {
- // execute the plugin method
+ // Create a container in the document
final GQuery g = $("<div></div>").appendTo(document);
// run onModuleLoad