Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 7fda0360f44e0d4c60579f4a35a99f2c3441a261 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.tcf.examples.daytime;singleton:=true
Bundle-Version: 1.1.0.qualifier
Bundle-Activator: org.eclipse.tcf.internal.examples.daytime.Activator
Bundle-Vendor: %providerName
Require-Bundle: org.eclipse.core.runtime
Bundle-ActivationPolicy: lazy
Eclipse-LazyStart: true
Import-Package: org.eclipse.tcf.core;version="1.1.0",
 org.eclipse.tcf.protocol;version="1.1.0"
Export-Package: org.eclipse.tcf.internal.examples.daytime
Bundle-RequiredExecutionEnvironment: JavaSE-1.6

Back to the top