You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2013/09/25 15:44:15 UTC

[1/4] git commit: CB-4888 renaming org.apache.cordova.core.contacts to org.apache.cordova.contacts

Updated Branches:
  refs/heads/dev 0e436efd6 -> d69a1065d


CB-4888 renaming org.apache.cordova.core.contacts to org.apache.cordova.contacts


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

Branch: refs/heads/dev
Commit: cc7a92f987e3f6ebcaa8c0b6cfd625e24c32798a
Parents: ddd77f4
Author: Anis Kadri <an...@apache.org>
Authored: Sat Sep 21 12:12:30 2013 +0200
Committer: Anis Kadri <an...@apache.org>
Committed: Sat Sep 21 12:12:30 2013 +0200

----------------------------------------------------------------------
 plugin.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/cc7a92f9/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 5e32822..945a3d0 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -3,8 +3,8 @@
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     xmlns:rim="http://www.blackberry.com/ns/widgets"
     xmlns:android="http://schemas.android.com/apk/res/android"
-    id="org.apache.cordova.core.contacts"
-    version="0.2.2-dev">
+    id="org.apache.cordova.contacts"
+    version="0.2.2">
 
     <name>Contacts</name>
     <description>Cordova Contacts Plugin</description>


[3/4] git commit: [BlackBerry10] removed uneeded permission tags in plugin.xml

Posted by an...@apache.org.
[BlackBerry10] removed uneeded permission tags in plugin.xml


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/commit/590b2865
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/tree/590b2865
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/diff/590b2865

Branch: refs/heads/dev
Commit: 590b28656601e7ddece447e4a03596af9c725a68
Parents: 0409fa8
Author: Kristoffer Flores <kf...@blackberry.com>
Authored: Fri Sep 20 13:37:18 2013 -0400
Committer: Anis Kadri <an...@apache.org>
Committed: Wed Sep 25 15:43:54 2013 +0200

----------------------------------------------------------------------
 plugin.xml | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/590b2865/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 945a3d0..36ab5cb 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -96,10 +96,6 @@
         <config-file target="www/config.xml" parent="/widget">
             <feature name="Contacts" value="Contacts"/>
         </config-file>
-        <config-file target="www/config.xml" parent="/widget">
-            <rim:permissions>
-            </rim:permissions>
-        </config-file>
         <config-file target="www/config.xml" parent="/widget/rim:permissions">
             <rim:permit>access_pimdomain_contacts</rim:permit>
         </config-file>


[4/4] git commit: Merge branch 'dev' of https://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts into dev

Posted by an...@apache.org.
Merge branch 'dev' of https://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts into dev


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

Branch: refs/heads/dev
Commit: d69a1065d8685457165a697ff2f3592cb86ec245
Parents: 590b286 0e436ef
Author: Anis Kadri <an...@apache.org>
Authored: Wed Sep 25 15:44:05 2013 +0200
Committer: Anis Kadri <an...@apache.org>
Committed: Wed Sep 25 15:44:05 2013 +0200

----------------------------------------------------------------------

----------------------------------------------------------------------



[2/4] git commit: CB-4889 renaming blackberry10 reference in plugin.xml

Posted by an...@apache.org.
CB-4889 renaming blackberry10 reference in plugin.xml


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/commit/0409fa8f
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/tree/0409fa8f
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/diff/0409fa8f

Branch: refs/heads/dev
Commit: 0409fa8f37e5f3096c13e37521bb660f1504e667
Parents: cc7a92f
Author: Anis Kadri <an...@apache.org>
Authored: Wed Sep 25 15:43:18 2013 +0200
Committer: Anis Kadri <an...@apache.org>
Committed: Wed Sep 25 15:43:18 2013 +0200

----------------------------------------------------------------------
 src/blackberry10/plugin.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/0409fa8f/src/blackberry10/plugin.xml
----------------------------------------------------------------------
diff --git a/src/blackberry10/plugin.xml b/src/blackberry10/plugin.xml
index d163585..58b7f2b 100644
--- a/src/blackberry10/plugin.xml
+++ b/src/blackberry10/plugin.xml
@@ -16,7 +16,7 @@
 -->
 
 <plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
-    id="org.apache.cordova.core.Contacts"
+    id="org.apache.cordova.Contacts"
     version="0.0.1">
 
     <name>Contacts</name>