Updated Branches: refs/heads/dev 8326da4ee -> 1cfd009c9
CB-5128: add repo + issue tag to plugin.xml for splashscreen plugin Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/commit/1cfd009c Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/tree/1cfd009c Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/diff/1cfd009c Branch: refs/heads/dev Commit: 1cfd009c9150a2c36674bc031ebb50ae2c93c577 Parents: 8326da4 Author: hermwong <[email protected]> Authored: Tue Oct 22 14:02:04 2013 -0700 Committer: hermwong <[email protected]> Committed: Tue Oct 22 14:02:04 2013 -0700 ---------------------------------------------------------------------- plugin.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/1cfd009c/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 91a6b14..94cb3cb 100644 --- a/plugin.xml +++ b/plugin.xml @@ -7,6 +7,8 @@ <description>Cordova Splashscreen Plugin</description> <license>Apache 2.0</license> <keywords>cordova,splashscreen</keywords> + <repo>https://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen.git</repo> + <issue>https://issues.apache.org/jira/browse/CB/component/12320653</issue> <js-module src="www/splashscreen.js" name="SplashScreen">
