carbidecpp22devenv/features/org.tigris.subversion.subclipse.mylyn_3.0.0/feature.xml
author cawthron
Fri, 04 Dec 2009 11:03:12 -0600
changeset 392 e2175c35bf25
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.mylyn"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
     4
      label="Subclipse Integration for Mylyn 3.x (Optional)"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
     5
      version="3.0.0"
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
      colocation-affinity="org.tigris.subversion.subclipse">
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
     8
   <install-handler/>
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
      %description
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.core.resources" version="3.2.0" match="greaterOrEqual"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    28
      <import plugin="org.eclipse.core.runtime" version="3.2.0" match="greaterOrEqual"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    29
      <import plugin="org.eclipse.team.core" version="3.2.0" match="greaterOrEqual"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    30
      <import plugin="org.tigris.subversion.subclipse.core" version="1.1.9" match="greaterOrEqual"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    31
      <import plugin="org.tigris.subversion.subclipse.ui" version="1.1.9" match="greaterOrEqual"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    32
      <import plugin="org.eclipse.ui" version="3.2.0" match="greaterOrEqual"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    33
      <import plugin="org.eclipse.mylyn.tasks.core" version="3.0.0" match="compatible"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    34
      <import plugin="org.eclipse.mylyn.tasks.ui" version="3.0.0" match="compatible"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    35
      <import plugin="org.eclipse.mylyn.team.ui" version="3.0.0" match="compatible"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    36
   </requires>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    37
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    38
   <plugin
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    39
         id="org.tigris.subversion.subclipse.mylyn"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    40
         download-size="0"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    41
         install-size="0"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    42
         version="3.0.0"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    43
         unpack="false"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    44
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    45
</feature>