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

Back to the top