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

No, I would like to have the p2.inf within the feature. We want to reuse the bundle in different scenarios. Thus, I cannot put the p2.inf into the bundle. If I put the p2.inf in the META-INF directory of the bundle, then I can set the start level as described below.

Is the p2.inf co-located with the bundles?
-Simon

"Luzi Anderegg" <luzi.anderegg@xxxxxxxx> wrote in message news:h6e76e$k6h$1@xxxxxxxxxxxxxxxxxxxx
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