]> source.dussan.org Git - gwtquery.git/commitdiff
New release 1.3.3 because 1.3.2 only is compatible with 2.5.x. Fixes issue 176 release-1.3.3
authorManuel Carrasco Moñino <manuel.carrasco.m@gmail.com>
Tue, 9 Apr 2013 14:27:35 +0000 (16:27 +0200)
committerManuel Carrasco Moñino <manuel.carrasco.m@gmail.com>
Tue, 9 Apr 2013 14:27:35 +0000 (16:27 +0200)
archetype/pom.xml
archetype/src/main/resources/archetype-resources/README.txt
devtest/pom.xml
gwtquery-core-2.0.1/pom.xml
gwtquery-core-2.1.0/pom.xml
gwtquery-core/pom.xml
gwtquery-core/src/main/java/com/google/gwt/query/client/Properties.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/callbacks/Callbacks.java
jsquery/pom.xml
pom.xml
samples/pom.xml

index 1636a2fac68de6e068c5825ed4a59bc6ae74f55a..536bd73a9ead91f162a32132987e1a05f6f74cd9 100644 (file)
@@ -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>
 
index 52c178a6457ccfe2573e0545d73185d53f2d844e..128fb29449981a0ac4239834a0171fc69691e93d 100644 (file)
@@ -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:
 
index a9741a61198c5d19afbaccb623c57cb7f673195b..60cf30f98b5fc33a2ecfb52dca3c2abb27288b5b 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.googlecode.gwtquery</groupId>
         <artifactId>gwtquery-project</artifactId>
-        <version>1.3.2</version>
+        <version>1.3.3</version>
     </parent>
 
     <artifactId>devtest</artifactId>
index 6737307b65f1f2d84a81eebe69e490f4a3fd37d6..02d8398c6cb58ee6a2416552dafeacef205ec57e 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>com.googlecode.gwtquery</groupId>
     <artifactId>gwtquery-project</artifactId>
-    <version>1.3.2</version>
+    <version>1.3.3</version>
   </parent>
 
   <description>Generates an artifact compiled with a concrete gwt version specified in the artifactId</description>
index 6af637b1fe59be7d0d8760d6ff14f76235a5c780..71630b1e3e0b2198858ba86ca00cb02811b9858e 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>com.googlecode.gwtquery</groupId>
     <artifactId>gwtquery-project</artifactId>
-    <version>1.3.2</version>
+    <version>1.3.3</version>
   </parent>
 
   <description>Generates an artifact compiled with a concrete gwt version specified in the artifactId</description>
index db9c83364b50323b7f01e416e75d353c58de552f..5c78e92959eb5b051519f767b8c96f2a1545c262 100644 (file)
@@ -3,12 +3,12 @@
     <parent>
         <groupId>com.googlecode.gwtquery</groupId>
         <artifactId>gwtquery-project</artifactId>
-        <version>1.3.2</version>
+        <version>1.3.3</version>
     </parent>
 
     <artifactId>gwtquery</artifactId>
     <packaging>jar</packaging>
-    <version>1.3.2</version>
+    <version>1.3.3</version>
     <name>Gwt Query Core API</name>
     <url>http://gwtquery.com</url>
     <dependencies>
index 7999e10dc56b72f1c8db4204f85522fef7aafcb1..08fbfe89b172060a72ad424f31344ffbb370a83a 100644 (file)
@@ -17,7 +17,7 @@ package com.google.gwt.query.client;
 
 import com.google.gwt.core.client.JavaScriptObject;
 import com.google.gwt.core.client.JsArrayMixed;
-import com.google.gwt.core.shared.GWT;
+import com.google.gwt.core.client.GWT;
 import com.google.gwt.query.client.js.JsCache;
 import com.google.gwt.query.client.js.JsUtils;
 
index 04db71fd69456044aadea371cad9267d87dd90c3..170e2f0ec359e57bf7740ab45267547053af2daa 100644 (file)
@@ -13,7 +13,7 @@
  */
 package com.google.gwt.query.client.plugins.callbacks;
 
-import com.google.gwt.core.shared.GWT;
+import com.google.gwt.core.client.GWT;
 import com.google.gwt.query.client.Function;
 import com.google.gwt.query.client.Properties;
 import com.google.gwt.query.client.builders.JsonBuilder;
index a09bfb5ad1bc027c0c54b375198743904a7ba605..bb550246205660d58dbb8318bedadb5d47cc7688 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>com.googlecode.gwtquery</groupId>
         <artifactId>gwtquery-project</artifactId>
-        <version>1.3.2</version>
+        <version>1.3.3</version>
     </parent>
 
     <name>JsQuery</name>
diff --git a/pom.xml b/pom.xml
index 9712d5cf014710922d8b731f4803cd789a465cc2..6a4d40f36a2ad143dc6d7b08fc0a19e749b4450b 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
     <groupId>com.googlecode.gwtquery</groupId>
     <artifactId>gwtquery-project</artifactId>
     <packaging>pom</packaging>
-    <version>1.3.2</version>
+    <version>1.3.3</version>
     <name>Gwt Query Project</name>
     <url>http://gwtquery.com</url>
     <description>GwtQuery is a jQuery clone written in GWT.</description>
index 35fb75075a496d1f27c939a81aaf9bef3da28cb6..c0530ea910106ef6d664ccf2ce31548dd5a9d647 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>com.googlecode.gwtquery</groupId>
         <artifactId>gwtquery-project</artifactId>
-        <version>1.3.2</version>
+        <version>1.3.3</version>
     </parent>
 
     <name>GwtQuery Samples</name>