Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 995bd21b18f98b6c075b3bffd5ab815931cea1e6 (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
<?xml version="1.0" encoding="UTF-8"?>
<site>
   <description url="JGit">
      This is a pure Java implementation of the Git version control system. The native Git version is also required in this version.
   </description>
   <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.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.ssh.apache_0.0.0.qualifier.jar" id="org.eclipse.jgit.ssh.apache" 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.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.ssh.apache.source_0.0.0.qualifier.jar" id="org.eclipse.jgit.ssh.apache.source" version="0.0.0" patch="true">
      <category name="JGit"/>
   </feature>
   <feature url="features/org.eclipse.jgit.junit_0.0.0.qualifier.jar" id="org.eclipse.jgit.junit" 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" patch="true">
      <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>
   <category-def name="JGit" label="Java implementation of Git">
      <description>
         Java implementation of Git
      </description>
   </category-def>
</site>

Back to the top