mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-25 01:03:48 +02:00

All the about.html files are updated, so every bundle that hasn't already had a bump in 10.7 needs one now Change-Id: I6143d2fbe77a58a3a6d2f4a226d96087117f9ac1
15 lines
616 B
Text
15 lines
616 B
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: %pluginName
|
|
Bundle-SymbolicName: org.eclipse.remote.core.tests;singleton:=true
|
|
Bundle-Version: 1.0.200.qualifier
|
|
Bundle-Vendor: %pluginProvider
|
|
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.8.0",
|
|
org.junit,
|
|
com.jcraft.jsch;bundle-version="0.1.41",
|
|
org.eclipse.core.filesystem;bundle-version="1.2.0",
|
|
org.eclipse.remote.core;bundle-version="1.0.0",
|
|
org.eclipse.remote.ui;bundle-version="1.0.0"
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-11
|
|
Bundle-Activator: org.eclipse.remote.core.tests.internal.Activator
|
|
Bundle-ActivationPolicy: lazy
|