Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: ebe2c8a776e7461741ff2d2182da7dc9a18d921f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Examples Plug-in
Bundle-SymbolicName: org.eclipse.tm.tcf.examples.daytime;singleton:=true
Bundle-Version: 0.2.0
Bundle-Activator: org.eclipse.tm.internal.tcf.examples.daytime.Activator
Bundle-Vendor: Eclipse.org
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.tm.tcf
Eclipse-LazyStart: true
Export-Package: org.eclipse.tm.internal.tcf.examples.daytime

Back to the top