[wise: 6/10] Impl new method in WiseCXFConsumerImpl

Gerard Ryan galileo at fedoraproject.org
Wed Aug 7 18:31:10 UTC 2013


commit aae503c29e298884fec5a82041cdd4f47e74dc19
Author: Gerard Ryan <gerard at ryan.lt>
Date:   Tue Aug 6 22:38:57 2013 +0100

    Impl new method in WiseCXFConsumerImpl

 wise-CXFConsumerImpl.patch |   16 ++++++++++++++++
 wise.spec                  |    5 +++++
 2 files changed, 21 insertions(+), 0 deletions(-)
---
diff --git a/wise-CXFConsumerImpl.patch b/wise-CXFConsumerImpl.patch
new file mode 100644
index 0000000..696cdb7
--- /dev/null
+++ b/wise-CXFConsumerImpl.patch
@@ -0,0 +1,16 @@
+--- core-cxf/src/main/java/org/jboss/wise/core/client/consumer/WiseCXFConsumerImpl.java.orig	2013-08-06 21:15:25.507801422 +0100
++++ core-cxf/src/main/java/org/jboss/wise/core/client/consumer/WiseCXFConsumerImpl.java	2013-08-06 21:18:17.638705935 +0100
+@@ -55,6 +55,13 @@
+    private boolean additionalHeaders = false;
+    private String target;
+    private boolean nocompile = false;
++   private File clientJar = null;
++
++   @Override
++   public void setClientJar(File clientJar)
++   {
++      this.clientJar = clientJar;
++   }
+ 
+    @Override
+    public void setBindingFiles(List<File> bindingFiles)
diff --git a/wise.spec b/wise.spec
index f73935d..a1a1558 100644
--- a/wise.spec
+++ b/wise.spec
@@ -10,6 +10,9 @@ URL:            http://www.jboss.org/%{name}
 Source0:        http://download.jboss.org/%{name}/%{name}-distribution-%{version}.%{reltag}.zip
 Source1:        http://www.apache.org/licenses/LICENSE-2.0.txt
 
+# Implement abstract method setClientJar from superclass in F20+
+Patch0:         %{name}-CXFConsumerImpl.patch
+
 BuildArch: noarch
 
 BuildRequires: maven-local
@@ -70,6 +73,8 @@ cp %{SOURCE1} .
 find ../ -name '*.class' -delete
 find ../ -name '*.jar' -delete
 
+%patch0
+
 %build
 # Tests fail because of different hamcrest versions
 %mvn_build -s --skip-tests


More information about the scm-commits mailing list