carbidecpp22devenv/features/org.eclipse.gef_3.5.0.v20090422-2346-7779-8192B6696L3ABD43733/feature.xml
author cawthron
Fri, 04 Dec 2009 12:22:59 -0600
branchRCL_2_2
changeset 776 4f1404185926
parent 4 4764c8c88759
permissions -rw-r--r--
write .branch.txt to make the new head
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
     2
<feature
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
     3
      id="org.eclipse.gef"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
     4
      label="%featureName"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
     5
      version="3.5.0.v20090422-2346-7779-8192B6696L3ABD43733"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
     6
      provider-name="%providerName"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
     7
      image="eclipse_update_120.jpg">
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
     8
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
     9
   <description>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    10
      %description
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    11
   </description>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    12
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    13
   <copyright>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    14
      %copyright
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    15
   </copyright>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    16
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    17
   <license url="%licenseURL">
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    18
      %license
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    19
   </license>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    20
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    21
   <url>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    22
      <update label="%updateSiteName" url="http://download.eclipse.org/tools/gef/updates/releases/site.xml"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    23
      <discovery label="%updateSiteName" url="http://download.eclipse.org/tools/gef/updates/releases/site.xml"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    24
   </url>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    25
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    26
   <requires>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    27
      <import plugin="org.eclipse.core.runtime" version="3.2.0" match="compatible"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    28
      <import plugin="org.eclipse.ui.views" version="3.2.0" match="compatible"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    29
      <import plugin="org.eclipse.ui.workbench" version="3.2.0" match="compatible"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    30
      <import plugin="org.eclipse.jface" version="3.2.0" match="compatible"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    31
   </requires>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    32
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    33
   <includes
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    34
         id="org.eclipse.draw2d"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    35
         version="3.5.0.v20090422-2346-44-7w311A163902622"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    36
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    37
   <plugin
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    38
         id="org.eclipse.gef"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    39
         download-size="0"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    40
         install-size="0"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    41
         version="3.5.0.v20090528-1511"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    42
         unpack="false"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    43
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    44
</feature>