mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-27 18:23:22 +02:00

- add a new fragment 'org.eclipse.cdt.core.win32.aarch64' containing re-compiled Arm64 natives suitable for the Windows on Arm64 platform. - add the 'serial.dll' binary re-compiled for Windows on Arm64. - add the win32/win32/aarch64 environment triplet to various Maven build scripts to support building CDT software for that environment. The updated dlls/exes are not included in this commit and will be provided in subsequent commits with the corresponding update to build infrastructure Part of #969
24 lines
1.2 KiB
Text
24 lines
1.2 KiB
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: %pluginName
|
|
Bundle-SymbolicName: org.eclipse.tm.terminal.connector.process;singleton:=true
|
|
Bundle-Version: 4.9.200.qualifier
|
|
Bundle-Activator: org.eclipse.tm.terminal.connector.process.activator.UIPlugin
|
|
Bundle-Vendor: %providerName
|
|
Import-Package: org.eclipse.cdt.utils.pty;mandatory:=native,
|
|
org.eclipse.cdt.utils.spawner;mandatory:=native
|
|
Require-Bundle: org.eclipse.core.expressions;bundle-version="3.4.400",
|
|
org.eclipse.core.resources;bundle-version="3.8.1";resolution:=optional,
|
|
org.eclipse.core.runtime;bundle-version="3.8.0",
|
|
org.eclipse.tm.terminal.view.core;bundle-version="4.5.0";resolution:=optional,
|
|
org.eclipse.tm.terminal.view.ui;bundle-version="4.5.0";resolution:=optional,
|
|
org.eclipse.tm.terminal.control;bundle-version="4.5.0",
|
|
org.eclipse.ui;bundle-version="3.8.0"
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
|
Bundle-ActivationPolicy: lazy
|
|
Bundle-Localization: plugin
|
|
Export-Package: org.eclipse.tm.terminal.connector.process,
|
|
org.eclipse.tm.terminal.connector.process.activator;x-internal:=true,
|
|
org.eclipse.tm.terminal.connector.process.help,
|
|
org.eclipse.tm.terminal.connector.process.nls;x-internal:=true
|
|
Automatic-Module-Name: org.eclipse.tm.terminal.connector.process
|