]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.project/plugin.xml
Support ontology install option trueWhenDeployed also during development
[simantics/platform.git] / bundles / org.simantics.project / 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    <extension-point id="feature" name="Feature" schema="schema/feature.exsd"/>
16    <extension
17          id="headless-application"
18          point="org.eclipse.core.runtime.applications">
19       <application
20             cardinality="singleton-global"
21             thread="main"
22             visible="true">
23          <run
24                class="org.simantics.project.HeadlessApplication">
25          </run>
26       </application>
27    </extension>
28    <extension
29          id="headless"
30          point="org.eclipse.core.runtime.products">
31       <product
32             application="org.simantics.project.headless-application"
33             name="Project Manager Headless Product">
34       </product>
35    </extension>
36
37 </plugin>