Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 93760bce143c7551318c582e39e88c134735d7a6 (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
<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.eclipse.epp.package.testing.feature"
      label="EPP Testing Feature"
      version="2.1.0.qualifier"
      provider-name="Eclipse Packaging Project"
      plugin="org.eclipse.epp.package.testing">

   <description>
      Functional testing applications is supported by the Eclipse Testing Package, a plug-in set built on top of the Eclipse Platform.
   </description>

   <license url="license.html">
      %license
   </license>

   <url>
      <discovery label="Luna" url="http://download.eclipse.org/releases/luna/"/>
      <discovery label="Eclipse Platform 4.4" url="http://download.eclipse.org/eclipse/updates/4.4"/>
   </url>

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

   <requires>
      <import feature="org.eclipse.cvs"/>
      <import feature="org.eclipse.equinox.p2.user.ui"/>
      <import feature="org.eclipse.help"/>
      <import feature="org.eclipse.platform"/>
      <import feature="org.eclipse.rcp"/>
      <import feature="org.eclipse.mylyn.ide_feature"/>
      <import feature="org.eclipse.mylyn.bugzilla_feature"/>
      <import feature="org.eclipse.mylyn.context_feature"/>
      <import feature="org.eclipse.mylyn_feature"/>
      <import feature="org.eclipse.mylyn.wikitext_feature"/>
      <import feature="org.eclipse.epp.package.common.feature"/>
      <import feature="org.eclipse.jubula.feature"/>
   </requires>

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

</feature>

Back to the top