Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [kura-dev] Instructions for creating customized Kura distribution

Hi Scott,

There are several ways of doing this, though there is nothing documented. I would take a look at kura/distrib/pom.xml. Inside there you will see profiles for each of the supported targets. Each of these call an Ant file that does the majority of the heavy lifting in creating the installers. You could extend the Ant file to meet your needs or simply call a separate Ant file specific to what you are trying to accomplish. Let me know if this gets you started or if I am mis-understanding your question.

Thanks,
--Dave

> On Oct 22, 2016, at 13:44, Scott Lewis <slewis@xxxxxxxxxxxxx> wrote:
> 
> We would like to create a customized Kura distribution...i.e. including our own bundles alongside the Equinox and subset of Kura bundles.
> 
> Are there any docs on how this could be most easily done?
> 
> Thanksinadvance,
> 
> Scott
> 
> _______________________________________________
> kura-dev mailing list
> kura-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/kura-dev



Back to the top