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

[2/3] webworks commit: [CB3167] added plugin element deprecation notice to config.xml

[CB3167] added plugin element deprecation notice to config.xml


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

Branch: refs/heads/3.0.x
Commit: e099feb883de19ca42a90d36eda5f4733bba7b07
Parents: 5da8b6a
Author: lorinbeer <lo...@adobe.com>
Authored: Tue Jul 16 14:00:32 2013 -0700
Committer: lorinbeer <lo...@adobe.com>
Committed: Tue Jul 16 14:01:20 2013 -0700

----------------------------------------------------------------------
 blackberry10/bin/templates/project/www/config.xml | 2 ++
 playbook/bin/templates/project/www/config.xml     | 2 ++
 2 files changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-blackberry/blob/e099feb8/blackberry10/bin/templates/project/www/config.xml
----------------------------------------------------------------------
diff --git a/blackberry10/bin/templates/project/www/config.xml b/blackberry10/bin/templates/project/www/config.xml
index a645139..c0a2fbd 100644
--- a/blackberry10/bin/templates/project/www/config.xml
+++ b/blackberry10/bin/templates/project/www/config.xml
@@ -58,4 +58,6 @@
     <rim:permit>access_pimdomain_contacts</rim:permit>
   </rim:permissions>
 
+  <!-- plugin element deprecated. Remove in 3.0 -->
+
 </widget>

http://git-wip-us.apache.org/repos/asf/cordova-blackberry/blob/e099feb8/playbook/bin/templates/project/www/config.xml
----------------------------------------------------------------------
diff --git a/playbook/bin/templates/project/www/config.xml b/playbook/bin/templates/project/www/config.xml
index 0dc6aaa..063fce3 100644
--- a/playbook/bin/templates/project/www/config.xml
+++ b/playbook/bin/templates/project/www/config.xml
@@ -93,4 +93,6 @@
     <rim:permit>access_pimdomain_contacts</rim:permit>
   </rim:permissions>
 
+  <!-- plugin element deprecated. Remove in 3.0 -->
+
 </widget>