Updated Branches: refs/heads/master b7d32dbe4 -> df793d53b
Remove xmlns:android, fix plugin id 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/df793d53 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/tree/df793d53 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/diff/df793d53 Branch: refs/heads/master Commit: df793d53b4f2593bf8696a1c5760c0e860fbd5ef Parents: b7d32db Author: Andrew Grieve <[email protected]> Authored: Fri Jun 28 18:35:56 2013 -0400 Committer: Andrew Grieve <[email protected]> Committed: Fri Jun 28 18:35:56 2013 -0400 ---------------------------------------------------------------------- plugin.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/df793d53/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 1ebc50d..3c07ddf 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,9 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <plugin xmlns="http://www.phonegap.com/ns/plugins/1.0" -xmlns:android="http://schemas.android.com/apk/res/android" -id="org.apache.cordova.core.SplashScreen"> - version="0.1.0"> + id="org.apache.cordova.core.splashscreen" + version="0.1.0"> <name>Splashscreen</name> <js-module src="www/splashscreen.js" name="SplashScreen">
