Author: overholt
Update of /cvs/extras/rpms/eclipse-emf/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10536
Modified Files: eclipse-emf.spec Log Message: * Tue Oct 31 2006 Andrew Overholt overholt@redhat.com 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.
Index: eclipse-emf.spec =================================================================== RCS file: /cvs/extras/rpms/eclipse-emf/devel/eclipse-emf.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- eclipse-emf.spec 30 Oct 2006 17:53:31 -0000 1.2 +++ eclipse-emf.spec 1 Nov 2006 02:01:06 -0000 1.3 @@ -144,7 +144,7 @@ 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 @@
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 @@ %doc %{_datadir}/java/emf/readme_standalone.html
%changelog +* Tue Oct 31 2006 Andrew Overholt overholt@redhat.com 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 overholt@redhat.com 2.2.1-1 - 2.2.1. - Add sdk package, fix up inter-dependencies to match upstream.
scm-commits@lists.fedoraproject.org