No description
Find a file
Dennis Huebner bebd1287b8 [osgi] xtext.m2e and xtend.m2e can not be started
Package uses conflict: Require-Bundle: org.eclipse.xtext.ui;
bundle-version="0.0.0"

Because m2e.maven.runtime exports com.google.inject 1.4 and we consume
juice 3 (com.google.inject 1.3.0), both package 1.3 and 1.4 were
accessible in org.eclipse.xtext.m2e.
The uses Directive in xtext.util for com.google.inject finally causes
the 'uses' diagnosis to fail.

Fixed the issue by changing from require bundle to package import.
Instead requiring the whole huge m2e.maven.runtime we import just the
two packages we need.

Signed-off-by: Dennis Huebner <dennis.huebner@itemis.de>
2015-08-24 16:48:31 +02:00
plugins [osgi] xtext.m2e and xtend.m2e can not be started 2015-08-24 16:48:31 +02:00
releng/org.eclipse.xtext.releng [releng] Prepared local build ant script for public usage 2015-03-19 11:06:29 +01:00
tests [tests] Failing test - changed expectation needs review Bug 475692 2015-08-24 11:36:29 +02:00