Use Title case for Interactive Rebase steps
[egit/eclipse.git] / org.eclipse.egit.repository / category.xml
blob3732ea599dbd4717f55b42ae7365068399b11163
1 <?xml version="1.0" encoding="UTF-8"?>
2 <site>
3    <description url="Eclipse Git Plugin">
4       This is a pure Java implementation of the Git version control system and integrates it into Eclipse.
5    </description>
6    <feature url="features/org.eclipse.egit_0.0.0.qualifier.jar" id="org.eclipse.egit" version="0.0.0" patch="true">
7       <category name="EGit"/>
8    </feature>
9    <feature url="features/org.eclipse.egit.sources_0.0.0.qualifier.jar" id="org.eclipse.egit.source" version="0.0.0" patch="true">
10       <category name="EGit"/>
11    </feature>
12    <feature url="features/org.eclipse.egit.mylyn_0.0.0.qualifier.jar" id="org.eclipse.egit.mylyn" version="0.0.0">
13       <category name="EGit"/>
14    </feature>
15    <feature url="features/org.eclipse.jgit_0.0.0.qualifier.jar" id="org.eclipse.jgit" version="0.0.0" patch="true">
16       <category name="JGit"/>
17    </feature>
18    <feature url="features/org.eclipse.jgit.source_0.0.0.qualifier.jar" id="org.eclipse.jgit.source" version="0.0.0" patch="true">
19       <category name="JGit"/>
20    </feature>
21    <feature url="features/org.eclipse.jgit.pgm_0.0.0.qualifier.jar" id="org.eclipse.jgit.pgm" version="0.0.0" patch="true">
22       <category name="JGit"/>
23    </feature>
24    <feature url="features/org.eclipse.jgit.http.apache_0.0.0.qualifier.jar" id="org.eclipse.jgit.http.apache" version="0.0.0">
25       <category name="JGit"/>
26    </feature>
27    <feature url="features/org.eclipse.jgit.lfs_0.0.0.qualifier.jar" id="org.eclipse.jgit.lfs" version="0.0.0">
28       <category name="JGit"/>
29    </feature>
30    <feature url="features/org.eclipse.jgit.ssh.apache_0.0.0.qualifier.jar" id="org.eclipse.jgit.ssh.apache" version="0.0.0">
31       <category name="JGit"/>
32    </feature>
33    <feature url="features/org.eclipse.egit.gitflow.feature_0.0.0.qualifier.jar" id="org.eclipse.egit.gitflow.feature" version="0.0.0">
34       <category name="EGit.experimental"/>
35    </feature>
36    <category-def name="EGit" label="Git integration for Eclipse">
37       <description>
38          Versioning with Git, integration with Gerrit, GitHub, Gitflow, and Task repositories
39       </description>
40    </category-def>
41    <category-def name="JGit" label="Java implementation of Git">
42       <description>
43          Java implementation of Git
44       </description>
45    </category-def>
46    <category-def name="EGit.experimental" label="Git integration for Eclipse - experimental features  (incubation)"/>
47    <repository-reference location="https://download.eclipse.org/e4/snapshots/org.eclipse.e4.ui" enabled="true" />
48 </site>