Skip to main content



      Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » [target] Adding a feature
[target] Adding a feature [message #60301] Fri, 08 May 2009 11:57 Go to next message
Eclipse UserFriend
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 05:01 Go to previous messageGo to next message
Eclipse UserFriend
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 09:53 Go to previous message
Eclipse UserFriend
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 05:01 Go to previous message
Eclipse UserFriend
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 09:53 Go to previous message
Eclipse UserFriend
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 May 08 21:24:57 EDT 2025

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

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

Back to the top