[eclipse-mylyn] Symlink the wsdl jar provided by axis package.

Krzysztof Daniel kdaniel at fedoraproject.org
Wed Jul 11 12:24:36 UTC 2012


commit 670b86d7ff8c45ed4fd1cc90fc7c95c4e0fec61f
Author: Krzysztof Daniel <kdaniel at redhat.com>
Date:   Wed Jul 11 14:22:17 2012 +0200

    Symlink the wsdl jar provided by axis package.

 eclipse-mylyn.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/eclipse-mylyn.spec b/eclipse-mylyn.spec
index eb77ef1..ee73b8f 100644
--- a/eclipse-mylyn.spec
+++ b/eclipse-mylyn.spec
@@ -5,7 +5,7 @@
 Name: eclipse-mylyn
 Summary: Eclipse Mylyn main feature.
 Version: 3.8.0
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: EPL
 URL: http://www.eclipse.org/mylyn
 
@@ -458,6 +458,7 @@ ln -s %{_javadir}/jaxp.jar
 ln -s %{_javadir}/google-gson.jar
 ln -s %{_javadir}/axis/axis.jar
 ln -s %{_javadir}/axis/jaxrpc.jar
+ln -s %{_javadir}/axis/saaj.jar
 ln -s %{_javadir}/javamail/mail.jar
 popd
 
@@ -538,6 +539,7 @@ install %{SOURCE6} %{buildroot}%{install_loc}/mylyn/redhat-bugzilla-custom-trans
 %{install_loc}/mylyn/plugins/google-gson.jar
 %{install_loc}/mylyn/plugins/axis.jar
 %{install_loc}/mylyn/plugins/jaxrpc.jar
+%{install_loc}/mylyn/plugins/saaj.jar
 %{install_loc}/mylyn/plugins/mail.jar
 %doc org.eclipse.mylyn.tasks/org.eclipse.mylyn-feature/epl-v10.html
 %doc org.eclipse.mylyn.tasks/org.eclipse.mylyn-feature/license.html
@@ -695,6 +697,9 @@ install %{SOURCE6} %{buildroot}%{install_loc}/mylyn/redhat-bugzilla-custom-trans
 %doc org.eclipse.mylyn.commons/org.eclipse.mylyn.commons.sdk-feature/license.html
 
 %changelog
+* Wed Jul 11 2012 Krzysztof Daniel <kdaniel at redhat.com> 3.8.0-3
+- Symlink the wsdl jar provided by axis package.
+
 * Tue Jul 10 2012 Krzysztof Daniel <kdaniel at redhat.com> 3.8.0-2
 - Add proper BR for jpackage-utils and maven.
 


More information about the scm-commits mailing list