Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » [target] Adding a feature
[target] Adding a feature [message #60301] Fri, 08 May 2009 15:57 Go to next message
Ben Vitale is currently offline Ben VitaleFriend
Messages: 247
Registered: July 2009
Senior Member
I'm confused about what adding a Feature to a target means.

I added the org.eclipse.platform feature from ${eclipse_home}. But that
didn't get me any of the dependencies of the plug-ins included in that
feature. For example, org.eclipse.core.runtime was not included.

Is that how its supposed to work? Is there an easier way to include the
platform feature and all its dependencies?

Cheers
Ben
Re: [target] Adding a feature [message #60352 is a reply to message #60301] Sun, 10 May 2009 09:01 Go to previous messageGo to next message
Ankur Sharma is currently offline Ankur SharmaFriend
Messages: 84
Registered: July 2009
Member
Ben Vitale wrote:
> I'm confused about what adding a Feature to a target means.
>
> I added the org.eclipse.platform feature from ${eclipse_home}. But that
> didn't get me any of the dependencies of the plug-ins included in that
> feature. For example, org.eclipse.core.runtime was not included.
>
> Is that how its supposed to work? Is there an easier way to include the
> platform feature and all its dependencies?
>
> Cheers
> Ben


That is because the o.e.core.runtime is part of the Eclipse RCP feature (org.eclipse.rcp) and not
the platform feature.

You are already using the easiest way!! :)

--
hth,
Ankur..
Re: [target] Adding a feature [message #60923 is a reply to message #60352] Mon, 11 May 2009 13:53 Go to previous message
Ben Vitale is currently offline Ben VitaleFriend
Messages: 247
Registered: July 2009
Senior Member
Ankur Sharma wrote:
> That is because the o.e.core.runtime is part of the Eclipse RCP feature
> (org.eclipse.rcp) and not the platform feature.

Thank you :)
Re: [target] Adding a feature [message #597097 is a reply to message #60301] Sun, 10 May 2009 09:01 Go to previous message
Ankur Sharma is currently offline Ankur SharmaFriend
Messages: 84
Registered: July 2009
Member
Ben Vitale wrote:
> I'm confused about what adding a Feature to a target means.
>
> I added the org.eclipse.platform feature from ${eclipse_home}. But that
> didn't get me any of the dependencies of the plug-ins included in that
> feature. For example, org.eclipse.core.runtime was not included.
>
> Is that how its supposed to work? Is there an easier way to include the
> platform feature and all its dependencies?
>
> Cheers
> Ben


That is because the o.e.core.runtime is part of the Eclipse RCP feature (org.eclipse.rcp) and not
the platform feature.

You are already using the easiest way!! :)

--
hth,
Ankur..
Re: [target] Adding a feature [message #597193 is a reply to message #60352] Mon, 11 May 2009 13:53 Go to previous message
Ben Vitale is currently offline Ben VitaleFriend
Messages: 247
Registered: July 2009
Senior Member
Ankur Sharma wrote:
> That is because the o.e.core.runtime is part of the Eclipse RCP feature
> (org.eclipse.rcp) and not the platform feature.

Thank you :)
Previous Topic:Problem upgrading existing automated build to use eclipse 3.5 (related to p2?)
Next Topic:Access information about existing Java projects in the workspace
Goto Forum:
  


Current Time: Thu Apr 25 11:48:13 GMT 2024

Powered by FUDForum. Page generated in 0.04079 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top