Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 3bd70960c11bbaedbc49b8d147547c778bc1b398 (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="1.5.1.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="Juno" url="http://download.eclipse.org/releases/juno/"/>
      <discovery label="Eclipse Platform 4.2" url="http://download.eclipse.org/eclipse/updates/4.2"/>
   </url>

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

</feature>

Back to the top