mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 14:15:23 +02:00
adding debugging values
This commit is contained in:
parent
9d7ff81411
commit
ed3e0668cc
1 changed files with 3 additions and 0 deletions
|
@ -41,6 +41,9 @@
|
|||
<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}" />
|
||||
<replace file="${basedir}/temp.options.txt" token="@rt@" value="${bootclasspath}" />
|
||||
|
|
Loading…
Add table
Reference in a new issue