mirror of
https://github.com/apache/cordova-android.git
synced 2025-03-17 01:11:02 +08:00
15 lines
565 B
XML
15 lines
565 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project>
|
|
<target name="-pre-compile">
|
|
<!-- Fix library references due to bug in build.xml: See: https://groups.google.com/forum/#!topic/android-developers/0ivH-YqCjzg -->
|
|
<pathconvert property="fixedJarsPath" refid="project.all.jars.path">
|
|
<filtermapper>
|
|
<replacestring from="/bin/" to="/ant-build/"/>
|
|
</filtermapper>
|
|
</pathconvert>
|
|
<path id="project.all.jars.path">
|
|
<pathelement path="${fixedJarsPath}"/>
|
|
</path>
|
|
</target>
|
|
</project>
|