Skip to main content
summaryrefslogtreecommitdiffstats
blob: e0287a0ac8b2171e8fb8dded5b8b44b7602273bf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundleName
Bundle-SymbolicName: org.eclipse.linuxtools.systemtap.ui.consolelog.tests
Bundle-Version: 0.3.0.qualifier
Bundle-Vendor: %provider
Bundle-Activator: org.eclipse.linuxtools.systemtap.ui.consolelog.tests.ConsoleLogPlugin
Bundle-Localization: plugin
Bundle-ActivationPolicy: lazy
Import-Package: junit.framework,
 org.eclipse.linuxtools.systemtap.ui.consolelog,
 org.eclipse.linuxtools.systemtap.ui.consolelog.structures,
 org.eclipse.linuxtools.systemtap.ui.structures.runnable,
 org.eclipse.ui.console
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top