Skip to main content
summaryrefslogblamecommitdiffstats
blob: 2cbf7b264f5e546bdc4b23c70f5318df64cb8067 (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                      
                           





                                                
                               


                               
                                                                                                                                                                                                                                                
                    



                                         

                                   
                                                                           



                                      
                    




                                                 
                                                               




                                            

                






                                                               

         
<?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="Eclipse">
         <property
               name="preferenceCustomization"
               value="plugin_customization.ini">
         </property>
         <property
               name="appName"
               value="Eclipse">
         </property>
         <property
               name="aboutText"
               value="Pulsar for Mobile Developers.&#x0A;&#x0A;Version: Helios Release (3.6.0)&#x0A;Build id: {0}&#x0A;&#x0A;(c) Copyright Pulsar Committers and others. 2010.  All rights reserved.&#x0A;Visit http://www.eclipse.org/pulsar/">
         </property>
         <property
               name="startupProgressRect"
               value="5,275,445,15">
         </property>
         <property
               name="windowImages" 
               value="pulsar_16x16.png,pulsar_32x32.png,pulsar_48x48.png" >
         </property>
         <property
               name="aboutImage"
               value="eclipse_lg.gif">
         </property>
         <property
              name="introBrandingImage"
              value="product:intro-eclipse.png"/>
         <property
               name="introTitle"
               value="Welcome to Pulsar for Mobile Developers">
         </property>
         <property
               name="introBrandingImageText"
               value="Eclipse Project">
         </property>
      </product>
   </extension>
   <extension
         point="org.eclipse.ui.intro">
      <introProductBinding
            introId="org.eclipse.ui.intro.universal"
            productId="org.eclipse.epp.package.pulsar.product">
      </introProductBinding>
   </extension>

</plugin>

Back to the top