# HG changeset patch # User Ingo Weinzierl # Date 1301053315 0 # Node ID 493efc8e4e284ff7a63ccbad4c90a07bd32f8fe7 # Parent 4bdb18e5f484f2e6f4c6c284b8e2b23eba488d9d Made the AddArtifactService accessible in the web.xml flys-client/trunk@1572 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r 4bdb18e5f484 -r 493efc8e4e28 flys-client/ChangeLog --- a/flys-client/ChangeLog Fri Mar 25 11:37:36 2011 +0000 +++ b/flys-client/ChangeLog Fri Mar 25 11:41:55 2011 +0000 @@ -1,3 +1,7 @@ +2011-03-25 Ingo Weinzierl + + * src/main/webapp/WEB-INF/web.xml: Made the AddArtifactService accessible. + 2011-03-25 Ingo Weinzierl * src/main/java/de/intevation/flys/client/client/services/AddArtifactServiceAsync.java, diff -r 4bdb18e5f484 -r 493efc8e4e28 flys-client/src/main/webapp/WEB-INF/web.xml --- a/flys-client/src/main/webapp/WEB-INF/web.xml Fri Mar 25 11:37:36 2011 +0000 +++ b/flys-client/src/main/webapp/WEB-INF/web.xml Fri Mar 25 11:41:55 2011 +0000 @@ -66,6 +66,16 @@ /flys/advance + + add-artifact + de.intevation.flys.client.server.AddArtifactServiceImpl + + + + add-artifact + /flys/add-artifact + + FLYS.html