Updated Branches:
  refs/heads/dev ada89a675 -> 5ff5b8038

CB-5128: added repo + issue tag to plugin.xml for file plugin


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/commit/5ff5b803
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/tree/5ff5b803
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/diff/5ff5b803

Branch: refs/heads/dev
Commit: 5ff5b80384924441c58789d8108b47875f9cece6
Parents: ada89a6
Author: hermwong <[email protected]>
Authored: Tue Oct 22 13:12:08 2013 -0700
Committer: hermwong <[email protected]>
Committed: Tue Oct 22 13:12:08 2013 -0700

----------------------------------------------------------------------
 plugin.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/5ff5b803/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 42acea4..5b6cded 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -8,6 +8,8 @@ xmlns:android="http://schemas.android.com/apk/res/android";
     <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" />

Reply via email to