From 1628e374f7d1987c013149caa0a3130a27fe7064 Mon Sep 17 00:00:00 2001 From: Rosta Spinar Date: Thu, 22 Nov 2007 12:03:17 +0000 Subject: [PATCH] Update CIT's site makefile --- .gitignore | 2 ++ contrib/Makefile.local.cit | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 32d2c5c..de4efcb 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ build remote-ws-*.jar server-config.wsdd tags +Makefile.local + diff --git a/contrib/Makefile.local.cit b/contrib/Makefile.local.cit index 9cb4c41..5cb0c36 100644 --- a/contrib/Makefile.local.cit +++ b/contrib/Makefile.local.cit @@ -36,8 +36,8 @@ ADMINPASS = # # Leave DEPLOYHOST empty to deploy files locally. -DEPLOYHOST = remote-server -DEPLOYPATH = /opt/apache-tomcat-5.5.12/webapps/axis/WEB-INF/classes/ +DEPLOYHOST = testbed.aws.cit.ie +DEPLOYPATH = /var/lib/tomcat-5.5/webapps/axis/WEB-INF/lib DEPLOYLOCATION = $(DEPLOYHOST)$(if $(DEPLOYHOST),:)$(DEPLOYPATH) -- 2.11.4.GIT