diff --git a/test-jetty-webapp/src/main/webapp/WEB-INF/acme-taglib.tld b/test-jetty-webapp/src/main/webapp/WEB-INF/acme-taglib.tld
deleted file mode 100644
index 03adecef5e1..00000000000
--- a/test-jetty-webapp/src/main/webapp/WEB-INF/acme-taglib.tld
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
-
-
- 1.0
- 1.2
- acme
- http://www.acme.com/taglib
- taglib example
-
- com.acme.TagListener
-
-
-
- date
- com.acme.DateTag
- TAGDEPENDENT
- Display Date
-
- tz
- false
-
-
-
-
diff --git a/test-jetty-webapp/src/main/webapp/WEB-INF/acme-taglib2.tld b/test-jetty-webapp/src/main/webapp/WEB-INF/acme-taglib2.tld
deleted file mode 100644
index 3edb7bb14f3..00000000000
--- a/test-jetty-webapp/src/main/webapp/WEB-INF/acme-taglib2.tld
+++ /dev/null
@@ -1,35 +0,0 @@
-
-
-
- Acme JSP2 tags
- 1.0
- acme2
- http://www.acme.com/taglib2
-
- Simple Date formatting
- date2
- com.acme.Date2Tag
- scriptless
-
- Day of the Month
- day
-
-
- Month of the Year
- month
-
-
- Year
- year
-
-
- format
- true
- true
-
-
-
-
diff --git a/test-jetty-webapp/src/main/webapp/WEB-INF/tags/CVS/Entries b/test-jetty-webapp/src/main/webapp/WEB-INF/tags/CVS/Entries
deleted file mode 100644
index e7449577fd7..00000000000
--- a/test-jetty-webapp/src/main/webapp/WEB-INF/tags/CVS/Entries
+++ /dev/null
@@ -1,2 +0,0 @@
-/panel.tag/1.1/Sat Nov 8 22:30:42 2003//
-D
diff --git a/test-jetty-webapp/src/main/webapp/WEB-INF/tags/CVS/Repository b/test-jetty-webapp/src/main/webapp/WEB-INF/tags/CVS/Repository
deleted file mode 100644
index 3981e37c04b..00000000000
--- a/test-jetty-webapp/src/main/webapp/WEB-INF/tags/CVS/Repository
+++ /dev/null
@@ -1 +0,0 @@
-core/training/osJ2eeWebTraining/exercises/webappsrc/day2jsp/WEB-INF/tags
diff --git a/test-jetty-webapp/src/main/webapp/WEB-INF/tags/CVS/Root b/test-jetty-webapp/src/main/webapp/WEB-INF/tags/CVS/Root
deleted file mode 100644
index 3109ddb0e62..00000000000
--- a/test-jetty-webapp/src/main/webapp/WEB-INF/tags/CVS/Root
+++ /dev/null
@@ -1 +0,0 @@
-:ext:jules@cvs.coredevelopers.net:/cvsroot
diff --git a/test-jetty-webapp/src/main/webapp/WEB-INF/tags/panel.tag b/test-jetty-webapp/src/main/webapp/WEB-INF/tags/panel.tag
deleted file mode 100644
index fa0540a61db..00000000000
--- a/test-jetty-webapp/src/main/webapp/WEB-INF/tags/panel.tag
+++ /dev/null
@@ -1,17 +0,0 @@
-<%--
- - Copyright (c) 2002 The Apache Software Foundation. All rights
- - reserved.
---%>
-<%@ attribute name="color" %>
-<%@ attribute name="bgcolor" %>
-<%@ attribute name="title" %>
-
-
- ${title} |
-
-
-
-
- |
-
-