[xml] correcting invalid xml, adding namespace

- typo in the plugin.xml is fixed resulting in a 'more' valid xml
- adding Android namespace to make it a valid xml for parsing
  by other tools
This commit is contained in:
Hardeep Shoker 2013-07-30 17:01:07 -07:00
parent 96b0c5d2f6
commit d6874ed7b1

View File

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://cordova.apache.org/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="org.apache.cordova.core.network-information"
version="0.1.0">
@ -24,7 +25,7 @@
<param name="firefox-package" value="Network" />
</config-file>
<source-file src="src/firefoxos/network.js" target dir="src/firefoxos" />
<source-file src="src/firefoxos/network.js" target-dir="src/firefoxos" />
</platform>
<!-- android -->