From a7d356baff2cbca7bc282d83fcd658bef8d09255 Mon Sep 17 00:00:00 2001 From: Axel Uhl Date: Tue, 12 Apr 2022 16:36:25 +0200 Subject: [PATCH] bug5694: adjusted to file:// + path which corresponds with the file URL spec now --- .../scripts/createLocalTargetDef.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/java/com.sap.sailing.targetplatform/scripts/createLocalTargetDef.sh b/java/com.sap.sailing.targetplatform/scripts/createLocalTargetDef.sh index 6e2a11700b4..3be9406c688 100755 --- a/java/com.sap.sailing.targetplatform/scripts/createLocalTargetDef.sh +++ b/java/com.sap.sailing.targetplatform/scripts/createLocalTargetDef.sh @@ -6,8 +6,8 @@ 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" +local_repo_aws_sdk="file://$local_repo_aws_sdk" # replace remote p2-repo URL with local repo URL sed -e "/^ $base-local.target