1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-11 18:25:40 +02:00

remove comment to self

This commit is contained in:
Andrew Ferguson 2007-02-28 15:14:45 +00:00
parent df5d491ef2
commit 2786bd52fb

View file

@ -52,7 +52,6 @@
This example ant file shows how to invoke the tool headlessly, the same approach would work from a shell or batch file. This example ant file shows how to invoke the tool headlessly, the same approach would work from a shell or batch file.
<pre> <pre>
<!-- Test script. This would be part of the documentation, rather than submitted to CVS -->
<project name="Generate PDOM" default="generate"> <project name="Generate PDOM" default="generate">
<target name="generate"> <target name="generate">
<!-- This script shows how to invoke the default project provider (ExternalExportProjectProvider) --> <!-- This script shows how to invoke the default project provider (ExternalExportProjectProvider) -->