mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-30 19:53:30 +02:00

There is no need to have custom JNI implementation any more in java to be able to access native functions. JNA solves this just fine with the benefit that the code is easier to debug and maintain. Change-Id: Ia9d36981cb10fa7348bf0a5f0549b3e96bd4c982 Signed-off-by: Torbjörn Svensson <azoff@svenskalinuxforeningen.se>
26 lines
1.3 KiB
Properties
Executable file
26 lines
1.3 KiB
Properties
Executable file
###############################################################################
|
|
# Copyright (c) 2003, 2015 IBM Corporation and others.
|
|
#
|
|
# This program and the accompanying materials
|
|
# are made available under the terms of the Eclipse Public License 2.0
|
|
# which accompanies this distribution, and is available at
|
|
# https://www.eclipse.org/legal/epl-2.0/
|
|
#
|
|
# SPDX-License-Identifier: EPL-2.0
|
|
#
|
|
# Contributors:
|
|
# IBM Corporation - initial API and implementation
|
|
# Anton Leherbauer (Wind River Systems)
|
|
# Martin Oberhuber (Wind River) - [303083] Split out the Spawner
|
|
###############################################################################
|
|
pluginName=C/C++ Development Tools Core Native Utilities
|
|
providerName=Eclipse CDT
|
|
|
|
WindowsRegistry.name=Windows Registry
|
|
|
|
fragmentName.linux = C/C++ Development Tools Core Native Utilities for Linux
|
|
fragmentName.linux.ppc64le = C/C++ Development Tools Core Native Utilities for Linux (ppc64le)
|
|
fragmentName.linux.x86_64 = C/C++ Development Tools Core Native Utilities for Linux (x86_64)
|
|
fragmentName.win32 = C/C++ Development Tools Core Native Utilities for Windows
|
|
fragmentName.win32.x86_64 = C/C++ Development Tools Core Native Utilities for Windows (x86_64)
|
|
fragmentName.macosx = C/C++ Development Tools Core Native Utilities for MacOS X
|