Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Adding dropins capability using tycho

you may rather want to ask on p2-dev@xxxxxxxxxxx

IIRC dropins are more or less deprecated in p2

Regards
Jan




On 15/11/15 18:18, "tycho-user-bounces@xxxxxxxxxxx on behalf of Chiranga Alwis" <tycho-user-bounces@xxxxxxxxxxx on behalf of chirangaalwis@xxxxxxxxx> wrote:

>Hi, 
>
>
>I am Chiranga Alwis. I am working on integrating the dropins capability (same functionality we get in Equinox) to WSO2 Carbon kernel. So far the kernel code base has a
>
>this <https://github.com/wso2/carbon-kernel/tree/5.0.x/launcher/src/main/java/org/wso2/carbon/launcher/extensions> implementation which performs the reading of dropins folder bundles and updating the
>bundles.info <http://bundles.info> file.
>
>
>It is clear that the Equinox P2 provides has an implementation of this functionality and I am attempting to integrate it into the kernel instead of the existing kernel implementation.  But I got to know that Equinox bundles are not made available through
> Maven repository, thus I am unable to use bundles such as org.eclipse.equinox.p2.reconciler.dropins directly by adding dependencies in the project. 
>
>
>Hence, can I use tycho for this purpose and if it is possible what steps should I use to configure it?
>

Back to the top