Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 4408ddf33e340427746607760fef2c45daee358d (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.transition.feature"
      label="EPP Transition Package Feature"
      version="1.3.1.qualifier"
      provider-name="Eclipse.org - EPP">

   <description>
      This feature is a collection of dependencies that were causing
problems with the update from the Helios release to the service release.
   </description>

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

   <url>
      <discovery label="Helios" url="http://download.eclipse.org/releases/helios/"/>
      <discovery label="Eclipse Platform 3.6" url="http://download.eclipse.org/eclipse/updates/3.6"/>
   </url>

   <requires>
      <import plugin="org.slf4j.api"/>
   </requires>

</feature>

Back to the top