Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephane Bouchet2016-05-12 14:22:59 +0000
committerMatthias Sohn2016-05-13 07:41:17 +0000
commit3ce85551d85e537714f804e82204a3bbb3b23d0c (patch)
treeb9a725ba5b944cda3ec5f7b41c58c937585eaec0 /org.eclipse.egit.core/build.properties
parent11311142b5072ff2739ff5d0525a7bcb29bd3a66 (diff)
downloadegit-3ce85551d85e537714f804e82204a3bbb3b23d0c.tar.gz
egit-3ce85551d85e537714f804e82204a3bbb3b23d0c.tar.xz
egit-3ce85551d85e537714f804e82204a3bbb3b23d0c.zip
[releng] Include missing extension point schemas in EGit binaries
Add schema files to the build.properties in order to include them in the binary so that they can be used by others. Bug: 493536 Change-Id: I602557f6d6d61424966ab3eb68dcc8e71b080ab0 Signed-off-by: Stephane Bouchet <stephane.bouchet@intel.com> Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.core/build.properties')
-rw-r--r--org.eclipse.egit.core/build.properties5
1 files changed, 3 insertions, 2 deletions
diff --git a/org.eclipse.egit.core/build.properties b/org.eclipse.egit.core/build.properties
index 03878bbe4d..a5f0c64765 100644
--- a/org.eclipse.egit.core/build.properties
+++ b/org.eclipse.egit.core/build.properties
@@ -5,5 +5,6 @@ bin.includes = META-INF/,\
plugin.xml,\
about.html,\
.options,\
- plugin.properties
-src.includes = about.html \ No newline at end of file
+ plugin.properties,\
+ schema/
+src.includes = about.html

Back to the top