plugin.xml 496 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>

   <extension
         id="product"
         point="org.eclipse.core.runtime.products">
      <product
            application="org.eclipse.e4.ui.workbench.swt.E4Application"
            name="de.hftstuttgart.buildingphysics.application">
         <property
               name="appName"
               value="de.hftstuttgart.buildingphysics.application">
         </property>
      </product>
   </extension>

</plugin>