]
Nick Boldt updated JBIDE-25158:
-------------------------------
Fix Version/s: 4.5.x
(was: 4.5.2.AM1)
Minimize dependencies in MANIFEST.MF for test
---------------------------------------------
Key: JBIDE-25158
URL:
https://issues.jboss.org/browse/JBIDE-25158
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: integration-tests
Reporter: Mickael Istria
Fix For: 4.5.x
In order to more easily migrate some of our integration-tests to upstream Eclipse
projects, it would be useful to minimize the amount of dependency to the very strict
minimum in the MANIFEST.MF of the various test bundles.
For example
https://github.com/jbosstools/jbosstools-integration-tests/blob/master/pl...
shows some dependency on org.jboss.tools.reddeer.as which doesn't seem useful; and the
org.eclipse.reddeer.go is pulling way more transitive dependencies than necessary.