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:12:40 UTC

[2/4] git commit: CB-5128: add repo + issue tag to plugin.xml for geolocation plugin

CB-5128: add repo + issue tag to plugin.xml for geolocation plugin


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

Branch: refs/heads/master
Commit: 98b7283f4c30a071c6570889cf2be8de26156b8c
Parents: 2af051a
Author: hermwong <he...@gmail.com>
Authored: Tue Oct 22 13:14:18 2013 -0700
Committer: hermwong <he...@gmail.com>
Committed: Tue Oct 22 13:14:18 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/blob/98b7283f/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index d46b08c..9a72f77 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -10,6 +10,8 @@ xmlns:android="http://schemas.android.com/apk/res/android"
     <description>Cordova Geolocation Plugin</description>
     <license>Apache 2.0</license>
     <keywords>cordova,geolocation</keywords>
+    <repo>https://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation.git</repo>
+    <issue>https://issues.apache.org/jira/browse/CB/component/12320638</issue>
 
     <!-- android -->
     <platform name="android">