瀏覽代碼

Fix version.sh to update version of imported jgit features

Change-Id: I9f29e84b4d357ac8910b8dc534ea91dc9be96079
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
tags/v4.8.0.201705170830-rc1
Matthias Sohn 7 年之前
父節點
當前提交
4cfaef4c20
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      tools/version.sh

+ 1
- 0
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 '

Loading…
取消
儲存