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/15 00:52:37 UTC

[3/8] git commit: updating plugin.xml with registry data

updating plugin.xml with registry data


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

Branch: refs/heads/dev
Commit: e7c21668363abba7d1bd97fadc40e5380b27f46e
Parents: c156fe5
Author: Anis Kadri <an...@apache.org>
Authored: Tue Jul 30 15:32:31 2013 -0700
Committer: Anis Kadri <an...@apache.org>
Committed: Tue Jul 30 15:32:31 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/e7c21668/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 7c0b093..6cce13f 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -4,6 +4,9 @@
            id="org.apache.cordova.core.splashscreen"
       version="0.1.0">
     <name>Splashscreen</name>
+    <description>Cordova Splashscreen Plugin</description>
+    <license>Apache</license>
+    <keywords>cordova,splashscreen</keywords>
 
     <js-module src="www/splashscreen.js" name="SplashScreen">
         <clobbers target="navigator.splashscreen" />