Fix singleton
authorMathieu Baudier <mbaudier@argeo.org>
Sat, 29 Oct 2022 07:08:12 +0000 (09:08 +0200)
committerMathieu Baudier <mbaudier@argeo.org>
Sat, 29 Oct 2022 07:08:12 +0000 (09:08 +0200)
src/org/argeo/build/Repackage.java

index ceaa2650898d1acf637219dff0d17b8e996a7e58..ea2396eb25892819fcc0e584b5f6aa1acab643ae 100644 (file)
@@ -804,7 +804,7 @@ public class Repackage {
 
                        if (isSingleton) {
                                entries.put(BUNDLE_SYMBOLICNAME.toString(),
-                                               entries.get(BUNDLE_SYMBOLICNAME.toString() + ";singleton:=true"));
+                                               entries.get(BUNDLE_SYMBOLICNAME.toString()) + ";singleton:=true");
                        }
 
                        for (String key : entries.keySet()) {