[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.rcp] Re: Is there a set of osgi.bundles ?
|
Do you have a complete config.ini that you could post , that did not work
for me . Also are the addtions to the manifest that need to be made inorder
for this to work?
"Paul Webster" <pwebster@xxxxxxxxxx> wrote in message
news:h8b0vb$2bd$1@xxxxxxxxxxxxxxxxxxxx
> Something like:
>
> osgi.bundles=reference\:file\:mailto:org.eclipse.equinox.simpleconfigurator_1.0.100.v20090520-1905.jar@1\:start
>
> will do the right thing for an RCP product that includes the correct p2
> bundles.
>
> My own product config contains the following (which I assume helps it
> generate the correct config.ini):
>
> <configurations>
> <plugin id="org.eclipse.core.runtime" autoStart="true" startLevel="4"
> />
> <plugin id="org.eclipse.equinox.common" autoStart="true"
> startLevel="2" />
> <plugin id="org.eclipse.equinox.ds" autoStart="true" startLevel="2"
> />
> <plugin id="org.eclipse.equinox.p2.reconciler.dropins"
> autoStart="true" startLevel="4" />
> <plugin id="org.eclipse.equinox.simpleconfigurator" autoStart="true"
> startLevel="1" />
> <plugin id="org.eclipse.update.configurator" autoStart="true"
> startLevel="3" />
> <property name="eclipse.buildId" value="@qualifier@"/>
> </configurations>
>
> --
> Paul Webster
> http://wiki.eclipse.org/Platform_Command_Framework
> http://wiki.eclipse.org/Command_Core_Expressions
> http://wiki.eclipse.org/Menu_Contributions