CB-5793 Make ant work-around work on windows.

This commit is contained in:
Andrew Grieve 2014-01-21 21:14:32 -05:00
parent f83d7a7cd1
commit 1fe7bbbbc4

View File

@ -5,10 +5,13 @@
<pathconvert property="fixedJarsPath" refid="project.all.jars.path">
<filtermapper>
<replacestring from="/bin/" to="/ant-build/"/>
<replacestring from="\bin\" to="\ant-build\"/>
</filtermapper>
</pathconvert>
<path id="project.all.jars.path">
<pathelement path="${fixedJarsPath}"/>
</path>
<echo message="Set jars path to: ${toString:project.all.jars.path}"/>
</target>
</project>