Skip to main content
summaryrefslogtreecommitdiffstats
blob: 6c6879ff5178bd33d8e87d05421a1a205b74f867 (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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.eclipse.epp.package.dsl.feature"
      label="EPP DSL Feature"
      version="4.6.0.qualifier"
      provider-name="Eclipse Packaging Project"
      plugin="org.eclipse.epp.package.dsl"
      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.platform"/>
      <import feature="org.eclipse.equinox.p2.user.ui"/>
      <import feature="org.eclipse.help"/>
      <import feature="org.eclipse.jdt"/>
      <import feature="org.eclipse.pde"/>
      <import feature="org.eclipse.sdk"/>
      <import feature="org.eclipse.rcp"/>
      <import feature="org.eclipse.xtend.sdk"/>
      <import feature="org.eclipse.xtext.sdk"/>
      <import feature="org.eclipse.emf.mwe2.language.sdk"/>
      <import feature="org.eclipse.emf.sdk"/>
      <import feature="org.eclipse.emf.ecore.xcore.sdk"/>
      <import feature="org.eclipse.egit"/>
      <import feature="org.eclipse.egit.import"/>
      <import feature="org.eclipse.epp.mpc"/>
      <import feature="org.eclipse.m2e.feature"/>
      <import feature="org.eclipse.epp.package.common.feature"/>
      <import feature="org.eclipse.wst.xml_ui.feature"/>
   </requires>

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

</feature>

Back to the top