Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bundles/org.eclipse.e4.tools.emf.ui/build.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundles/org.eclipse.e4.tools.emf.ui/build.properties b/bundles/org.eclipse.e4.tools.emf.ui/build.properties
index e0bc7106..cb921121 100644
--- a/bundles/org.eclipse.e4.tools.emf.ui/build.properties
+++ b/bundles/org.eclipse.e4.tools.emf.ui/build.properties
@@ -5,7 +5,8 @@ bin.includes = .,\
about.html,\
plugin.xml,\
css/,\
- OSGI-INF/
+ OSGI-INF/,\
+ schema/
output.. = bin/
jars.compile.order = .
source.. = src/

Back to the top