]> gerrit.simantics Code Review - simantics/3d.git/blob - org.simantics.plant3d.product/plugin.xml
Merge "Added missing change to generated ontology class."
[simantics/3d.git] / org.simantics.plant3d.product / plugin.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <?eclipse version="3.4"?>
3 <plugin>
4    <extension
5          id="product"
6          point="org.eclipse.core.runtime.products">
7       <product
8             application="org.simantics.workbench.application"
9             name="Simantics Plant3D">
10          <property
11                name="appName"
12                value="Simantics Plant3D">
13          </property>
14          <property
15                name="aboutText"
16                value="Simantics Plant3D">
17          </property>
18       </product>
19    </extension>
20
21 </plugin>