diff options
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml new file mode 100644 index 0000000000..5cc5b84ce2 --- /dev/null +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="UTF-8"?> +<feature + id="org.eclipse.jgit" + label="%featureName" + version="0.6.0.qualifier" + provider-name="%providerName"> + + <description url="http://www.eclipse.org/jgit/"> + %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> |