From 96c0e2276acff23e4f98ad06eb3718778ac2713f Mon Sep 17 00:00:00 2001 From: Alexander Kurtakov Date: Wed, 3 Jan 2018 17:03:02 +0200 Subject: Fix Library.java to stick to ASCII symbols for builders. Build broke with: /opt/public/hipp/homes/genie.platform/workspace/tmp/check.compile.master/build/org/eclipse/swt/internal/Library.java:367: error: unmappable character for encoding ASCII * Dev note: (17??12??07) This has been developed and throughly tested on GTK. Designed to work on Cocoa/Win as well, but not tested. ^ /opt/public/hipp/homes/genie.platform/workspace/tmp/check.compile.master/build/org/eclipse/swt/internal/Library.java:367: error: unmappable character for encoding ASCII * Dev note: (17??12??07) This has been developed and throughly tested on GTK. Designed to work on Cocoa/Win as well, but not tested. ^ /opt/public/hipp/homes/genie.platform/workspace/tmp/check.compile.master/build/org/eclipse/swt/internal/Library.java:367: error: unmappable character for encoding ASCII * Dev note: (17??12??07) This has been developed and throughly tested on GTK. Designed to work on Cocoa/Win as well, but not tested. ^ /opt/public/hipp/homes/genie.platform/workspace/tmp/check.compile.master/build/org/eclipse/swt/internal/Library.java:367: error: unmappable character for encoding ASCII * Dev note: (17??12??07) This has been developed and throughly tested on GTK. Designed to work on Cocoa/Win as well, but not tested. ^ Change-Id: I431151233a8ec853fccc75636b53f452cf03b760 Signed-off-by: Alexander Kurtakov --- .../Eclipse SWT PI/common_j2se/org/eclipse/swt/internal/Library.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/common_j2se/org/eclipse/swt/internal/Library.java b/bundles/org.eclipse.swt/Eclipse SWT PI/common_j2se/org/eclipse/swt/internal/Library.java index f0076f9b87..292978ebda 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT PI/common_j2se/org/eclipse/swt/internal/Library.java +++ b/bundles/org.eclipse.swt/Eclipse SWT PI/common_j2se/org/eclipse/swt/internal/Library.java @@ -364,7 +364,7 @@ public static String getVersionString () { * Locates a resource located either in java library path, swt library path, or attempts to extract it from inside swt.jar file. * This function supports a single level subfolder, e.g SubFolder/resource. * - * Dev note: (17·12·07) This has been developed and throughly tested on GTK. Designed to work on Cocoa/Win as well, but not tested. + * Dev note: (17/12/07) This has been developed and throughly tested on GTK. Designed to work on Cocoa/Win as well, but not tested. * * @param subDir 'null' or a folder name without slashes. E.g Correct: 'mysubdir', incorrect: '/subdir/'. * Platform specific Slashes will be added automatically. -- cgit v1.2.3