Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 335573 - [Dev] Extension point naming
Summary: [Dev] Extension point naming
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EMF-Facet (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P5 trivial (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-27 10:09 EST by Nicolas Bros CLA
Modified: 2020-05-01 11:27 EDT (History)
1 user (show)

See Also:
gdupe: juno+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nicolas Bros CLA 2011-01-27 10:09:28 EST
Extension points in:
/org.eclipse.emf.facet.util.emf.core/schema
are not defined correctly.

For example, for extension catalogmanager:
- the id should be "catalogmanager" instead of "org.eclipse.emf.facet.util.emf.core.catalogmanager"
- same thing for the id referenced in the "extension-point" element in the plugin.xml
- the file should be named "catalogmanager.exsd" instead of "org.eclipse.emf.facet.util.emf.core.catalogmanager.exsd"

The documentation is here:
http://help.eclipse.org/helios/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/extension-points/index.html

It states:
"Edit the Plug-in ID field to specify the qualifier portion of the unique extension point schema ID. This field's value should match the the ID of the plug-in that the schema's corresponding extension point is defined in. "
and " The format of an extension point schema ID is the same as the fully qualified ID of it's corresponding extension point: <plugin-id>.<point-id> "