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

This commit is contained in:
hermwong 2013-10-22 14:02:04 -07:00
parent 8326da4ee2
commit 1cfd009c91

View File

@ -7,6 +7,8 @@
<description>Cordova Splashscreen Plugin</description> <description>Cordova Splashscreen Plugin</description>
<license>Apache 2.0</license> <license>Apache 2.0</license>
<keywords>cordova,splashscreen</keywords> <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"> <js-module src="www/splashscreen.js" name="SplashScreen">