Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 3429a6c92838ce96d717b526a58f5f369251ddc9 (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: ECF Zeroconf Discovery Provider
Bundle-SymbolicName: org.eclipse.ecf.provider.jmdns;singleton:=true
Bundle-Version: 0.9.2
Bundle-Activator: org.eclipse.ecf.provider.jmdns.JmdnsPlugin
Bundle-Vendor: Eclipse.org
Bundle-Localization: plugin
Eclipse-AutoStart: true
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.ecf,
 org.eclipse.ecf.discovery
Eclipse-LazyStart: true
Bundle-ClassPath: jmdns.jar,
 lib/jmdns-1.0.3.jar

Back to the top