diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2012-06-12 00:17:55 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2012-06-12 18:10:04 +0200 |
commit | 4974090d33011edf6c4112ea881741f2bf288a8f (patch) | |
tree | 853d00e5846665dc3d899dd96896c85e0f28d150 /org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml | |
parent | 2853c61f12f44bdacac404a58cebd191f98299b1 (diff) | |
download | jgit-4974090d33011edf6c4112ea881741f2bf288a8f.tar.gz jgit-4974090d33011edf6c4112ea881741f2bf288a8f.zip |
Add org.eclipse.jgit.pgm.feature to enable consumption via p2
Orion wants to consume the pgm bundle from a p2 repository in their
build. Also add corresponding source bundle and feature to provision
sources via a target platform.
Bug: 373789
Change-Id: I0016ee155553c546606b63d310666eb10bd997e1
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml new file mode 100644 index 0000000000..d9d062072a --- /dev/null +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml @@ -0,0 +1,51 @@ +<?xml version="1.0" encoding="UTF-8"?> +<feature + id="org.eclipse.jgit.pgm" + label="%featureName" + version="2.0.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> + + <requires> + <import plugin="org.kohsuke.args4j" version="2.0.0" match="compatible"/> + <import feature="org.eclipse.jgit" version="2.0.0" match="equivalent"/> + </requires> + + <plugin + id="org.eclipse.jgit.pgm" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.eclipse.jgit.iplog" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.eclipse.jgit.ui" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + +</feature> |