mirror of
https://github.com/eMoflon/emoflon-ibex-eclipse-build.git
synced 2025-04-20 07:04:32 +00:00
Updates regex string to match new Eclipse version customization config
This commit is contained in:
parent
5924e7f323
commit
f27fa7c8ed
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue