[jboss-as/f17] Enable org.jboss.as.webservices virtual modules

Marek Goldmann goldmann at fedoraproject.org
Mon May 28 06:56:21 UTC 2012


commit bebe7e48d2f88e4487850343c63df64bbabca192
Author: Marek Goldmann <mgoldman at redhat.com>
Date:   Thu May 10 13:38:07 2012 +0200

    Enable org.jboss.as.webservices virtual modules

 jboss-as.spec |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/jboss-as.spec b/jboss-as.spec
index a6f311a..0834179 100644
--- a/jboss-as.spec
+++ b/jboss-as.spec
@@ -11,8 +11,12 @@
 
 %global jbuid 185
 
+# Enabled modules:
 %global modules cli cmp connector controller-client controller deployment-repository deployment-scanner domain-management ee ejb3 embedded host-controller jaxrs jmx logging mail naming network platform-mbean pojo process-controller protocol remoting sar security server threads transactions web weld
 
+# Additional modules enabled, but not listed above because of different structure:
+# clustering
+
 Name:             jboss-as
 Version:          7.1.1
 Release:          2%{?dist}
@@ -85,6 +89,7 @@ Patch51:          0052-Remove-jbossweb-native-dependency.-We-ll-have-unpack.patc
 Patch52:          0053-Add-dependencies-to-minimal-for-missing-modules-to-r.patch
 Patch53:          0054-Added-org.jboss.as.sar-module.patch
 Patch54:          0055-Added-org.jboss.as.host-controller-module.patch
+Patch55:          0056-Added-org.jboss.as.webservices.server.integration-an.patch
 
 BuildArch:        noarch
 
@@ -352,6 +357,7 @@ This package contains the API documentation for %{name}.
 %patch52 -p1
 %patch53 -p1
 %patch54 -p1
+%patch55 -p1
 
 %build
 # We don't have packaged all test dependencies (jboss-test for example)


More information about the scm-commits mailing list