Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: bb259fe51f71d4d4aab700b8af81861ff10c5582 (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: %pluginName
Bundle-SymbolicName: org.eclipse.net4j.tcp;singleton:=true
Bundle-Version: 0.8.0.qualifier
Bundle-Activator: org.eclipse.net4j.internal.tcp.bundle.OM$Activator
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.core.runtime;resolution:=optional,
 org.eclipse.net4j;visibility:=reexport
Import-Package: org.osgi.framework;version="1.3.0";resolution:=optional
Export-Package: org.eclipse.net4j.internal.tcp;version="0.8.0",
 org.eclipse.net4j.internal.tcp.bundle;version="0.8.0";x-friends:="org.eclipse.emf.cdo.tests.tdd",
 org.eclipse.net4j.tcp;version="0.8.0"
Eclipse-LazyStart: true

Back to the top