aboutsummaryrefslogtreecommitdiff
path: root/spss.iaiklibsupdate/setEnvironment.bat
diff options
context:
space:
mode:
Diffstat (limited to 'spss.iaiklibsupdate/setEnvironment.bat')
-rw-r--r--spss.iaiklibsupdate/setEnvironment.bat25
1 files changed, 0 insertions, 25 deletions
diff --git a/spss.iaiklibsupdate/setEnvironment.bat b/spss.iaiklibsupdate/setEnvironment.bat
deleted file mode 100644
index 0ef21ecd8..000000000
--- a/spss.iaiklibsupdate/setEnvironment.bat
+++ /dev/null
@@ -1,25 +0,0 @@
-@echo off
-
-rem
-rem PLEASE CHANGE THIS ENV VARIABLES ACCORDING TO YOUR ENVIRONMENT!
-rem
-rem Helper script for setting env variables for the IAIK lib update script
-rem
-rem Author: Gregor Karlinger
-rem Version: $Id: $
-rem
-
-rem Home of JDK used by Apache Ant for executing the update script
-SET JAVA_HOME=C:\Programme\Java\jdk1.5.0_02
-
-rem Home of the MOA SPSS webservice install directory (the update is performed on that directory)
-rem Please set empty value if webservice update should not be performed, i.e. "SET MOA_SPSS_WS_INSTALL="
-SET MOA_SPSS_WS_INSTALL=E:\cio\projekte\basismodule\wartung\projekt\spss.server\tmp\dist\ws
-
-rem Home of the MOA SPSS API install directory (the update is performed on that directory)
-rem Please set empty value if API update should not be performed, i.e. "SET MOA_SPSS_LIB_INSTALL="
-SET MOA_SPSS_LIB_INSTALL=E:\cio\projekte\basismodule\wartung\projekt\spss.server\tmp\dist\lib
-
-rem Home of the MOA SPSS development directory (the update is performed on that directory)
-rem Please set empty value if dev update should not be performed, i.e. "SET MOA_SPSS_DEV="
-SET MOA_SPSS_DEV=E:\cio\projekte\basismodule\wartung\projekt\spss.server\tmp\dist\src