Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2011-05-17 15:23:23 +0000
committerJohn Arthorne2011-05-17 15:23:23 +0000
commitca6f6874dff54a9f677c6ffdcee73ff0a61bf911 (patch)
treec77ad1415ad1b85df9e1d78c53bd1c1ce2f1a957 /bundles/org.eclipse.e4.ui.model.workbench
parent048a41f7e214941fa6d90719d7982fe1ab8feecf (diff)
downloadeclipse.platform.ui-ca6f6874dff54a9f677c6ffdcee73ff0a61bf911.tar.gz
eclipse.platform.ui-ca6f6874dff54a9f677c6ffdcee73ff0a61bf911.tar.xz
eclipse.platform.ui-ca6f6874dff54a9f677c6ffdcee73ff0a61bf911.zip
Bug 344003 - e4 source bundles (still) need about.html files
Diffstat (limited to 'bundles/org.eclipse.e4.ui.model.workbench')
-rw-r--r--bundles/org.eclipse.e4.ui.model.workbench/build.properties8
1 files changed, 7 insertions, 1 deletions
diff --git a/bundles/org.eclipse.e4.ui.model.workbench/build.properties b/bundles/org.eclipse.e4.ui.model.workbench/build.properties
index 0efb2695336..28297444eac 100644
--- a/bundles/org.eclipse.e4.ui.model.workbench/build.properties
+++ b/bundles/org.eclipse.e4.ui.model.workbench/build.properties
@@ -7,7 +7,7 @@
# Contributors:
# IBM Corporation - initial API and implementation
#
-# $Id: build.properties,v 1.1 2008/11/11 18:19:11 bbokowski Exp $
+# $Id: build.properties,v 1.2 2010/07/20 19:43:26 johna Exp $
bin.includes = .,\
model/,\
@@ -18,3 +18,9 @@ bin.includes = .,\
jars.compile.order = .
source.. = src/
output.. = bin/
+src.includes = src/,\
+ plugin.xml,\
+ plugin.properties,\
+ model/,\
+ about.html,\
+ META-INF/

Back to the top