1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 17:35:35 +02:00

adding debugging values

This commit is contained in:
David Dykstal 2006-06-20 11:23:24 +00:00
parent ed3e0668cc
commit 9387df71ea

View file

@ -2,7 +2,7 @@
<project name="RSE ISV Doc Build" default="all" basedir=".">
<target name="init">
<available file="${basedir}/index" property="index.present" />
<!-- available file="${basedir}/index" property="index.present" / -->
</target>
<target name="all" depends="init" unless="index.present">