[CB-3416] adding empty <plugins> element during deprecation window.

This commit is contained in:
Fil Maj 2013-05-16 14:35:58 -07:00
parent 13148728b3
commit 227733d195

View File

@ -98,4 +98,7 @@
<feature name="InAppBrowser">
<param name="android-package" value="org.apache.cordova.InAppBrowser"/>
</feature>
<!-- Deprecated plugins element. Remove in 3.0 -->
<plugins>
</plugins>
</widget>