Hi Matthieu,

you can use start-level, but honestly, I would recommend to use features.

Let say, you have bundle1 and bundle2, where bundle2 depends to bundle1.

You can define:

<feature version="1.0" name="feature1">
<bundle>.../bundle1</bundle>
</feature>

<feature version="1.0" name="feature2">
<feature version="1.0">feature1</feature>
<bundle>../bundle2</bundle>
</feature>

Regards
JB

On 11/13/2014 06:39 PM, Matthieu Vincent wrote:
Hi

   I'd like to know which is the better way to have some dependency
between 2 bundles so that a bundle will not start before its dependency
is in an active state ?

Thanks for answers
Mat

--
Jean-Baptiste Onofré
jbono...@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com

Reply via email to