Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: d0c41320bb7231118027b7741345a0d83257741d (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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.eclipse.epp.package.parallel.feature"
      label="EPP Parallel Feature"
      version="4.7.0.qualifier"
      provider-name="Eclipse Packaging Project"
      plugin="org.eclipse.epp.package.parallel"
      license-feature="org.eclipse.license"
      license-feature-version="0.0.0">

   <description url="http://eclipse.org/epp">
      %description
   </description>

   <copyright>
      %copyright
   </copyright>

   <license url="%licenseURL">
      %license
   </license>

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

   <includes
         id="org.eclipse.linuxtools.cdt.libhover.feature"
         version="0.0.0"
         optional="true"
         search-location="both"/>

   <includes
         id="org.eclipse.linuxtools.changelog.c"
         version="0.0.0"
         optional="true"
         search-location="both"/>

   <includes
         id="org.eclipse.linuxtools.gprof.feature"
         version="0.0.0"
         optional="true"
         search-location="both"/>

   <includes
         id="org.eclipse.linuxtools.oprofile.feature"
         version="0.0.0"
         optional="true"
         search-location="both"/>

   <includes
         id="org.eclipse.linuxtools.rpm"
         version="0.0.0"
         optional="true"
         search-location="both"/>

   <includes
         id="org.eclipse.linuxtools.systemtap"
         version="0.0.0"
         optional="true"
         search-location="both"/>

   <includes
         id="org.eclipse.linuxtools.callgraph.feature"
         version="0.0.0"
         optional="true"
         search-location="both"/>

   <includes
         id="org.eclipse.linuxtools.valgrind"
         version="0.0.0"
         optional="true"
         search-location="both"/>

   <includes
         id="org.eclipse.linuxtools.gcov"
         version="0.0.0"
         optional="true"
         search-location="both"/>

   <includes
         id="org.eclipse.tracecompass.lttng2.control"
         version="0.0.0"
         optional="true"
         search-location="both"/>

   <requires>
   <!--
        All requirements to features and the content of the product are defined 
        in the product configuration epp.product since Eclipse Neon. For further
        details see the following bug:

        Bug 332989 - Allow parts of a package to upgraded or removed
        https://bugs.eclipse.org/bugs/show_bug.cgi?id=332989

        The (optional) plug-in dependencies within this feature.xml have been
        left as they are.
     -->
   </requires>

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

</feature>

Back to the top