Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Dykstal2006-06-20 11:32:16 +0000
committerDavid Dykstal2006-06-20 11:32:16 +0000
commitffe7b391f9358c3ff20eff679a51860206aa4b5d (patch)
tree3ca81c01108aca24c059cf4323606ce7d43d31c0
parent9387df71ea7bc39a9b60765f61f893b1f3a43396 (diff)
downloadorg.eclipse.tm-ffe7b391f9358c3ff20eff679a51860206aa4b5d.tar.gz
org.eclipse.tm-ffe7b391f9358c3ff20eff679a51860206aa4b5d.tar.xz
org.eclipse.tm-ffe7b391f9358c3ff20eff679a51860206aa4b5d.zip
adding debugging values
-rwxr-xr-xrse/doc/org.eclipse.rse.doc.isv/buildDoc.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rse/doc/org.eclipse.rse.doc.isv/buildDoc.xml b/rse/doc/org.eclipse.rse.doc.isv/buildDoc.xml
index a47597eea..4e4ee0a74 100755
--- a/rse/doc/org.eclipse.rse.doc.isv/buildDoc.xml
+++ b/rse/doc/org.eclipse.rse.doc.isv/buildDoc.xml
@@ -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">

Back to the top