Index: /FCKeditor.Java/branches/2.4/pom.xml
===================================================================
--- /FCKeditor.Java/branches/2.4/pom.xml	(revision 1405)
+++ /FCKeditor.Java/branches/2.4/pom.xml	(revision 1406)
@@ -71,35 +71,6 @@
 				<configuration>
 					<useTestClasspath>true</useTestClasspath>
-					<!--<systemProperties>
-						<systemProperty>
-							<name>log4j.configuration</name>
-							<value>
-								file:./target/test-classes/log4j.properties
-							</value>
-						</systemProperty>
-						<systemProperty>
-							<name>log4j.debug</name>
-							<value>true</value>
-						</systemProperty>
-					</systemProperties>
-					<webAppConfig>
-						<serverClasses>
-							<serverClass>org.apache.log4j.</serverClass>
-						</serverClasses>
-					</webAppConfig>
-				--></configuration>
-				<!--<dependencies>
-					<dependency>
-						<groupId>org.slf4j</groupId>
-						<artifactId>slf4j-log4j12</artifactId>
-						<version>1.4.3</version>
-					</dependency>
-					<dependency>
-						<groupId>log4j</groupId>
-						<artifactId>log4j</artifactId>
-						<version>1.2.14</version>
-					</dependency>
-				</dependencies>
-			--></plugin>
+					</configuration>
+			</plugin>
 			<plugin>
 				<artifactId>maven-compiler-plugin</artifactId>
@@ -176,5 +147,5 @@
 					<webXml>src/main/webapp/WEB-INF/web_war.xml</webXml>
 					<warSourceExcludes>
-						WEB-INF/web_*.xml,WEB-INF/tld/
+						WEB-INF/web_*.xml,WEB-INF/tld/,test-jsp/
 					</warSourceExcludes>
 				</configuration>
