2009-04-09 12:48:44 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?eclipse version="3.4"?>
|
|
|
|
<plugin>
|
2012-08-24 09:49:56 -07:00
|
|
|
<extension-point id="checkers" name="%codeAnalysisCheckersExtensionPoint" schema="schema/checkers.exsd"/>
|
|
|
|
<extension-point id="checkerEnablement" name="%checkerEnablementExtensionPoint" schema="schema/checkerEnablement.exsd"/>
|
2009-04-09 12:48:44 +00:00
|
|
|
|
|
|
|
<extension
|
|
|
|
id="codanBuilder"
|
2010-05-31 01:42:48 +00:00
|
|
|
name="%extension.name.Builder"
|
2009-04-09 12:48:44 +00:00
|
|
|
point="org.eclipse.core.resources.builders">
|
|
|
|
<builder
|
|
|
|
hasNature="true">
|
|
|
|
<run
|
2009-08-22 21:16:50 +00:00
|
|
|
class="org.eclipse.cdt.codan.internal.core.CodanBuilder">
|
2009-04-09 12:48:44 +00:00
|
|
|
</run>
|
|
|
|
</builder>
|
|
|
|
</extension>
|
|
|
|
<extension
|
|
|
|
id="codanNature"
|
2010-05-31 01:42:48 +00:00
|
|
|
name="%extension.name.Nature"
|
2009-04-09 12:48:44 +00:00
|
|
|
point="org.eclipse.core.resources.natures">
|
|
|
|
<runtime>
|
|
|
|
<run
|
2012-04-29 19:01:22 -07:00
|
|
|
class="org.eclipse.cdt.codan.internal.core.CodeAnalysisNature">
|
2009-04-09 12:48:44 +00:00
|
|
|
</run>
|
|
|
|
</runtime>
|
|
|
|
<builder
|
|
|
|
id="org.eclipse.cdt.codan.core.codanBuilder">
|
|
|
|
</builder>
|
|
|
|
</extension>
|
|
|
|
<extension
|
|
|
|
id="codanProblem"
|
2010-05-31 01:42:48 +00:00
|
|
|
name="%extension.name.Marker"
|
2009-04-09 12:48:44 +00:00
|
|
|
point="org.eclipse.core.resources.markers">
|
2010-05-04 02:46:01 +00:00
|
|
|
|
|
|
|
<super type="org.eclipse.core.resources.problemmarker"/>
|
|
|
|
<super type="org.eclipse.core.resources.textmarker"/>
|
|
|
|
|
|
|
|
<attribute
|
|
|
|
name="category">
|
|
|
|
</attribute>
|
|
|
|
<attribute
|
2010-08-13 02:18:56 +00:00
|
|
|
name="id">
|
2010-05-04 02:46:01 +00:00
|
|
|
</attribute>
|
2009-04-09 12:48:44 +00:00
|
|
|
<persistent
|
|
|
|
value="true">
|
|
|
|
</persistent>
|
2010-06-22 02:15:20 +00:00
|
|
|
<attribute
|
|
|
|
name="args">
|
|
|
|
</attribute>
|
2010-08-27 00:18:22 +00:00
|
|
|
</extension>
|
|
|
|
<extension
|
|
|
|
id="codanSemanticProblem"
|
2011-02-08 02:51:59 +00:00
|
|
|
name="%marker.semanticError"
|
2010-08-27 00:18:22 +00:00
|
|
|
point="org.eclipse.core.resources.markers">
|
|
|
|
|
|
|
|
<super type="org.eclipse.cdt.codan.core.codanProblem"/>
|
|
|
|
|
|
|
|
<persistent
|
|
|
|
value="false">
|
|
|
|
</persistent>
|
|
|
|
|
2009-04-09 12:48:44 +00:00
|
|
|
</extension>
|
2010-05-04 02:46:01 +00:00
|
|
|
|
2009-04-09 12:48:44 +00:00
|
|
|
<extension
|
|
|
|
point="org.eclipse.core.runtime.preferences">
|
2011-05-24 01:13:36 +00:00
|
|
|
<initializer
|
|
|
|
class="org.eclipse.cdt.codan.internal.core.PreferenceInitializer">
|
|
|
|
</initializer>
|
2009-04-09 12:48:44 +00:00
|
|
|
</extension>
|
|
|
|
|
2009-04-18 02:12:37 +00:00
|
|
|
<extension
|
|
|
|
point="org.eclipse.cdt.codan.core.checkers"
|
|
|
|
id="org.eclipse.cdt.codan.core.categories">
|
|
|
|
|
|
|
|
<category
|
|
|
|
id="org.eclipse.cdt.codan.core.categories.ProgrammingProblems"
|
2010-05-31 01:42:48 +00:00
|
|
|
name="%category.name.ProgrammingErrors"
|
2010-02-19 02:29:18 +00:00
|
|
|
/>
|
|
|
|
<category
|
|
|
|
id="org.eclipse.cdt.codan.core.categories.CodeStyle"
|
2010-05-31 01:42:48 +00:00
|
|
|
name="%category.name.CodeStyle"
|
2009-04-18 02:12:37 +00:00
|
|
|
>
|
|
|
|
</category>
|
2010-07-29 01:11:43 +00:00
|
|
|
<category
|
|
|
|
id="org.eclipse.cdt.codan.core.categories.CompilerErrors"
|
|
|
|
name="%category.name.CompilerErrors"
|
2011-02-08 02:51:59 +00:00
|
|
|
/>
|
|
|
|
<category
|
|
|
|
id="org.eclipse.cdt.codan.core.categories.Security"
|
|
|
|
name="%category.name.Security"
|
2010-07-29 01:11:43 +00:00
|
|
|
/>
|
2009-04-18 02:12:37 +00:00
|
|
|
</extension>
|
2009-08-10 18:31:46 +00:00
|
|
|
|
|
|
|
<extension
|
|
|
|
id="application"
|
|
|
|
point="org.eclipse.core.runtime.applications">
|
|
|
|
<application
|
|
|
|
cardinality="singleton-global"
|
|
|
|
thread="main"
|
|
|
|
visible="true">
|
|
|
|
<run
|
2010-03-08 19:51:33 +00:00
|
|
|
class="org.eclipse.cdt.codan.internal.core.CodanApplication">
|
2009-08-10 18:31:46 +00:00
|
|
|
</run>
|
|
|
|
</application>
|
|
|
|
</extension>
|
|
|
|
|
|
|
|
|
2009-04-09 12:48:44 +00:00
|
|
|
|
|
|
|
</plugin>
|