| <?xml version="1.0" encoding="UTF-8"?> | |
| <?eclipse version="3.2"?> | |
| <plugin> | |
| <extension | |
| id="application" | |
| point="org.eclipse.core.runtime.applications"> | |
| <application | |
| icon="icons/alt_launcher.ico" | |
| visible="true"> | |
| <run | |
| class="org.eclipse.datatools.enablement.rcp.Application"> | |
| </run> | |
| </application> | |
| </extension> | |
| <extension | |
| point="org.eclipse.ui.perspectives"> | |
| <perspective | |
| name="RCP Perspective" | |
| class="org.eclipse.datatools.enablement.rcp.Perspective" | |
| id="org.eclipse.datatools.enablement.rcp.perspective"> | |
| </perspective> | |
| </extension> | |
| <extension | |
| id="product" | |
| point="org.eclipse.core.runtime.products"> | |
| <product | |
| application="org.eclipse.datatools.enablement.rcp.application" | |
| name="DTP Enablement RCP"> | |
| <property | |
| name="windowImages" | |
| value="icons/alt_window_16.gif,icons/alt_window_32.gif"> | |
| </property> | |
| <property | |
| name="appName" | |
| value="DTP Enablement RCP"> | |
| </property> | |
| <property | |
| name="startupProgressRect" | |
| value="5,275,445,15"> | |
| </property> | |
| <property | |
| name="preferenceCustomization" | |
| value="plugin_customization.ini"> | |
| </property> | |
| <property | |
| name="startupForegroundColor" | |
| value="000000"> | |
| </property> | |
| <property | |
| name="startupMessageRect" | |
| value="7,252,445,20"> | |
| </property> | |
| <property | |
| name="aboutImage" | |
| value="icons/alt_about.gif"> | |
| </property> | |
| </product> | |
| </extension> | |
| </plugin> |