Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 63c63ec3f7d19021b7e1132c15724aaff8c541a7 (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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.eclipse.epp.package.rcp.feature"
      label="EPP RCP/RAP Feature"
      version="4.6.0.qualifier"
      provider-name="Eclipse Packaging Project"
      plugin="org.eclipse.epp.package.rcp"
      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.egit"/>
      <import feature="org.eclipse.egit.import"/>
      <import feature="org.eclipse.egit.mylyn"/>
      <import feature="org.eclipse.epp.package.common.feature"/>
      <import feature="org.eclipse.help"/>
      <import feature="org.eclipse.jdt"/>
      <import feature="org.eclipse.m2e.feature"/>
      <import feature="org.eclipse.m2e.logback.feature"/>
      <import feature="org.eclipse.mylyn.bugzilla_feature"/>
      <import feature="org.eclipse.mylyn.context_feature"/>
      <import feature="org.eclipse.mylyn.gerrit.feature"/>
      <import feature="org.eclipse.mylyn.git"/>
      <import feature="org.eclipse.mylyn.hudson"/>
      <import feature="org.eclipse.mylyn.ide_feature"/>
      <import feature="org.eclipse.mylyn.java_feature"/>
      <import feature="org.eclipse.mylyn.pde_feature"/>
      <import feature="org.eclipse.mylyn.wikitext_feature"/>
      <import feature="org.eclipse.pde"/>
      <import feature="org.eclipse.platform.source"/>
      <import feature="org.eclipse.rap.tools.feature"/>
      <import feature="org.eclipse.rcp.source"/>
      <import feature="org.eclipse.recommenders.rcp.feature"/>
      <import feature="org.eclipse.recommenders.mylyn.rcp.feature"/>
      <import feature="org.eclipse.recommenders.snipmatch.rcp.feature"/>
      <import feature="org.eclipse.wb.core.ui.feature"/>
      <import feature="org.eclipse.wb.rcp.feature"/>
      <import feature="org.eclipse.wst.xml_ui.feature"/>
      <import feature="org.eclipse.swtbot.eclipse"/>
      <import feature="org.eclipse.swtbot.eclipse.gef"/>
      <import feature="org.eclipse.swtbot.ide"/>
   -->

<!-- redundant features (already included in other features
      <import feature="org.eclipse.mylyn_feature"/>
      <import feature="org.eclipse.rcp"/>
      <import feature="org.eclipse.wb.core.feature"/>
      <import feature="org.eclipse.wb.swt.feature"/>
      <import feature="org.eclipse.wb.layout.group.feature"/>
      <import feature="org.eclipse.jgit"/>
      <import feature="org.eclipse.platform"/>
      <import feature="org.eclipse.equinox.p2.user.ui"/>
  -->
   </requires>

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

</feature>

Back to the top