| Summary: | Example incorrect on target provisioner extension schema | ||
|---|---|---|---|
| Product: | [Eclipse Project] PDE | Reporter: | Curtis Windatt <curtis.windatt.public> |
| Component: | UI | Assignee: | Curtis Windatt <curtis.windatt.public> |
| Status: | VERIFIED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | pmoogk |
| Version: | 3.6.2 | ||
| Target Milestone: | 3.8 M3 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
Fixed in master branch Verified in I20111021-1625 |
The target provisioner extension point (org.eclipse.pde.ui.targetProvisioners) has been around since 2006. It's example code in the schema has the wrong extension id. <p> The following is an example of the extension point: <pre> <extension point="org.eclipse.pde.ui.provisioners"> <provisioner class="org.eclipse.pde.internal.ui.wizards.provisioner.FileSystemProvisionerWizard" id="org.eclipse.pde.ui.directory" name="%provisioner.file.name"> <description> %provisioner.file.description </description> </provisioner> </extension> </pre> This extension point is deprecated, but we should still fix the example unless we are replacing this extension point with another API.