[eclipse] Use EMF features from eclipse-emf-core.

Krzysztof Daniel kdaniel at fedoraproject.org
Wed Feb 20 15:30:25 UTC 2013


commit 44a8b751b84fd3edf517471b2b35f28ddcb75786
Author: Krzysztof Daniel <kdaniel at redhat.com>
Date:   Wed Feb 20 13:05:25 2013 +0100

    Use EMF features from eclipse-emf-core.

 eclipse.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/eclipse.spec b/eclipse.spec
index 7736f0d..f154cb3 100644
--- a/eclipse.spec
+++ b/eclipse.spec
@@ -55,7 +55,7 @@ fi;
 Summary:        An open, extensible IDE
 Name:           %{?scl_prefix}eclipse
 Version:        %{eclipse_version}
-Release:        0.14.git201301281400%{?dist}
+Release:        0.15.git201301281400%{?dist}
 License:        EPL
 Group:          Development/Tools
 URL:            http://www.eclipse.org/
@@ -487,6 +487,8 @@ done
 ./dependencies/./fake_ant_dependency.sh .m2/p2/repo-sdk/plugins/org.apache.ant_* %{_javadir} %{_bindir} -makejar
 ./dependencies/./fake_junit3_dependency.sh .m2/p2/repo-sdk/plugins/org.junit_* %{_javadir} -makejar
 
+cp -r /usr/share/java/emf/eclipse/features/* .m2/p2/repo-sdk/features/
+
 %build
 #This is the lowest value where the build succeeds. 512m is not enough.
 export MAVEN_OPTS="-Xmx700m -XX:CompileCommand=exclude,org/eclipse/tycho/core/osgitools/EquinoxResolver,newState"
@@ -1021,6 +1023,9 @@ echo "pushd %{_javadir}/eclipse-testing;./runtests.sh -os linux -ws gtk -arch %{
 %{_libdir}/%{pkg_name}/plugins/org.eclipse.osgi.util_*
 
 %changelog
+* Wed Feb 20 2013 Krzysztof Daniel <kdaniel at redhat.com> 1:4.3.0-0.15.git201301281400
+- Use EMF features from eclipse-emf-core.
+
 * Tue Feb 19 2013 Krzysztof Daniel <kdaniel at redhat.com> 1:4.3.0-0.14.git201301281400
 - Add missing patch.
 


More information about the scm-commits mailing list