]> source.dussan.org Git - gwtquery.git/commitdiff
prepare archetype to deploy again
authorManolo Carrasco <manolo@apache.org>
Sat, 15 Oct 2011 21:16:58 +0000 (21:16 +0000)
committerManolo Carrasco <manolo@apache.org>
Sat, 15 Oct 2011 21:16:58 +0000 (21:16 +0000)
archetype/pom.xml
archetype/src/main/resources/archetype-resources/README.txt
archetype/src/main/resources/archetype-resources/src/test/java/__artifactId__/client/__projectName__Test.java

index 0f9b3d08673c521ba93a6e6dc351acfbdee31604..c261395dda482a2b0fca2e75dff50e99cb00c7ec 100644 (file)
@@ -4,7 +4,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>com.googlecode.gwtquery</groupId>
   <artifactId>gquery-archetype</artifactId>
-  <version>1.1.1-SNAPSHOT</version>
+  <version>1.1.0</version>
   <packaging>maven-archetype</packaging>
   <name>GwtQuery Archetype</name>
   <description>This archetype generates a Gwt-2.2.0 project with all set to use GwtQuery and its plugins</description>
index f231688af28ada7e4c3b0731c62203c5de89da90..1a51f9e546a7d5302b72871f412d7724179a0230 100644 (file)
@@ -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:
 
index cb4fc699e084155c44bbf97c9612be24c8b39839..aef7cf9edf77924e50b898a2efcaecdbd3bd8322 100644 (file)
@@ -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