Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author2013-10-29 20:15:18 +0000
committermhoffmann2013-10-29 20:59:36 +0000
commita85b4f59a061f6b7b439b8b64c71d3982dbe682c (patch)
treeb244c346c4706fd1570ae2926d4a1d3a76d0afa3
parent778c7c6119d917d565ac71082702c227bf73bbc1 (diff)
downloadorg.eclipse.e4.tools-a85b4f59a061f6b7b439b8b64c71d3982dbe682c.tar.gz
org.eclipse.e4.tools-a85b4f59a061f6b7b439b8b64c71d3982dbe682c.tar.xz
org.eclipse.e4.tools-a85b4f59a061f6b7b439b8b64c71d3982dbe682c.zip
Change-Id: Ia5f25a12446c4514b06629dac9fdef7174bc72d4 Signed-off-by: mhoffmann <mark.hoffmann@web.de>
-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