From 58e30a906c35b6805b4aa02e8c09ce98bae32919 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sat, 15 Jul 2017 19:12:56 +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 | 29 ++++++++++++++++++----------- 1 file changed, 18 insertions(+), 11 deletions(-) diff --git a/nbproject/build-impl.xml b/nbproject/build-impl.xml index f77718a..294900a 100644 --- a/nbproject/build-impl.xml +++ b/nbproject/build-impl.xml @@ -812,6 +812,9 @@ exists or setup the property manually. For example like this: + + + @@ -826,6 +829,9 @@ exists or setup the property manually. For example like this: + + + @@ -891,7 +897,7 @@ exists or setup the property manually. For example like this: - + @@ -904,16 +910,16 @@ exists or setup the property manually. For example like this: - - - - - - - - - - + + + + + + + + + + @@ -1324,6 +1330,7 @@ exists or setup the property manually. For example like this: + -- 2.39.5