Skip to main content
summaryrefslogtreecommitdiffstats
blob: b5a452d9a7fb223aa217f12a44192e27ed2077d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: ECF Tutorial Plug-in
Bundle-SymbolicName: org.eclipse.ecf.tutorial;singleton:=true
Bundle-Version: 0.8.0
Bundle-Activator: org.eclipse.ecf.tutorial.Activator
Bundle-Vendor: Eclipse.org
Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.ecf,
 org.eclipse.ui,
 org.eclipse.ecf.example.clients,
 org.eclipse.ecf.presence,
 org.eclipse.ecf.datashare,
 org.eclipse.ecf.provider.datashare
Eclipse-LazyStart: true
Bundle-ClassPath: tutorial.jar

Back to the top