From b545010fbdea19515063484081031d2b3e8aa2d9 Mon Sep 17 00:00:00 2001
From: Doug Schaefer
Date: Mon, 11 Jun 2007 18:59:08 +0000
Subject: Bug 157260 - Add custom callbacks to call the buildDoc script to
generate the API docs. Also get rid of the user doc's build.xml file since we
use the generated one anyway.
---
doc/org.eclipse.cdt.doc.isv/build.properties | 2 +
.../customBuildCallbacks.xml | 159 +++++++++++++++++++++
doc/org.eclipse.cdt.doc.user/build.xml | 75 ----------
3 files changed, 161 insertions(+), 75 deletions(-)
create mode 100644 doc/org.eclipse.cdt.doc.isv/customBuildCallbacks.xml
delete mode 100644 doc/org.eclipse.cdt.doc.user/build.xml
diff --git a/doc/org.eclipse.cdt.doc.isv/build.properties b/doc/org.eclipse.cdt.doc.isv/build.properties
index 7b4fb2b05be..22f635fd0e9 100644
--- a/doc/org.eclipse.cdt.doc.isv/build.properties
+++ b/doc/org.eclipse.cdt.doc.isv/build.properties
@@ -20,3 +20,5 @@ bin.includes = META-INF/,\
plugin.xml,\
plugin.properties,\
notices.html
+
+customBuildCallbacks = customBuildCallbacks.xml
diff --git a/doc/org.eclipse.cdt.doc.isv/customBuildCallbacks.xml b/doc/org.eclipse.cdt.doc.isv/customBuildCallbacks.xml
new file mode 100644
index 00000000000..2aed4949403
--- /dev/null
+++ b/doc/org.eclipse.cdt.doc.isv/customBuildCallbacks.xml
@@ -0,0 +1,159 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/doc/org.eclipse.cdt.doc.user/build.xml b/doc/org.eclipse.cdt.doc.user/build.xml
deleted file mode 100644
index 9fec9e8e42a..00000000000
--- a/doc/org.eclipse.cdt.doc.user/build.xml
+++ /dev/null
@@ -1,75 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
--
cgit v1.2.3