]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.simulation/plugin.xml
Move some GraphFile UI from Simupedia to platform
[simantics/platform.git] / bundles / org.simantics.simulation / plugin.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <?eclipse version="3.2"?>\r<!--
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 <plugin>
15
16    <extension
17          point="org.simantics.project.feature">
18       <feature
19             description="Experiment control feature provides generic facilities for controlling the execution of simulation sequences."
20             class="org.simantics.simulation.project.ExperimentSupportFeature"
21             id="org.simantics.simulation.experimentManager"
22             label="Basic Experiment Control Support">
23       </feature>
24    </extension>
25    <extension
26          point="org.simantics.export.core.export">
27          
28       <content_type
29             icon="platform:/plugin/com.famfamfam.silk/icons/folder_page.png"
30             id="subscription"
31             label="Subscription"
32             plural="Subscriptions"
33             model="false">
34       </content_type>
35       
36       <discoverer
37             content_type_id="subscription"
38             discoverAction="org.simantics.simulation.export.DiscoverSubscriptions">
39       </discoverer>
40       
41       <exporter
42             content_type_id="subscription"
43             exportAction="org.simantics.simulation.export.ExportSubscriptionCSV"
44             exportPriority="0"
45             formatId="csv">
46       </exporter>
47       
48          
49       <format
50             fileext=".csv"
51             formatClass="org.simantics.simulation.export.CSVFormat"
52             icon="platform:/plugin/com.famfamfam.silk/icons/application_view_list.png"
53             id="csv"
54             isAttachable="true"
55             isContainerFormat="false"
56             isGroupFormat="true"
57             isLinkContainer="false"
58             isAlwaysPublished="false"
59             label="Comma Separated Value (CSV)"
60             mergeGroupDefault="false"
61             plural="Comma Separated Value Files (CVS)"
62             writerClass="org.simantics.simulation.export.CSVWriter">
63       </format>      
64                   
65       
66    </extension>
67
68 </plugin>