CB-5128: added repo + issue tag to plugin.xml for file plugin
diff --git a/plugin.xml b/plugin.xml
index 42acea4..5b6cded 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -8,6 +8,8 @@
     <description>Cordova File Plugin</description>
     <license>Apache 2.0</license>
     <keywords>cordova,file</keywords>
+    <repo>https://git-wip-us.apache.org/repos/asf/cordova-plugin-file.git</repo>
+    <issue>https://issues.apache.org/jira/browse/CB/component/12320651</issue>
 
     <js-module src="www/DirectoryEntry.js" name="DirectoryEntry">
         <clobbers target="window.DirectoryEntry" />