2015-12-04 13:38:37 -05:00
|
|
|
<?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>
|
2016-03-08 20:20:09 -05:00
|
|
|
<extension
|
|
|
|
point="org.eclipse.ui.propertyPages">
|
|
|
|
<page
|
|
|
|
class="org.eclipse.cdt.cmake.ui.properties.CMakePropertyPage"
|
|
|
|
id="org.eclipse.cdt.cmake.ui.properties.cmakePropertyPage"
|
|
|
|
name="CMake">
|
|
|
|
<enabledWhen>
|
|
|
|
<instanceof
|
|
|
|
value="org.eclipse.core.resources.IProject">
|
|
|
|
</instanceof>
|
|
|
|
</enabledWhen>
|
|
|
|
</page>
|
|
|
|
</extension>
|
2015-12-04 13:38:37 -05:00
|
|
|
|
|
|
|
</plugin>
|