diff options
author | Ray Cromwell <cromwellian@gmail.com> | 2009-07-27 09:01:20 +0000 |
---|---|---|
committer | Ray Cromwell <cromwellian@gmail.com> | 2009-07-27 09:01:20 +0000 |
commit | 31d1c7cae609b4adb17cfee60d112474576dd054 (patch) | |
tree | e4abb3d1e852eb4ebcaa46cc42cc7a1979a60f9e /gwtquery-core/src | |
parent | 42ed8c73d5ab5bb8ba585b9f026c19108c83fe37 (diff) | |
download | gwtquery-31d1c7cae609b4adb17cfee60d112474576dd054.tar.gz gwtquery-31d1c7cae609b4adb17cfee60d112474576dd054.zip |
Update to codehaus gwt-maven-plugin. Update to GWT 1.7.0. Update module files to properly include Plugins.gwt.xml module. Disabled tests for now (JUnitShell not launching properly from new plugin). Fixed unbound deferred bindings.
Diffstat (limited to 'gwtquery-core/src')
-rw-r--r-- | gwtquery-core/src/main/java/com/google/gwt/query/Query.gwt.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gwtquery-core/src/main/java/com/google/gwt/query/Query.gwt.xml b/gwtquery-core/src/main/java/com/google/gwt/query/Query.gwt.xml index 3ff4c508..818cc07e 100644 --- a/gwtquery-core/src/main/java/com/google/gwt/query/Query.gwt.xml +++ b/gwtquery-core/src/main/java/com/google/gwt/query/Query.gwt.xml @@ -22,6 +22,11 @@ <generate-with class="com.google.gwt.query.rebind.SelectorGeneratorJS">
<when-type-assignable class="com.google.gwt.query.client.Selectors"/>
+ </generate-with>
+
+
+ <generate-with class="com.google.gwt.query.rebind.SelectorGeneratorJS">
+ <when-type-assignable class="com.google.gwt.query.client.Selectors"/>
<any>
<when-property-is name="user.agent" value="gecko"/>
<when-property-is name="user.agent" value="ie6"/>
@@ -61,6 +66,11 @@ <replace-with class="com.google.gwt.query.client.impl.SelectorEngineJS">
<when-type-assignable
class="com.google.gwt.query.client.impl.SelectorEngineImpl"/>
+ </replace-with>
+
+ <replace-with class="com.google.gwt.query.client.impl.SelectorEngineJS">
+ <when-type-assignable
+ class="com.google.gwt.query.client.impl.SelectorEngineImpl"/>
<when-property-is name="user.agent" value="gecko"/>
</replace-with>
|