Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: e5af9450bc779ee048d7e555be9d45431275a9b3 (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
<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.eclipse.mylyn.github.feature"
      label="%featureName"
      version="4.2.0.qualifier"
      provider-name="%providerName"
      plugin="org.eclipse.egit">

   <description url="http://www.eclipse.org/egit">
      %description
   </description>

   <copyright>
      %copyright
   </copyright>

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

   <requires>
      <import feature="org.eclipse.egit" version="3.2.0" match="greaterOrEqual"/>
      <import feature="org.eclipse.mylyn_feature" version="3.7.0" match="greaterOrEqual"/>
      <import plugin="com.google.gson" version="1.6" match="greaterOrEqual"/>
   </requires>

   <plugin
         id="org.eclipse.mylyn.github.core"
         download-size="0"
         install-size="0"
         version="0.0.0"
         unpack="false"/>

   <plugin
         id="org.eclipse.mylyn.github.ui"
         download-size="0"
         install-size="0"
         version="0.0.0"
         unpack="false"/>

   <plugin
         id="org.eclipse.egit.github.core"
         download-size="0"
         install-size="0"
         version="0.0.0"
         unpack="false"/>

   <plugin
         id="com.google.gson"
         download-size="0"
         install-size="0"
         version="0.0.0"
         unpack="false"/>

   <plugin
         id="org.eclipse.mylyn.github.doc"
         download-size="0"
         install-size="0"
         version="0.0.0"/>

</feature>

Back to the top