wro4j ausgebaut
[website] / src / test / resources / jetty-web.xml
diff --git a/src/test/resources/jetty-web.xml b/src/test/resources/jetty-web.xml
deleted file mode 100644 (file)
index b3ca1a5..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<web-app xmlns="http://java.sun.com/xml/ns/javaee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
-  version="2.5">
-
-  <filter>
-    <filter-name>wro</filter-name>
-    <filter-class>ro.isdc.wro.http.WroFilter</filter-class>
-  </filter>
-
-  <filter-mapping>
-    <filter-name>wro</filter-name>
-    <url-pattern>*.css</url-pattern>
-  </filter-mapping>
-  <filter-mapping>
-    <filter-name>wro</filter-name>
-    <url-pattern>*.js</url-pattern>
-  </filter-mapping>
-
-</web-app>