215
|
1 |
<?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 |
name="Eclipse">
|
|
10 |
<property
|
|
11 |
name="preferenceCustomization"
|
|
12 |
value="plugin_customization.ini">
|
|
13 |
</property>
|
|
14 |
<property
|
|
15 |
name="appName"
|
|
16 |
value="Eclipse">
|
|
17 |
</property>
|
|
18 |
<property
|
|
19 |
name="aboutText"
|
|
20 |
value="Eclipse for RCP/Plug-in Developers

Build id: {0}

(c) Copyright Eclipse contributors and others 2000, 2009. All rights reserved.
Visit http://eclipse.org/

This product includes software developed by the
Apache Software Foundation http://apache.org/">
|
|
21 |
</property>
|
|
22 |
<property
|
|
23 |
name="startupProgressRect"
|
|
24 |
value="5,275,445,15">
|
|
25 |
</property>
|
|
26 |
<property
|
|
27 |
name="aboutImage"
|
|
28 |
value="eclipse_lg.gif">
|
|
29 |
</property>
|
|
30 |
<property
|
|
31 |
name="windowImages"
|
|
32 |
value="eclipse.png,eclipse32.png,eclipse48.png">
|
|
33 |
</property>
|
|
34 |
<property
|
|
35 |
name="introBrandingImage"
|
|
36 |
value="product:intro-eclipse.png"/>
|
|
37 |
<property
|
|
38 |
name="introTitle"
|
|
39 |
value="Welcome to Eclipse for RCP/Plug-in Developers">
|
|
40 |
</property>
|
|
41 |
<property
|
|
42 |
name="introBrandingImageText"
|
|
43 |
value="Eclipse Project">
|
|
44 |
</property>
|
|
45 |
</product>
|
|
46 |
</extension>
|
|
47 |
<extension
|
|
48 |
point="org.eclipse.ui.intro">
|
|
49 |
<introProductBinding
|
|
50 |
introId="org.eclipse.ui.intro.universal"
|
|
51 |
productId="org.eclipse.epp.package.rcp.product">
|
|
52 |
</introProductBinding>
|
|
53 |
</extension>
|
|
54 |
|
|
55 |
</plugin>
|