The following dependency
<dependency> <type>eclipse-feature</type> <artifactId>org.eclipse.e4.rcp</artifactId> <version>0.0.0</version> </dependency>
was removed in parent pom 4.5.1.AM1-SNAPSHOT and some tests stopped working due to some org.eclipse.jdt.core issues. By adding the dependency the test work properly.
- is caused by
-
JBIDE-16161 Tycho tests against Luna have extra dependency on org.eclipse.e4.rcp (need to be cleaned)
- Closed