123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- <?xml version="1.0" encoding="UTF-8"?>
- <?eclipse version="3.2"?>
- <plugin>
- <extension
- id="product"
- point="org.eclipse.core.runtime.products">
- <product
- application="org.eclipse.ui.ide.workbench"
- name="Semantic Adaptation">
- <property
- name="windowImages"
- value="/icons/ctool16/overture_misc.png,/icons/ctool32/overture_misc.png,/icons/ctool48/overture_misc.png,/icons/ctool64/overture_misc.png,/icons/ctool128/overture_misc.png">
- </property>
- <property
- name="aboutText"
- value="%aboutText">
- </property>
- <property
- name="aboutImage"
- value="/icons/ctool128/overture_misc.png">
- </property>
- <property
- name="startupForegroundColor"
- value="FFFFFF">
- </property>
- <property
- name="startupProgressRect"
- value="75,235,300,20">
- </property>
- <property
- name="startupMessageRect"
- value="75,250,300,15">
- </property>
- <property
- name="appName"
- value="Semantic Adaptation">
- </property>
-
- </product>
- </extension>
-
- <extension
- id="be.uantwerpen.ansymo.semanticadaptation.ide.platform.application.cli"
- point="org.eclipse.core.runtime.applications">
- <application>
- <run class="be.uantwerpen.ansymo.semanticadaptation.ide.platform.SaCli"/>
- </application>
- </extension>
-
- </plugin>
|