mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 02:36:01 +02:00
18 lines
541 B
XML
18 lines
541 B
XML
![]() |
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<?eclipse version="3.4"?>
|
||
|
<plugin>
|
||
|
<extension
|
||
|
point="org.eclipse.ui.newWizards">
|
||
|
<wizard
|
||
|
category="org.eclipse.cdt.ui.newCWizards"
|
||
|
class="org.eclipse.cdt.cmake.ui.internal.NewCMakeProjectWizard"
|
||
|
finalPerspective="org.eclipse.cdt.ui.CPerspective"
|
||
|
icon="icons/newcc_app.gif"
|
||
|
id="org.eclipse.cdt.cmake.ui.newProjectWizard"
|
||
|
name="CMake Project"
|
||
|
project="true">
|
||
|
</wizard>
|
||
|
</extension>
|
||
|
|
||
|
</plugin>
|