Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Wolf2019-03-28 21:28:47 +0000
committerMatthias Sohn2019-03-31 00:13:53 +0000
commiteeab375796bd7611dd0fc0c28040f2d7594b69f8 (patch)
tree1c4e3b67df9ed85d0891eed8b5b8fc4dae8041c0 /org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/feature.xml
parenta2901cf9dcd6145f3e2aa4c17b8bff67aed5639e (diff)
downloadjgit-eeab375796bd7611dd0fc0c28040f2d7594b69f8.tar.gz
jgit-eeab375796bd7611dd0fc0c28040f2d7594b69f8.tar.xz
jgit-eeab375796bd7611dd0fc0c28040f2d7594b69f8.zip
[releng] Fix dependencies between features
Add dependencies from source to binary features and enforce the same version. Restrict the dependencies between binary features by version, too. Adapt the version.sh script to properly replace these version numbers. Bug: 545906 Change-Id: I953616e58d27accdf61b49f6435a54895bcbf6da Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch> 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.xml1
1 files changed, 1 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
index 0079970df8..bbd1ffe40d 100644
--- a/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/feature.xml
+++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/feature.xml
@@ -24,6 +24,7 @@
<requires>
<import plugin="com.jcraft.jsch"/>
+ <import plugin="org.eclipse.jgit" version="5.4.0" match="equivalent"/>
</requires>
<plugin

Back to the top