Bug 304 - correction in launch.bat
authorOlivier Capillon <olivier.capillon@gmail.com>
Tue, 22 Jun 2010 11:27:30 +0000 (11:27 +0000)
committerOlivier Capillon <olivier.capillon@gmail.com>
Tue, 22 Jun 2010 11:27:30 +0000 (11:27 +0000)
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

index 0b83842952ec4cf8c14872d9613ec447444d7ed3..c76e952780d93f22800c32236f48677de6b9a156 100644 (file)
@@ -7,4 +7,4 @@ TITLE %1
 \r
 cd %WORK_DIR%\r
 \r
-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