]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.tests.modelled/adapters.xml
Ignore multiple modelled tests via context menu action
[simantics/platform.git] / bundles / org.simantics.tests.modelled / adapters.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3     Copyright (c) 2007, 2010 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         Semantum Oy - issue #4190
13  -->
14 <adapters>
15         <target
16                 interface="org.simantics.db.layer0.adapter.PasteHandler">
17                 <type
18                         uri="http://www.simantics.org/Tests-1.0/STSTest"
19                         class="org.simantics.db.layer0.adapter.impl.DefaultPasteHandler">
20                         <this />
21                 </type>
22                 <type
23                         uri="http://www.simantics.org/Tests-1.0/STSSuite"
24                         class="org.simantics.db.layer0.adapter.impl.DefaultPasteHandler">
25                         <this />
26                 </type>
27         </target>
28 </adapters>