1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-02 22:05:44 +02:00
cdt/remote/org.eclipse.remote.proxy.tests/META-INF/MANIFEST.MF
Jonah Graham 537c57d3dd Bug 577097: Bump maintenance version for all o.e.remote bundles
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
2022-01-12 09:51:03 -05:00

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