Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 827b6652bc7dc0af40d4f093c0a0719b54a61a2d (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
<?xml version="1.0" encoding="UTF-8"?>
<site>
   <description url="Eclipse Git Plugin">
      This is a pure Java implementation of the Git version control system and integrates it into Eclipse.
   </description>
   <feature url="features/org.eclipse.egit_0.0.0.qualifier.jar" id="org.eclipse.egit" version="0.0.0" patch="true">
      <category name="Eclipse Git Team Provider"/>
   </feature>
   <feature url="features/org.eclipse.egit.sources_0.0.0.qualifier.jar" id="org.eclipse.egit.source" version="0.0.0" patch="true">
      <category name="Eclipse Git Team Provider"/>
   </feature>
   <feature url="features/org.eclipse.egit.mylyn_0.0.0.qualifier.jar" id="org.eclipse.egit.mylyn" version="0.0.0">
      <category name="Eclipse Git Team Provider"/>
   </feature>
   <feature url="features/org.eclipse.jgit_0.0.0.qualifier.jar" id="org.eclipse.jgit" version="0.0.0" patch="true">
      <category name="JGit"/>
   </feature>
   <feature url="features/org.eclipse.jgit.source_0.0.0.qualifier.jar" id="org.eclipse.jgit.source" version="0.0.0" patch="true">
      <category name="JGit"/>
   </feature>
   <feature url="features/org.eclipse.jgit.pgm_0.0.0.qualifier.jar" id="org.eclipse.jgit.pgm" version="0.0.0" patch="true">
      <category name="JGit"/>
   </feature>
   <feature url="features/org.eclipse.jgit.pgm.source_0.0.0.qualifier.jar" id="org.eclipse.jgit.pgm.source" version="0.0.0" patch="true">
      <category name="JGit"/>
   </feature>
   <feature url="features/org.eclipse.jgit.http.apache_0.0.0.qualifier.jar" id="org.eclipse.jgit.http.apache" version="0.0.0">
      <category name="JGit"/>
   </feature>
   <feature url="features/org.eclipse.egit.gitflow.feature_0.0.0.qualifier.jar" id="org.eclipse.egit.gitflow.feature" version="0.0.0">
      <category name="Eclipse Git Team Provider - experimental features (incubation)"/>
   </feature>
   <bundle id="org.eclipse.egit.ui.importer" version="0.0.0">
      <category name="Eclipse Git Team Provider - experimental features (incubation)"/>
   </bundle>
   <category-def name="Eclipse Git Team Provider" label="Eclipse Git Team Provider">
      <description>
         Eclipse Git Team Provider
      </description>
   </category-def>
   <category-def name="JGit" label="JGit">
      <description>
         JGit
      </description>
   </category-def>
   <category-def name="Eclipse Git Team Provider - experimental features (incubation)" label="Eclipse Git Team Provider - experimental features  (incubation)"/>
   <repository-reference location="http://download.eclipse.org/e4/snapshots/org.eclipse.e4.ui" enabled="true" />
</site>

Back to the top