You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by fi...@apache.org on 2013/05/16 23:36:05 UTC

android commit: [CB-3416] adding empty element during deprecation window.

Updated Branches:
  refs/heads/master 13148728b -> 227733d19


[CB-3416] adding empty <plugins> element during deprecation window.


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

Branch: refs/heads/master
Commit: 227733d195dc0413303667fa4e0fc45ea88f39d0
Parents: 1314872
Author: Fil Maj <ma...@gmail.com>
Authored: Thu May 16 14:35:58 2013 -0700
Committer: Fil Maj <ma...@gmail.com>
Committed: Thu May 16 14:35:58 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-android/blob/227733d1/framework/res/xml/config.xml
----------------------------------------------------------------------
diff --git a/framework/res/xml/config.xml b/framework/res/xml/config.xml
index 2fb16c4..935eda4 100644
--- a/framework/res/xml/config.xml
+++ b/framework/res/xml/config.xml
@@ -98,4 +98,7 @@
     <feature name="InAppBrowser">
       <param name="android-package" value="org.apache.cordova.InAppBrowser"/>
     </feature>
+    <!-- Deprecated plugins element. Remove in 3.0 -->
+    <plugins>
+    </plugins>
 </widget>