|
|
|
|
Re: Xtext Dependencies for RCP Applications [message #1736884 is a reply to message #1736874] |
Mon, 04 July 2016 04:11  |
Eclipse User |
|
|
|
On 04/07/2016 08:57, Phil F. wrote:
> Hi Karsten,
>
> thanks, in fact that is very similar to what we are doing at the moment,
> we created our own little dependency feature which includes all required
> bundles. This is quite simple and works well. Still, i hoped for
> something more "clean" ;)
>
> Cheers
>
> Phil
Hi
you might want to have a look at what we do in Java--,
https://github.com/LorenzoBettini/javamm
here we build an Eclipse distribution with (hopefully) minimal external
deps.
Our DSL sdk feature,
https://github.com/LorenzoBettini/javamm/blob/master/javamm.sdk/feature.xml
, has deps on features xtext.xbase and xtext.ui (and on bundle .pde.ui
since we rely on PDE).
Then we have a product dep feature,
https://github.com/LorenzoBettini/javamm/blob/master/javamm.product.ui.feature/feature.xml
, again, we specify dependencies, not inclusions.
hope this helps
Lorenzo
--
Prof. Lorenzo Bettini, Computer Science, DISIA, Univ. Firenze
HOME: http://www.lorenzobettini.it
Xtext Book:
http://www.packtpub.com/implementing-domain-specific-languages-with-xtext-and-xtend/book
|
|
|
Powered by
FUDForum. Page generated in 0.04491 seconds