mirror of
https://github.com/apache/cordova-android.git
synced 2025-03-16 08:21:04 +08:00
CB-5793 Make ant work-around work on windows.
This commit is contained in:
parent
f83d7a7cd1
commit
1fe7bbbbc4
@ -5,10 +5,13 @@
|
|||||||
<pathconvert property="fixedJarsPath" refid="project.all.jars.path">
|
<pathconvert property="fixedJarsPath" refid="project.all.jars.path">
|
||||||
<filtermapper>
|
<filtermapper>
|
||||||
<replacestring from="/bin/" to="/ant-build/"/>
|
<replacestring from="/bin/" to="/ant-build/"/>
|
||||||
|
<replacestring from="\bin\" to="\ant-build\"/>
|
||||||
</filtermapper>
|
</filtermapper>
|
||||||
</pathconvert>
|
</pathconvert>
|
||||||
<path id="project.all.jars.path">
|
<path id="project.all.jars.path">
|
||||||
<pathelement path="${fixedJarsPath}"/>
|
<pathelement path="${fixedJarsPath}"/>
|
||||||
</path>
|
</path>
|
||||||
|
<echo message="Set jars path to: ${toString:project.all.jars.path}"/>
|
||||||
</target>
|
</target>
|
||||||
</project>
|
</project>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user