Skip to content

Commit e3c5f54

Browse files
committed
move Express after Node project; add/change descriptions
1 parent efcb58c commit e3c5f54

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

org.nodeclipse.ui/plugin.xml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,26 @@
99
</category>
1010
<wizard
1111
category="org.nodeclipse.ui.wizards.category"
12-
class="org.nodeclipse.ui.wizards.ExpressProjectWizard"
12+
class="org.nodeclipse.ui.wizards.NodeProjectWizard"
1313
finalPerspective="org.nodeclipse.ui.perspectives.NodePerspective"
1414
icon="icons/node.png"
15-
id="org.nodeclipse.ui.wizards.ExpressProjectWizard"
16-
name="Node Express Project"
15+
id="org.nodeclipse.ui.wizards.NodeProjectWizard"
16+
name="Node Project"
1717
project="true">
18+
<description>
19+
Create a new Node.js project
20+
</description>
1821
</wizard>
1922
<wizard
2023
category="org.nodeclipse.ui.wizards.category"
21-
class="org.nodeclipse.ui.wizards.NodeProjectWizard"
24+
class="org.nodeclipse.ui.wizards.ExpressProjectWizard"
2225
finalPerspective="org.nodeclipse.ui.perspectives.NodePerspective"
2326
icon="icons/node.png"
24-
id="org.nodeclipse.ui.wizards.NodeProjectWizard"
25-
name="Node Project"
27+
id="org.nodeclipse.ui.wizards.ExpressProjectWizard"
28+
name="Node Express Project"
2629
project="true">
2730
<description>
28-
Create a new Node language project
31+
Create a new Node.js project with Express.js framework
2932
</description>
3033
</wizard>
3134
<wizard
@@ -36,7 +39,7 @@
3639
id="org.nodeclipse.ui.wizards.NodeFileWizard"
3740
name="Node Source File">
3841
<description>
39-
Create a new Node source file
42+
Create a new JavaScript source file
4043
</description>
4144
</wizard>
4245
</extension>

0 commit comments

Comments
 (0)