Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcaniszczyk2006-05-09 15:57:05 +0000
committercaniszczyk2006-05-09 15:57:05 +0000
commita1c3d6762a74fe9d9384b00075661d7f218b4967 (patch)
treeadf785e27a75b8aab767468514173c3eda74f727 /examples/bundles
parent475402e5c743b10a89fe6c7ab43e9fedcbaca056 (diff)
downloadorg.eclipse.ecf-a1c3d6762a74fe9d9384b00075661d7f218b4967.tar.gz
org.eclipse.ecf-a1c3d6762a74fe9d9384b00075661d7f218b4967.tar.xz
org.eclipse.ecf-a1c3d6762a74fe9d9384b00075661d7f218b4967.zip
manifest cleanup
Diffstat (limited to 'examples/bundles')
-rw-r--r--examples/bundles/org.eclipse.ecf.example.collab/META-INF/MANIFEST.MF5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/bundles/org.eclipse.ecf.example.collab/META-INF/MANIFEST.MF b/examples/bundles/org.eclipse.ecf.example.collab/META-INF/MANIFEST.MF
index fc77e3b26..1ef3bbffe 100644
--- a/examples/bundles/org.eclipse.ecf.example.collab/META-INF/MANIFEST.MF
+++ b/examples/bundles/org.eclipse.ecf.example.collab/META-INF/MANIFEST.MF
@@ -1,6 +1,6 @@
Manifest-Version: 1.0
Bundle-Name: ECF Collaboration Example
-Bundle-SymbolicName: org.eclipse.ecf.example.collab;singleton=true
+Bundle-SymbolicName: org.eclipse.ecf.example.collab;singleton:=true
Bundle-Version: 0.8.0
Bundle-ClassPath: client.jar
Bundle-Activator: org.eclipse.ecf.example.collab.ClientPlugin
@@ -21,6 +21,7 @@ Require-Bundle: org.eclipse.ecf,
org.eclipse.ui.ide,
org.eclipse.ui.workbench.texteditor
Export-Package: org.eclipse.ecf.example.collab, org.eclipse.ecf.example.collab.share, org.eclipse.ecf.example.collab.share.url, org.eclipse.ecf.example.collab.share.io
-Eclipse-AutoStart: true
+Eclipse-LazyStart: true
Provide-Package: org.eclipse.ecf.example.collab
Eclipse-RegisterBuddy: org.eclipse.ecf, org.eclipse.ecf.provider
+Bundle-ManifestVersion: 2

Back to the top