Index: /FCKeditor.Java/branches/2.4/pom.xml
===================================================================
--- /FCKeditor.Java/branches/2.4/pom.xml	(revision 1462)
+++ /FCKeditor.Java/branches/2.4/pom.xml	(revision 1463)
@@ -140,5 +140,4 @@
 						</resource>
 					</webResources>
-					<webXml>src/main/webapp/WEB-INF/web_war.xml</webXml>
 					<warSourceExcludes>
 						WEB-INF/web_*.xml,WEB-INF/tld/,test-jsp/
@@ -167,4 +166,5 @@
 								<delete dir="src/main/webapp/fckeditor" />
 								<delete dir="src/main/webapp/userfiles" />
+								<delete dir="src/main/webapp/WEB-INF/tld" />
 							</tasks>
 						</configuration>
Index: Keditor.Java/branches/2.4/src/main/webapp/WEB-INF/web_war.xml
===================================================================
--- /FCKeditor.Java/branches/2.4/src/main/webapp/WEB-INF/web_war.xml	(revision 1462)
+++ 	(revision )
@@ -1,32 +1,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<web-app version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee"
-	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
->
-	<!--
-		The new minimal web.xml. All init parameters known from the 
-		version 2.3 are setted as defaults. You only need to specify these 
-		parameters, if you need different ones.
-		New init parameter:
-			- ForceSingleExtension: Default is true.
-			  (Due to security issues with Apache modules, it is recommended to leave this setting untouched!)
-	-->
-
-	<display-name>FCKeditor.Java Sample Web Application</display-name>
-	<description>FCKeditor.Java Sample Web Application</description>
-
-	<servlet>
-		<servlet-name>Connector</servlet-name>
-		<servlet-class>
-			net.fckeditor.connector.ConnectorServlet
-		</servlet-class>
-		<load-on-startup>1</load-on-startup>
-	</servlet>
-
-	<servlet-mapping>
-		<servlet-name>Connector</servlet-name>
-		<url-pattern>
-			/fckeditor/editor/filemanager/connectors/*
-		</url-pattern>
-	</servlet-mapping>
-</web-app>
