aboutsummaryrefslogtreecommitdiff
path: root/spss/server/tools/src/main/scripts/configtool.bat
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2017-03-02 10:43:59 +0100
committerThomas Lenz <tlenz@iaik.tugraz.at>2017-03-02 10:43:59 +0100
commit30db55cc7a7a9bfa67b321e66bb8d1b1abf7afc9 (patch)
tree9ab8760bdfffab275b98d4e89fe5244c3d1d8809 /spss/server/tools/src/main/scripts/configtool.bat
parentc3a7ea3758c23d0d1f147aa29c13d09fd0334f35 (diff)
downloadmoa-id-spss-30db55cc7a7a9bfa67b321e66bb8d1b1abf7afc9.tar.gz
moa-id-spss-30db55cc7a7a9bfa67b321e66bb8d1b1abf7afc9.tar.bz2
moa-id-spss-30db55cc7a7a9bfa67b321e66bb8d1b1abf7afc9.zip
remove MOA-SPSS source code from MOA-ID repository. The MOA-SPSS source is already moved to a new repository.
Diffstat (limited to 'spss/server/tools/src/main/scripts/configtool.bat')
-rw-r--r--spss/server/tools/src/main/scripts/configtool.bat25
1 files changed, 0 insertions, 25 deletions
diff --git a/spss/server/tools/src/main/scripts/configtool.bat b/spss/server/tools/src/main/scripts/configtool.bat
deleted file mode 100644
index 868df11f0..000000000
--- a/spss/server/tools/src/main/scripts/configtool.bat
+++ /dev/null
@@ -1,25 +0,0 @@
-@echo off
-
-rem
-rem Script to invoke the ConfigTool class
-rem
-rem Author: Gregor Karlinger
-rem Version: $Id: $
-rem
-
-
-if %OS%=="Windows_NT" @setlocal
-
-set CONFIGTOOL=at.gv.egovernment.moa.spss.server.tools.ConfigTool
-set TOOLSPATH=%~p0
-set CLASSPATH=%TOOLSPATH%tools.jar;%TOOLSPATH%xalan.jar;
-
-if "%JAVA_HOME%"=="" goto noJavaHome
-%JAVA_HOME%\bin\java.exe -classpath %CLASSPATH% %CONFIGTOOL% %1 %2 %3 %4 %5 %6 %7 %8 %9
-goto end
-
-:noJavaHome
-echo error: JAVA_HOME not defined
-
-:end
-if %OS%=="Windows_NT" @endlocal \ No newline at end of file