Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandr Miloslavskiy2021-08-30 21:01:15 +0000
committerAlexandr Miloslavskiy2021-08-30 21:07:23 +0000
commit4edcf118bae2891634325b3e88f2057f1a8c8dd7 (patch)
tree06d35e164a3cec87f4d4f82f0a84f24613c2f3d3
parent8a4d330b65151ec1b5c0e2a41ea607e3977872fb (diff)
downloadeclipse.platform.swt-4edcf118bae2891634325b3e88f2057f1a8c8dd7.tar.gz
eclipse.platform.swt-4edcf118bae2891634325b3e88f2057f1a8c8dd7.tar.xz
eclipse.platform.swt-4edcf118bae2891634325b3e88f2057f1a8c8dd7.zip
Bug 575713 - Fix 'JNIGeneratorApp all' to not search for missing stuff
Signed-off-by: Alexandr Miloslavskiy <alexandr.miloslavskiy@syntevo.com> Change-Id: I838d75417a6283c4b0873e168e4b0e83ee77c4bd Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.swt/+/184783
-rw-r--r--bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.properties4
1 files changed, 1 insertions, 3 deletions
diff --git a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.properties b/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.properties
index 2efbb8d46c..3403208dec 100644
--- a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.properties
+++ b/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.properties
@@ -51,6 +51,4 @@ org.eclipse.swt.internal.opengl.win32.WGL,../org.eclipse.swt/Eclipse SWT OpenGL/
org.eclipse.swt.internal.C,../org.eclipse.swt/Eclipse SWT PI/common/library/,\
org.eclipse.swt.internal.cocoa.OS,../org.eclipse.swt/Eclipse SWT PI/cocoa/library/,\
org.eclipse.swt.internal.webkit.WebKitGTK,../org.eclipse.swt/Eclipse SWT WebKit/gtk/library/,\
-org.eclipse.swt.internal.webkit.WebKit_win32,../org.eclipse.swt/Eclipse SWT WebKit/win32/library/,\
-org.eclipse.swt.internal.chromium.lib.ChromiumLib,../org.eclipse.swt.browser.chromium/common/library/,\
-org.eclipse.swt.internal.cef3.CEF3,../org.eclipse.swt/Eclipse SWT CEF/win32/library/
+org.eclipse.swt.internal.chromium.lib.ChromiumLib,../org.eclipse.swt.browser.chromium/common/library/

Back to the top