From: Olivier Capillon Date: Tue, 22 Jun 2010 11:27:30 +0000 (+0000) Subject: Bug 304 - correction in launch.bat X-Git-Tag: argeo-slc-2.1.7~1275 X-Git-Url: http://git.argeo.org/?a=commitdiff_plain;h=83406fd99d28f541456ad772d405196094747235;p=gpl%2Fargeo-slc.git Bug 304 - correction in launch.bat git-svn-id: https://svn.argeo.org/slc/trunk@3617 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- diff --git a/runtime/org.argeo.slc.launcher/src/main/base/launch.bat b/runtime/org.argeo.slc.launcher/src/main/base/launch.bat index 0b8384295..c76e95278 100644 --- a/runtime/org.argeo.slc.launcher/src/main/base/launch.bat +++ b/runtime/org.argeo.slc.launcher/src/main/base/launch.bat @@ -7,4 +7,4 @@ TITLE %1 cd %WORK_DIR% -java %JAVA_OPTS% -jar "%LIB_DIR%\lib\org.eclipse.osgi-${version.equinox}.jar" -clean -console -configuration "%WORK_DIR%\conf" -data "%WORK_DIR%\data" \ No newline at end of file +java %JAVA_OPTS% -jar "%LIB_DIR%\org.eclipse.osgi-${version.equinox}.jar" -clean -console -configuration "%WORK_DIR%\conf" -data "%WORK_DIR%\data" \ No newline at end of file