Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2011-08-30 15:12:42 +0000
committerIgor Fedorenko2011-08-30 15:12:42 +0000
commitf5c78183eb86f041a29ef55e6ceaf2bbdcad9321 (patch)
treea1636a9e7fa73a00d7598973cc46ccbd64fdcca4 /org.eclipse.m2e.editor
parentbb9fb74cc8dc60ac041d0d655edf9a263171c9d1 (diff)
downloadm2e-core-f5c78183eb86f041a29ef55e6ceaf2bbdcad9321.tar.gz
m2e-core-f5c78183eb86f041a29ef55e6ceaf2bbdcad9321.tar.xz
m2e-core-f5c78183eb86f041a29ef55e6ceaf2bbdcad9321.zip
tycho 0.13 compatibility
workaround for https://bugs.eclipse.org/bugs/show_bug.cgi?id=351842 tycho 0.13 does not add optional dependencies on classpath Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
Diffstat (limited to 'org.eclipse.m2e.editor')
-rw-r--r--org.eclipse.m2e.editor/build.properties1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.m2e.editor/build.properties b/org.eclipse.m2e.editor/build.properties
index 11e00027..d70d4164 100644
--- a/org.eclipse.m2e.editor/build.properties
+++ b/org.eclipse.m2e.editor/build.properties
@@ -19,3 +19,4 @@ bin.includes = plugin.xml,\
schema/,\
OSGI-INF/l10n/bundle.properties,\
about.html
+jars.extra.classpath=platform:/plugin/org.eclipse.emf.edit.ui

Back to the top