Fixing plugins configuration, Device shouldn't be checked in here

This commit is contained in:
Joe Bowser
2013-11-12 14:27:09 -08:00
parent 95babc01e3
commit e5b68f4a3c
3 changed files with 2 additions and 91 deletions
+1 -4
View File
@@ -4,7 +4,7 @@
<description>
A sample Apache Cordova application that responds to the deviceready event.
</description>
<author href="http://cordova.io" email="dev@cordova.apache.org">
<author email="dev@cordova.apache.org" href="http://cordova.io">
Apache Cordova Team
</author>
<access origin="*.apache.org" />
@@ -18,7 +18,4 @@
<feature name="App">
<param name="android-package" value="org.apache.cordova.App" />
</feature>
<feature name="Device">
<param name="android-package" value="org.apache.cordova.device.Device" />
</feature>
</widget>