Skip to main content
summaryrefslogtreecommitdiffstats
blob: 7fdef57125c0b99547dfad3e6ab0d56e026ebd47 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?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.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.junit_0.0.0.qualifier.jar" id="org.eclipse.jgit.junit" version="0.0.0" patch="true">
      <category name="JGit"/>
   </feature>
   <category-def name="JGit" label="JGit">
      <description>
         JGit
      </description>
   </category-def>
</site>

Back to the top