carbidecpp22devenv/features/org.eclipse.mylyn.java_feature_3.2.0.v20090617-0100-e3x/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.eclipse.mylyn.java_feature"
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.2.0.v20090617-0100-e3x"
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
      plugin="org.eclipse.mylyn">
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 url="http://eclipse.org/mylyn">
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="license.html">
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/mylyn/update/e3.4"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    23
   </url>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    24
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    25
   <requires>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    26
      <import plugin="org.eclipse.core.runtime"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    27
      <import plugin="org.eclipse.debug.ui"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    28
      <import plugin="org.eclipse.jdt.core"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    29
      <import plugin="org.eclipse.jdt.debug"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    30
      <import plugin="org.eclipse.jdt.debug.ui"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    31
      <import plugin="org.eclipse.jdt.junit"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    32
      <import plugin="org.eclipse.jdt.launching"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    33
      <import plugin="org.eclipse.jdt.ui"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    34
      <import plugin="org.eclipse.jface.text"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    35
      <import plugin="org.eclipse.search"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    36
      <import plugin="org.eclipse.ui"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    37
      <import plugin="org.eclipse.ui.editors"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    38
      <import plugin="org.eclipse.ui.ide"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    39
      <import plugin="org.eclipse.ui.forms"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    40
      <import plugin="org.eclipse.ui.views"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    41
      <import plugin="org.eclipse.ui.workbench.texteditor"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    42
      <import plugin="org.eclipse.mylyn.context.core" version="3.0.0" match="compatible"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    43
      <import plugin="org.eclipse.mylyn.context.ui" version="3.0.0" match="compatible"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    44
      <import plugin="org.eclipse.mylyn.commons.core" version="3.0.0" match="compatible"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    45
      <import plugin="org.eclipse.mylyn.commons.ui" version="3.0.0" match="compatible"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    46
      <import plugin="org.eclipse.mylyn.monitor.ui" version="3.0.0" match="compatible"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    47
      <import plugin="org.eclipse.mylyn.resources.ui" version="3.0.0" match="compatible"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    48
      <import plugin="org.eclipse.mylyn.monitor.core" version="3.0.0" match="compatible"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    49
      <import plugin="org.eclipse.mylyn.tasks.ui" version="3.0.0" match="compatible"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    50
      <import plugin="org.eclipse.mylyn.ide.ui" version="3.0.0" match="compatible"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    51
      <import plugin="org.eclipse.mylyn.tasks.core" version="3.0.0" match="compatible"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    52
      <import plugin="org.eclipse.core.resources"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    53
      <import plugin="org.eclipse.ui.navigator"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    54
      <import plugin="org.eclipse.ui.ide"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    55
      <import plugin="org.eclipse.ant.ui"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    56
      <import feature="org.eclipse.mylyn.context_feature" version="3.2.0.v20090617-0100-e3x" match="perfect"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    57
      <import feature="org.eclipse.jdt" version="3.4.0" match="compatible"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    58
   </requires>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    59
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    60
   <plugin
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    61
         id="org.eclipse.mylyn.java.ui"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    62
         download-size="0"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    63
         install-size="0"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    64
         version="3.2.0.v20090617-0100-e3x"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    65
         unpack="false"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    66
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    67
   <plugin
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    68
         id="org.eclipse.mylyn.java.tasks"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    69
         download-size="0"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    70
         install-size="0"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    71
         version="3.2.0.v20090617-0100-e3x"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    72
         unpack="false"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    73
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    74
   <plugin
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    75
         id="org.eclipse.mylyn.ide.ui"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    76
         download-size="0"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    77
         install-size="0"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    78
         version="3.2.0.v20090617-0100-e3x"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    79
         unpack="false"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    80
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    81
   <plugin
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    82
         id="org.eclipse.mylyn.ide.ant"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    83
         download-size="0"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    84
         install-size="0"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    85
         version="3.2.0.v20090617-0100-e3x"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    86
         unpack="false"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    87
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    88
</feature>