Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: b9336bba767a9f967af3781788139e5b9d346b72 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.eclipse.epp.package.cpp.feature"
      label="EPP CPP Feature"
      version="1.0.0.qualifier"
      provider-name="Eclipse Packaging Project (EPP)"
      plugin="org.eclipse.epp.package.cpp">

   <description url="http://www.example.com/description">
      [Enter Feature Description here.]
   </description>

   <copyright url="http://www.example.com/copyright">
      [Enter Copyright Description here.]
   </copyright>

   <license url="http://www.example.com/license">
      [Enter License Description here.]
   </license>

   <url>
      <discovery label="Galileo" url="http://download.eclipse.org/releases/galileo/"/>
      <discovery label="Eclipse Platform 3.5 Milestones" url="http://download.eclipse.org/eclipse/updates/3.5milestones/"/>
   </url>

   <includes
         id="org.eclipse.platform"
         version="0.0.0"
         search-location="both"/>

   <requires>
      <import feature="org.eclipse.cvs" version="1.1.0" match="greaterOrEqual"/>
      <import feature="org.eclipse.equinox.p2.user.ui" version="1.1.0" match="greaterOrEqual"/>
      <import feature="org.eclipse.help" version="1.1.0" match="greaterOrEqual"/>
      <import feature="org.eclipse.platform" version="3.5.0" match="greaterOrEqual"/>
      <import feature="org.eclipse.rcp" version="3.5.0" match="greaterOrEqual"/>
      <import feature="org.eclipse.cdt.platform" version="6.0.0" match="greaterOrEqual"/>
      <import feature="org.eclipse.cdt" version="6.0.0" match="greaterOrEqual"/>
      <import feature="org.eclipse.mylyn_feature"/>
      <import feature="org.eclipse.mylyn.context_feature"/>
      <import feature="org.eclipse.mylyn.team_feature"/>
      <import feature="org.eclipse.mylyn.ide_feature"/>
      <import feature="org.eclipse.mylyn.bugzilla_feature"/>
      <import feature="org.eclipse.mylyn.wikitext_feature"/>
      <import feature="org.eclipse.cdt.mylyn"/>
      <import feature="org.eclipse.epp.usagedata.feature"/>
   </requires>

   <plugin
         id="org.eclipse.epp.package.cpp"
         download-size="0"
         install-size="0"
         version="0.0.0"/>

</feature>

Back to the top