Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Dirix2015-08-11 10:51:28 +0000
committerAxel RICHARD2015-09-03 08:15:24 +0000
commitc1694889ad6b637bc69065087c29cdf5ee5327ec (patch)
tree5e2aa1896a4defb8e7354a23a5d8c6ff8786f560
parent54f662646eb4ab26ab9db705353e208d86dddcc9 (diff)
downloadorg.eclipse.emf.compare-c1694889ad6b637bc69065087c29cdf5ee5327ec.tar.gz
org.eclipse.emf.compare-c1694889ad6b637bc69065087c29cdf5ee5327ec.tar.xz
org.eclipse.emf.compare-c1694889ad6b637bc69065087c29cdf5ee5327ec.zip
[474696] Include adapterFactory schema in the build
Include the adapterFactory.exsd into the binary and source build. Bug: 474696 Signed-off-by: Stefan Dirix <sdirix@eclipsesource.com> Change-Id: Ie424a432283608693abcc96d6e2ef2a2fdb06a0f
-rw-r--r--plugins/org.eclipse.emf.compare.edit/build.properties6
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/org.eclipse.emf.compare.edit/build.properties b/plugins/org.eclipse.emf.compare.edit/build.properties
index eef98df95..014caad22 100644
--- a/plugins/org.eclipse.emf.compare.edit/build.properties
+++ b/plugins/org.eclipse.emf.compare.edit/build.properties
@@ -12,10 +12,12 @@ bin.includes = .,\
META-INF/,\
plugin.xml,\
plugin.properties,\
- about.html
+ about.html,\
+ schema/
jars.compile.order = .
source.. = src-gen/,\
src/
output.. = bin/
src.includes = about.html,\
- icons/
+ icons/,\
+ schema/

Back to the top