Community
Participate
Working Groups
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.
Fixed in master branch
Verified in I20111021-1625