Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkchan2007-05-29 22:07:23 +0000
committerkchan2007-05-29 22:07:23 +0000
commit34e1b3115304fdec9dc6c55ad23acfb1a671919c (patch)
tree0d0c7379876ea0231e9f06bfa820804e6a1bec96 /tests/org.eclipse.wst.ws.tests/META-INF/MANIFEST.MF
parent9bcbdf51670038a70481cd4a60454d794556f51f (diff)
downloadwebtools.webservices-34e1b3115304fdec9dc6c55ad23acfb1a671919c.tar.gz
webtools.webservices-34e1b3115304fdec9dc6c55ad23acfb1a671919c.tar.xz
webtools.webservices-34e1b3115304fdec9dc6c55ad23acfb1a671919c.zip
[187780] Specify icon and title of a progrmatically instantiated dynamic wizard.
Diffstat (limited to 'tests/org.eclipse.wst.ws.tests/META-INF/MANIFEST.MF')
-rw-r--r--tests/org.eclipse.wst.ws.tests/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/org.eclipse.wst.ws.tests/META-INF/MANIFEST.MF b/tests/org.eclipse.wst.ws.tests/META-INF/MANIFEST.MF
index e438aa055..0e6261bae 100644
--- a/tests/org.eclipse.wst.ws.tests/META-INF/MANIFEST.MF
+++ b/tests/org.eclipse.wst.ws.tests/META-INF/MANIFEST.MF
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %PLUGIN_NAME
-Bundle-SymbolicName: org.eclipse.wst.ws.tests
+Bundle-SymbolicName: org.eclipse.wst.ws.tests; singleton:=true
Bundle-Version: 1.0.200.qualifier
Bundle-Activator: org.eclipse.wst.ws.tests.plugin.TestsPlugin
Bundle-Vendor: %PLUGIN_PROVIDER

Back to the top