[eclipse-emf] 894154: Missing symlink for org.eclipse.emf.edit_*.jar

Krzysztof Daniel kdaniel at fedoraproject.org
Thu Jan 17 11:06:30 UTC 2013


commit db9390faf9a360d3aa42e88f728c1e162587c70d
Author: Krzysztof Daniel <kdaniel at redhat.com>
Date:   Thu Jan 17 11:54:28 2013 +0100

    894154: Missing symlink for org.eclipse.emf.edit_*.jar
    
    Move the org.eclipse.emf.edit to the dropins folder as this feature is
    not referenced by eclipse platform, and therefore it should not be a
    part of eclipse-emf-core, but regular eclips-emf.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=894154

 eclipse-emf.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/eclipse-emf.spec b/eclipse-emf.spec
index bd790c9..fd67427 100644
--- a/eclipse-emf.spec
+++ b/eclipse-emf.spec
@@ -7,7 +7,7 @@
 
 Name:      eclipse-emf
 Version:   2.8.1
-Release:   4%{?dist}
+Release:   5%{?dist}
 Summary:   Eclipse Modeling Framework (EMF) Eclipse plugin
 Group:     System Environment/Libraries
 License:   EPL
@@ -202,9 +202,9 @@ install -d -m 755 %{buildroot}%{_javadir}/emf
 
 unzip -q -n -d %{buildroot}%{_javadir}/emf          build/rpmBuild/org.eclipse.emf.common.zip
 unzip -q -n -d %{buildroot}%{_javadir}/emf          build/rpmBuild/org.eclipse.emf.ecore.zip
-unzip -q -n -d %{buildroot}%{_javadir}/emf          build/rpmBuild/org.eclipse.emf.edit.zip
 
 
+unzip -q -n -d %{buildroot}%{eclipse_dropin}/emf          build/rpmBuild/org.eclipse.emf.edit.zip
 unzip -q -n -d %{buildroot}%{eclipse_dropin}/emf          build/rpmBuild/org.eclipse.emf.common.ui.zip
 unzip -q -n -d %{buildroot}%{eclipse_dropin}/emf          build/rpmBuild/org.eclipse.emf.edit.ui.zip
 unzip -q -n -d %{buildroot}%{eclipse_dropin}/emf          build/rpmBuild/org.eclipse.emf.ecore.edit.zip
@@ -268,6 +268,9 @@ rm -rf %{buildroot}%{eclipse_dropin}/emf-sdk/eclipse/plugins/org.eclipse.emf.eco
 %{eclipse_dropin}/emf-examples
 
 %changelog
+* Thu Jan 17 2013 Krzysztof Daniel <kdaniel at redhat.com> 1:2.8.1-5
+- Fix for RHBZ#894154
+
 * Mon Dec 17 2012 Alexander Kurtakov <akurtako at redhat.com> 1:2.8.1-4
 - Remove unneeded things.
 


More information about the scm-commits mailing list