[eclipse] - Remove remaining mina-core dependency.

Krzysztof Daniel kdaniel at fedoraproject.org
Fri Sep 7 17:15:41 UTC 2012


commit 6b94ce7c85c420c859b17f94bd1bbace5d72b595
Author: Krzysztof Daniel <kdaniel at redhat.com>
Date:   Fri Sep 7 19:14:56 2012 +0200

    - Remove remaining mina-core dependency.

 eclipse-remove-jaas.patch |   19 +++++++++++++++++++
 eclipse.spec              |    5 ++++-
 2 files changed, 23 insertions(+), 1 deletions(-)
---
diff --git a/eclipse-remove-jaas.patch b/eclipse-remove-jaas.patch
index 35691a7..3a72ed6 100644
--- a/eclipse-remove-jaas.patch
+++ b/eclipse-remove-jaas.patch
@@ -70,3 +70,22 @@
  
     <!--plugin
           id="org.eclipse.equinox.console.jaas.fragment"
+--- eclipse.platform.releng/features/master-equinox/feature.xml.bak	2012-09-07 17:47:28.000000000 +0200
++++ eclipse.platform.releng/features/master-equinox/feature.xml	2012-09-07 19:13:44.225560231 +0200
+@@ -142,7 +142,7 @@
+          version="0.0.0"
+          unpack="false"/>
+ 
+-   <plugin
++   <!--plugin
+          id="org.apache.mina.core"
+          download-size="0"
+          install-size="0"
+@@ -154,6 +154,6 @@
+          download-size="0"
+          install-size="0"
+          version="0.0.0"
+-         unpack="false"/>
++         unpack="false"/-->
+ 
+ </feature>
diff --git a/eclipse.spec b/eclipse.spec
index ebd59ea..cee7b18 100644
--- a/eclipse.spec
+++ b/eclipse.spec
@@ -33,7 +33,7 @@ ln -s %{_javadir}/%{2} ${_f}
 Summary:        An open, extensible IDE
 Name:           eclipse
 Version:        %{eclipse_version}
-Release:        15%{?dist}
+Release:        16%{?dist}
 License:        EPL
 Group:          Development/Tools
 URL:            http://www.eclipse.org/
@@ -1224,6 +1224,9 @@ rm -rf %{_bindir}/efj/
 %{_mavendepmapfragdir}/%{name}-equinox-osgi
 
 %changelog
+* Fri Sep 7 2012 Krzysztof Daniel <kdaniel at redhat.com> 1:4.2.0-16
+- Remove remaining mina-core dependency.
+
 * Fri Sep 7 2012 Krzysztof Daniel <kdaniel at redhat.com> 1:4.2.0-15
 - Use existing software group.
 - Add BR to eclipse-pde


More information about the scm-commits mailing list