Skip to main content
summaryrefslogtreecommitdiffstats
blob: 23c35a0466689c8f81db71762f542d4e82cb49a1 (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.cpp.feature"
      label="EPP CPP Feature"
      version="2.0.2.qualifier"
      provider-name="Eclipse Packaging Project"
      plugin="org.eclipse.epp.package.cpp">

   <description>
      An IDE for C/C++ developers with Mylyn integration.
   </description>

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

   <url>
      <discovery label="Kepler" url="http://download.eclipse.org/releases/kepler/"/>
      <discovery label="Eclipse Platform 4.3" url="http://download.eclipse.org/eclipse/updates/4.3"/>
   </url>

   <!-- see p2.inf file for optionally imported Linux Tools features -->

   <requires>
      <import feature="org.eclipse.cvs"/>
      <import feature="org.eclipse.equinox.p2.user.ui"/>
      <import feature="org.eclipse.help"/>
      <import feature="org.eclipse.platform"/>
      <import feature="org.eclipse.rcp"/>
      <import feature="org.eclipse.cdt"/>
      <import feature="org.eclipse.cdt.debug.ui.memory"/>
      <import feature="org.eclipse.cdt.msw"/>
      <import feature="org.eclipse.cdt.build.crossgcc"/>
      <import feature="org.eclipse.cdt.launch.remote"/>
      <import feature="org.eclipse.cdt.autotools"/>
      <import feature="org.eclipse.cdt.mylyn"/>
      <import feature="org.eclipse.mylyn_feature"/>
      <import feature="org.eclipse.mylyn.context_feature"/>
      <import feature="org.eclipse.mylyn.team_feature"/>
      <import feature="org.eclipse.mylyn.ide_feature"/>
      <import feature="org.eclipse.mylyn.bugzilla_feature"/>
      <import feature="org.eclipse.mylyn.wikitext_feature"/>
      <import feature="org.eclipse.rse"/>
      <import feature="org.eclipse.egit"/>
      <import feature="org.eclipse.egit.import"/>
      <import feature="org.eclipse.epp.package.common.feature"/>
   </requires>

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

</feature>

Back to the top