mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-06 01:06:01 +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
18 lines
631 B
Text
18 lines
631 B
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: %pluginName
|
|
Bundle-SymbolicName: org.eclipse.remote.proxy.server.core;singleton:=true
|
|
Bundle-Version: 1.0.200.qualifier
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-11
|
|
Import-Package: org.eclipse.core.filesystem,
|
|
org.eclipse.core.runtime,
|
|
org.eclipse.core.runtime.adaptor,
|
|
org.eclipse.equinox.app,
|
|
org.eclipse.remote.core,
|
|
org.eclipse.remote.proxy.protocol.core,
|
|
org.eclipse.remote.proxy.protocol.core.exceptions,
|
|
org.osgi.framework,
|
|
org.osgi.framework.launch
|
|
Bundle-Vendor: %pluginProvider
|
|
Bundle-Localization: plugin
|
|
Require-Bundle: org.eclipse.cdt.core.native
|