diff --git a/agent/Makefile.in b/agent/Makefile.in index c20389f0f39fc31344093aeeebdc8949c345379c..c0891dfa0e8a3d33f13a91383966ad537a4b701c 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 94042e13aed7c08838c0910cc6367330a32ab4c1..3233e55ec26e75eb6418b755bff8251908a25315 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 5d9d36e8471fe842450e20fa31b287cd7c7b9740..15a41b3080d10b625769afcc88b66ffae5534655 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)