You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
769 B
36 lines
769 B
15 years ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<feature
|
||
|
id="org.eclipse.jgit"
|
||
|
label="%featureName"
|
||
|
version="0.6.0.qualifier"
|
||
|
provider-name="%providerName">
|
||
|
|
||
15 years ago
|
<description url="http://www.eclipse.org/jgit/">
|
||
15 years ago
|
%description
|
||
|
</description>
|
||
|
|
||
|
<copyright>
|
||
|
%copyright
|
||
|
</copyright>
|
||
|
|
||
|
<license url="%licenseURL">
|
||
|
%license
|
||
|
</license>
|
||
|
|
||
|
<url>
|
||
|
<update label="%updateSiteName" url="http://www.jgit.org/updates"/>
|
||
|
<discovery label="%updateSiteName" url="http://www.jgit.org/updates"/>
|
||
|
</url>
|
||
|
|
||
|
<requires>
|
||
|
<import plugin="com.jcraft.jsch"/>
|
||
|
</requires>
|
||
|
|
||
|
<plugin
|
||
|
id="org.eclipse.jgit"
|
||
|
download-size="0"
|
||
|
install-size="0"
|
||
|
version="0.0.0"
|
||
|
unpack="false"/>
|
||
|
</feature>
|