Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.edapt.history/build.properties')
-rw-r--r--plugins/org.eclipse.emf.edapt.history/build.properties4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.edapt.history/build.properties b/plugins/org.eclipse.emf.edapt.history/build.properties
index 3707981..88d1c4f 100644
--- a/plugins/org.eclipse.emf.edapt.history/build.properties
+++ b/plugins/org.eclipse.emf.edapt.history/build.properties
@@ -20,8 +20,10 @@ bin.includes = .,\
META-INF/,\
plugin.xml,\
plugin.properties,\
- schema/
+ schema/,\
+ about.html
jars.compile.order = .
source.. = src/,\
generated-src/
output.. = bin/
+src.includes = about.html

Back to the top