Revision: 6555
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=6555&view=rev
Author: gerdwagner
Date: 2012-01-05 19:36:06 +0000 (Thu, 05 Jan 2012)
Log Message:
-----------
3026995 Fixed problem in squirrel-sql.bat for 64-bit windows
Modified Paths:
--------------
trunk/sql12/doc/src/main/resources/changes.txt
trunk/sql12/installer/squirrelsql-launcher/src/main/resources/squirrel-sql.bat
Modified: trunk/sql12/doc/src/main/resources/changes.txt
===================================================================
--- trunk/sql12/doc/src/main/resources/changes.txt 2012-01-04 20:36:28 UTC (rev 6554)
+++ trunk/sql12/doc/src/main/resources/changes.txt 2012-01-05 19:36:06 UTC (rev 6555)
@@ -14,7 +14,12 @@
With this feature it is possible to work with shared repositories of Graphs.
+Bug fixes:
+3026995 Fixed problem in squirrel-sql.bat for 64-bit windows.
+
+
+
3.3.0 (11/20/2011)
==================
Modified: trunk/sql12/installer/squirrelsql-launcher/src/main/resources/squirrel-sql.bat
===================================================================
--- trunk/sql12/installer/squirrelsql-launcher/src/main/resources/squirrel-sql.bat 2012-01-04 20:36:28 UTC (rev 6554)
+++ trunk/sql12/installer/squirrelsql-launcher/src/main/resources/squirrel-sql.bat 2012-01-05 19:36:06 UTC (rev 6555)
@@ -1,7 +1,7 @@
@echo off
@rem IZPACK_JAVA is filtered in by the IzPack installer when this script is installed
-set IZPACK_JAVA=%JAVA_HOME%
+set IZPACK_JAVA="%JAVA_HOME%"
@rem We detect the java executable to use according to the following algorithm:
@rem
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|