Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Set default start level for p2 enabled product
Set default start level for p2 enabled product [message #989199] Wed, 05 December 2012 08:33
Lars   is currently offline Lars Friend
Messages: 1
Registered: July 2009
Junior Member
Hi all,

I have a Eclipse 3.6 based product that is build by PDE.

With
p2.gathering=true
in the build.properties I enabled the p2 support.

In the .product file I set the following property
<configurations>
  ...
  <property name="osgi.bundles.defaultStartLevel" value="8" />
</configurations>
to get a different default start level than 4.

In the resulting simpleconfigurator's bundles.info I expect the default start level set to 8 - but it's still 4. It seems that PDE ignores the default start level property in the .product file.

Does anybody know how to configure a different default start level than 4 in p2 enabled PDE builds?

Thanks in advance! Lars
Previous Topic:How to set the selection in package explorer
Next Topic:Launching exported headless RCP jar
Goto Forum:
  


Current Time: Sat Apr 20 03:54:39 GMT 2024

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

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

Back to the top