This is an automated email from the ASF dual-hosted git repository. paulk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/groovy.git
commit 7d4e69d2cc0674cda8db595541fc1210080ca327 Author: Paul King <[email protected]> AuthorDate: Wed May 15 19:08:26 2019 +1000 GROOVY-8647: Split package renaming (groovy-console update startup scripts) --- src/bin/groovyConsole | 2 +- src/bin/groovyConsole.bat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/groovyConsole b/src/bin/groovyConsole index 48201d8..b4fe404 100644 --- a/src/bin/groovyConsole +++ b/src/bin/groovyConsole @@ -43,4 +43,4 @@ DIRNAME="$(dirname "$PRG")" . "$DIRNAME/startGroovy" -startGroovy groovy.ui.Console "$@" +startGroovy groovy.console.ui.Console "$@" diff --git a/src/bin/groovyConsole.bat b/src/bin/groovyConsole.bat index de76b4d..7709102 100644 --- a/src/bin/groovyConsole.bat +++ b/src/bin/groovyConsole.bat @@ -27,7 +27,7 @@ if "%OS%"=="Windows_NT" setlocal set DIRNAME=%~dp0 if "%DIRNAME%" == "" set DIRNAME=.\ -"%DIRNAME%\startGroovy.bat" "%DIRNAME%" groovy.ui.Console %* +"%DIRNAME%\startGroovy.bat" "%DIRNAME%" groovy.console.ui.Console %* @rem End local scope for the variables with windows NT shell if "%OS%"=="Windows_NT" endlocal
