Ignore:
Timestamp:
08/16/12 17:40:42 (12 years ago)
Author:
wschamai
Message:

BUG FIX: validation rules
MOD: validate action activated again, old is deactivated
BUG FIX: creation of extends relation (no cycles for anonym classes)
BUG FIX: components tree ISelection usage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modelicaml/org.openmodelica.modelicaml.validation/plugin.xml

    r1624 r1630  
    6060   
    6161   
     62   <extension
     63         id="org.openmodelica.modelicaml.marker.validation.problem"
     64         name="ModelicaML Validation"
     65         point="org.eclipse.core.resources.markers">
     66      <super
     67            type="org.eclipse.emf.ecore.diagnostic">
     68      </super>
     69      <super
     70            type="org.eclipse.core.resources.marker">
     71      </super>
     72      <persistent
     73            value="false">
     74      </persistent>
     75      <attribute
     76            name="generatedBy">
     77      </attribute>
     78   </extension>
     79   
     80   
    6281   <!-- TODO: Reactivate this menu as soon as the EMF Validation is supported in Eclipse 3.8 (Juno)  -->
    63    <!--
     82
    6483   <extension
    6584         point="org.eclipse.ui.menus">
     
    97116      </menuContribution>
    98117   </extension>
    99    -->
    100118   
    101119   
     
    803821         </markerTypeReference>
    804822         <markerTypeReference
     823               id="org.openmodelica.modelicaml.marker.modelicamlproxies">
     824         </markerTypeReference>
     825         <markerTypeReference
    805826               id="org.openmodelica.modelicaml.marker.omc">
    806827         </markerTypeReference>
Note: See TracChangeset for help on using the changeset viewer.