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.xml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 core/org.eclipse.cdt.core.native/plugin.xml (limited to 'core/org.eclipse.cdt.core.native/plugin.xml') diff --git a/core/org.eclipse.cdt.core.native/plugin.xml b/core/org.eclipse.cdt.core.native/plugin.xml new file mode 100644 index 00000000000..174452ec9f4 --- /dev/null +++ b/core/org.eclipse.cdt.core.native/plugin.xml @@ -0,0 +1,5 @@ + + + + + -- cgit v1.2.3