carbidecpp22devenv/plugins/org.eclipse.platform_3.3.200.v200906111540/plugin.xml
author cawthron
Fri, 04 Dec 2009 11:45:07 -0600
changeset 612 563ac445e417
parent 608 ffd6555401f1
permissions -rw-r--r--
add files for RCL_2_2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
608
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
     2
<?eclipse version="3.0"?>
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
     3
<plugin>
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
     4
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
     5
     <extension id="ide" point="org.eclipse.core.runtime.products"> 
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
     6
      <product name="%productName" application="org.eclipse.ui.ide.workbench" description="%productBlurb"> 
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
     7
          <property name="windowImages" value="eclipse.gif,eclipse32.gif,eclipse48.gif,eclipse.png,eclipse32.png,eclipse48.png"/> 
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
     8
          <property name="aboutImage" value="eclipse_lg.gif"/> 
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
     9
          <property name="aboutText" value="%productBlurb"/> 
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    10
          <property name="appName" value="Eclipse"/> 
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    11
          <property name="preferenceCustomization" value="plugin_customization.ini"/> 
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    12
          <property
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    13
                name="startupForegroundColor"
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    14
                value="C8D5EA"/>
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    15
          <property
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    16
                name="startupMessageRect"
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    17
                value="7,220,441,20"/>
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    18
          <property
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    19
                name="startupProgressRect"
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    20
                value="0,280,455,15"/>
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    21
         <property
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    22
          		name="introTitle"
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    23
          		value="%productIntroTitle"/>
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    24
          <property
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    25
          		name="introBrandingImage"
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    26
          		value="product:intro-eclipse.png"/>
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    27
          <property
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    28
          		name="introBrandingImageText"
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    29
          		value="%productIntroBrandingText"/>
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    30
		  <property
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    31
				name="introDescription-overview"
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    32
				value="%introDescription-overview"/>
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    33
		  <property
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    34
				name="introDescription-tutorials"
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    35
				value="%introDescription-tutorials"/>
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    36
		  <property
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    37
				name="introDescription-samples"
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    38
				value="%introDescription-samples"/>                
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    39
      </product> 
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    40
   </extension> 
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    41
   
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    42
   	<extension
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    43
		point="org.eclipse.ui.intro">
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    44
      <introProductBinding
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    45
            introId="org.eclipse.ui.intro.universal"
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    46
            productId="org.eclipse.platform.ide">
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    47
      </introProductBinding>
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    48
    </extension>
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    49
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    50
   <extension
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    51
         point="org.eclipse.ui.cheatsheets.cheatSheetContent">
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    52
      <category
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    53
            id="org.eclipse.platform.team"
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    54
            name="%cheatsheet.category.team">
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    55
      </category>
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    56
      <cheatsheet
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    57
            category="org.eclipse.platform.team"
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    58
            contentFile="$nl$/cheatsheets/cvs_checkout.xml"
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    59
            id="org.eclipse.platform.cvs.checkout"
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    60
            name="%cheatsheet.cvs.checkout.name">
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    61
         <description>
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    62
            %cheatsheet.cvs.checkout.desc
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    63
         </description>
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    64
      </cheatsheet>
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    65
      <cheatsheet
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    66
            category="org.eclipse.platform.team"
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    67
            contentFile="$nl$/cheatsheets/cvs_merge.xml"
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    68
            id="org.eclipse.platform.cvs.merge"
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    69
            name="%cheatsheet.cvs.merge.name">
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    70
         <description>
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    71
            %cheatsheet.cvs.merge.desc
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    72
         </description>
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    73
      </cheatsheet>
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    74
   </extension>
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    75
   <!-- =====================================================  -->
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    76
   <!-- Standby Content Part contributions                     -->
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    77
   <!-- =====================================================  -->
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    78
   <extension point="org.eclipse.ui.intro.configExtension">
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    79
      <standbyContentPart
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    80
            id="org.eclipse.platform.cheatsheet"
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    81
            class="org.eclipse.platform.internal.CheatSheetStandbyContent"
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    82
            pluginId="org.eclipse.platform"/>
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    83
      <configExtension
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    84
            configId="org.eclipse.ui.intro.universalConfig"
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    85
            content="$nl$/intro/overviewExtensionContent.xml"/>
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    86
      <configExtension
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    87
            configId="org.eclipse.ui.intro.universalConfig"
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    88
            content="$nl$/intro/tutorialsExtensionContent.xml"/>
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    89
      <configExtension
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    90
            configId="org.eclipse.ui.intro.universalConfig"
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    91
            content="$nl$/intro/whatsnewExtensionContent1.xml"/>
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    92
      <configExtension
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    93
            configId="org.eclipse.ui.intro.universalConfig"
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    94
            content="$nl$/intro/whatsnewExtensionContent2.xml"/>
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    95
      <configExtension
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    96
            configId="org.eclipse.ui.intro.universalConfig"
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    97
            content="$nl$/intro/whatsnewExtensionContent3.xml"/>
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    98
   </extension>
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
    99
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
   100
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
   101
   <extension
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
   102
         point="org.eclipse.ui.actionSets">
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
   103
      <actionSet
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
   104
            label="%cheatsheet.actionset"
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
   105
            visible="true"
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
   106
            id="org.eclipse.ui.cheatsheets.actionSet">
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
   107
         <action
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
   108
               label="%cheatsheet.item"
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
   109
               class="org.eclipse.ui.cheatsheets.CheatSheetExtensionFactory:helpMenuAction"
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
   110
               menubarPath="help/group.tutorials"
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
   111
               id="org.eclipse.ui.cheatsheets.actions.CheatSheetHelpMenuAction">
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
   112
         </action>
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
   113
      </actionSet>
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
   114
   </extension>
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
   115
ffd6555401f1 add files for RCL_2_2
cawthron
parents:
diff changeset
   116
</plugin>