Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Bartel2014-05-12 09:44:41 +0000
committerJan Bartel2014-05-12 09:44:41 +0000
commit2ba7334868643a67a960e108a1d29a8786f04377 (patch)
tree2c3e6c6533c7cb63976d262b4d2d5d334156cdee /jetty-deploy/src/test/resources
parentca5a086877a4cc3244893d5bd599a0c78825cd3d (diff)
downloadorg.eclipse.jetty.project-2ba7334868643a67a960e108a1d29a8786f04377.tar.gz
org.eclipse.jetty.project-2ba7334868643a67a960e108a1d29a8786f04377.tar.xz
org.eclipse.jetty.project-2ba7334868643a67a960e108a1d29a8786f04377.zip
Fix comment in webdefault.xml to show mime.properties is in jetty-http.jar
Diffstat (limited to 'jetty-deploy/src/test/resources')
-rw-r--r--jetty-deploy/src/test/resources/etc/webdefault.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jetty-deploy/src/test/resources/etc/webdefault.xml b/jetty-deploy/src/test/resources/etc/webdefault.xml
index d87a7e24e1..13a96e9e4e 100644
--- a/jetty-deploy/src/test/resources/etc/webdefault.xml
+++ b/jetty-deploy/src/test/resources/etc/webdefault.xml
@@ -331,7 +331,7 @@
<!-- ==================================================================== -->
<!-- Default MIME mappings -->
<!-- The default MIME mappings are provided by the mime.properties -->
- <!-- resource in the org.eclipse.jetty.server.jar file. Additional or modified -->
+ <!-- resource in the jetty-http.jar file. Additional or modified -->
<!-- mappings may be specified here -->
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<!-- UNCOMMENT TO ACTIVATE

Back to the top