Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 48230ae2cd7151179353bf309a911a7a2c578eb9 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                      
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Event Watchdog
Bundle-SymbolicName: org.eclipse.swt.examples.watchdog;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.swt.examples.watchdog.WatchdogPlugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.swt,
 org.eclipse.ui.workbench

Back to the top