From 722accd7a15552fcf2eb0da2aca3b8ae61d76877 Mon Sep 17 00:00:00 2001 From: Jaroslav Tulach Date: Mon, 26 Apr 2021 08:18:25 +0200 Subject: [PATCH 1/2] Including LICENSE.txt in the JAR files --- make/langtools/netbeans/nb-javac/build.xml | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/make/langtools/netbeans/nb-javac/build.xml b/make/langtools/netbeans/nb-javac/build.xml index eee56cf..83c0687 100644 --- a/make/langtools/netbeans/nb-javac/build.xml +++ b/make/langtools/netbeans/nb-javac/build.xml @@ -97,13 +97,12 @@ - - - - - - + + + + + @@ -112,11 +111,11 @@ - - - - - + + + + + From 80e645b7594f7d13bd55dc2a8370daa04429d58b Mon Sep 17 00:00:00 2001 From: Jaroslav Tulach Date: Mon, 26 Apr 2021 08:18:47 +0200 Subject: [PATCH 2/2] Confirming Classpath exception applies to the produced binaries --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3292a77..0f119b3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ # About nb-javac! -"nb-javac" is a patched version of OpenJDK "javac", i.e., the Java compiler. This has long been part of NetBeans, providing a highly tuned Java compiler specifically for the Java editor i.e., parsing and lexing for features such as syntax coloring, code completion. + +**nb-javac** is a patched version of [OpenJDK](http://openjdk.java.net/) *javac* and +available under the same [license](LICENSE.txt). All of the source files, +and the binaries produced from them, are covered by the "Classpath exception". +**nb-javac** has long been part of [NetBeans](http://netbeans.org), +providing a highly tuned Java compiler +specifically for the Java editor i.e., parsing and lexing for features such +as syntax coloring and code completion. # Prerequisite - Git