Skip to content

Commit

Permalink
Update osmosis.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanttt committed Jul 14, 2015
1 parent 0ae17d4 commit 9365c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/bin/osmosis.bat
Expand Up @@ -35,7 +35,7 @@ REM Change back to the original directory
cd /D %SAVEDIR%

set MAINCLASS=org.codehaus.classworlds.Launcher
set PLEXUS_CP=%MYAPP_HOME%\lib\default\plexus-classworlds-2.4.jar
set PLEXUS_CP=%MYAPP_HOME%\lib\default\plexus-classworlds-2.5.2.jar
SET EXEC="%JAVACMD%" %JAVACMD_OPTIONS% -cp "%PLEXUS_CP%" -Dapp.home="%MYAPP_HOME%" -Dclassworlds.conf="%MYAPP_HOME%\config\plexus.conf" %MAINCLASS% %OSMOSIS_OPTIONS% %*

%EXEC%

0 comments on commit 9365c01

Please sign in to comment.