1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-30 21:55:31 +02:00

adding debugging values

This commit is contained in:
David Dykstal 2006-06-20 11:21:53 +00:00
parent 9d7ff81411
commit ed3e0668cc

View file

@ -40,6 +40,9 @@
<condition property="sep" value=";">
<os family="windows" />
</condition>
<echo message="sep = ${sep}"/>
<echo message="javadoc = ${javadoc}"/>
<copy file="options.txt" tofile="temp.options.txt" />
<replace file="${basedir}/temp.options.txt" token="@sep@" value="${sep}" />