Skip to main content
summaryrefslogblamecommitdiffstats
blob: a297106673100e9db9f8065b7bb161b73934c950 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16















                                                                                      
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>

<!--
-->

<plugin>

   <extension point="org.eclipse.ocl.pivot.label_generator">
      <generator for="org.eclipse.qvtd.runtime.evaluation.TransformationInstance"
      	class="org.eclipse.qvtd.runtime.labels.TransformationInstanceLabelGenerator"/>
      <generator for="org.eclipse.qvtd.runtime.evaluation.TypedModelInstance"
      	class="org.eclipse.qvtd.runtime.labels.TypedModelInstanceLabelGenerator"/>
   </extension>

</plugin>

Back to the top