[eclipse-wtp-webservices: 1/2] Build org.eclipse.jst.ws.annotations.core bundle

Gerard Ryan galileo at fedoraproject.org
Fri Jul 27 21:18:15 UTC 2012


commit 21b915e4d7109e0601b0de750d999fcf3199ccc7
Author: Gerard Ryan <gerard at ryan.lt>
Date:   Fri Jul 27 22:09:40 2012 +0100

    Build org.eclipse.jst.ws.annotations.core bundle

 ...e-wtp-webservices-jst.ws.annotations.core.patch |   14 ++++++++++++++
 eclipse-wtp-webservices.spec                       |   10 ++++++++--
 2 files changed, 22 insertions(+), 2 deletions(-)
---
diff --git a/eclipse-wtp-webservices-jst.ws.annotations.core.patch b/eclipse-wtp-webservices-jst.ws.annotations.core.patch
new file mode 100644
index 0000000..b144241
--- /dev/null
+++ b/eclipse-wtp-webservices-jst.ws.annotations.core.patch
@@ -0,0 +1,14 @@
+--- org.eclipse.wst.ws_ui.feature/feature.xml.orig	2012-07-21 21:33:49.097828653 +0100
++++ org.eclipse.wst.ws_ui.feature/feature.xml	2012-07-21 21:36:23.152691461 +0100
+@@ -87,4 +87,11 @@
+          version="0.0.0"
+          unpack="false"/>
+ 
++   <plugin
++         id="org.eclipse.jst.ws.annotations.core"
++         download-size="0"
++         install-size="0"
++         version="0.0.0"
++         unpack="false"/>
++
+ </feature>
diff --git a/eclipse-wtp-webservices.spec b/eclipse-wtp-webservices.spec
index 6789cb1..9ec75b0 100644
--- a/eclipse-wtp-webservices.spec
+++ b/eclipse-wtp-webservices.spec
@@ -4,7 +4,7 @@
 
 Name:		eclipse-wtp-webservices
 Version:	3.4.0
-Release:	3%{?dist}
+Release:	4%{?dist}
 Summary:	Tools for developing and interacting with Java Web services
 
 Group:		Development/Tools
@@ -32,6 +32,9 @@ Patch4:		%{name}-wsdl.validation-fix-for-xerces-j2-2.11.0.patch
 # fails to find our version of javax.xml.soap, if version specified
 Patch5:		%{name}-rm-javaxxmlsoap-version-check.patch
 
+# add org.eclipse.jst.ws.annotations.core
+Patch6:		%{name}-jst.ws.annotations.core.patch
+
 BuildArch:	noarch
 
 BuildRequires:	java-devel
@@ -125,7 +128,7 @@ popd
 %patch3
 %patch4
 %patch5
-
+%patch6
 
 %build
 %{_bindir}/eclipse-pdebuild \
@@ -227,6 +230,9 @@ popd
 
 %changelog
 * Sat Jul 21 2012 Gerard Ryan <galileo at fedoraproject.org> 3.4.0-3
+- Add patch to build bundle org.eclipse.jst.ws.annotations
+
+* Sat Jul 21 2012 Gerard Ryan <galileo at fedoraproject.org> 3.4.0-3
 - Remove duplicate features as well as plugins from other wtp packages
 
 * Wed Jul 18 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.4.0-2


More information about the scm-commits mailing list