Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 347476 - Example incorrect on target provisioner extension schema
Summary: Example incorrect on target provisioner extension schema
Status: VERIFIED FIXED
Alias: None
Product: PDE
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.6.2   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: 3.8 M3   Edit
Assignee: Curtis Windatt CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-27 11:43 EDT by Curtis Windatt CLA
Modified: 2011-10-25 14:19 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 Curtis Windatt CLA 2011-05-27 11:43:19 EDT
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.
Comment 1 Curtis Windatt CLA 2011-09-19 16:34:11 EDT
Fixed in master branch
Comment 2 Curtis Windatt CLA 2011-10-25 14:19:56 EDT
Verified in I20111021-1625