Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/xlc
diff options
context:
space:
mode:
authorVivian Kong2008-02-19 21:41:14 +0000
committerVivian Kong2008-02-19 21:41:14 +0000
commit9c64384d6263da27c4c3c5275ab04835c3876fd2 (patch)
tree81474f7cbf820105cfad7e91fdf6233ba8c1ad38 /xlc
parent103b19dfec3eb098b5b9295fb90c3adfc6ecfd95 (diff)
downloadorg.eclipse.cdt-9c64384d6263da27c4c3c5275ab04835c3876fd2.tar.gz
org.eclipse.cdt-9c64384d6263da27c4c3c5275ab04835c3876fd2.tar.xz
org.eclipse.cdt-9c64384d6263da27c4c3c5275ab04835c3876fd2.zip
set singleton to true
Diffstat (limited to 'xlc')
-rw-r--r--xlc/org.eclipse.cdt.errorparsers.xlc.tests/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlc/org.eclipse.cdt.errorparsers.xlc.tests/META-INF/MANIFEST.MF b/xlc/org.eclipse.cdt.errorparsers.xlc.tests/META-INF/MANIFEST.MF
index 9aea0bd0bba..5c7bdd284e0 100644
--- a/xlc/org.eclipse.cdt.errorparsers.xlc.tests/META-INF/MANIFEST.MF
+++ b/xlc/org.eclipse.cdt.errorparsers.xlc.tests/META-INF/MANIFEST.MF
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: xlC Error Parser Tests Plug-in
-Bundle-SymbolicName: org.eclipse.cdt.errorparsers.xlc.tests
+Bundle-SymbolicName: org.eclipse.cdt.errorparsers.xlc.tests;singleton:=true
Bundle-Version: 1.0.0
Bundle-Activator: org.eclipse.cdt.errorparsers.xlc.tests.TestsPlugin
Bundle-Localization: plugin

Back to the top