Updates regex string to match new Eclipse version customization config

This commit is contained in:
Maximilian Kratz 2022-12-09 08:05:05 +01:00
parent 5924e7f323
commit f27fa7c8ed

View file

@ -9,7 +9,7 @@ ECLIPSE_BASE_PATH=$3
# replacement regexs
REGEX_ECLIPSE_INI='s/org.eclipse.epp.package.common/org.emoflon.splash/g'
REGEX_CONFIG_INI='s/osgi.splashPath=platform\\:\/base\/plugins\/org.eclipse.platform/osgi.splashPath=platform\\:\/base\/plugins\/org.emoflon.splash/g'
REGEX_CONFIG_INI='s/osgi.splashPath=platform\\:\/base\/plugins\/org.eclipse.epp.package.common/osgi.splashPath=platform\\:\/base\/plugins\/org.emoflon.splash/g'
# Check for existing ENVs
if [[ -z "$MODE" ]]; then