Bug 35758 - [Contributions] No error for invalid plugin.xml
Summary: [Contributions] No error for invalid plugin.xml
Status: RESOLVED INVALID
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 major (vote)
Target Milestone: 3.0 M2   Edit
Assignee: Simon Arsenault CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-27 10:19 EST by Knut Radloff CLA
Modified: 2003-06-17 16:26 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Knut Radloff CLA 2003-03-27 10:19:30 EST
build 20030326

-load the org.eclipse.ui.examples.readmetool example plugin
-load v1.2 of the org.eclipse.ui.dropActions schema, or use a pre 20030327 build
-the readme example extends the org.eclipse.ui.dropActions extension point. The 
extension point requires that the "action" tag be nested in 
a "dropContribution" tag. The readme example ommits the "dropContribution" tag. 
Yet, I don't get an error and the extension works.
Comment 1 Wassim Melhem CLA 2003-06-08 03:43:06 EDT
Moving to Platform UI as they provide the schema for the extension point in 
question.
Comment 2 Simon Arsenault CLA 2003-06-17 16:26:46 EDT
In the latest code, the extension point org.eclipse.ui.dropActions schema does 
not require that the action element be inside a dropContribution element. 
Actually, there is no reference at all to a dropContribution element.