exampleProjectCreationWizard [message #166364] |
Mon, 10 April 2006 12:54  |
Eclipse User |
|
|
|
I am using WTP v1.0.1. I created a java project that was then exported
using Export > Archive File. This project will be imported when users
select it from File > New > Example. My example is added to the wizard
listings, however when I select "Finish" to import the project, it is not
imported correctly (i.e. it's no longer a java project). What am I
missing? Here is my plugin.xml
<extension point="org.eclipse.ui.newWizards">
<category name="myCategory"
parentCategory="org.eclipse.ui.Examples"
id="id1">
</category>
<wizard name="myExample"
class="com.ExampleProjectWizard"
category="org.eclipse.ui.Examples/id1"
id="id2"
project="true" icon="icons/newSampleProject_wiz.gif">
</wizard>
</extension>
<extension
point="org.eclipse.wst.common.ui.exampleProjectCreationWizard "
id="id3">
<wizard id="id2"
banner="icons/newSampleProject_wizbanner.gif">
<projectsetup pagetitle="title"
name="name"
label="Label" pagedescription="description">
<import dest=""
src="examples/MyProject.zip" />
</projectsetup>
</wizard>
</extension>
|
|
|
|
Powered by
FUDForum. Page generated in 0.11008 seconds