[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
|
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