From ed601856cb426af5bc4e5d5d9c508e4532d6992b Mon Sep 17 00:00:00 2001 From: Vinicius Ruoso <vkr07@c3sl.ufpr.br> Date: Wed, 24 Feb 2010 16:07:43 -0300 Subject: [PATCH] src/Makefile: Updated URL configuration variable The WSDL request to the webservice will be redirected to the correct server address. Signed-off-by: Vinicius Ruoso <vkr07@c3sl.ufpr.br> Signed-off-by: Danilo K. S. Yorinori <danilok@c3sl.ufpr.br> --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index f29b414..e6ad486 100644 --- a/src/Makefile +++ b/src/Makefile @@ -25,7 +25,7 @@ PUSER = PPASSWD = -URL = http://colombard.c3sl.ufpr.br/tomcat/axis/$(WSSERVER).jws?wsdl +URL = http://seed.c3sl.ufpr.br/tomcat/axis/$(WSSERVER).jws?wsdl all: install -- GitLab