]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.document/plugin.xml
Add SCL support for exporting subscription data as CSV
[simantics/platform.git] / bundles / org.simantics.document / plugin.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <?eclipse version="3.4"?>\r<!--
3     Copyright (c) 2012 Association for Decentralized Information Management in
4     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 <plugin>
15
16    <extension point="org.simantics.scl.reflection.binding">
17       <namespace path="http://www.simantics.org/Document-0.0/Functions">
18          <externalClass className="org.simantics.db.Resource"/>
19          <externalClass className="org.simantics.db.layer0.variable.Variable"/>
20          <externalClass className="org.simantics.db.ReadGraph"/>
21          <class className="org.simantics.document.function.All"/>
22       </namespace>
23    </extension>
24    <extension
25          point="org.simantics.export.core.export">
26       <content_type
27             icon="platform:/plugin/org.simantics.document.ui/icons/wiki_doc.png"
28             id="document"
29             label="Document"
30             plural="Documents"
31             model="false">
32       </content_type>
33    </extension>
34    
35 </plugin>