Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2010-05-11 12:35:26 +0000
committerMatthias Sohn2010-05-11 12:35:26 +0000
commite36c2aa845c638cb656d11b90f67f6fd66aa1d6d (patch)
tree0774a39b53c929dd9b828a83c77eb056d759a896 /org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite
parentf3fb5824ba45197787bc4ffb81fafcd576c60291 (diff)
downloadjgit-e36c2aa845c638cb656d11b90f67f6fd66aa1d6d.tar.gz
jgit-e36c2aa845c638cb656d11b90f67f6fd66aa1d6d.tar.xz
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.updatesite')
-rw-r--r--org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/site.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/site.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/site.xml
index ab13de9fda..a591e8667d 100644
--- a/org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/site.xml
+++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/site.xml
@@ -6,6 +6,9 @@
<feature url="features/org.eclipse.jgit_0.0.0.qualifier.jar" id="org.eclipse.jgit" version="0.0.0" patch="true">
<category name="JGit (Incubation)"/>
</feature>
+ <feature url="features/org.eclipse.jgit.junit_0.0.0.qualifier.jar" id="org.eclipse.jgit.junit" version="0.0.0" patch="true">
+ <category name="JGit (Incubation)"/>
+ </feature>
<category-def name="JGit (Incubation)" label="JGit (Incubation)">
<description>
JGit (Incubation)

Back to the top