carbidecpp22devenv/configuration/org.eclipse.osgi/bundles/121/1/.cp/plugin.xml
author cawthron
Fri, 04 Dec 2009 10:01:33 -0600
changeset 5 684bf18fdedf
permissions -rw-r--r--
add files for RCL_2_2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     2
<?eclipse version="3.0"?>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     3
<plugin>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     4
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     5
    <extension
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     6
         point="org.eclipse.ui.intro.configExtension">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     7
      <configExtension
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     8
            configId="org.eclipse.ui.intro.universalConfig"
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     9
            content="$nl$/intro/overviewExtensionContent.xml"/>  
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    10
        
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    11
      <configExtension
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    12
            configId="org.eclipse.ui.intro.universalConfig"
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    13
            content="$nl$/intro/tutorialsExtensionContent.xml"/>  
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    14
      
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    15
      <configExtension
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    16
            configId="org.eclipse.ui.intro.universalConfig"
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    17
            content="$nl$/intro/samplesExtensionContent.xml"/>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    18
            
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    19
      <configExtension
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    20
            configId="org.eclipse.ui.intro.universalConfig"
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    21
            content="$nl$/intro/whatsnewExtensionContent.xml"/>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    22
   </extension>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    23
   
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    24
   <extension point="org.eclipse.ui.cheatsheets.cheatSheetContent">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    25
      <cheatsheet
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    26
            category="org.eclipse.jdt"
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    27
            contentFile="$nl$/cheatsheets/HelloWorld.xml"
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    28
            id="org.eclipse.jdt.helloworld"
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    29
            name="%cheatsheet.helloworld.name">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    30
         <description>%cheatsheet.helloworld.desc</description>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    31
      </cheatsheet>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    32
      <cheatsheet
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    33
            category="org.eclipse.jdt"
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    34
            contentFile="$nl$/cheatsheets/HelloWorldSWT.xml"
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    35
            id="org.eclipse.jdt.helloworld.swt"
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    36
            name="%cheatsheet.helloworld.swt.name">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    37
         <description>%cheatsheet.helloworld.swt.desc</description>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    38
      </cheatsheet>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    39
      <category
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    40
            id="org.eclipse.jdt"
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    41
            name="%cheatsheet.category.jdt"/>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    42
   </extension>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    43
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    44
</plugin>