Brian Fitzpatrick | 66ec515 | 2010-02-10 22:53:53 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
| 2 | <?eclipse version="3.2"?>
|
| 3 | <plugin>
|
| 4 |
|
| 5 | <extension
|
| 6 | id="application"
|
| 7 | point="org.eclipse.core.runtime.applications">
|
| 8 | <application
|
| 9 | icon="icons/alt_launcher.ico"
|
| 10 | visible="true">
|
| 11 | <run
|
| 12 | class="org.eclipse.datatools.enablement.rcp.Application">
|
| 13 | </run>
|
| 14 | </application>
|
| 15 | </extension>
|
| 16 | <extension
|
| 17 | point="org.eclipse.ui.perspectives">
|
| 18 | <perspective
|
| 19 | name="RCP Perspective"
|
| 20 | class="org.eclipse.datatools.enablement.rcp.Perspective"
|
| 21 | id="org.eclipse.datatools.enablement.rcp.perspective">
|
| 22 | </perspective>
|
| 23 | </extension>
|
| 24 | <extension
|
| 25 | id="product"
|
| 26 | point="org.eclipse.core.runtime.products">
|
| 27 | <product
|
| 28 | application="org.eclipse.datatools.enablement.rcp.application"
|
| 29 | name="DTP Enablement RCP">
|
| 30 | <property
|
| 31 | name="windowImages"
|
| 32 | value="icons/alt_window_16.gif,icons/alt_window_32.gif">
|
| 33 | </property>
|
| 34 | <property
|
| 35 | name="appName"
|
| 36 | value="DTP Enablement RCP">
|
| 37 | </property>
|
| 38 | <property
|
| 39 | name="startupProgressRect"
|
| 40 | value="5,275,445,15">
|
| 41 | </property>
|
| 42 | <property
|
| 43 | name="preferenceCustomization"
|
| 44 | value="plugin_customization.ini">
|
| 45 | </property>
|
| 46 | <property
|
| 47 | name="startupForegroundColor"
|
| 48 | value="000000">
|
| 49 | </property>
|
| 50 | <property
|
| 51 | name="startupMessageRect"
|
| 52 | value="7,252,445,20">
|
| 53 | </property>
|
| 54 | <property
|
| 55 | name="aboutImage"
|
| 56 | value="icons/alt_about.gif">
|
| 57 | </property>
|
| 58 | </product>
|
| 59 | </extension>
|
| 60 |
|
| 61 | </plugin>
|