[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[tycho-user] Tycho Surefire and Target Platform of the running plugins
|
Hi,
how does tycho tell the eclipse started by tycho surefire how to set up
the target platform inside this eclipse.
i have the following problem:
- inside the started tests-eclipse there are a 'lot' of bundles
installed (about dialog) - this is how i expected it.
guess this is coming from /target/work/configuraton/config.ini
#Wed Jul 06 13:07:37 CEST 2016
osgi.bundles=reference\:file\:/Users/dietrich/.m2/repository/p2/osgi/bundle/com.google.guava/15.0.0.v201403281430/com.google.guava-15.0.0.v201403281430.jar,reference\:file\:/Users/dietrich/.m2/repository/p2/osgi/bundle/javax.inject/1.0.0.v20091030/javax.inject-1.0.0.v20091030.jar,reference\:file\:/Users/dietrich/.m2/repository/p2/osgi/bundle/com.google.inject/3.0.0.v201312141243/com.google.inject-3.0.0.v201312141243.jar,reference\:file\:/Users/dietrich/.m2/repository/p2/osgi/bundle/com.jcraft.jsch/0.1.51.v201410302000/com.jcraft.jsch-0.1.51.v201410302000.jar,
.....
- but the target platform (settings -> target platform)
contains only the 21 plugins i get copied to
/target/work/plugins
do you have a idea where that comes from?
Thanks
Christian