]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.event/adapters.xml
Disable parallel graph.tg/header read, serializer ctor not thread-safe
[simantics/platform.git] / bundles / org.simantics.event / adapters.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3     Copyright (c) 2007, 2011 Association for Decentralized Information Management
4     in Industry THTH ry.
5     All rights reserved. This program and the accompanying materials
6     are made available under the terms of the Eclipse Public License v1.0
7     which accompanies this distribution, and is available at
8     http://www.eclipse.org/legal/epl-v10.html
9    
10     Contributors:
11         VTT Technical Research Centre of Finland - initial API and implementation
12  -->
13
14 <adapters>
15
16         <target interface="org.simantics.browsing.ui.model.children.ChildRule">
17                 <resource
18                         uri="http://www.simantics.org/Event-0.0/View/EventBrowseContext/ProjectEventsRule"
19                         class="org.simantics.event.view.contribution.ProjectEventsRule"
20                         constructor="get" />
21         </target>
22
23         <target interface="org.simantics.browsing.ui.model.visuals.VisualsRule">
24                 <resource
25                         uri="http://www.simantics.org/Event-0.0/View/EventBrowseContext/EventLabelRule"
26                         class="org.simantics.event.view.contribution.EventLabelRule"
27                         constructor="get" />
28
29                 <resource
30                         uri="http://www.simantics.org/Event-0.0/View/EventBrowseContext/EventImageRule"
31                         class="org.simantics.event.view.contribution.EventImageRule"
32                         constructor="get" />
33
34                 <resource
35                         uri="http://www.simantics.org/Event-0.0/View/EventBrowseContext/EventDecorationRule"
36                         class="org.simantics.event.view.contribution.EventDecorationRule"
37                         constructor="get" />
38         </target>
39
40 </adapters>