Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.qvtd.xtext.qvtrelation/build.properties')
-rw-r--r--plugins/org.eclipse.qvtd.xtext.qvtrelation/build.properties4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/org.eclipse.qvtd.xtext.qvtrelation/build.properties b/plugins/org.eclipse.qvtd.xtext.qvtrelation/build.properties
index 6980ede1d..6ea2d43ec 100644
--- a/plugins/org.eclipse.qvtd.xtext.qvtrelation/build.properties
+++ b/plugins/org.eclipse.qvtd.xtext.qvtrelation/build.properties
@@ -15,10 +15,12 @@ bin.includes = .,\
META-INF/,\
plugin.xml,\
plugin.properties,\
- about.html
+ about.html,\
+ build.properties
jars.compile.order = .
source.. = emf-gen/,\
src/,\
src-gen/
output.. = bin/
src.includes = about.html
+additional.bundles = org.eclipse.ocl.jdt.annotation7

Back to the top