From 4914ffa0d889ed525229c0715686b26e30cc1343 Mon Sep 17 00:00:00 2001 From: gregor Date: Fri, 24 Jun 2005 11:00:16 +0000 Subject: Erstellt. git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@370 d688527b-c9ab-4aba-bd8d-4036d912da1d --- spss.iaiklibsupdate/setEnvironment.bat | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 spss.iaiklibsupdate/setEnvironment.bat (limited to 'spss.iaiklibsupdate/setEnvironment.bat') diff --git a/spss.iaiklibsupdate/setEnvironment.bat b/spss.iaiklibsupdate/setEnvironment.bat new file mode 100644 index 000000000..0ef21ecd8 --- /dev/null +++ b/spss.iaiklibsupdate/setEnvironment.bat @@ -0,0 +1,25 @@ +@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 -- cgit v1.2.3