Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 269f1b1b3b9cb287414b2b276ce73fa4760c78a0 (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="EGit"/>
   </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="EGit"/>
   </feature>
   <feature url="features/org.eclipse.egit.mylyn_0.0.0.qualifier.jar" id="org.eclipse.egit.mylyn" version="0.0.0">
      <category name="EGit"/>
   </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.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.jgit.lfs_0.0.0.qualifier.jar" id="org.eclipse.jgit.lfs" version="0.0.0">
      <category name="JGit"/>
   </feature>
   <feature url="features/org.eclipse.jgit.ssh.apache_0.0.0.qualifier.jar" id="org.eclipse.jgit.ssh.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="EGit.experimental"/>
   </feature>
   <category-def name="EGit" label="Git integration for Eclipse">
      <description>
         Versioning with Git, integration with Gerrit, GitHub, Gitflow, and Task repositories
      </description>
   </category-def>
   <category-def name="JGit" label="Java implementation of Git">
      <description>
         Java implementation of Git
      </description>
   </category-def>
   <category-def name="EGit.experimental" label="Git integration for Eclipse - experimental features  (incubation)"/>
   <repository-reference location="http://download.eclipse.org/e4/snapshots/org.eclipse.e4.ui" enabled="true" />
</site>

Back to the top