]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.issues.common/adapters.xml
Fixed adapters.xml line endings to standard LF.
[simantics/platform.git] / bundles / org.simantics.issues.common / 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  -->
13
14 <adapters>
15
16         <target interface="org.simantics.issues.common.BatchIssueSource">
17                 <type uri="http://www.simantics.org/Issue-0.0/Sources/DependencyTracker"
18                         class="org.simantics.issues.common.DependencyTrackerBatchIssueSource">
19                         <this />
20                 </type>
21         </target>
22
23         <target interface="org.simantics.issues.common.IssueSource">
24                 <type uri="http://www.simantics.org/Issue-0.0/Sources/DependencyTracker"
25                         class="org.simantics.issues.common.DependencyIssueSource2" >
26                         <graph />
27                         <this />
28                 </type>
29         </target>
30
31 </adapters>