carbidecpp22devenv/configuration/org.eclipse.osgi/bundles/188/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
     Copyright (c) 2005, 2008 IBM Corporation and others.
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     4
     All rights reserved. This program and the accompanying materials
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     5
     are made available under the terms of the Eclipse Public License v1.0
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     6
     which accompanies this distribution, and is available at
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     7
     http://www.eclipse.org/legal/epl-v10.html
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     8
    
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     9
     Contributors:
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    10
         IBM Corporation - initial API and implementation
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    11
 -->
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    12
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    13
<plugin>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    14
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    15
   <extension
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    16
         point="org.eclipse.ui.intro.configExtension">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    17
      <configExtension
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    18
            configId="org.eclipse.ui.intro.universalConfig" 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    19
            content="$nl$/intro/overviewExtensionContent.xml"/>  
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    20
      <configExtension
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    21
            configId="org.eclipse.ui.intro.universalConfig"
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    22
            content="$nl$/intro/tutorialsExtensionContent.xml"/>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    23
      <configExtension
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    24
            configId="org.eclipse.ui.intro.universalConfig"
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    25
            content="$nl$/intro/samplesExtensionContent.xml"/>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    26
      <configExtension
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    27
            configId="org.eclipse.ui.intro.universalConfig"
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    28
            content="$nl$/intro/samplesExtensionContent2.xml"/>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    29
      <configExtension
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    30
            configId="org.eclipse.ui.intro.universalConfig"
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    31
            content="$nl$/intro/whatsnewExtensionContent.xml"/> 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    32
   </extension>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    33
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    34
   <extension 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    35
   		 point="org.eclipse.ui.cheatsheets.cheatSheetContent">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    36
      <category
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    37
            id="org.eclipse.pde"
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    38
            name="%cheatsheet.category.pde"/>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    39
      <cheatsheet
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    40
            category="org.eclipse.pde"
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    41
            composite="true"
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    42
            contentFile="$nl$/cheatsheets/helloworld-composite.xml"
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    43
            id="org.eclipse.pde.helloworld"
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    44
            name="%cheatsheet.helloworld.name">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    45
         <description>%cheatsheet.helloworld.desc</description>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    46
      </cheatsheet>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    47
      <cheatsheet
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    48
            category="org.eclipse.pde"
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    49
            composite="true"
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    50
            contentFile="$nl$/cheatsheets/rcpapp-composite.xml"
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    51
            id="org.eclipse.pde.rcpapp"
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    52
            name="%cheatsheet.rcpapp.name">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    53
         <description>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    54
            %cheatsheet.rcpapp.desc
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    55
         </description>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    56
      </cheatsheet>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    57
   </extension>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    58
   
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    59
</plugin>