blob: 229a5caf63c3ac87a186d13b88dac8a45a42d963 [file] [log] [blame]
david_williams372cdc42009-05-26 03:25:52 +00001<?xml version="1.0" encoding="UTF-8"?>
2<?eclipse version="3.4"?>
3<plugin>
4 <extension
5 id="product"
6 point="org.eclipse.core.runtime.products">
7 <product
8 application="org.eclipse.ui.ide.workbench"
9 description="Eclipse Java EE Developer Tools."
david_williams927393a2009-05-26 03:36:13 +000010 name="Java EE Developer Tools">
david_williams372cdc42009-05-26 03:25:52 +000011 <property
12 name="preferenceCustomization"
13 value="plugin_customization.ini">
14 </property>
15 <property
16 name="appName"
17 value="Eclipse">
18 </property>
19 <property
20 name="aboutText"
david_williams927393a2009-05-26 03:36:13 +000021 value="Eclipse Java EE Developer Tools">
david_williams372cdc42009-05-26 03:25:52 +000022 </property>
23 <property
24 name="startupProgressRect"
25 value="5,275,445,15">
26 </property>
david_williams927393a2009-05-26 03:36:13 +000027 <property
28 name="aboutImage"
29 value="about_gears.gif">
30 </property>
31 <property
32 name="windowImages"
33 value="WTP_icon_x16_v2.png,WTP_icon_x32_v2.png">
34 </property>
35 <property
36 name="startupForegroundColor"
37 value="000000">
38 </property>
39 <property
40 name="startupMessageRect"
41 value="7,252,445,20">
42 </property>
david_williams372cdc42009-05-26 03:25:52 +000043 </product>
44 </extension>
45
46</plugin>