Bug 92038 - New Java Project from Ant should be a primary wizard
Summary: New Java Project from Ant should be a primary wizard
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Michael Van Meekeren CLA
QA Contact:
URL:
Whiteboard:
Keywords: polish
Depends on:
Blocks:
 
Reported: 2005-04-20 03:28 EDT by Erich Gamma CLA
Modified: 2005-06-07 14:03 EDT (History)
2 users (show)

See Also:


Attachments
Patch for sdk plugin.xml (621 bytes, patch)
2005-04-21 20:32 EDT, Darin Swanson CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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