You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2013/08/20 00:01:56 UTC

[02/10] git commit: [plugin.xml] standardizing license + meta

[plugin.xml] standardizing license + meta


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

Branch: refs/heads/master
Commit: 3fa3f96a94b96450db324b11a8ec2cff906eee9f
Parents: 9413197
Author: Hardeep Shoker <sh...@gmail.com>
Authored: Tue Aug 6 14:52:52 2013 -0700
Committer: Hardeep Shoker <sh...@gmail.com>
Committed: Tue Aug 6 14:52:52 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/3fa3f96a/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 8d12037..a03f790 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -4,6 +4,9 @@
            id="org.apache.cordova.core.file-transfer"
       version="0.1.0">
     <name>File Transfer</name>
+    <description>Cordova File Transfer Plugin</description>
+    <license>Apache 2.0</license>
+    <keywords>cordova,file,transfer</keywords>
 
     <dependency id="org.apache.cordova.core.file" url="https://git-wip-us.apache.org/repos/asf/cordova-plugin-file" commit="master" subdir="/*" />