mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-02 22:05:44 +02:00

The bundles have all had version bumped to make it easier to differentiate the bundles built since integration into CDT. Note the feature versions have already been aligned with CDT. Change-Id: I68141e31559df3897414a50ee52c3ede49d429df
19 lines
623 B
Text
19 lines
623 B
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: Remote Proxy Tests
|
|
Bundle-SymbolicName: org.eclipse.remote.proxy.tests
|
|
Bundle-Version: 1.0.100.qualifier
|
|
Bundle-Activator: org.eclipse.remote.proxy.tests.Activator
|
|
Bundle-Vendor: Eclipse PTP
|
|
Require-Bundle: org.eclipse.ui,
|
|
org.eclipse.core.runtime,
|
|
org.eclipse.core.filesystem,
|
|
org.eclipse.remote.core,
|
|
org.eclipse.remote.proxy.core,
|
|
org.junit,
|
|
org.eclipse.remote.proxy.protocol.core
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-11
|
|
Bundle-ActivationPolicy: lazy
|
|
Import-Package: com.jcraft.jsch;version="0.1.53",
|
|
org.eclipse.jsch.core,
|
|
org.eclipse.jsch.ui
|