mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-20 06:35:50 +02:00
13 lines
524 B
Text
13 lines
524 B
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: Remote Telnet tests
|
|
Bundle-SymbolicName: org.eclipse.remote.telnet.core.tests
|
|
Bundle-Version: 1.0.100.qualifier
|
|
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"
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
|
Bundle-ActivationPolicy: lazy
|