From a17eb1522352ae8e14a529a885d7c09f925070ec Mon Sep 17 00:00:00 2001 From: Diego Giovane Pasqualin <dpasqualin@c3sl.ufpr.br> Date: Wed, 1 Jul 2015 14:32:27 -0300 Subject: [PATCH] Fix server developement URL Signed-off-by: Diego Giovane Pasqualin <dpasqualin@c3sl.ufpr.br> --- agent/Makefile.in | 2 +- build-agent.sh | 4 ++-- windows-installer/Makefile | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/agent/Makefile.in b/agent/Makefile.in index c20389f..c0891df 100644 --- a/agent/Makefile.in +++ b/agent/Makefile.in @@ -47,7 +47,7 @@ WGETURL = http://gnu.c3sl.ufpr.br/ftp/wget/wget-$(WGETVER).$(WGETREL).tar.gz WGET = wget-$(WGETVER).$(WGETREL) WSNAME = DataSID -WSURL = http://bisimmcdev.c3sl.ufpr.br/axis2/services/$(WSNAME)?wsdl +WSURL = http://simmc.c3sl.ufpr.br/axis2/services/$(WSNAME)?wsdl FILES = bin/datasid-agent.sh bin/datasid-client.sh \ bin/datasid-common.sh bin/datasid-gsoap-client \ diff --git a/build-agent.sh b/build-agent.sh index 94042e1..3233e55 100755 --- a/build-agent.sh +++ b/build-agent.sh @@ -26,7 +26,7 @@ case "$1" in -t|--test) cp "${agent_dir}/conf/datasid.conf" "/tmp/datasid.conf" sed "s/WEBSERVICE=\"http:\/\/simmc.c3sl.ufpr.br\/axis2\/services\/DataSID\"\ -/WEBSERVICE=\"http:\/\/bisimmcdev.c3sl.ufpr.br\/axis2\/services\/DataSID\"/g" \ +/WEBSERVICE=\"http:\/\/simmcdev.c3sl.ufpr.br\/axis2\/services\/DataSID\"/g" \ "/tmp/datasid.conf" > "${agent_dir}/conf/datasid.conf" ;; esac @@ -43,4 +43,4 @@ cd - if [ -f "/tmp/datasid.conf" ]; then mv "/tmp/datasid.conf" "${agent_dir}/conf/" -fi \ No newline at end of file +fi diff --git a/windows-installer/Makefile b/windows-installer/Makefile index 5d9d36e..15a41b3 100644 --- a/windows-installer/Makefile +++ b/windows-installer/Makefile @@ -52,5 +52,5 @@ test: /tmp/datasidAgent.py all /tmp/datasidAgent.py: @cp $(AGENT) $@ @sed "s/URL = \"http:\/\/simmc.c3sl.ufpr.br\/axis2\/services\/DataSID\"\ - /URL = \"http:\/\/bisimmcdev.c3sl.ufpr.br\/axis2\/services\/DataSID\"/g" \ + /URL = \"http:\/\/simmcdev.c3sl.ufpr.br\/axis2\/services\/DataSID\"/g" \ $@ > $(AGENT) -- GitLab