diff options
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.orbit.feature/feature.xml')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.orbit.feature/feature.xml | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.orbit.feature/feature.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.orbit.feature/feature.xml new file mode 100644 index 0000000000..65b106d9b7 --- /dev/null +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.orbit.feature/feature.xml @@ -0,0 +1,46 @@ +<?xml version="1.0" encoding="UTF-8"?> +<feature + id="org.eclipse.jgit.orbit" + label="%featureName" + version="2.2.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://download.eclipse.org/egit/updates"/> + <discovery label="%updateSiteName" url="http://download.eclipse.org/egit/updates"/> + </url> + + <plugin + id="com.jcraft.jsch" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.apache.commons.compress" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.kohsuke.args4j" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + +</feature> |