mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-07 02:23:18 +02:00

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
29 lines
892 B
Text
29 lines
892 B
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: %bundleName
|
|
Bundle-SymbolicName: org.eclipse.remote.telnet.ui;singleton:=true
|
|
Bundle-Version: 1.0.100.qualifier
|
|
Bundle-Activator: org.eclipse.remote.telnet.internal.ui.Activator
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-11
|
|
Bundle-ActivationPolicy: lazy
|
|
Bundle-Vendor: %providerName
|
|
Bundle-Localization: plugin
|
|
Import-Package: org.eclipse.core.runtime,
|
|
org.eclipse.jface.dialogs,
|
|
org.eclipse.jface.operation,
|
|
org.eclipse.jface.resource,
|
|
org.eclipse.jface.viewers,
|
|
org.eclipse.jface.window,
|
|
org.eclipse.jface.wizard,
|
|
org.eclipse.osgi.util,
|
|
org.eclipse.remote.core,
|
|
org.eclipse.remote.core.exception,
|
|
org.eclipse.remote.telnet.core,
|
|
org.eclipse.remote.ui,
|
|
org.eclipse.swt,
|
|
org.eclipse.swt.events,
|
|
org.eclipse.swt.graphics,
|
|
org.eclipse.swt.layout,
|
|
org.eclipse.swt.widgets,
|
|
org.eclipse.ui.plugin,
|
|
org.osgi.framework
|