Subversion Repository Public Repository

litesoft

Diff Revisions 905 vs 906 for /trunk/mobileGWT/gwt-phonegap/src/main/java/com/googlecode/gwtphonegap/PhoneGap.gwt.xml

Diff revisions: vs.
  @@ -229,21 +229,32 @@
229 229 </all>
230 230 </replace-with>
231 231
232 - <!-- Plugins -->
233 - <!-- Childbrowser -->
234 -
235 - <replace-with class="com.googlecode.gwtphonegap.client.plugins.childbrowser.ChildBrowserBrowserImpl">
236 - <when-type-is class="com.googlecode.gwtphonegap.client.plugins.childbrowser.ChildBrowser" />
232 +
233 +
234 + <!-- Globalization -->
235 + <replace-with class="com.googlecode.gwtphonegap.client.globalization.browser.GlobalizationBrowserImpl">
236 + <when-type-is class="com.googlecode.gwtphonegap.client.globalization.Globalization" />
237 237 </replace-with>
238 -
239 - <replace-with
240 - class="com.googlecode.gwtphonegap.client.plugins.childbrowser.ChildBrowserPhoneGapImpl">
241 - <when-type-is
242 - class="com.googlecode.gwtphonegap.client.plugins.childbrowser.ChildBrowser" />
238 + <replace-with class="com.googlecode.gwtphonegap.client.globalization.js.GlobalizationJsImpl">
239 + <when-type-is class="com.googlecode.gwtphonegap.client.globalization.Globalization" />
243 240 <all>
244 241 <when-property-is name="phonegap.env" value="yes" />
245 242 </all>
246 243 </replace-with>
244 +
245 + <!-- InAppBrowser -->
246 + <replace-with class="com.googlecode.gwtphonegap.client.inappbrowser.browser.InAppBrowserBrowserImpl">
247 + <when-type-is class="com.googlecode.gwtphonegap.client.inappbrowser.InAppBrowser" />
248 + </replace-with>
249 +
250 + <replace-with class="com.googlecode.gwtphonegap.client.inappbrowser.js.InAppBrowserJsImpl">
251 + <when-type-is class="com.googlecode.gwtphonegap.client.inappbrowser.InAppBrowser" />
252 + <all>
253 + <when-property-is name="phonegap.env" value="yes" />
254 + </all>
255 + </replace-with>
256 +
257 + <!-- Plugins -->
247 258
248 259 <!-- Badge -->
249 260 <replace-with class="com.googlecode.gwtphonegap.client.plugins.badge.BadgeBrowserImpl">