Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'doc/org.eclipse.cdt.doc.user/build.properties')
-rw-r--r--doc/org.eclipse.cdt.doc.user/build.properties11
1 files changed, 9 insertions, 2 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/build.properties b/doc/org.eclipse.cdt.doc.user/build.properties
index 9e420ae62ed..4f622f31dd4 100644
--- a/doc/org.eclipse.cdt.doc.user/build.properties
+++ b/doc/org.eclipse.cdt.doc.user/build.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2000, 2007 IBM Corporation and others.
+# Copyright (c) 2000, 2011 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -8,6 +8,9 @@
# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################
+
+customBuildCallbacks=customBuildCallbacks.xml
+
bin.includes = about.html,\
concepts/,\
contexts_CDT.xml,\
@@ -31,4 +34,8 @@ bin.includes = about.html,\
cheatsheets/,\
intro/,\
notices.html,\
- book.css
+ book.css,\
+ index*/
+
+bin.excludes = build.properties,\
+ customBuildCallbacks.xml

Back to the top