mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-16 12:45:41 +02:00

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
18 lines
680 B
Text
18 lines
680 B
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: %bundleName
|
|
Bundle-SymbolicName: org.eclipse.remote.telnet.core;singleton:=true
|
|
Bundle-Version: 1.2.200.qualifier
|
|
Bundle-Activator: org.eclipse.remote.telnet.internal.core.Activator
|
|
Bundle-Vendor: %providerName
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
|
Bundle-ActivationPolicy: lazy
|
|
Export-Package: org.eclipse.remote.telnet.core,
|
|
org.eclipse.remote.telnet.internal.core;x-internal:=true
|
|
Bundle-Localization: plugin
|
|
Import-Package: org.eclipse.core.runtime,
|
|
org.eclipse.osgi.service.debug;version="1.2.0",
|
|
org.eclipse.osgi.util,
|
|
org.eclipse.remote.core,
|
|
org.eclipse.remote.core.exception,
|
|
org.osgi.framework
|