From c58603dfbecb00d7636de51e19e9083c575694b0 Mon Sep 17 00:00:00 2001 From: Torbjörn Svensson Date: Fri, 26 Jun 2020 19:22:07 +0200 Subject: Bug 521515 - Access Windows registry using JNA 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 --- core/org.eclipse.cdt.core.native/plugin.properties | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/org.eclipse.cdt.core.native/plugin.properties') diff --git a/core/org.eclipse.cdt.core.native/plugin.properties b/core/org.eclipse.cdt.core.native/plugin.properties index 40d7fc25cea..1e8e0166d60 100755 --- a/core/org.eclipse.cdt.core.native/plugin.properties +++ b/core/org.eclipse.cdt.core.native/plugin.properties @@ -16,6 +16,8 @@ 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) -- cgit v1.2.3