From 1e3868a3ea3a618146599a22847e4e19e6c0b262 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sat, 15 Jul 2017 19:12:57 +0200 Subject: [PATCH] The primary development system for me is my Linux box at home. I don't know what Sun was thinking here, to have differences in naming JARs between OSes because as you can see here, it maks things lesser universal (difference between OSes in naming JARs) which means on your Windows(/MacOS) box you may have to ignore these properties files unless you want to add another lib and then you have to be careful. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Well, not 100% universal after all which needs improvement. Let's hope, Apache is ruling this out, at least for NetBeans IDE. Signed-off-by: Roland Häder --- nbproject/build-impl.xml | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/nbproject/build-impl.xml b/nbproject/build-impl.xml index 680f2e3..c7ca09d 100644 --- a/nbproject/build-impl.xml +++ b/nbproject/build-impl.xml @@ -889,7 +889,7 @@ exists or setup the property manually. For example like this: - + @@ -903,15 +903,14 @@ exists or setup the property manually. For example like this: - - - - - - - - - + + + + + + + + -- 2.39.5