This should use plugman to install plugins. Adding path depenencies for plugins is wrong, and shouldn't be done

This commit is contained in:
Joe Bowser 2013-11-12 13:59:17 -08:00
parent 763e34e861
commit 207c50e500

View File

@ -74,24 +74,6 @@
preservelastmodified="true" preservelastmodified="true"
failonerror="true" failonerror="true"
verbose="true" /> verbose="true" />
<!-- copy the latest device plugin from the parent's peer -->
<fail message="Need to have cordova-plugin-device cloned." >
<condition>
<not>
<available file="../../cordova-plugin-device" type="dir" />
</not>
</condition>
</fail>
<copy file="../../cordova-plugin-device/www/device.js"
tofile="cordova/plugins/org.apache.cordova.device/www/device.js"
preservelastmodified="true"
failonerror="true"
verbose="true" />
<copy file="../../cordova-plugin-device/src/android/Device.java"
tofile="cordova/plugins/org.apache.cordova.device/src/android/Device.java"
preservelastmodified="true"
failonerror="true"
verbose="true" />
</target> </target>
<!-- <!--
<target name="-pre-compile"> <target name="-pre-compile">