Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: eaaa1d4a4e9bb9d0457199be105b4366b344a903 (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-SymbolicName: org.eclipse.net4j.examples;singleton:=true
Bundle-Version: 0.8.0.qualifier
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-Activator: org.eclipse.net4j.internal.examples.bundle.OM$Activator
Bundle-ClassPath: .
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.3.0,4.0.0)";resolution:=optional,
 org.eclipse.net4j;bundle-version="[0.8.0,0.9.0)";visibility:=reexport,
 org.eclipse.net4j.tcp;bundle-version="[0.8.0,0.9.0)";visibility:=reexport,
 org.eclipse.net4j.jvm;bundle-version="[0.8.0,0.9.0)";visibility:=reexport
Eclipse-LazyStart: true

Back to the top