[jetty8] Enable rewrite, client modules

Peter MacKinnon pmackinn at fedoraproject.org
Tue Feb 4 23:12:15 UTC 2014


commit a4e96234eba34e2bb356e97946be9373f251d796
Author: Peter MacKinnon <pmackinn at redhat.com>
Date:   Tue Feb 4 18:12:31 2014 -0500

    Enable rewrite, client modules

 jetty8.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/jetty8.spec b/jetty8.spec
index afe0e8f..ff3af6f 100644
--- a/jetty8.spec
+++ b/jetty8.spec
@@ -2,7 +2,7 @@
 
 Name:           jetty8
 Version:        8.1.14
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Java Webserver and Servlet Container
 # Jetty is dual licensed under both ASL 2.0 and EPL 1.0, see NOTICE.txt
 # some MIT-licensed code (from Utf8Appendable) is used too
@@ -57,7 +57,7 @@ find -name "*.class" -delete
 # minimal set of modules are being built.
 %pom_xpath_remove "pom:modules"
 %pom_xpath_inject "pom:project" "<modules/>"
-for mod in continuation http io jmx security server servlet util webapp websocket xml; do
+for mod in continuation http io jmx security server servlet util webapp websocket xml client rewrite; do
   %pom_xpath_inject pom:modules "<module>jetty-$mod</module>"
 done
 
@@ -88,6 +88,9 @@ mv LICENSE-CONTRIBUTOR/CDDLv1.0.txt{.con,}
 %doc NOTICE.txt LICENSE*
 
 %changelog
+* Tue Feb 4 2014 Peter MacKinnon <pmackinn at redhat.com> - 8.1.14-3
+- Enable rewrite, client modules
+
 * Fri Jan 31 2014 Mikolaj Izdebski <mizdebsk at redhat.com> - 8.1.14-2
 - Enable websocket module
 


More information about the scm-commits mailing list