Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse 4 » Override config.ini prperties via product properties(osgi.bundles.defaultStartLevel is not overridden via product properties)
Override config.ini prperties via product properties [message #1508286] Fri, 12 December 2014 09:20 Go to next message
Alex Kipling is currently offline Alex KiplingFriend
Messages: 260
Registered: July 2012
Senior Member
Hello!
I need to override the osgi.bundles.defaultStartLevel entry in the config.ini

I added the following configuration to my product:

   <configurations>
      <plugin id="de.ivu.fare.core-rcp" 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" />
      <property name="osgi.bundles.defaultStartLevel" value="10" />
   </configurations>


But after the export of the product the osgi.bundles.defaultStartLevel is set to 4 which is the default value.

Do someone know where the product-configurations are evaluated?
Re: Override config.ini prperties via product properties [message #1536507 is a reply to message #1508286] Tue, 30 December 2014 08:44 Go to previous message
Dirk Fauth is currently offline Dirk FauthFriend
Messages: 2902
Registered: July 2012
Senior Member
Not sure, but afaik the config.ini wins over the product configuration
Previous Topic:Launch an E4 app without simpleconfigurator
Next Topic:e4 tools for linux
Goto Forum:
  


Current Time: Sat Apr 20 02:09:56 GMT 2024

Powered by FUDForum. Page generated in 0.02499 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top