You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by bh...@apache.org on 2013/10/30 17:29:02 UTC

git commit: CB-5198 [BlackBerry10] Update dependencies to point to registry

Updated Branches:
  refs/heads/dev 653f95994 -> acb6147b4


CB-5198 [BlackBerry10] Update dependencies to point to registry


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/acb6147b
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/tree/acb6147b
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/diff/acb6147b

Branch: refs/heads/dev
Commit: acb6147b4a85d9d018186e422d2d3b1f08333e89
Parents: 653f959
Author: Bryan Higgins <br...@bryanhiggins.net>
Authored: Wed Oct 30 12:25:55 2013 -0400
Committer: Bryan Higgins <br...@bryanhiggins.net>
Committed: Wed Oct 30 12:28:31 2013 -0400

----------------------------------------------------------------------
 plugin.xml                  |  4 ++--
 src/blackberry10/plugin.xml | 41 ----------------------------------------
 2 files changed, 2 insertions(+), 43 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/acb6147b/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 8b95183..f1de200 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -113,8 +113,8 @@
         <source-file src="src/blackberry10/ContactOrganization.js" target-dir="Contacts"></source-file>
         <source-file src="src/blackberry10/ContactPhoto.js" target-dir="Contacts"></source-file>
         <source-file src="src/blackberry10/contactUtils.js" target-dir="Contacts"></source-file>
-        <dependency id="com.blackberry.utils" url="https://github.com/blackberry/cordova-blackberry-plugins.git" commit="plugins" subdir="plugin/com.blackberry.utils"/>
-        <dependency id="org.apache.cordova.blackberry10.pimlib" url="https://github.com/blackberry/cordova-blackberry-plugins.git" commit="plugins" subdir="/plugin/org.apache.cordova.blackberry10.pimlib/"/>
+        <dependency id="com.blackberry.utils" />
+        <dependency id="com.blackberry.pim.lib" />
     </platform>
 
     <!-- wp7 -->

http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/acb6147b/src/blackberry10/plugin.xml
----------------------------------------------------------------------
diff --git a/src/blackberry10/plugin.xml b/src/blackberry10/plugin.xml
deleted file mode 100644
index 58b7f2b..0000000
--- a/src/blackberry10/plugin.xml
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-   You may obtain a copy of the License at
-
-   http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-     specific language governing permissions and limitations
-      under the License.
-
--->
-
-<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
-    id="org.apache.cordova.Contacts"
-    version="0.0.1">
-
-    <name>Contacts</name>
-
-    <platform name="blackberry10">
-        <config-file target="www/config.xml" parent="/widget">
-            <feature name="Contacts" value="Contacts"/>
-        </config-file>
-        <source-file src="src/blackberry10/index.js" target-dir="Contacts"></source-file>
-        <source-file src="src/blackberry10/ContactActivity.js" target-dir="Contacts"></source-file>
-        <source-file src="src/blackberry10/ContactAddress.js" target-dir="Contacts"></source-file>
-        <source-file src="src/blackberry10/contactConsts.js" target-dir="Contacts"></source-file>
-        <source-file src="src/blackberry10/ContactError.js" target-dir="Contacts"></source-file>
-        <source-file src="src/blackberry10/ContactField.js" target-dir="Contacts"></source-file>
-        <source-file src="src/blackberry10/ContactFindOptions.js" target-dir="Contacts"></source-file>
-        <source-file src="src/blackberry10/ContactName.js" target-dir="Contacts"></source-file>
-        <source-file src="src/blackberry10/ContactNews.js" target-dir="Contacts"></source-file>
-        <source-file src="src/blackberry10/ContactOrganization.js" target-dir="Contacts"></source-file>
-        <source-file src="src/blackberry10/ContactPhoto.js" target-dir="Contacts"></source-file>
-        <source-file src="src/blackberry10/contactUtils.js" target-dir="Contacts"></source-file>
-      </platform>
-</plugin>