Bug 92038

Summary: New Java Project from Ant should be a primary wizard
Product: [Eclipse Project] Platform Reporter: Erich Gamma <erich_gamma>
Component: UIAssignee: Michael Van Meekeren <michaelvanmeekeren>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: Darin_Swanson, Kevin_Haaland
Version: 3.1Keywords: polish
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
Patch for sdk plugin.xml none

Description Erich Gamma CLA 2005-04-20 03:28:43 EDT
The New Java Project from Ant wizard should be a primary wizard so that it is as
easily to spot as the New Java Project wizard.

Darin can you please provide a patch to org.eclipse.sdk/plugin.xml which
includes the new java project from Ant in the primary wizard section:

<extension point="org.eclipse.ui.newWizards">
<primaryWizard id="org.eclipse.jdt.ui.wizards.JavaProjectWizard">
      </primaryWizard>
<primaryWizard id="org.eclipse.pde.ui.NewProjectWizard">
      </primaryWizard>
<primaryWizard id="org.eclipse.jdt.ui.wizards.NewClassCreationWizard">
      </primaryWizard>
<primaryWizard id="org.eclipse.jdt.ui.wizards.NewInterfaceCreationWizard">
      </primaryWizard>
<primaryWizard id="org.eclipse.pde.ui.NewProductConfigurationWizard">
      </primaryWizard>
</extension>
Comment 1 Darin Swanson CLA 2005-04-21 20:32:13 EDT
Created attachment 20215 [details]
Patch for sdk plugin.xml
Comment 2 Michael Van Meekeren CLA 2005-06-07 14:03:26 EDT
fixed in HEAD