[eclipse-mylyn-commons/f17] Fix mylyn after removing duplicated jars.

Krzysztof Daniel kdaniel at fedoraproject.org
Thu Apr 19 14:29:21 UTC 2012


commit 4b14dbbcf74abffdb01f2fee65eb689d84bf4a98
Author: Krzysztof Daniel <kdaniel at redhat.com>
Date:   Thu Apr 19 16:29:09 2012 +0200

    Fix mylyn after removing duplicated jars.

 eclipse-mylyn-commons-httpimport.patch |    4 +++-
 eclipse-mylyn-commons.spec             |    1 +
 2 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/eclipse-mylyn-commons-httpimport.patch b/eclipse-mylyn-commons-httpimport.patch
index d3a1b9a..ba3bdd7 100644
--- a/eclipse-mylyn-commons-httpimport.patch
+++ b/eclipse-mylyn-commons-httpimport.patch
@@ -1,12 +1,14 @@
 --- org.eclipse.mylyn.commons.repositories.http-feature/feature.xml.bak	2012-03-26 11:42:04.943100605 +0200
 +++ org.eclipse.mylyn.commons.repositories.http-feature/feature.xml	2012-03-26 11:41:16.222891405 +0200
-@@ -30,6 +30,9 @@
+@@ -30,6 +30,11 @@
  
     <requires>
        <import feature="org.eclipse.mylyn.commons.repositories" version="0.9.0" match="greaterOrEqual"/>
 +      <import plugin="org.apache.httpcomponents.httpclient"/>
 +      <import plugin="org.apache.httpcomponents.httpcore"/>
 +      <import plugin="javax.xml"/>
++      <import plugin="javax.xml.bind"/>
++      <import plugin="com.sun.syndication"/>
     </requires>
  
     <plugin
diff --git a/eclipse-mylyn-commons.spec b/eclipse-mylyn-commons.spec
index bcb2229..b963826 100644
--- a/eclipse-mylyn-commons.spec
+++ b/eclipse-mylyn-commons.spec
@@ -211,6 +211,7 @@ rm -rf org.apache.commons.logging_*.jar
 rm -rf org.apache.httpcomponents.httpclient_*.jar
 rm -rf org.apache.httpcomponents.httpcore_*.jar
 rm -rf org.apache.ws.commons.util_*.jar
+rm -rf com.sun.syndication_*.jar
 rm -rf rome*.jar
 
 ln -s %{_javadir}/apache-commons-lang.jar


More information about the scm-commits mailing list