cdt/cdt_6_0_x/org.eclipse.cdt.gnu.dsf-feature/feature.xml
author timkelly
Wed, 05 Aug 2009 17:35:39 -0500
changeset 51 49c226a8748e
parent 37 c2bce6dd59e7
permissions -rw-r--r--
CDT 6.0 from cdt_6_0 branch (eclipse.org cvs repository). This overwrites previous CDT 6.0 merges.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
37
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     2
<feature
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     3
      id="org.eclipse.cdt.gnu.dsf"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     4
      label="%featureName"
51
49c226a8748e CDT 6.0 from cdt_6_0 branch (eclipse.org cvs repository). This overwrites previous CDT 6.0 merges.
timkelly
parents: 37
diff changeset
     5
      version="2.0.0.qualifier"
37
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     6
      provider-name="%providerName">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     7
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     8
   <description>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     9
      %description
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    10
   </description>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    11
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    12
   <copyright>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    13
      %copyright
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    14
   </copyright>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    15
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    16
   <license url="%licenseURL">
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    17
      %license
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    18
   </license>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    19
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    20
   <url>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    21
      <update label="%updateSiteName" url="http://download.eclipse.org/tools/cdt/releases/galileo"/>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    22
   </url>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    23
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    24
   <requires>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    25
      <import plugin="org.eclipse.core.runtime"/>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    26
      <import plugin="org.eclipse.cdt.dsf"/>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    27
      <import plugin="org.eclipse.debug.core"/>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    28
      <import plugin="org.eclipse.cdt.core"/>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    29
      <import plugin="org.eclipse.cdt.debug.core"/>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    30
      <import plugin="org.eclipse.core.variables"/>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    31
      <import plugin="org.eclipse.jface"/>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    32
      <import plugin="org.eclipse.ui"/>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    33
      <import plugin="org.eclipse.cdt.dsf.ui"/>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    34
      <import plugin="org.eclipse.debug.ui"/>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    35
      <import plugin="org.eclipse.cdt.debug.ui"/>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    36
      <import plugin="org.eclipse.cdt.ui"/>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    37
      <import plugin="org.eclipse.ui.ide"/>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    38
      <import plugin="org.eclipse.core.expressions"/>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    39
      <import plugin="org.eclipse.ui.console"/>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    40
      <import plugin="com.ibm.icu"/>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    41
   </requires>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    42
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    43
   <plugin
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    44
         id="org.eclipse.cdt.dsf.gdb"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    45
         download-size="0"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    46
         install-size="0"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    47
         version="0.0.0"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    48
         unpack="false"/>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    49
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    50
   <plugin
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    51
         id="org.eclipse.cdt.dsf.gdb.ui"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    52
         download-size="0"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    53
         install-size="0"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    54
         version="0.0.0"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    55
         unpack="false"/>
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    56
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    57
</feature>