[cxf] Enabled databinding modules

Patryk Obara dreamertan at fedoraproject.org
Mon Aug 13 10:32:09 UTC 2012


commit af5b1c2df69c564350fe5de70020ef3a91aead93
Author: Patryk Obara <pobara at redhat.com>
Date:   Mon Aug 13 12:31:18 2012 +0200

    Enabled databinding modules

 0013-enable-databindings-modules.patch |   34 ++++++++++++++++++++++++++++++++
 cxf.spec                               |   10 ++++++++-
 2 files changed, 43 insertions(+), 1 deletions(-)
---
diff --git a/0013-enable-databindings-modules.patch b/0013-enable-databindings-modules.patch
new file mode 100644
index 0000000..847cc8b
--- /dev/null
+++ b/0013-enable-databindings-modules.patch
@@ -0,0 +1,34 @@
+From fd199f00cda462880f8b9bfd660ccc959aae3b96 Mon Sep 17 00:00:00 2001
+From: Patryk Obara <dreamer.tan at gmail.com>
+Date: Mon, 13 Aug 2012 11:27:45 +0200
+Subject: [PATCH 13/13] enable databindings modules
+
+---
+ rt/pom.xml | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/rt/pom.xml b/rt/pom.xml
+index 247814e..383ceea 100644
+--- a/rt/pom.xml
++++ b/rt/pom.xml
+@@ -37,14 +37,14 @@
+         <module>transports/local</module>
+         <module>databinding/jaxb</module>
+ 		<!-- <module>databinding/xmlbeans</module> -->
+-		<!-- <module>databinding/aegis</module> -->
++		<module>databinding/aegis</module>
+ 		<!-- <module>databinding/sdo</module> -->
+-		<!-- <module>databinding/jibx</module> -->
++		<module>databinding/jibx</module>
+         <module>bindings</module>
+         <module>frontend/simple</module>
+ 		<module>frontend/jaxws</module>
+ 		<!-- <module>frontend/jaxrs</module> -->
+-		<!-- <module>frontend/js</module> -->
++		<module>frontend/js</module> <!-- ! -->
+         <module>transports/common</module>
+ 		<module>transports/http</module>
+ 		<!-- <module>transports/http-jetty</module> -->
+-- 
+1.7.11.2
+
diff --git a/cxf.spec b/cxf.spec
index 3a9a4a6..99a2f2f 100644
--- a/cxf.spec
+++ b/cxf.spec
@@ -3,7 +3,7 @@
 
 Name:           cxf
 Version:        2.4.8
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Apache CXF
 License:        ASL 2.0
 Group:          Development/Libraries
@@ -23,6 +23,7 @@ Patch8:         0009-replace-geronimo-javamail.patch
 Patch9:         0010-disable-maven-remote-resources-plugin.patch
 Patch10:        0011-disable-optional-xsd-validation.patch
 Patch11:        0012-enable-http-jms-related-modules.patch
+Patch12:        0013-enable-databindings-modules.patch
 
 BuildArch:      noarch
 
@@ -198,6 +199,7 @@ Apache CXF Command Line Tools.
 %patch9 -p1
 %patch10 -p1
 %patch11 -p1
+%patch12 -p1
 
 find . -name "*.jar" -delete
 find . -name "*.class" -delete
@@ -309,8 +311,11 @@ rt bindings/soap
 rt bindings/xml
 rt core
 rt databinding/jaxb
+rt databinding/aegis
+rt databinding/jibx
 rt frontend/simple
 rt frontend/jaxws
+rt frontend/js
 rt management
 rt transports/common
 rt transports/http
@@ -367,6 +372,9 @@ cp -rp target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}
 
 
 %changelog
+* Mon Aug 13 2012 Patryk Obara <pobara at redhat.com> 2.4.8-5
+- Enabled modules: databinding/aegis, databinding/jibx, frontend/js
+
 * Fri Aug 10 2012 Patryk Obara <pobara at redhat.com> 2.4.8-4
 - Enabled modules: frontend/jaxws, bindings/http, transports/http, transports/jms, ws/rm
 


More information about the scm-commits mailing list