Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 415cb9eece96fac4e119713d8d2bcf8efa02f2a0 (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
<?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>

   <requires>
      <import feature="org.eclipse.epp.mpc"/>
      <import feature="org.eclipse.epp.logging.aeri.feature"/>
      <!-- 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>

Back to the top