1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-16 20:55:44 +02:00
cdt/remote/org.eclipse.remote.serial.core/META-INF/MANIFEST.MF

17 lines
559 B
Text
Raw Normal View History

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundleName
Bundle-SymbolicName: org.eclipse.remote.serial.core;singleton:=true
2022-10-01 19:59:59 -04:00
Bundle-Version: 1.2.0.qualifier
Bundle-Activator: org.eclipse.remote.serial.internal.core.Activator
Bundle-Vendor: %providerName
2022-10-01 19:59:59 -04:00
Bundle-RequiredExecutionEnvironment: JavaSE-17
Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.remote.serial.core
Bundle-Localization: plugin
Import-Package: org.eclipse.cdt.serial,
org.eclipse.core.runtime,
org.eclipse.osgi.util,
org.eclipse.remote.core,
org.osgi.framework