Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2009-10-13 13:26:00 +0000
committerDarin Wright2009-10-13 13:26:00 +0000
commit1f373c11e2909cc036558c8ba6824d828299af31 (patch)
treed77b47200cc582c361762e6995f0b323e576c690 /org.eclipse.core.externaltools
parent624aacadeeb71182500381aefb2d22e8f7c39ce3 (diff)
downloadeclipse.platform.debug-1f373c11e2909cc036558c8ba6824d828299af31.tar.gz
eclipse.platform.debug-1f373c11e2909cc036558c8ba6824d828299af31.tar.xz
eclipse.platform.debug-1f373c11e2909cc036558c8ba6824d828299af31.zip
Bug 292143 - update new bundles to include about.html files
Diffstat (limited to 'org.eclipse.core.externaltools')
-rw-r--r--org.eclipse.core.externaltools/build.properties4
1 files changed, 3 insertions, 1 deletions
diff --git a/org.eclipse.core.externaltools/build.properties b/org.eclipse.core.externaltools/build.properties
index 0dc34f783..7b3c227b8 100644
--- a/org.eclipse.core.externaltools/build.properties
+++ b/org.eclipse.core.externaltools/build.properties
@@ -3,4 +3,6 @@ output.. = bin/
bin.includes = META-INF/,\
.,\
plugin.xml,\
- plugin.properties
+ plugin.properties,\
+ about.html
+src.includes = about.html

Back to the top