no icons in core
Before Width: | Height: | Size: 224 B |
Before Width: | Height: | Size: 162 B |
Before Width: | Height: | Size: 155 B |
Before Width: | Height: | Size: 146 B |
Before Width: | Height: | Size: 149 B |
Before Width: | Height: | Size: 360 B |
Before Width: | Height: | Size: 227 B |
Before Width: | Height: | Size: 175 B |
Before Width: | Height: | Size: 245 B |
Before Width: | Height: | Size: 99 B |
Before Width: | Height: | Size: 91 B |
Before Width: | Height: | Size: 90 B |
Before Width: | Height: | Size: 92 B |
Before Width: | Height: | Size: 90 B |
Before Width: | Height: | Size: 104 B |
Before Width: | Height: | Size: 104 B |
Before Width: | Height: | Size: 160 B |
Before Width: | Height: | Size: 122 B |
Before Width: | Height: | Size: 122 B |
Before Width: | Height: | Size: 118 B |
Before Width: | Height: | Size: 118 B |
Before Width: | Height: | Size: 183 B |
Before Width: | Height: | Size: 173 B |
Before Width: | Height: | Size: 175 B |
Before Width: | Height: | Size: 177 B |
Before Width: | Height: | Size: 165 B |
Before Width: | Height: | Size: 160 B |
Before Width: | Height: | Size: 109 B |
Before Width: | Height: | Size: 76 B |
Before Width: | Height: | Size: 97 B |
Before Width: | Height: | Size: 114 B |
Before Width: | Height: | Size: 133 B |
Before Width: | Height: | Size: 173 B |
Before Width: | Height: | Size: 100 B |
Before Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 3.1 KiB |
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
<extension-point id="CBuildCommand" name="%CBuildCommand.name"/>
|
<extension-point id="CBuildCommand" name="%CBuildCommand.name"/>
|
||||||
<extension-point id="CBuildConsole" name="%CBuildConsole.name"/>
|
<extension-point id="CBuildConsole" name="%CBuildConsole.name"/>
|
||||||
<extension-point id="CProjectInfo" name="%CProjectInfo.name"/>
|
<extension-point id="CProjectOwner" name="%CProjectOwner.name"/>
|
||||||
|
|
||||||
<extension
|
<extension
|
||||||
id="cbuilder"
|
id="cbuilder"
|
||||||
|
@ -51,14 +51,6 @@
|
||||||
type="org.eclipse.core.resources.textmarker">
|
type="org.eclipse.core.resources.textmarker">
|
||||||
</super>
|
</super>
|
||||||
</extension>
|
</extension>
|
||||||
<extension
|
|
||||||
point="org.eclipse.ui.projectNatureImages">
|
|
||||||
<image
|
|
||||||
icon="icons/full/ovr16/c_ovr.gif"
|
|
||||||
natureId="org.eclipse.cdt.core.cnature"
|
|
||||||
id="org.eclipse.cdt.cProjectNatureImage">
|
|
||||||
</image>
|
|
||||||
</extension>
|
|
||||||
<extension
|
<extension
|
||||||
id="cnature"
|
id="cnature"
|
||||||
name="%cnature.name"
|
name="%cnature.name"
|
||||||
|
@ -86,10 +78,10 @@
|
||||||
</buildcommand>
|
</buildcommand>
|
||||||
</extension>
|
</extension>
|
||||||
<extension
|
<extension
|
||||||
point="org.eclipse.cdt.core.CProjectInfo"
|
point="org.eclipse.cdt.core.CProjectOwner"
|
||||||
name="%projectinfo.name"
|
name="%projectowner.name"
|
||||||
id="make">
|
id="make">
|
||||||
<platform id="org.eclipse.cdt.core.genericmake"
|
<platform id="*"
|
||||||
name="%genericmake.name" architecture="*"/>
|
name="%genericmake.name" architecture="*"/>
|
||||||
<run
|
<run
|
||||||
class = "org.eclipse.cdt.internal.core.make.MakeProject">
|
class = "org.eclipse.cdt.internal.core.make.MakeProject">
|
||||||
|
|