carbidecpp22devenv/features/org.tigris.subversion.subclipse.graph.feature_1.0.7/feature.xml
author cawthron
Fri, 04 Dec 2009 12:08:42 -0600
changeset 751 8b645fc945a7
parent 4 4764c8c88759
permissions -rw-r--r--
add files for RCL_2_2
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.tigris.subversion.subclipse.graph.feature"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
     4
      label="Subversion Revision Graph"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
     5
      version="1.0.7"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
     6
      provider-name="tigris.org"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
     7
      plugin="org.tigris.subversion.subclipse.graph"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
     8
      colocation-affinity="org.tigris.subversion.subclipse">
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
     9
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    10
   <description url="%changesURL">
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    11
      Subversion Revision Graph for Subclipse
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    12
   </description>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    13
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    14
   <copyright url="http://subclipse.tigris.org/">
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    15
      http://subclipse.tigris.org/
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    16
   </copyright>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    17
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    18
   <license url="%licenseURL">
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
   </license>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    21
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    22
   <url>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    23
      <update label="%updateSiteName" url="http://subclipse.tigris.org/update_1.6.x"/>
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.ui"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    28
      <import plugin="org.eclipse.core.runtime"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    29
      <import plugin="org.eclipse.core.resources"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    30
      <import plugin="org.tigris.subversion.subclipse.core"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    31
      <import plugin="org.eclipse.team.core"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    32
      <import plugin="org.eclipse.team.ui"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    33
      <import plugin="org.eclipse.jface.text"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    34
      <import plugin="org.eclipse.ui.editors"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    35
      <import plugin="org.eclipse.ui.ide"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    36
      <import plugin="org.eclipse.ui.views"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    37
      <import plugin="org.tigris.subversion.subclipse.ui" version="1.4.6" match="greaterOrEqual"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    38
      <import plugin="org.eclipse.draw2d" version="3.2.0" match="greaterOrEqual"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    39
      <import plugin="org.eclipse.gef" version="3.2.0" match="greaterOrEqual"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    40
   </requires>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    41
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    42
   <plugin
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    43
         id="org.tigris.subversion.subclipse.graph"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    44
         download-size="0"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    45
         install-size="0"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    46
         version="1.0.7"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    47
         unpack="false"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    48
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    49
</feature>