Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 347476

Summary: Example incorrect on target provisioner extension schema
Product: [Eclipse Project] PDE Reporter: Curtis Windatt <curtis.windatt.public>
Component: UIAssignee: 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:

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