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:55 UTC

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

Updated Branches:
  refs/heads/master e425e8463 -> a090eef35


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


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

Branch: refs/heads/master
Commit: a090eef357e2876384b08a4cf778bb283f540b09
Parents: e425e84
Author: Fil Maj <ma...@gmail.com>
Authored: Thu May 16 14:36:50 2013 -0700
Committer: Fil Maj <ma...@gmail.com>
Committed: Thu May 16 14:36:50 2013 -0700

----------------------------------------------------------------------
 bin/templates/project/__TESTING__/config.xml |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/a090eef3/bin/templates/project/__TESTING__/config.xml
----------------------------------------------------------------------
diff --git a/bin/templates/project/__TESTING__/config.xml b/bin/templates/project/__TESTING__/config.xml
index 3e84967..ca292c8 100644
--- a/bin/templates/project/__TESTING__/config.xml
+++ b/bin/templates/project/__TESTING__/config.xml
@@ -92,4 +92,7 @@
     <feature name="LocalStorage">
         <param name="ios-package" value="CDVLocalStorage"/>
     </feature>
+    <!-- Deprecated plugins element. REmove in 3.0 -->
+    <plugins>
+    </plugins>
 </widget>