Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] Packaging of the Eclipse RCP SDK


Generally the RCP feature contains a minimal subset of plugins of interest to RCP applications. Most (all?) of the core.* plugins there are present because they are required by RCP UI. Typically this feature is used as a starting point for RCP apps, but other bundles from the platform can easily be added on top. For example some RCP applications use org.eclipse.core.resources and related core bits, but most don't. So, those who need it just install it on top. Is there a particular reason you think those plugins are needed in the RCP feature? If you still think this is important, please enter a bug report and we can continue the discussion there.

John



"Liebig, Stefan" <Stefan.Liebig@xxxxxxxxxxxx>
Sent by: eclipse-dev-bounces@xxxxxxxxxxx

03/09/2009 08:18 AM

Please respond to
"General development mailing list of the Eclipse project."        <eclipse-dev@xxxxxxxxxxx>

To
"eclipse-dev@xxxxxxxxxxx" <eclipse-dev@xxxxxxxxxxx>
cc
Subject
[eclipse-dev] Packaging of the Eclipse RCP SDK





I am wondering what the rules are for projects to become part of the Eclipse RCP SDK.
Especially I am asking for the projects:
- core.net.*
- core.variables
which are not part of it although a lot of other core.* bundles are there.
 
Tschüß,
Stefan
 _______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/eclipse-dev


Back to the top