source: trunk/org.modelica.mdt.core/plugin.xml @ 308

Last change on this file since 308 was 272, checked in by boris, 19 years ago
  • renaming org.modelica.mdt plugin to org.modelica.mdt.core (step 1)
File size: 866 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<?eclipse version="3.0"?>
3<plugin>
4   <extension-point id="compiler" name="Modelica Compiler" schema="schema/compiler.exsd"/>
5 
6   <extension
7         id="ModelicaNature"
8         name="Modelica"
9         point="org.eclipse.core.resources.natures">
10      <runtime>
11         <run class="org.modelica.mdt.internal.core.ModelicaNature"/>
12      </runtime>
13      <builder id="org.modelica.mdt.core.syntaxChecker"/>
14   </extension>
15   
16   <extension
17        id="syntaxChecker"
18        name="Modelica Syntax Checker"
19        point="org.eclipse.core.resources.builders">
20        <builder hasNature="true">
21            <run
22                class="org.modelica.mdt.core.builder.SyntaxChecker">
23                <parameter
24             name="comment"
25             value="Builder Comment"/>
26            </run>
27        </builder>
28    </extension>
29</plugin>
Note: See TracBrowser for help on using the repository browser.