Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: d3f366ccdb7d67dcb9ecffc76c46cb7a5e94ff1d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
   <extension
         point="org.eclipse.papyrus.uml.properties.languageEditor">
      <editor
            editor="org.eclipse.papyrus.uml.properties.xtext.XtextLanguageEditor"
            language="OCL">
      </editor>
   </extension>
</plugin>

Back to the top