Skip to content

Commit

Permalink
#238: Fix 'jrun' scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
jenetics committed Jul 20, 2017
1 parent ac87d9a commit fe0f011
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions jrun
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
SCRIPT_DIR=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)

MODULES=(
"${SCRIPT_DIR}/org.jenetics"
"${SCRIPT_DIR}/org.jenetics.example"
"${SCRIPT_DIR}/org.jenetics.ext"
"${SCRIPT_DIR}/org.jenetics.prog"
"${SCRIPT_DIR}/org.jenetics.tool"
"${SCRIPT_DIR}/org.jenetics.xml"
"${SCRIPT_DIR}/jenetics"
"${SCRIPT_DIR}/jenetics.example"
"${SCRIPT_DIR}/jenetics.ext"
"${SCRIPT_DIR}/jenetics.prog"
"${SCRIPT_DIR}/jenetics.tool"
"${SCRIPT_DIR}/jenetics.xml"
)

CLASSPATH="."
Expand Down
12 changes: 6 additions & 6 deletions jrun.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ setlocal EnableDelayedExpansion
set SCRIPT_DIR=%~dp0

set MODULES=(^
%SCRIPT_DIR%org.jenetics^
%SCRIPT_DIR%org.jenetics.example^
%SCRIPT_DIR%org.jenetics.ext^
%SCRIPT_DIR%org.jenetics.prog^
%SCRIPT_DIR%org.jenetics.tool^
%SCRIPT_DIR%org.jenetics.xml^
%SCRIPT_DIR%jenetics^
%SCRIPT_DIR%jenetics.example^
%SCRIPT_DIR%jenetics.ext^
%SCRIPT_DIR%jenetics.prog^
%SCRIPT_DIR%jenetics.tool^
%SCRIPT_DIR%jenetics.xml^
)

set CLASSPATH=.
Expand Down

0 comments on commit fe0f011

Please sign in to comment.