| <?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.ui.ide.workbench" |
| name="RCP Testing Tool IDE"> |
| <property |
| name="appName" |
| value="RCP Testing Tool IDE"> |
| </property> |
| <property |
| name="preferenceCustomization" |
| value="plugin_customization.ini"> |
| </property> |
| <property |
| name="startupProgressRect" |
| value="51,201,176,2"> |
| </property> |
| <property |
| name="startupForegroundColor" |
| value="90889f"> |
| </property> |
| <property |
| name="startupMessageRect" |
| value="50,210,174,21"> |
| </property> |
| <property |
| name="aboutImage" |
| value="icons/about.png"> |
| </property> |
| <property |
| name="aboutText" |
| value="RCP Testing Tool IDE

Version: 2.0.0 M4

Copyright (c) Xored Software Inc and others.
Visit http://eclipse.org/rcptt

This product includes software developed by the
Apache Software Foundation http://www.apache.org/"> |
| </property> |
| <property |
| name="windowImages" |
| value="icons/logo-16.png,icons/logo-32.png,icons/logo-48.png,icons/logo-64.png,icons/logo-128.png"> |
| </property> |
| </product> |
| </extension> |
| </plugin> |