From 93e49e1a47fe0a1dd4bc93e0184a2c929741eb02 Mon Sep 17 00:00:00 2001 From: Andrew Overholt Date: Nov 01 2006 02:01:06 +0000 Subject: - Change usage of copy-platform to work with upcoming changes to SDK. - Pass -Dosgi.sharedConfiguration.area to work with new split SDK installation. --- diff --git a/eclipse-emf.spec b/eclipse-emf.spec index 61c52a9..bf76a71 100644 --- a/eclipse-emf.spec +++ b/eclipse-emf.spec @@ -144,7 +144,7 @@ mkdir home homedir=$(cd home > /dev/null && pwd) # See comments in the script to understand this. -/bin/sh -x %{eclipse_base}/buildscripts/copy-platform SDK %{eclipse_base} +/bin/sh -x %{eclipse_base}/buildscripts/copy-platform `pwd`/SDK %{eclipse_base} SDK=$(cd SDK > /dev/null && pwd) # Build the EMF builder helper jars @@ -165,6 +165,7 @@ echo "" > bui java -cp %{eclipse_base}/startup.jar \ -Duser.home=$homedir \ + -Dosgi.sharedConfiguration.area=$SDK/fragments/eclipse/configuration \ org.eclipse.core.launcher.Main \ -application org.eclipse.ant.core.antRunner \ -Dtype=plugin \ @@ -501,6 +502,10 @@ fi %doc %{_datadir}/java/emf/readme_standalone.html %changelog +* Tue Oct 31 2006 Andrew Overholt 2.2.1-1 +- Change usage of copy-platform to work with upcoming changes to SDK. +- Pass -Dosgi.sharedConfiguration.area to work with new split SDK installation. + * Thu Oct 19 2006 Andrew Overholt 2.2.1-1 - 2.2.1. - Add sdk package, fix up inter-dependencies to match upstream.