From 83406fd99d28f541456ad772d405196094747235 Mon Sep 17 00:00:00 2001 From: Olivier Capillon Date: Tue, 22 Jun 2010 11:27:30 +0000 Subject: [PATCH] Bug 304 - correction in launch.bat git-svn-id: https://svn.argeo.org/slc/trunk@3617 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- runtime/org.argeo.slc.launcher/src/main/base/launch.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2