From 4991bef81c7e9eb8f3f94309b1c3a1f9b8cc02ee Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Thu, 31 May 2012 14:14:50 +0200 Subject: Cleanup bin & add eclipse launch configurations --- bin/runGUI.bat | 6 ------ 1 file changed, 6 deletions(-) delete mode 100755 bin/runGUI.bat (limited to 'bin/runGUI.bat') diff --git a/bin/runGUI.bat b/bin/runGUI.bat deleted file mode 100755 index 90ce2b8..0000000 --- a/bin/runGUI.bat +++ /dev/null @@ -1,6 +0,0 @@ -@echo off -title Cristal 2 Gui -call env.bat -cd %CRISTAL_HOME% -del %CRISTAL_HOME%\guiLog.txt -java -classpath %LOCALCLASSPATH% com.c2kernel.gui.Main -logFile %CRISTAL_HOME%\guiLog.txt -logLevel 0 -config %CRISTAL_HOME%\bin\conf\client.conf -connect %1 -- cgit v1.2.3