2015-10-21 14:15:19 -02:00
|
|
|
Manifest-Version: 1.0
|
|
|
|
Bundle-ManifestVersion: 2
|
|
|
|
Bundle-Name: Remote Telnet tests
|
|
|
|
Bundle-SymbolicName: org.eclipse.remote.telnet.core.tests
|
2022-01-12 09:40:52 -05:00
|
|
|
Bundle-Version: 1.0.100.qualifier
|
2015-10-21 14:15:19 -02:00
|
|
|
Bundle-Activator: org.eclipse.remote.telnet.core.tests.Activator
|
|
|
|
Bundle-Vendor: Eclipse PTP
|
|
|
|
Require-Bundle: org.eclipse.core.runtime,
|
|
|
|
org.eclipse.remote.telnet.core;bundle-version="1.0.0",
|
|
|
|
org.junit;bundle-version="4.12.0",
|
|
|
|
org.eclipse.remote.core;bundle-version="2.0.0"
|
2022-10-01 19:59:59 -04:00
|
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
2015-10-21 14:15:19 -02:00
|
|
|
Bundle-ActivationPolicy: lazy
|