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

   <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="Indigo" url="http://download.eclipse.org/releases/indigo/"/>
      <discovery label="Eclipse Platform 3.7" url="http://download.eclipse.org/eclipse/updates/3.7"/>
   </url>

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

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

</feature>

Back to the top