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"> <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>