diff flys-client/src/main/webapp/WEB-INF/web.xml @ 1319:6ba17b628552

Added RemoveArtifactService. flys-client/trunk@2960 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Thu, 13 Oct 2011 12:28:21 +0000
parents 0f3b19df1880
children 4c65c5b60a86
line wrap: on
line diff
--- a/flys-client/src/main/webapp/WEB-INF/web.xml	Thu Oct 13 12:25:07 2011 +0000
+++ b/flys-client/src/main/webapp/WEB-INF/web.xml	Thu Oct 13 12:28:21 2011 +0000
@@ -287,6 +287,16 @@
     <url-pattern>/flys/describe</url-pattern>
   </servlet-mapping>
 
+  <servlet>
+    <servlet-name>remove-artifact</servlet-name>
+    <servlet-class>de.intevation.flys.client.server.RemoveArtifactServiceImpl</servlet-class>
+  </servlet>
+  
+  <servlet-mapping>
+    <servlet-name>remove-artifact</servlet-name>
+    <url-pattern>/flys/remove-artifact</url-pattern>
+  </servlet-mapping>
+
   <!-- Default page to serve -->
   <welcome-file-list>
     <welcome-file>FLYS.html</welcome-file>

http://dive4elements.wald.intevation.org