Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikaël Barbero2013-05-02 11:03:14 +0000
committerMikaël Barbero2013-05-02 11:03:14 +0000
commitc9e03bd696f9006f4c75270995cf1c54fba47103 (patch)
tree9dc42ed437106f24b3aca977abc8cacc389a5650
parent4e3b45dcc6c8121ea33b16463d4cd83ffaf35c30 (diff)
downloadorg.eclipse.emf.compare-c9e03bd696f9006f4c75270995cf1c54fba47103.tar.gz
org.eclipse.emf.compare-c9e03bd696f9006f4c75270995cf1c54fba47103.tar.xz
org.eclipse.emf.compare-c9e03bd696f9006f4c75270995cf1c54fba47103.zip
remove unnecessary singleton directive2.1.0M7
-rw-r--r--plugins/org.eclipse.emf.compare/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.compare/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.compare/META-INF/MANIFEST.MF
index 4ac6f724b..939f2f939 100644
--- a/plugins/org.eclipse.emf.compare/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.emf.compare/META-INF/MANIFEST.MF
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
-Bundle-SymbolicName: org.eclipse.emf.compare;singleton:=true
+Bundle-SymbolicName: org.eclipse.emf.compare
Bundle-Version: 3.0.0.qualifier
Bundle-ClassPath: .
Bundle-Vendor: %providerName

Back to the top