]> source.dussan.org Git - gwtquery.git/commitdiff
update pom versions
authorManolo Carrasco <manolo@apache.org>
Tue, 20 Mar 2012 07:33:23 +0000 (07:33 +0000)
committerManolo Carrasco <manolo@apache.org>
Tue, 20 Mar 2012 07:33:23 +0000 (07:33 +0000)
devtest/pom.xml
gwtquery-core/pom.xml
samples/pom.xml
samples/src/main/java/gwtquery/samples/GwtQueryImageZoom.gwt.xml

index 14604e62428c888575c4dc9e464b59cfb4d2e4a6..ed2b6ce19504f43d4fdedae274f08d4ad3bbb5a8 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.googlecode.gwtquery</groupId>
         <artifactId>gwtquery-project</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.1.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>devtest</artifactId>
index 2d5e8e2d01635a5e3941144473e8eff336f93f64..d59a714cb3d0f357a09be245fa9fb3097b2dfdc6 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>com.googlecode.gwtquery</groupId>
         <artifactId>gwtquery-project</artifactId>
-        <version>1.1.0</version>
+        <version>1.1.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>gwtquery</artifactId>
index 0af9e8ae22a85d52b3d3daf9aa710c92769c54d4..5ef09c910753e43049898fdd906dc40058ef52a1 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>com.googlecode.gwtquery</groupId>
         <artifactId>gwtquery-project</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.1.1-SNAPSHOT</version>
     </parent>
 
     <name>GwtQuery Samples</name>
                     <style>${gwt.outputstyle}</style>
                     <gwtVersion>${gwtversion}</gwtVersion>
                     <compileReport>true</compileReport>
+                    <!-- <disableClassMetadata>true</disableClassMetadata> -->
+                    <disableCastChecking>true</disableCastChecking>
                     <modules>
+                        <module>gwtquery.samples.GwtQueryImageZoom</module>
                         <module>gwtquery.samples.GwtQueryBench</module>
                         <module>gwtquery.samples.JsCollectionVsJavaCollection</module>
                         <module>gwtquery.samples.GwtQuerySample</module>
index 7fe8b07d882865c69b87ee070a0d0b822ea2d742..25bf3507ace4d188be6cf2b30cf7e026b40dbb95 100644 (file)
@@ -1,5 +1,7 @@
 <module>
     <inherits name='com.google.gwt.query.Query'/>
     <entry-point class='gwtquery.samples.client.GwtQueryImageZoom'/>
+    <add-linker name="xsiframe"/>
+    <set-property name="compiler.stackMode" value="strip"/>
 </module>