|
|
Re: Support dropins in RCP? [message #556181 is a reply to message #554074] |
Tue, 31 August 2010 04:34  |
Eclipse User |
|
|
|
I was able to accomplish this by making the changes in the configuration section of the product file. The configuration section looks like below now
<configurations>
<plugin id="com.test.rcp" autoStart="false" startLevel="6" />
<plugin id="org.eclipse.equinox.p2.reconciler.dropins" autoStart="true" startLevel="5" />
<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.simpleconfigurator" autoStart="true" startLevel="1" />
</configurations>
|
|
|
Powered by
FUDForum. Page generated in 0.06606 seconds