mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 06:05:24 +02:00
adding debugging values
This commit is contained in:
parent
9d7ff81411
commit
ed3e0668cc
1 changed files with 3 additions and 0 deletions
|
@ -40,6 +40,9 @@
|
||||||
<condition property="sep" value=";">
|
<condition property="sep" value=";">
|
||||||
<os family="windows" />
|
<os family="windows" />
|
||||||
</condition>
|
</condition>
|
||||||
|
|
||||||
|
<echo message="sep = ${sep}"/>
|
||||||
|
<echo message="javadoc = ${javadoc}"/>
|
||||||
|
|
||||||
<copy file="options.txt" tofile="temp.options.txt" />
|
<copy file="options.txt" tofile="temp.options.txt" />
|
||||||
<replace file="${basedir}/temp.options.txt" token="@sep@" value="${sep}" />
|
<replace file="${basedir}/temp.options.txt" token="@sep@" value="${sep}" />
|
||||||
|
|
Loading…
Add table
Reference in a new issue