Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Using Manifest Editor without org.eclipse.platform.source
Using Manifest Editor without org.eclipse.platform.source [message #273203] Fri, 01 October 2004 12:08 Go to next message
Eclipse UserFriend
I noticed the Manifest Editor's plugin (org.eclipse.pde.ui) does not have
a dependency on org.eclipe.platform.source. But if you run Eclipse
without the org.eclipse.platform.source plugin installed, the Manifest
editor can't read the Extenion point definitions (exsd) files from
directories in org.eclipse.platform.source.

Is this expected behavior and is org.eclipse.platform.source a indirect
pre-req, or is there a work around or another way the Manifest Editor can
work without this plugin installed?
Re: Using Manifest Editor without org.eclipse.platform.source [message #273226 is a reply to message #273203] Fri, 01 October 2004 17:22 Go to previous message
Eclipse UserFriend
Originally posted by: wassimm.ibm.canada

It's actually the other way around.
Source and schema lookup by PDE are done via extension points.

PDE/Core declares an org.eclipse.pde.core.source extension point which
clients can extend to declare source lookup locations.

When PDE is looking for the schema for a particular extension point (e.g.
org.eclipse.ui.actionSets), we first look in the plugin that declares the
extension point (i.e. org.eclipse.ui). If it's not there, then we search
all registered source lookup locations (i.e. all the extensions to the
org.eclipse.pde.core extension point). Therefore, if
org.eclipse.platform.source is missing, then its source extension is
missing, and we won't be able to locate the schema for
org.eclipse.ui.actionSets.


Brian Bauman wrote:

> I noticed the Manifest Editor's plugin (org.eclipse.pde.ui) does not have
> a dependency on org.eclipe.platform.source. But if you run Eclipse
> without the org.eclipse.platform.source plugin installed, the Manifest
> editor can't read the Extenion point definitions (exsd) files from
> directories in org.eclipse.platform.source.

> Is this expected behavior and is org.eclipse.platform.source a indirect
> pre-req, or is there a work around or another way the Manifest Editor can
> work without this plugin installed?
Previous Topic:Debug plugin - Restart Run-time workbench instance everytime?
Next Topic:Problems debugging with PHPEclipse
Goto Forum:
  


Current Time: Thu Jul 17 03:13:17 EDT 2025

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

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

Back to the top