1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-27 18:23:22 +02:00
cdt/remote/org.eclipse.remote.proxy.server.core/META-INF/MANIFEST.MF
Jonah Graham 39ee2eded4
Update to latest versions of build tools (#986)
Beta versions of maven plugins are omitted from this
upgrade.

A new version of Tycho brings in an update ECJ which means some
of the class files are different, hence the need to bump versions
of bundles too.

A new calendar year brings an update to Copyrights
2025-01-06 20:37:10 -05:00

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.1.200.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-17
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