File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ if not [%home%] == [] set homeOption=-Dcivilizer.private_home_path=%home%
2626
2727cd " !extraPath! \.."
2828echo [ %hostScript% ] Exporting Data...
29- java -cp " %classPath% " " %homeOption% " com.civilizer.extra.tools.DataBroker -export %exportPath%
29+ java -cp " %classPath% " %homeOption% com.civilizer.extra.tools.DataBroker -export %exportPath%
3030
3131:: Everything is OK... :-)
3232goto :eof
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ if not [%home%] == [] set homeOption=-Dcivilizer.private_home_path=%home%
2525
2626cd " !extraPath! \.."
2727echo [ %hostScript% ] Importing Data...
28- java -cp " %classPath% " " %homeOption% " com.civilizer.extra.tools.DataBroker -import %importPath%
28+ java -cp " %classPath% " %homeOption% com.civilizer.extra.tools.DataBroker -import %importPath%
2929
3030:: Everything is OK... :-)
3131goto :eof
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ if exist "..\pom.xml" cd ..
3232echo [ %hostScript% ] Loading Civilizer...
3333java -Dorg.eclipse.jetty.util.log.class=org.eclipse.jetty.util.log.StdErrLog ^
3434 -Dorg.eclipse.jetty.LEVEL=INFO ^
35- -cp " %classPath% " com.civilizer.extra.tools.Launcher --port %port% --home " %home% "
35+ -cp " %classPath% " com.civilizer.extra.tools.Launcher --port %port% --home %home%
3636
3737:: Everything is OK... :-)
3838goto :eof
You can’t perform that action at this time.
0 commit comments