Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Selective Compiling, is this possible?

Am 01.04.2014 15:02, schrieb Mikhail Kalkov:
> How does PDE know which of two bundles providing the same package should be
> selected? I think the Tycho counterpart to "selecting all of the needed

What about a 'split package'? AFAIK, this allows for different bundles
contributing classes to the same package.
Even the Eclipse workbench uses that.

Import-Package: org.eclipse.ui;ui.workbench=split,

Martin


-- 
| Martin Weber
| RazorCat Development GmbH
| Witzlebenplatz 4          fon: +49-(30)-536 357 46
| 14057 Berlin              fax: +49-(30)-536 357 60
|
|--------------------------------------------
| Geschäftsführer: Michael Wittner
| Sitz der Gesellschaft: Berlin
| Amtsgericht: Berlin, HRB 65326


Back to the top