Creating a new project type and it's wizard in new -->project --> <project_type> [message #323731] |
Mon, 07 January 2008 08:00  |
Eclipse User |
|
|
|
Originally posted by: psnakat4u.yahoo.com
Hi,
I want to create a new project type which has a defined nature,specific
custom builder to be associated, adding source folders to the project.
Is there any specific project wizard to be extended or do i create a
regular wizard with required wizard pages?
What is the extension point to which this new project type should be
hooked?
Thanks,
Prajakta
|
|
|
Re: Creating a new project type and it's wizard in new -->project --> <project_type> [message #323733 is a reply to message #323731] |
Mon, 07 January 2008 08:14  |
Eclipse User |
|
|
|
Originally posted by: merks.ca.ibm.com
Prajakta,
Just use a regular wizard. Here's an example of a project creating
Wizard in EMF
<wizard id="org.eclipse.emf.importer.ui.EMFProjectWizard"
name="%_UI_EMFProjectWizard_name"
class="org.eclipse.emf.importer.ui.EMFProjectWizard"
category="org.eclipse.emf.codegen.ecore.ui.wizardCategory"
project="true" finalPerspective="org.eclipse.ui.resourcePerspective"
icon="icons/full/ctool16/NewEMFProject.gif">
<description>%_UI_EMFProjectWizard_description</description >
<selection class="org.eclipse.core.resources.IResource" />
</wizard>
Prajakta wrote:
> Hi,
>
> I want to create a new project type which has a defined
> nature,specific custom builder to be associated, adding source folders
> to the project.
> Is there any specific project wizard to be extended or do i create a
> regular wizard with required wizard pages?
>
> What is the extension point to which this new project type should be
> hooked?
>
> Thanks,
> Prajakta
>
|
|
|
Powered by
FUDForum. Page generated in 0.03486 seconds