Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [p2-dev] SimpleConfigurator/bundles.info not get created in the product structure

The content.xml of your product repository could help - I want to check whether there's a tooling generated for simple configurator and if yes whether there is a specific filter that may not fit to your installation.

-----Original Message-----
From: p2-dev-bounces@xxxxxxxxxxx [mailto:p2-dev-bounces@xxxxxxxxxxx] On Behalf Of Pradeep Fernando
Sent: vendredi 5 août 2011 13:40
To: P2 developer discussions
Subject: Re: [p2-dev] SimpleConfigurator/bundles.info not get created in the product structure

Hi Hugues, Katya, devs,

On Fri, Aug 5, 2011 at 3:58 PM, Hugues Malphettes
<hmalphettes@xxxxxxxxxxx> wrote:
> Hi Pradeep and Katya.
> In Pradeep's file there is:
>   <features>
>      <feature id="example-feature" version="0.0.0"/>
>   </features>
>
> Try:
>   <features>
>      <feature id="org.eclipse.equinox.server.core"/>
> <feature id="org.eclipse.equinox.server.p2"/>
>      <feature id="example-feature" version="0.0.0"/>
>   </features>


Thanks for the help. Look like the above approach is not working :( .
In the Config.ini the simpleConfigurator get listed, but its start
level is taken as 4.

reference\:file\:org.eclipse.equinox.simpleconfigurator_1.0.200.v20100503.jar@4,


Is there anything, (resource) that I could provide you guys to further
understand the problem.

thanks
--Pradeep
_______________________________________________
p2-dev mailing list
p2-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/p2-dev

Back to the top