Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Ferguson2008-02-09 12:23:25 +0000
committerAndrew Ferguson2008-02-09 12:23:25 +0000
commitc113b004769eb979b72cd7c859462ecc0050224e (patch)
treec2e0b3f66396d6c17403e62943a4714d9ef410bb /core/org.eclipse.cdt.ui/build.properties
parent14b1bbaf1eedda0978cd79b5a4bc838d10528dc7 (diff)
downloadorg.eclipse.cdt-c113b004769eb979b72cd7c859462ecc0050224e.tar.gz
org.eclipse.cdt-c113b004769eb979b72cd7c859462ecc0050224e.tar.xz
org.eclipse.cdt-c113b004769eb979b72cd7c859462ecc0050224e.zip
178386: check-in documentation tool framework plus doxygen implementation
Diffstat (limited to 'core/org.eclipse.cdt.ui/build.properties')
-rw-r--r--core/org.eclipse.cdt.ui/build.properties6
1 files changed, 4 insertions, 2 deletions
diff --git a/core/org.eclipse.cdt.ui/build.properties b/core/org.eclipse.cdt.ui/build.properties
index 0d160daa324..582d6244b2e 100644
--- a/core/org.eclipse.cdt.ui/build.properties
+++ b/core/org.eclipse.cdt.ui/build.properties
@@ -16,9 +16,11 @@ bin.includes = about.html,\
templates/,\
.,\
META-INF/,\
- .options
+ .options,\
+ doxygenTags.csv
src.includes = about.html,\
- schema/
+ schema/,\
+ doxygenTags.csv
javadoc.packages = org.eclipse.cdt.ui.*,\
org.eclipse.cdt.ui.wizards.*,\
org.eclipse.cdt.ui.wizards.conversion.*

Back to the top