Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2015-02-18 18:46:58 +0000
committerJoakim Erdfelt2015-02-18 18:46:58 +0000
commit2c9edae231372601ad989280e1ae9e7675e99ecd (patch)
tree5b50eb46c27374b1a53683ca8cdcedec5855f3c5 /apache-jstl
parente18573f4a31ec61b393c19c8f55cb0c629c8c4d8 (diff)
downloadorg.eclipse.jetty.project-2c9edae231372601ad989280e1ae9e7675e99ecd.tar.gz
org.eclipse.jetty.project-2c9edae231372601ad989280e1ae9e7675e99ecd.tar.xz
org.eclipse.jetty.project-2c9edae231372601ad989280e1ae9e7675e99ecd.zip
459681 Remove Glassfish JSP in favor of Apache JSP
+ Fixed names in apache-jsp and apache-jstl modules + Updated jetty-start tests to better represent new distribution structure.
Diffstat (limited to 'apache-jstl')
-rw-r--r--apache-jstl/src/main/config/modules/apache-jstl.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/apache-jstl/src/main/config/modules/apache-jstl.mod b/apache-jstl/src/main/config/modules/apache-jstl.mod
index 804b19131b..5d607520df 100644
--- a/apache-jstl/src/main/config/modules/apache-jstl.mod
+++ b/apache-jstl/src/main/config/modules/apache-jstl.mod
@@ -2,7 +2,7 @@
# Apache JSTL
#
[name]
-jstl-impl
+apache-jstl
[lib]
lib/apache-jstl/*.jar

Back to the top