Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-dev] executing configuration phase during target platform set operation

Hi,

 

We have an osgi P2 repo that we are setting as a target platform in eclipse. The problem that we face is that the start level of the bundles are configured during configuration phase of P2 install. Is there a way to workaround this issue?

If not possible we want to add Configuration phase to be executed during the set of target platform. This could be done in two ways one is simply to add the configuration phase in P2TargetUtils class or the other is to make it somehow configurable, if the phase should be executed.

 

I have created a bug for this issue:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=351417

 

Dimitar

 


Back to the top