1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-09 01:05:38 +02:00

adding debugging values

This commit is contained in:
David Dykstal 2006-06-20 11:32:16 +00:00
parent 9387df71ea
commit ffe7b391f9

View file

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