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

[2/4] git commit: CB-5128: added repo + issue tags for contacts

CB-5128: added repo + issue tags for 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/c11acd2e
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/tree/c11acd2e
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/diff/c11acd2e

Branch: refs/heads/master
Commit: c11acd2eaebeaa1901a2a5d687c2933453730aa2
Parents: 0ab0d6a
Author: Steven Gill <st...@gmail.com>
Authored: Mon Oct 28 11:23:15 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Mon Oct 28 11:23:15 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/c11acd2e/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 22678e7..8f8991b 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -10,6 +10,8 @@
     <description>Cordova Contacts Plugin</description>
     <license>Apache 2.0</license>
     <keywords>cordova,contacts</keywords>
+    <repo>https://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts.git</repo>
+    <issue>https://issues.apache.org/jira/browse/CB/component/12320652</issue>
 
     <js-module src="www/contacts.js" name="contacts">
         <clobbers target="navigator.contacts" />