carbidecpp22devenv/plugins/org.eclipse.epp.package.rcp_1.2.0.20090615-0858/plugin.xml
changeset 215 914a3dbbfa40
equal deleted inserted replaced
214:8182f2f671c0 215:914a3dbbfa40
       
     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&#x0A;&#x0A;Build id: {0}&#x0A;&#x0A;(c) Copyright Eclipse contributors and others 2000, 2009.  All rights reserved.&#x0A;Visit http://eclipse.org/&#x0A;&#x0A;This product includes software developed by the&#x0A;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>