[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.equinox] [p2] use p2.inf to configure bundles within feature

I have a feature containing 2 bundles and would like to set the start level for the 2 bundles. How can I do that? Just using

instructions.configure=\
  org.eclipse.equinox.p2.touchpoint.eclipse.setStartLevel(startLevel: 4);\
  org.eclipse.equinox.p2.touchpoint.eclipse.markStarted(started: true);

does not work. What am I missing?

Thanks,
Luzi