File tree Expand file tree Collapse file tree 1 file changed +11
-8
lines changed
Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change 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
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 >
You can’t perform that action at this time.
0 commit comments