rpms/eclipse-emf/FC-6 eclipse-emf.spec,1.9,1.10

Andrew Overholt (overholt) fedora-extras-commits at redhat.com
Wed Dec 6 20:21:57 UTC 2006


Author: overholt

Update of /cvs/extras/rpms/eclipse-emf/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8465

Modified Files:
	eclipse-emf.spec 
Log Message:
* Wed Dec 06 2006 Andrew Overholt <overholt at redhat.com> 2.2.1-9
- Add osgi.sharedconfiguration.area flag to build.
- Launcher (/usr/bin/eclipse) doesn't work in this case due to
  specialized jars and ant tasks only in EMF.



Index: eclipse-emf.spec
===================================================================
RCS file: /cvs/extras/rpms/eclipse-emf/FC-6/eclipse-emf.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- eclipse-emf.spec	6 Dec 2006 04:44:34 -0000	1.9
+++ eclipse-emf.spec	6 Dec 2006 20:21:27 -0000	1.10
@@ -8,7 +8,7 @@
 Summary:        Eclipse Modeling Framework (EMF)
 Name:           eclipse-emf
 Version:        %{major}.%{minor}.%{micro}
-Release:        8%{?dist}
+Release:        9%{?dist}
 License:        Eclipse Public License
 Group:          System Environment/Libraries
 URL:            http://www.eclipse.org/emf/
@@ -203,8 +203,6 @@
 pushd ../..
 rm SDK/plugins/org.eclipse.pde.build
 # Remove the bits of the SDK that we don't need
-rm SDK/features/org.eclipse.sdk*
-rm SDK/plugins/org.eclipse.sdk*
 rm SDK/features/org.eclipse.pde.source*
 rm SDK/features/org.eclipse.jdt.source*
 rm SDK/plugins/org.eclipse.pde.source*
@@ -250,8 +248,9 @@
 # -DskipFetch=true: don't fetch the sources 
 # -DbaseExists=true: don't download the SDK, we want to use the one in $SDK
 java -cp $SDK/startup.jar \
+    -Dosgi.sharedConfiguration.area=%{_libdir}/eclipse/configuration \
     -Duser.home=$homedir                        \
-     org.eclipse.core.launcher.Main             \
+    org.eclipse.core.launcher.Main              \
     -application org.eclipse.ant.core.antRunner \
     -DjavacFailOnError=true                     \
     -DdontUnzip=true                            \
@@ -515,6 +514,11 @@
 %doc %{_datadir}/java/emf/readme_standalone.html
 
 %changelog
+* Wed Dec 06 2006 Andrew Overholt <overholt at redhat.com> 2.2.1-9
+- Add osgi.sharedconfiguration.area flag to build.
+- Launcher (/usr/bin/eclipse) doesn't work in this case due to
+  specialized jars and ant tasks only in EMF.
+
 * Tue Dec 05 2006 Andrew Overholt <overholt at redhat.com> 2.2.1-8
 - Re-add eclipse-sdk as a BR - this is easier than dealing with
   copy-platform shenanigans.




More information about the scm-commits mailing list