Skip to content

Commit

Permalink
changing the location of batch file
Browse files Browse the repository at this point in the history
  • Loading branch information
easility committed Feb 22, 2013
1 parent 0ce69c8 commit 9352d6b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ REM Ensure that any user defined CLASSPATH variables are not used on startup
set CLASSPATH=

REM For each jar in the lib directory call append to build the CLASSPATH variable.
for %%i in ("..\output\jardist\*.jar") do call :append "%%i"
for %%i in ("..\..\..\output\jardist\*.jar") do call :append "%%i"

goto okClasspath

Expand All @@ -18,7 +18,7 @@ goto :eof

:okClasspath
REM Include the \classes directory so it works in development
set PLAYORM_CLASSPATH="..\bin";%CLASSPATH%;
set PLAYORM_CLASSPATH="..\..\..\bin";%CLASSPATH%;

SET A_PORT=8000
SET A_DBG=-Xdebug -Xrunjdwp:transport=dt_socket,address=127.0.0.1:8000,suspend=y
Expand Down

0 comments on commit 9352d6b

Please sign in to comment.