diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2010-05-11 14:35:26 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2010-05-11 14:35:26 +0200 |
commit | e36c2aa845c638cb656d11b90f67f6fd66aa1d6d (patch) | |
tree | 0774a39b53c929dd9b828a83c77eb056d759a896 /org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/feature.xml | |
parent | f3fb5824ba45197787bc4ffb81fafcd576c60291 (diff) | |
download | jgit-e36c2aa845c638cb656d11b90f67f6fd66aa1d6d.tar.gz jgit-e36c2aa845c638cb656d11b90f67f6fd66aa1d6d.zip |
Expose org.eclipse.jgit.junit via jgit p2 repository
EGit Tycho builds on build.eclipse.org frequently hit corrupted artifacts
which leads to broken builds. Cleaning up these corrupted files is tedious
since it requires file system access on the build server. Hence we want to
switch to use job-local m2 repositories. This requires that build artifacts
are shared between the jgit and egit build jobs via p2. Therefore the
bundle org.eclipse.jgit.junit needs to be exposed via p2 repository.
Change-Id: I0ccd7763eede117cb68240fdd25f13d6e6f6a2c1
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/feature.xml')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/feature.xml | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/feature.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/feature.xml new file mode 100644 index 0000000000..e6269b6166 --- /dev/null +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/feature.xml @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="UTF-8"?> +<feature + id="org.eclipse.jgit.junit" + label="%featureName" + version="0.8.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="com.jcraft.jsch"/> + </requires> + + <plugin + id="org.eclipse.jgit.junit" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> +</feature> |