Skip to main content
summaryrefslogtreecommitdiffstats
blob: 7ab3494c30b1e1ae7cc78901a1094fdff3214c7e (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
<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.eclipse.epp.package.common.feature"
      label="EPP Common Package Feature"
      version="2.0.0.qualifier"
      provider-name="Eclipse Packaging Project">

   <description>
      This feature is a collection of dependencies that are common
to all EPP packages and general configurations.
   </description>

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

   <url>
      <discovery label="Kepler" url="http://download.eclipse.org/releases/kepler/"/>
      <discovery label="Eclipse Platform 4.3" url="http://download.eclipse.org/eclipse/updates/4.3"/>
   </url>

   <requires>
      <import feature="org.eclipse.epp.mpc"/>
   </requires>

</feature>

Back to the top