plugin.xml
538 Bytes
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="bsync-client-test"
version="1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<name>bsync cordova test</name>
<license>Apache 2.0 License</license>
<js-module src="Rx.min.js" name="Rx">
<clobbers target="Rx" />
</js-module>
<js-module src="cordova-test-build.js" name="tests">
</js-module>
</plugin>