bug5694: removed slash in file:/ URL for local repo

This commit is contained in:
Axel Uhl
2022-04-12 15:46:19 +02:00
parent b1e344ef42
commit 6f2abec303
@@ -6,7 +6,7 @@ remote_repo="https://p2.sapsailing.com/p2/sailing/"
remote_repo_aws_sdk="https://p2.sapsailing.com/p2/aws-sdk/"
#reading the filepath and editing it, so it fits for eclipse #currently save works for cygwin, gitbash and linux
local_repo=$(correct_file_path "`readlink -f ../../com.sap.sailing.targetplatform.base/target/repository/`")
local_repo="file:/$local_repo"
local_repo="file:$local_repo"
local_repo_aws_sdk=$(correct_file_path "`readlink -f ../../com.amazon.aws.aws-java-api.updatesite/target/repository/`")
local_repo_aws_sdk="file:/$local_repo_aws_sdk"
# replace remote p2-repo URL with local repo URL