Updated Branches: refs/heads/dev 2af051af0 -> 98b7283f4
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/dev Commit: 98b7283f4c30a071c6570889cf2be8de26156b8c Parents: 2af051a Author: hermwong <[email protected]> Authored: Tue Oct 22 13:14:18 2013 -0700 Committer: hermwong <[email protected]> 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">
