blob: 1c328577a391c690caa75f36c16d72af123cd8c9 (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.epp.package.common.feature"
label="EPP Common Package Feature"
version="4.6.0.qualifier"
provider-name="Eclipse Packaging Project"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
<description url="http://eclipse.org/epp">
%description
</description>
<copyright>
%copyright
</copyright>
<license url="%licenseURL">
%license
</license>
<url>
<discovery label="Neon" url="http://download.eclipse.org/releases/neon/"/>
<discovery label="Eclipse Platform 4.6" url="http://download.eclipse.org/eclipse/updates/4.6"/>
</url>
<requires>
<import feature="org.eclipse.epp.mpc"/>
<import feature="org.eclipse.epp.logging.aeri.feature"/>
<!-- TODO Workaround for Bug 484629. remove after Neon M4. -->
<!-- This makes org.eclipse.jdt.annotation [1.0.0,2.0.0) available which AERI depends on. -->
<import plugin="org.eclipse.jdt.annotation" version="1.0.0" match="compatible"/>
<!-- Bug 455645: Integrate Oomph into all EPP packages
https://bugs.eclipse.org/bugs/show_bug.cgi?id=455645 -->
<import feature="org.eclipse.oomph.setup"/>
</requires>
</feature>
|