Skip to main content
summaryrefslogtreecommitdiffstats
path: root/debug
diff options
context:
space:
mode:
authorDoug Schaefer2010-06-14 17:52:00 +0000
committerDoug Schaefer2010-06-14 17:52:00 +0000
commit2cc7be81546d216104978d6715cac2c1e7bc95e5 (patch)
treeeee59d269e7c61c7f1eeb371adedbffde01a1f21 /debug
parent058657319a38aa4afade4a26b5decb5d74e2772d (diff)
downloadorg.eclipse.cdt-2cc7be81546d216104978d6715cac2c1e7bc95e5.tar.gz
org.eclipse.cdt-2cc7be81546d216104978d6715cac2c1e7bc95e5.tar.xz
org.eclipse.cdt-2cc7be81546d216104978d6715cac2c1e7bc95e5.zip
Fix missing about.html and removed the templates for the source plugins.
Diffstat (limited to 'debug')
-rw-r--r--debug/org.eclipse.cdt.gdb.ui/build.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/debug/org.eclipse.cdt.gdb.ui/build.properties b/debug/org.eclipse.cdt.gdb.ui/build.properties
index 19c058541fc..9baf2fcaf5f 100644
--- a/debug/org.eclipse.cdt.gdb.ui/build.properties
+++ b/debug/org.eclipse.cdt.gdb.ui/build.properties
@@ -13,4 +13,5 @@ output.. = bin/
bin.includes = META-INF/,\
.,\
plugin.xml,\
- plugin.properties
+ plugin.properties,\
+ about.html

Back to the top