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/05/21 03:09:07 UTC

git commit: minor edits to plugin.xml, more work required

Updated Branches:
  refs/heads/master 28da32dac -> 3dc601b90


minor edits to plugin.xml, more work required


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/3dc601b9
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/tree/3dc601b9
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/diff/3dc601b9

Branch: refs/heads/master
Commit: 3dc601b90c0e9b717faf39b1a061789b5041c14d
Parents: 28da32d
Author: Steven Gill <st...@gmail.com>
Authored: Mon May 20 18:09:02 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Mon May 20 18:09:02 2013 -0700

----------------------------------------------------------------------
 plugin.xml |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/3dc601b9/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index abe9ac0..ead36e2 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -2,17 +2,17 @@
 
 <plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
 xmlns:android="http://schemas.android.com/apk/res/android"
-id="org.apache.cordova.core">
+id="org.apache.cordova.core.splashscreen">
     version="0.1.0">
     <name>Splashscreen</name>
 
     <!-- android -->
     <platform name="android">
-        <config-file target="res/xml/config.xml" parent="/cordova/plugins">
-            <plugin name="SplashScreen" value="org.apache.cordova.core.SplashScreen"/>
+        <config-file target="res/xml/config.xml" parent="/*">
+            <plugin name="SplashScreen" value="org.apache.cordova.core.splashscreen.SplashScreen"/>
         </config-file>
 
-        <source-file src="SplashScreen.java" target-dir="org/apache/cordova/core" />
+        <source-file src="src/android/SplashScreen.java" target-dir="src/org/apache/cordova/core" />
 
-       </platform>
+    </platform>
 </plugin>