# HG changeset patch # User Ingo Weinzierl # Date 1299664262 0 # Node ID e8745ca02f2b5893cdc2d35e212de114adf8dd74 # Parent 5709bd8f4d7c0724bc027adf948e7b382a08ae7a Removed the GreetingService - was added initially while repository creation. flys-client/trunk@1434 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r 5709bd8f4d7c -r e8745ca02f2b flys-client/ChangeLog --- a/flys-client/ChangeLog Wed Mar 09 09:41:45 2011 +0000 +++ b/flys-client/ChangeLog Wed Mar 09 09:51:02 2011 +0000 @@ -1,3 +1,11 @@ +2011-03-09 Ingo Weinzierl + + * src/test/java/de/intevation/flys/client/FLYSJUnit.gwt.xml, + src/main/java/de/intevation/flys/client/client/GreetingServiceAsync.java, + src/main/java/de/intevation/flys/client/client/GreetingService.java: + Removed the GreetingService from out application - this service has been + added initially by creating this repository. + 2011-03-09 Ingo Weinzierl * src/main/java/de/intevation/flys/client/client/FLYSMessages_en.properties, diff -r 5709bd8f4d7c -r e8745ca02f2b flys-client/src/main/java/de/intevation/flys/client/client/GreetingService.java --- a/flys-client/src/main/java/de/intevation/flys/client/client/GreetingService.java Wed Mar 09 09:41:45 2011 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -package de.intevation.flys.client.client; - -import com.google.gwt.user.client.rpc.RemoteService; -import com.google.gwt.user.client.rpc.RemoteServiceRelativePath; - -/** - * The client side stub for the RPC service. - */ -@RemoteServiceRelativePath("greet") -public interface GreetingService extends RemoteService { - String greetServer(String name) throws IllegalArgumentException; -} diff -r 5709bd8f4d7c -r e8745ca02f2b flys-client/src/main/java/de/intevation/flys/client/client/GreetingServiceAsync.java --- a/flys-client/src/main/java/de/intevation/flys/client/client/GreetingServiceAsync.java Wed Mar 09 09:41:45 2011 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,11 +0,0 @@ -package de.intevation.flys.client.client; - -import com.google.gwt.user.client.rpc.AsyncCallback; - -/** - * The async counterpart of GreetingService. - */ -public interface GreetingServiceAsync { - void greetServer(String input, AsyncCallback callback) - throws IllegalArgumentException; -} diff -r 5709bd8f4d7c -r e8745ca02f2b flys-client/src/test/java/de/intevation/flys/client/FLYSJUnit.gwt.xml --- a/flys-client/src/test/java/de/intevation/flys/client/FLYSJUnit.gwt.xml Wed Mar 09 09:41:45 2011 +0000 +++ b/flys-client/src/test/java/de/intevation/flys/client/FLYSJUnit.gwt.xml Wed Mar 09 09:51:02 2011 +0000 @@ -4,6 +4,8 @@ +