Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » How to set bundleStartLevel in pom.xml when using eclipse-run Tycho eclipserun plugin
How to set bundleStartLevel in pom.xml when using eclipse-run Tycho eclipserun plugin [message #1403150] Mon, 21 July 2014 17:40
Liz Kim is currently offline Liz KimFriend
Messages: 1
Registered: July 2014
Junior Member
When using Tycho eclipserun plugin to run p2.director app, is there anyway to alter the startLevel of certain bundles so it gets started automatically?

I tried to insert following in <configuration> element, but doesn't seem to change the generated config.ini file

<bundleStartLevel>
<bundle>
<id>org.eclipse.equinox.frameworkadmin.equinox</id>
<level>1</level>
<autoStart>true</autoStart>
</bundle>
</bundleStartLevel>

Is there a way to set bundleStartLevel for tycho-eclipserun-plugin?
Previous Topic:[Cancelled] Eclipse Luna: problem with patch fragments
Next Topic:Cannot query _SELF_ profile [SOLVED]
Goto Forum:
  


Current Time: Fri Apr 26 05:56:39 GMT 2024

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

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

Back to the top