Updated Branches: refs/heads/master 57dc595bf -> ab5d843fb
Remove xmlns:android, fix plugin id Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/commit/ab5d843f Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/tree/ab5d843f Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/diff/ab5d843f Branch: refs/heads/master Commit: ab5d843fbadd84d38d4a7983ea350d280fb3247a Parents: 57dc595 Author: Andrew Grieve <[email protected]> Authored: Fri Jun 28 18:35:55 2013 -0400 Committer: Andrew Grieve <[email protected]> Committed: Fri Jun 28 18:35:55 2013 -0400 ---------------------------------------------------------------------- plugin.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/ab5d843f/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index a76a8fb..2be24ab 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.console" - version="0.1.0"> + id="org.apache.cordova.core.console" + version="0.1.0"> <name>Console</name>
