Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 1d514685f6c66d1362dd8ab214d9bfb779560949 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: ECF Server Plug-in
Bundle-SymbolicName: org.eclipse.ecf.server
Bundle-Version: 0.9.2
Bundle-Activator: org.eclipse.ecf.server.Activator
Bundle-Vendor: Eclipse.org
Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.ecf,
 org.eclipse.ecf.provider
Eclipse-LazyStart: true
Eclipse-AutoStart: true

Back to the top