carbidecpp22devenv/features/org.eclipse.epp.package.rcp.feature_1.2.0.20090617-1252/feature.xml
author cawthron
Fri, 04 Dec 2009 10:18:26 -0600
changeset 45 05e402c9958a
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
<!-- contextQualifierLength=13 -->
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
     3
<feature
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
     4
      id="org.eclipse.epp.package.rcp.feature"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
     5
      label="EPP RCP Feature"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
     6
      version="1.2.0.20090617-1252"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
     7
      provider-name="Eclipse.org - EPP"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
     8
      plugin="org.eclipse.epp.package.rcp">
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>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    11
      A complete set of tools for developers who want to create Eclipse plug-ins or Rich Client Applications. It includes a complete SDK, developer tools and source code, plus Mylyn, an XML editor and the Eclipse Communication Framework.
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
   <license url="license.html">
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    15
      %license
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    16
   </license>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    17
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    18
   <url>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    19
      <discovery label="Galileo" url="http://download.eclipse.org/releases/galileo/"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    20
      <discovery label="Eclipse Platform 3.5" url="http://download.eclipse.org/eclipse/updates/3.5"/>
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
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    23
   <includes
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    24
         id="org.eclipse.platform"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    25
         version="3.5.0.v20090611a-9gEeG1HFtQcmRThO4O3aR_fqSMvJR2sJ"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    26
         search-location="both"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    27
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    28
   <requires>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    29
      <import feature="org.eclipse.cvs" version="1.1.0" match="greaterOrEqual"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    30
      <import feature="org.eclipse.equinox.p2.user.ui" version="1.1.0" match="greaterOrEqual"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    31
      <import feature="org.eclipse.help" version="1.1.0" match="greaterOrEqual"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    32
      <import feature="org.eclipse.jdt" version="3.5.0" match="greaterOrEqual"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    33
      <import feature="org.eclipse.pde" version="3.5.0" match="greaterOrEqual"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    34
      <import feature="org.eclipse.platform" version="3.5.0" match="greaterOrEqual"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    35
      <import feature="org.eclipse.rcp" version="3.5.0" match="greaterOrEqual"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    36
      <import feature="org.eclipse.wst.xml_ui.feature"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    37
      <import feature="org.eclipse.mylyn.ide_feature"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    38
      <import feature="org.eclipse.mylyn.java_feature"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    39
      <import feature="org.eclipse.mylyn.pde_feature"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    40
      <import feature="org.eclipse.mylyn.bugzilla_feature"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    41
      <import feature="org.eclipse.mylyn.context_feature"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    42
      <import feature="org.eclipse.mylyn_feature"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    43
      <import feature="org.eclipse.mylyn.wikitext_feature"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    44
      <import feature="org.eclipse.mylyn.sdk_feature"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    45
      <import feature="org.eclipse.epp.usagedata.feature"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    46
      <import feature="org.eclipse.platform.source"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    47
      <import feature="org.eclipse.cvs.source"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    48
      <import feature="org.eclipse.jdt.source"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    49
      <import feature="org.eclipse.pde.source"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    50
      <import feature="org.eclipse.help.source"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    51
   </requires>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    52
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    53
   <plugin
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    54
         id="org.eclipse.epp.package.rcp"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    55
         download-size="0"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    56
         install-size="0"
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    57
         version="1.2.0.20090615-0858"/>
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    58
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    59
</feature>