]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.project/plugin.xml
Merge commit '728147df5d63a3333daff3d8c0e9bfd4f5597e3a'
[simantics/platform.git] / bundles / org.simantics.project / plugin.xml
1 <?xml version="1.0" encoding="UTF-8"?>\r
2 <?eclipse version="3.2"?>\r<!--\r
3     Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
4     in Industry THTH ry.\r
5     All rights reserved. This program and the accompanying materials\r
6     are made available under the terms of the Eclipse Public License v1.0\r
7     which accompanies this distribution, and is available at\r
8     http://www.eclipse.org/legal/epl-v10.html\r
9    \r
10     Contributors:\r
11         VTT Technical Research Centre of Finland - initial API and implementation\r
12  -->\r
13
14 <plugin>\r
15    <extension-point id="feature" name="Feature" schema="schema/feature.exsd"/>\r
16    <extension\r
17          id="headless-application"\r
18          point="org.eclipse.core.runtime.applications">\r
19       <application\r
20             cardinality="singleton-global"\r
21             thread="main"\r
22             visible="true">\r
23          <run\r
24                class="org.simantics.project.HeadlessApplication">\r
25          </run>\r
26       </application>\r
27    </extension>\r
28    <extension\r
29          id="headless"\r
30          point="org.eclipse.core.runtime.products">\r
31       <product\r
32             application="org.simantics.project.headless-application"\r
33             name="Project Manager Headless Product">\r
34       </product>\r
35    </extension>\r
36 \r
37 </plugin>\r