Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMatthias Sohn2017-04-05 12:48:00 +0000
committerMatthias Sohn2017-04-05 12:48:00 +0000
commit4cfaef4c20b2f5082bebf020baf3684ac91ecc0c (patch)
tree31e1f5135faab58bc146b564ed063bee00663b44 /tools
parentace9e4305af2ef5a26f3da86d45377e4b33982c4 (diff)
downloadjgit-4cfaef4c20b2f5082bebf020baf3684ac91ecc0c.tar.gz
jgit-4cfaef4c20b2f5082bebf020baf3684ac91ecc0c.tar.xz
jgit-4cfaef4c20b2f5082bebf020baf3684ac91ecc0c.zip
Fix version.sh to update version of imported jgit features
Change-Id: I9f29e84b4d357ac8910b8dc534ea91dc9be96079 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/version.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/version.sh b/tools/version.sh
index 81ffe06b25..e5c98ecdc2 100755
--- a/tools/version.sh
+++ b/tools/version.sh
@@ -131,6 +131,7 @@ perl -pi~ -e '
$seen_version = 1 if (!/<\?xml/ &&
s/(version=")[^"]*(")/${1}'"$OSGI_V"'${2}/);
}
+ s/(import feature="org\.eclipse\.jgit.*" version=")[^"]*(")/${1}'"$API_V"'${2}/;
' org.eclipse.jgit.packaging/org.*.feature/feature.xml
perl -pi~ -e '

Back to the top