Reduce the emf-core dependency strength.
It is necessary to allow for decoupling emf-core from eclipse platform even at the cost of making UI unusable (sometimes) to allow for moving the package back to emf.
This commit is contained in:
parent
8cdb377ebc
commit
cfbc6c626b
@ -20,7 +20,7 @@ Epoch: 1
|
||||
Summary: An open, extensible IDE
|
||||
Name: eclipse
|
||||
Version: %{eclipse_version}
|
||||
Release: 6%{?dist}
|
||||
Release: 7%{?dist}
|
||||
License: EPL
|
||||
Group: Text Editors/Integrated Development Environments (IDE)
|
||||
URL: http://www.eclipse.org/
|
||||
@ -130,7 +130,7 @@ Group: Development/Languages
|
||||
Requires: %{name}-swt = %{epoch}:%{eclipse_version}-%{release}
|
||||
Requires: %{name}-equinox-osgi = %{epoch}:%{eclipse_version}-%{release}
|
||||
Requires: icu4j-eclipse >= 1:4.4.2.2-11
|
||||
Requires: %{name}-emf-core = %{epoch}:%{emf_version}-%{release}
|
||||
Requires: %{name}-emf-core >= %{epoch}:%{emf_version}-%{release}
|
||||
Provides: osgi(system.bundle) = %{epoch}:%{eclipse_version}
|
||||
|
||||
%description rcp
|
||||
@ -696,6 +696,9 @@ rm -rf %{_bindir}/efj/
|
||||
%{_mavendepmapfragdir}/%{name}-equinox-osgi
|
||||
|
||||
%changelog
|
||||
* Tue Aug 14 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:4.2.0-7
|
||||
- Reduce the emf-core dependency strength.
|
||||
|
||||
* Wed Aug 1 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1:4.2.0-6
|
||||
- Move maven fragments and pom files in appropriate subpackages
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user