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

This commit is contained in:
hermwong 2013-10-22 13:59:42 -07:00
parent 2078f57283
commit 51ba4adec1

View File

@ -9,6 +9,8 @@ xmlns:android="http://schemas.android.com/apk/res/android"
<description>Cordova Network Information Plugin</description>
<license>Apache 2.0</license>
<keywords>cordova,network,information</keywords>
<repo>https://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information.git</repo>
<issue>https://issues.apache.org/jira/browse/CB/component/12320640</issue>
<js-module src="www/network.js" name="network">
<clobbers target="navigator.connection" />