[eclipse-mpc] Make org.eclipse.epp.mpc.core a singleton bundle.

Roland Grunberg rgrunber at fedoraproject.org
Tue Oct 7 14:18:16 UTC 2014


commit 6429dfdd83e277bace9adc9dbec9de70bfe9ddca
Author: Roland Grunberg <rgrunber at redhat.com>
Date:   Mon Oct 6 15:36:15 2014 -0400

    Make org.eclipse.epp.mpc.core a singleton bundle.
    
    - Resolves: rhbz#1149469

 eclipse-mpc.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/eclipse-mpc.spec b/eclipse-mpc.spec
index b4d15ec..cf8db1e 100644
--- a/eclipse-mpc.spec
+++ b/eclipse-mpc.spec
@@ -3,7 +3,7 @@
 
 Name:           eclipse-mpc
 Version:        1.3.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Eclipse Marketplace Client
 
 Group:          Development/Tools
@@ -33,6 +33,7 @@ The Eclipse Marketplace Client provides access to extension catalogs.
 %pom_remove_plugin org.codehaus.mojo:findbugs-maven-plugin org.eclipse.epp.mpc.ui/pom.xml
 %pom_remove_plugin org.eclipse.tycho:target-platform-configuration org.eclipse.epp.mpc-parent/pom.xml
 %pom_xpath_remove "pom:build/pom:pluginManagement/pom:plugins/pom:plugin[pom:artifactId='tycho-packaging-plugin']" org.eclipse.epp.mpc-parent/pom.xml
+sed -i '/Bundle-SymbolicName/ s/$/;singleton:=true/' org.eclipse.epp.mpc.core/META-INF/MANIFEST.MF
 
 %build
 %mvn_build -i -j -f -- -Pdist
@@ -47,6 +48,10 @@ xmvn -o org.fedoraproject:feclipse-maven-plugin:install \
 %{install_loc}
 
 %changelog
+* Mon Oct 06 2014 Roland Grunberg <rgrunber at redhat.com> - 1.3.0-2
+- Make org.eclipse.epp.mpc.core a singleton bundle.
+- Resolves: rhbz#1149469
+
 * Thu Sep 11 2014 Alexander Kurtakov <akurtako at redhat.com> 1.3.0-1
 - Update to upstream 1.3.0 release.
 


More information about the scm-commits mailing list