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

















                                                                                                                     
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
   <extension
         point="org.eclipse.papyrus.infra.nattable.configuration">
      <configuration
            file="configs/class_synchronized_tree.nattableconfiguration"
            type="PapyrusClassTreeTable">
      </configuration>
   </extension>
   <extension
         point="org.eclipse.papyrus.infra.nattable.axismanager">
      <axisManager
            id="org.eclipse.papyrus.infra.uml.nattable.class.tree.axis.manager"
            manager="org.eclipse.papyrus.uml.nattable.clazz.config.manager.axis.UMLClassTreeAxisManagerForEventList">
      </axisManager>
   </extension>
</plugin>

Back to the top