[jetty/f21] Set glassfish as default jsp implementation

Michael Šimáček msimacek at fedoraproject.org
Fri Jan 2 16:01:37 UTC 2015


commit 6529c1d8cd40c809f6d43a25eb3803b2f427bcb2
Author: Michael Simacek <msimacek at redhat.com>
Date:   Fri Jan 2 16:49:30 2015 +0100

    Set glassfish as default jsp implementation

 jetty.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/jetty.spec b/jetty.spec
index 67b2e3b..030ce17 100644
--- a/jetty.spec
+++ b/jetty.spec
@@ -629,6 +629,7 @@ cp %{SOURCE6} .
 sed -i '/<SystemProperty name="jetty.state"/d' \
     jetty-distribution/src/main/resources/etc/jetty-started.xml
 
+sed -i '/jsp-impl=/s/apache/glassfish/' jetty-distribution/src/main/resources/modules/jsp.mod
 
 # Looks like all CDDL licensed content in tarball has been replaced,
 # we don't need to install this license
@@ -888,6 +889,7 @@ exit 0
 %changelog
 * Fri Jan 02 2015 Michael Simacek <msimacek at redhat.com> - 9.2.1-3
 - Include symlink to jetty-schemas (RHBZ#1170829)
+- Set glassfish as default jsp implementation
 
 * Fri Oct 10 2014 Michael Simacek <msimacek at redhat.com> - 9.2.1-2
 - Add missing requires jetty-start


More information about the scm-commits mailing list