From 2786bd52fbcf1721da2d91452cc1a2c455629b1d Mon Sep 17 00:00:00 2001 From: Andrew Ferguson Date: Wed, 28 Feb 2007 15:14:45 +0000 Subject: [PATCH] remove comment to self --- core/org.eclipse.cdt.core/schema/CIndex.exsd | 1 - 1 file changed, 1 deletion(-) diff --git a/core/org.eclipse.cdt.core/schema/CIndex.exsd b/core/org.eclipse.cdt.core/schema/CIndex.exsd index 32f42420e9c..e51d98216fc 100644 --- a/core/org.eclipse.cdt.core/schema/CIndex.exsd +++ b/core/org.eclipse.cdt.core/schema/CIndex.exsd @@ -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. <pre> -<!-- Test script. This would be part of the documentation, rather than submitted to CVS --> <project name="Generate PDOM" default="generate"> <target name="generate"> <!-- This script shows how to invoke the default project provider (ExternalExportProjectProvider) -->