You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by bo...@apache.org on 2013/02/18 20:27:06 UTC

android commit: Updated XML for the test project

Updated Branches:
  refs/heads/master a45d5a98d -> 13ef58a5b


Updated XML for the test project


Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/13ef58a5
Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/13ef58a5
Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/13ef58a5

Branch: refs/heads/master
Commit: 13ef58a5bb5854c6ce5c96a5f559010c31810c36
Parents: a45d5a9
Author: Joe Bowser <bo...@apache.org>
Authored: Mon Feb 18 11:26:40 2013 -0800
Committer: Joe Bowser <bo...@apache.org>
Committed: Mon Feb 18 11:26:40 2013 -0800

----------------------------------------------------------------------
 test/res/xml/config.xml |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-android/blob/13ef58a5/test/res/xml/config.xml
----------------------------------------------------------------------
diff --git a/test/res/xml/config.xml b/test/res/xml/config.xml
index b9ae3a6..675aeb5 100644
--- a/test/res/xml/config.xml
+++ b/test/res/xml/config.xml
@@ -45,12 +45,13 @@
     <plugin name="NetworkStatus" value="org.apache.cordova.NetworkManager"/>
     <plugin name="Notification" value="org.apache.cordova.Notification"/>
     <plugin name="Storage" value="org.apache.cordova.Storage"/>
-    <plugin name="Temperature" value="org.apache.cordova.TempListener"/>
     <plugin name="FileTransfer" value="org.apache.cordova.FileTransfer"/>
     <plugin name="Capture" value="org.apache.cordova.Capture"/>
     <plugin name="Battery" value="org.apache.cordova.BatteryListener"/>
     <plugin name="SplashScreen" value="org.apache.cordova.SplashScreen"/>
     <plugin name="Echo" value="org.apache.cordova.Echo" />
+    <plugin name="Globalization" value="org.apache.cordova.Globalization"/>
+    <plugin name="InAppBrowser" value="org.apache.cordova.InAppBrowser"/>
 </plugins>
 </cordova>