[eclipse-dtp] Adapt pde-build call to changed gef path.

Alexander Kurtakov akurtakov at fedoraproject.org
Thu Jan 15 13:18:05 UTC 2015


commit e0d2bcafdf029084c38605ae432da3ac73eef40b
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Thu Jan 15 15:18:25 2015 +0200

    Adapt pde-build call to changed gef path.

 eclipse-dtp.spec |   17 ++++++++++-------
 1 files changed, 10 insertions(+), 7 deletions(-)
---
diff --git a/eclipse-dtp.spec b/eclipse-dtp.spec
index 50c5a4a..80a6faf 100644
--- a/eclipse-dtp.spec
+++ b/eclipse-dtp.spec
@@ -6,7 +6,7 @@
 
 Name:      eclipse-dtp
 Version:   1.12.0
-Release:   2%{?dist}
+Release:   3%{?dist}
 Summary:   Eclipse Data Tools Platform
 Group:     System Environment/Libraries
 License:   EPL
@@ -149,15 +149,15 @@ OPTIONS="-DjavacTarget=1.7 -DjavacSource=1.7 -DforceContextQualifier=%{qualifier
 
 # build all features except for SDK features TODO: build everything
 eclipse-pdebuild -f org.eclipse.datatools.modelbase.feature \
-  -d "emf-runtime gef" -o `pwd`/orbitDeps -a "$OPTIONS"
+  -d "emf-runtime gef-core" -o `pwd`/orbitDeps -a "$OPTIONS"
 eclipse-pdebuild -f org.eclipse.datatools.connectivity.feature \
-  -d "emf-runtime gef" -o `pwd`/orbitDeps -a "$OPTIONS"
+  -d "emf-runtime gef-core" -o `pwd`/orbitDeps -a "$OPTIONS"
 eclipse-pdebuild -f org.eclipse.datatools.sqldevtools.feature \
-  -d "emf-runtime gef" -o `pwd`/orbitDeps -a "$OPTIONS"
+  -d "emf-runtime gef-core" -o `pwd`/orbitDeps -a "$OPTIONS"
 eclipse-pdebuild -f org.eclipse.datatools.enablement.feature \
-  -d "emf-runtime gef" -o `pwd`/orbitDeps -a "$OPTIONS"
+  -d "emf-runtime gef-core" -o `pwd`/orbitDeps -a "$OPTIONS"
 eclipse-pdebuild -f org.eclipse.datatools.doc.user \
-  -d "emf-runtime gef" -o `pwd`/orbitDeps -a "$OPTIONS"
+  -d "emf-runtime gef-core" -o `pwd`/orbitDeps -a "$OPTIONS"
 
 %install
 install -d -m 755 %{buildroot}%{eclipse_dropin}
@@ -194,6 +194,9 @@ popd
 %doc org.eclipse.datatools.build-%{tag}/features/org.eclipse.datatools.sdk-all.feature/rootfiles/*
 
 %changelog
+* Thu Jan 15 2015 Alexander Kurtakov <akurtako at redhat.com> 1.12.0-3
+- Adapt pde-build call to changed gef path.
+
 * Wed Dec 3 2014 Alexander Kurtakov <akurtako at redhat.com> 1.12.0-2
 - Fix build after eclipse-emf-runtime split.
 - Modernize package a bit.
@@ -231,4 +234,4 @@ popd
 
 * Thu Feb 21 2013 Alexander Kurtakov <akurtako at redhat.com> 1.10.1-4
 - Remove leftovers from old rpm.
-- Fix too strict lucene.core scriptlet.
\ No newline at end of file
+- Fix too strict lucene.core scriptlet.


More information about the scm-commits mailing list