Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Apr 2021 20:59:37 GMT
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: acc1dff37c16 - main - java/netbeans: update to 12.3.
Message-ID:  <202104082059.138Kxb0I062153@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by kwm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=acc1dff37c16eb482b718780aa9577f674ab5fe7

commit acc1dff37c16eb482b718780aa9577f674ab5fe7
Author:     Koop Mast <kwm@FreeBSD.org>
AuthorDate: 2021-04-08 20:45:13 +0000
Commit:     Koop Mast <kwm@FreeBSD.org>
CommitDate: 2021-04-08 20:59:07 +0000

    java/netbeans: update to 12.3.
    
    Set execute bit on maven binary so netbeans can run it. [1]
    
    PR:             248192 [1]
    Submitted by:   akruijff@dds.nl
---
 java/netbeans/Makefile                 |   4 +-
 java/netbeans/distinfo                 |   6 +-
 java/netbeans/files/patch-bin_netbeans |  10 -
 java/netbeans/pkg-plist                | 559 +++++++++++++++++----------------
 4 files changed, 296 insertions(+), 283 deletions(-)

diff --git a/java/netbeans/Makefile b/java/netbeans/Makefile
index e12fc642a42f..72fa08d75b1a 100644
--- a/java/netbeans/Makefile
+++ b/java/netbeans/Makefile
@@ -1,7 +1,7 @@
 # Created by: olgeni@FreeBSD.org
 
 PORTNAME=	netbeans
-DISTVERSION=	11.3
+DISTVERSION=	12.3
 CATEGORIES=	java devel
 MASTER_SITES=	APACHE/netbeans/netbeans/${PORTVERSION}/
 DISTNAME=	netbeans-${DISTVERSION}-bin
@@ -41,7 +41,7 @@ DESKTOP_ENTRIES="Apache NetBeans" \
 		false
 
 post-patch:
-	@${REINPLACE_CMD} -i '' -e '80s|#||;80s|/path/to/jdk|${JAVA_HOME}|' \
+	@${REINPLACE_CMD} -i '' -e '77s|#||;77s|/path/to/jdk|${JAVA_HOME}|' \
 	    ${WRKSRC}/etc/netbeans.conf
 	@${FIND} ${WRKSRC} -name "*.orig" -delete
 
diff --git a/java/netbeans/distinfo b/java/netbeans/distinfo
index e73a8ee9bbff..1eedd267ec88 100644
--- a/java/netbeans/distinfo
+++ b/java/netbeans/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1582753941
-SHA256 (netbeans-11.3-bin.zip) = ba4604f5e2c8ecbd9a6fd0d91bf65270af5a134b0d95d815b41ddf5892f0f33f
-SIZE (netbeans-11.3-bin.zip) = 370365776
+TIMESTAMP = 1615570628
+SHA256 (netbeans-12.3-bin.zip) = ff522451e2ce32991dc2ced7cd089dc060d58639659a5767f1765e1a807ab5d4
+SIZE (netbeans-12.3-bin.zip) = 405963068
diff --git a/java/netbeans/files/patch-bin_netbeans b/java/netbeans/files/patch-bin_netbeans
deleted file mode 100644
index 30b9a2c86f44..000000000000
--- a/java/netbeans/files/patch-bin_netbeans
+++ /dev/null
@@ -1,10 +0,0 @@
---- bin/netbeans.orig	2019-03-19 21:31:30 UTC
-+++ bin/netbeans
-@@ -166,6 +166,7 @@ case "`uname`" in
-             --jdkhome '"$netbeans_jdkhome"' \
-             --branding nb \
-             --clusters '"$netbeans_clusters"' \
-+            -J-Dawt.useSystemAAFontSettings=on \
-             -J-Dnetbeans.importclass=org.netbeans.upgrade.AutoUpgrade \
-             ${netbeans_default_options} \
-             '"$@"'
diff --git a/java/netbeans/pkg-plist b/java/netbeans/pkg-plist
index b19f23d4b524..5c8f8d8eeccb 100644
--- a/java/netbeans/pkg-plist
+++ b/java/netbeans/pkg-plist
@@ -36,6 +36,21 @@
 @(,,0555) %%DATADIR%%/bin/netbeans
 %%DATADIR%%/bin/netbeans.exe
 %%DATADIR%%/bin/netbeans64.exe
+%%DATADIR%%/cpplite/.lastModified
+%%DATADIR%%/cpplite/VERSION.txt
+%%DATADIR%%/cpplite/config/Modules/org-netbeans-modules-cpplite-debugger.xml
+%%DATADIR%%/cpplite/config/Modules/org-netbeans-modules-cpplite-editor.xml
+%%DATADIR%%/cpplite/config/Modules/org-netbeans-modules-cpplite-kit.xml
+%%DATADIR%%/cpplite/config/Modules/org-netbeans-modules-cpplite-project.xml
+%%DATADIR%%/cpplite/modules/ext/cpplite-mi-f8f8250283be.jar
+%%DATADIR%%/cpplite/modules/org-netbeans-modules-cpplite-debugger.jar
+%%DATADIR%%/cpplite/modules/org-netbeans-modules-cpplite-editor.jar
+%%DATADIR%%/cpplite/modules/org-netbeans-modules-cpplite-kit.jar
+%%DATADIR%%/cpplite/modules/org-netbeans-modules-cpplite-project.jar
+%%DATADIR%%/cpplite/update_tracking/org-netbeans-modules-cpplite-debugger.xml
+%%DATADIR%%/cpplite/update_tracking/org-netbeans-modules-cpplite-editor.xml
+%%DATADIR%%/cpplite/update_tracking/org-netbeans-modules-cpplite-kit.xml
+%%DATADIR%%/cpplite/update_tracking/org-netbeans-modules-cpplite-project.xml
 %%DATADIR%%/enterprise/.lastModified
 %%DATADIR%%/enterprise/VERSION.txt
 %%DATADIR%%/enterprise/ant/extra/jspcompile.jar
@@ -55,6 +70,7 @@
 %%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-glassfish-eecommon.xml
 %%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-glassfish-javaee.xml
 %%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-glassfish-tooling.xml
+%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-gradle-javaee.xml
 %%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2ee-ant.xml
 %%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2ee-api-ejbmodule.xml
 %%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2ee-clientproject.xml
@@ -76,11 +92,14 @@
 %%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2ee-sun-ddui.xml
 %%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2eeapis.xml
 %%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2eeserver.xml
+%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-jakartaee8-api.xml
+%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-jakartaee8-platform.xml
 %%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-javaee-api.xml
 %%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-javaee-beanvalidation.xml
 %%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-javaee-project.xml
 %%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-javaee-resources.xml
 %%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-javaee-specs-support.xml
+%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-javaee-wildfly.xml
 %%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-javaee7-api.xml
 %%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-javaee8-api.xml
 %%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-jellytools-enterprise.xml
@@ -92,15 +111,13 @@
 %%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-payara-jakartaee.xml
 %%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-payara-micro.xml
 %%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-payara-tooling.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-performance-javaee.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-performance-scripting.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-performance-web.xml
 %%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-profiler-j2ee.xml
 %%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-projectimport-eclipse-web.xml
 %%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-servletjspapi.xml
 %%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-spring-webmvc.xml
 %%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-tomcat5.xml
 %%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-web-beans.xml
+%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-web-bootsfaces.xml
 %%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-web-client-rest.xml
 %%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-web-core-syntax.xml
 %%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-web-core.xml
@@ -147,6 +164,7 @@
 %%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-utilities.xml
 %%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-websvcapi.xml
 %%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-wsstackapi.xml
+%%DATADIR%%/enterprise/docs/jakartaee8-doc-api.jar
 %%DATADIR%%/enterprise/docs/javaee-doc-api.jar
 %%DATADIR%%/enterprise/docs/jsf-api-docs.zip
 %%DATADIR%%/enterprise/docs/jsf12-tlddoc.zip
@@ -176,6 +194,8 @@
 %%DATADIR%%/enterprise/modules/ext/commons-fileupload-1.4.jar
 %%DATADIR%%/enterprise/modules/ext/el-impl.jar
 %%DATADIR%%/enterprise/modules/ext/glassfish-jspparser-4.0.jar
+%%DATADIR%%/enterprise/modules/ext/jakarta.jakartaee-api-8.0.0.jar
+%%DATADIR%%/enterprise/modules/ext/jakarta.jakartaee-web-api-8.0.0.jar
 %%DATADIR%%/enterprise/modules/ext/javaee-api-5.jar
 %%DATADIR%%/enterprise/modules/ext/javaee-api-6.0.jar
 %%DATADIR%%/enterprise/modules/ext/javaee-api-7.0.jar
@@ -264,6 +284,7 @@
 %%DATADIR%%/enterprise/modules/org-netbeans-modules-glassfish-eecommon.jar
 %%DATADIR%%/enterprise/modules/org-netbeans-modules-glassfish-javaee.jar
 %%DATADIR%%/enterprise/modules/org-netbeans-modules-glassfish-tooling.jar
+%%DATADIR%%/enterprise/modules/org-netbeans-modules-gradle-javaee.jar
 %%DATADIR%%/enterprise/modules/org-netbeans-modules-j2ee-ant.jar
 %%DATADIR%%/enterprise/modules/org-netbeans-modules-j2ee-api-ejbmodule.jar
 %%DATADIR%%/enterprise/modules/org-netbeans-modules-j2ee-clientproject.jar
@@ -285,11 +306,14 @@
 %%DATADIR%%/enterprise/modules/org-netbeans-modules-j2ee-sun-ddui.jar
 %%DATADIR%%/enterprise/modules/org-netbeans-modules-j2eeapis.jar
 %%DATADIR%%/enterprise/modules/org-netbeans-modules-j2eeserver.jar
+%%DATADIR%%/enterprise/modules/org-netbeans-modules-jakartaee8-api.jar
+%%DATADIR%%/enterprise/modules/org-netbeans-modules-jakartaee8-platform.jar
 %%DATADIR%%/enterprise/modules/org-netbeans-modules-javaee-api.jar
 %%DATADIR%%/enterprise/modules/org-netbeans-modules-javaee-beanvalidation.jar
 %%DATADIR%%/enterprise/modules/org-netbeans-modules-javaee-project.jar
 %%DATADIR%%/enterprise/modules/org-netbeans-modules-javaee-resources.jar
 %%DATADIR%%/enterprise/modules/org-netbeans-modules-javaee-specs-support.jar
+%%DATADIR%%/enterprise/modules/org-netbeans-modules-javaee-wildfly.jar
 %%DATADIR%%/enterprise/modules/org-netbeans-modules-javaee7-api.jar
 %%DATADIR%%/enterprise/modules/org-netbeans-modules-javaee8-api.jar
 %%DATADIR%%/enterprise/modules/org-netbeans-modules-jellytools-enterprise.jar
@@ -301,15 +325,13 @@
 %%DATADIR%%/enterprise/modules/org-netbeans-modules-payara-jakartaee.jar
 %%DATADIR%%/enterprise/modules/org-netbeans-modules-payara-micro.jar
 %%DATADIR%%/enterprise/modules/org-netbeans-modules-payara-tooling.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-performance-javaee.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-performance-scripting.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-performance-web.jar
 %%DATADIR%%/enterprise/modules/org-netbeans-modules-profiler-j2ee.jar
 %%DATADIR%%/enterprise/modules/org-netbeans-modules-projectimport-eclipse-web.jar
 %%DATADIR%%/enterprise/modules/org-netbeans-modules-servletjspapi.jar
 %%DATADIR%%/enterprise/modules/org-netbeans-modules-spring-webmvc.jar
 %%DATADIR%%/enterprise/modules/org-netbeans-modules-tomcat5.jar
 %%DATADIR%%/enterprise/modules/org-netbeans-modules-web-beans.jar
+%%DATADIR%%/enterprise/modules/org-netbeans-modules-web-bootsfaces.jar
 %%DATADIR%%/enterprise/modules/org-netbeans-modules-web-client-rest.jar
 %%DATADIR%%/enterprise/modules/org-netbeans-modules-web-core-syntax.jar
 %%DATADIR%%/enterprise/modules/org-netbeans-modules-web-core.jar
@@ -369,6 +391,7 @@
 %%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-glassfish-eecommon.xml
 %%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-glassfish-javaee.xml
 %%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-glassfish-tooling.xml
+%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-gradle-javaee.xml
 %%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-j2ee-ant.xml
 %%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-j2ee-api-ejbmodule.xml
 %%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-j2ee-clientproject.xml
@@ -390,11 +413,14 @@
 %%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-j2ee-sun-ddui.xml
 %%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-j2eeapis.xml
 %%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-j2eeserver.xml
+%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-jakartaee8-api.xml
+%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-jakartaee8-platform.xml
 %%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-javaee-api.xml
 %%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-javaee-beanvalidation.xml
 %%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-javaee-project.xml
 %%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-javaee-resources.xml
 %%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-javaee-specs-support.xml
+%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-javaee-wildfly.xml
 %%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-javaee7-api.xml
 %%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-javaee8-api.xml
 %%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-jellytools-enterprise.xml
@@ -406,15 +432,13 @@
 %%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-payara-jakartaee.xml
 %%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-payara-micro.xml
 %%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-payara-tooling.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-performance-javaee.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-performance-scripting.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-performance-web.xml
 %%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-profiler-j2ee.xml
 %%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-projectimport-eclipse-web.xml
 %%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-servletjspapi.xml
 %%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-spring-webmvc.xml
 %%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-tomcat5.xml
 %%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-web-beans.xml
+%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-web-bootsfaces.xml
 %%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-web-client-rest.xml
 %%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-web-core-syntax.xml
 %%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-web-core.xml
@@ -478,6 +502,10 @@
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cloud-common.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cordova-platforms-android.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cordova.xml
+%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cpplite-debugger.xml
+%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cpplite-editor.xml
+%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cpplite-kit.xml
+%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cpplite-project.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-dbschema.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-debugger-jpda-js.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-debugger-jpda-jsui.xml
@@ -492,11 +520,7 @@
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-glassfish-common.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-glassfish-javaee.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-glassfish-tooling.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-gradle-htmlui.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-gradle-java-coverage.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-gradle-javaee.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-gradle-kit.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-groovy-and-gradle-kit.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-groovy-antproject.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-groovy-editor.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-groovy-gsp.xml
@@ -505,7 +529,6 @@
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-groovy-samples.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-groovy-support.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-html-angular.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-html-ojet.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-i18n.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-ide-ergonomics.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-ant.xml
@@ -530,8 +553,9 @@
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-platform.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-sun-appsrv.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-sun-ddui.xml
+%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-jakartaee8-api.xml
+%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-jakartaee8-platform.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-java-debug.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-java-editor-lib.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-java-editor.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-java-examples.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-java-freeform.xml
@@ -548,6 +572,7 @@
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-java-kit.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-java-lsp-server.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-java-module-graph.xml
+%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-java-mx-project.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-java-navigation.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-java-openjdk-project.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-java-source-ant.xml
@@ -558,6 +583,7 @@
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-javaee-beanvalidation.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-javaee-injection.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-javaee-project.xml
+%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-javaee-wildfly.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-javaee7-api.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-javaee8-api.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-javafx2-editor.xml
@@ -573,6 +599,7 @@
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-javascript-jstestdriver.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-javascript-karma.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-javascript-nodejs.xml
+%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-javascript2-editor.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-javascript2-extdoc.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-javascript2-extjs.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-javascript2-jade.xml
@@ -588,6 +615,7 @@
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-kotlin-editor.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-languages-apacheconf.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-languages-ini.xml
+%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-libs-gradle.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-maven-checkstyle.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-maven-coverage.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-maven-grammar.xml
@@ -604,7 +632,6 @@
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-payara-jakartaee.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-payara-micro.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-payara-tooling.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-performance-ergonomics.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-php-apigen.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-php-atoum.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-php-code-analysis.xml
@@ -643,6 +670,7 @@
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-tomcat5.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-typescript-editor.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-web-beans.xml
+%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-web-bootsfaces.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-web-client-kit.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-web-client-rest.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-web-client-samples.xml
@@ -696,9 +724,7 @@
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-xml-jaxb.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-xml-tools-java.xml
 %%DATADIR%%/ergonomics/modules/org-netbeans-modules-ide-ergonomics.jar
-%%DATADIR%%/ergonomics/modules/org-netbeans-modules-performance-ergonomics.jar
 %%DATADIR%%/ergonomics/update_tracking/org-netbeans-modules-ide-ergonomics.xml
-%%DATADIR%%/ergonomics/update_tracking/org-netbeans-modules-performance-ergonomics.xml
 %%DATADIR%%/%%ETCDIR%%.clusters
 %%DATADIR%%/%%ETCDIR%%.conf
 %%DATADIR%%/%%ETCDIR%%.import
@@ -758,23 +784,25 @@
 %%DATADIR%%/extide/ant/lib/ant.jar
 %%DATADIR%%/extide/ant/nblib/bridge.jar
 %%DATADIR%%/extide/config/Modules/org-apache-tools-ant-module.xml
+%%DATADIR%%/extide/config/Modules/org-netbeans-modules-gradle.xml
+%%DATADIR%%/extide/config/Modules/org-netbeans-modules-libs-gradle.xml
 %%DATADIR%%/extide/config/Modules/org-netbeans-modules-options-java.xml
+%%DATADIR%%/extide/modules/gradle/daemon-loader/build.gradle
+%%DATADIR%%/extide/modules/gradle/daemon-loader/settings.gradle
+%%DATADIR%%/extide/modules/gradle/gradle-tooling-api.jar
+%%DATADIR%%/extide/modules/gradle/nb-tooling.gradle
+%%DATADIR%%/extide/modules/gradle/netbeans-gradle-tooling.jar
 %%DATADIR%%/extide/modules/org-apache-tools-ant-module.jar
+%%DATADIR%%/extide/modules/org-netbeans-modules-gradle.jar
+%%DATADIR%%/extide/modules/org-netbeans-modules-libs-gradle.jar
 %%DATADIR%%/extide/modules/org-netbeans-modules-options-java.jar
 %%DATADIR%%/extide/update_tracking/org-apache-tools-ant-module.xml
+%%DATADIR%%/extide/update_tracking/org-netbeans-modules-gradle.xml
+%%DATADIR%%/extide/update_tracking/org-netbeans-modules-libs-gradle.xml
 %%DATADIR%%/extide/update_tracking/org-netbeans-modules-options-java.xml
 %%DATADIR%%/groovy/.lastModified
 %%DATADIR%%/groovy/VERSION.txt
-%%DATADIR%%/groovy/config/Modules/org-netbeans-modules-gradle-htmlui.xml
-%%DATADIR%%/groovy/config/Modules/org-netbeans-modules-gradle-java-coverage.xml
-%%DATADIR%%/groovy/config/Modules/org-netbeans-modules-gradle-java.xml
-%%DATADIR%%/groovy/config/Modules/org-netbeans-modules-gradle-javaee.xml
-%%DATADIR%%/groovy/config/Modules/org-netbeans-modules-gradle-kit.xml
-%%DATADIR%%/groovy/config/Modules/org-netbeans-modules-gradle-persistence.xml
-%%DATADIR%%/groovy/config/Modules/org-netbeans-modules-gradle-spring.xml
-%%DATADIR%%/groovy/config/Modules/org-netbeans-modules-gradle-test.xml
-%%DATADIR%%/groovy/config/Modules/org-netbeans-modules-gradle.xml
-%%DATADIR%%/groovy/config/Modules/org-netbeans-modules-groovy-and-gradle-kit.xml
+%%DATADIR%%/groovy/config/Modules/org-netbeans-modules-gradle-groovy.xml
 %%DATADIR%%/groovy/config/Modules/org-netbeans-modules-groovy-antproject.xml
 %%DATADIR%%/groovy/config/Modules/org-netbeans-modules-groovy-editor.xml
 %%DATADIR%%/groovy/config/Modules/org-netbeans-modules-groovy-gsp.xml
@@ -786,22 +814,7 @@
 %%DATADIR%%/groovy/config/Modules/org-netbeans-modules-maven-groovy.xml
 %%DATADIR%%/groovy/modules/ext/groovy-ant.jar
 %%DATADIR%%/groovy/modules/ext/groovy.jar
-%%DATADIR%%/groovy/modules/gradle/daemon-loader/build.gradle
-%%DATADIR%%/groovy/modules/gradle/daemon-loader/settings.gradle
-%%DATADIR%%/groovy/modules/gradle/gradle-tooling-api.jar
-%%DATADIR%%/groovy/modules/gradle/nb-tooling.gradle
-%%DATADIR%%/groovy/modules/gradle/netbeans-gradle-tooling.jar
-%%DATADIR%%/groovy/modules/gradle/org.jacoco.core.jar
-%%DATADIR%%/groovy/modules/org-netbeans-modules-gradle-htmlui.jar
-%%DATADIR%%/groovy/modules/org-netbeans-modules-gradle-java-coverage.jar
-%%DATADIR%%/groovy/modules/org-netbeans-modules-gradle-java.jar
-%%DATADIR%%/groovy/modules/org-netbeans-modules-gradle-javaee.jar
-%%DATADIR%%/groovy/modules/org-netbeans-modules-gradle-kit.jar
-%%DATADIR%%/groovy/modules/org-netbeans-modules-gradle-persistence.jar
-%%DATADIR%%/groovy/modules/org-netbeans-modules-gradle-spring.jar
-%%DATADIR%%/groovy/modules/org-netbeans-modules-gradle-test.jar
-%%DATADIR%%/groovy/modules/org-netbeans-modules-gradle.jar
-%%DATADIR%%/groovy/modules/org-netbeans-modules-groovy-and-gradle-kit.jar
+%%DATADIR%%/groovy/modules/org-netbeans-modules-gradle-groovy.jar
 %%DATADIR%%/groovy/modules/org-netbeans-modules-groovy-antproject.jar
 %%DATADIR%%/groovy/modules/org-netbeans-modules-groovy-editor.jar
 %%DATADIR%%/groovy/modules/org-netbeans-modules-groovy-gsp.jar
@@ -811,16 +824,7 @@
 %%DATADIR%%/groovy/modules/org-netbeans-modules-groovy-support.jar
 %%DATADIR%%/groovy/modules/org-netbeans-modules-libs-groovy.jar
 %%DATADIR%%/groovy/modules/org-netbeans-modules-maven-groovy.jar
-%%DATADIR%%/groovy/update_tracking/org-netbeans-modules-gradle-htmlui.xml
-%%DATADIR%%/groovy/update_tracking/org-netbeans-modules-gradle-java-coverage.xml
-%%DATADIR%%/groovy/update_tracking/org-netbeans-modules-gradle-java.xml
-%%DATADIR%%/groovy/update_tracking/org-netbeans-modules-gradle-javaee.xml
-%%DATADIR%%/groovy/update_tracking/org-netbeans-modules-gradle-kit.xml
-%%DATADIR%%/groovy/update_tracking/org-netbeans-modules-gradle-persistence.xml
-%%DATADIR%%/groovy/update_tracking/org-netbeans-modules-gradle-spring.xml
-%%DATADIR%%/groovy/update_tracking/org-netbeans-modules-gradle-test.xml
-%%DATADIR%%/groovy/update_tracking/org-netbeans-modules-gradle.xml
-%%DATADIR%%/groovy/update_tracking/org-netbeans-modules-groovy-and-gradle-kit.xml
+%%DATADIR%%/groovy/update_tracking/org-netbeans-modules-gradle-groovy.xml
 %%DATADIR%%/groovy/update_tracking/org-netbeans-modules-groovy-antproject.xml
 %%DATADIR%%/groovy/update_tracking/org-netbeans-modules-groovy-editor.xml
 %%DATADIR%%/groovy/update_tracking/org-netbeans-modules-groovy-gsp.xml
@@ -969,14 +973,6 @@
 %%DATADIR%%/ide/bin/nativeexecution/MacOSX-x86_64/pty_open
 %%DATADIR%%/ide/bin/nativeexecution/MacOSX-x86_64/stat
 %%DATADIR%%/ide/bin/nativeexecution/MacOSX-x86_64/unbuffer.dylib
-%%DATADIR%%/ide/bin/nativeexecution/SunOS-sparc/killall
-%%DATADIR%%/ide/bin/nativeexecution/SunOS-sparc/privp
-%%DATADIR%%/ide/bin/nativeexecution/SunOS-sparc/process_start
-%%DATADIR%%/ide/bin/nativeexecution/SunOS-sparc/pty
-%%DATADIR%%/ide/bin/nativeexecution/SunOS-sparc/pty_open
-%%DATADIR%%/ide/bin/nativeexecution/SunOS-sparc/sigqueue
-%%DATADIR%%/ide/bin/nativeexecution/SunOS-sparc/stat
-%%DATADIR%%/ide/bin/nativeexecution/SunOS-sparc/unbuffer.so
 %%DATADIR%%/ide/bin/nativeexecution/SunOS-sparc_64/killall
 %%DATADIR%%/ide/bin/nativeexecution/SunOS-sparc_64/privp
 %%DATADIR%%/ide/bin/nativeexecution/SunOS-sparc_64/process_start
@@ -1022,6 +1018,7 @@
 %%DATADIR%%/ide/config/ModuleAutoDeps/org-netbeans-modules-editor-lib2.xml
 %%DATADIR%%/ide/config/ModuleAutoDeps/org-netbeans-modules-editor-settings-storage.xml
 %%DATADIR%%/ide/config/ModuleAutoDeps/org-netbeans-modules-editor.xml
+%%DATADIR%%/ide/config/ModuleAutoDeps/org-netbeans-modules-html-editor.xml
 %%DATADIR%%/ide/config/ModuleAutoDeps/org-netbeans-modules-ide-kit.xml
 %%DATADIR%%/ide/config/ModuleAutoDeps/org-netbeans-modules-options-editor.xml
 %%DATADIR%%/ide/config/ModuleAutoDeps/org-netbeans-modules-parsing-api.xml
@@ -1093,6 +1090,7 @@
 %%DATADIR%%/ide/config/Modules/org-netbeans-libs-smack.xml
 %%DATADIR%%/ide/config/Modules/org-netbeans-libs-svnClientAdapter-javahl.xml
 %%DATADIR%%/ide/config/Modules/org-netbeans-libs-svnClientAdapter.xml
+%%DATADIR%%/ide/config/Modules/org-netbeans-libs-truffleapi.xml
 %%DATADIR%%/ide/config/Modules/org-netbeans-libs-xerces.xml
 %%DATADIR%%/ide/config/Modules/org-netbeans-modules-bugtracking-bridge.xml
 %%DATADIR%%/ide/config/Modules/org-netbeans-modules-bugtracking-commons.xml
@@ -1126,6 +1124,7 @@
 %%DATADIR%%/ide/config/Modules/org-netbeans-modules-docker-editor.xml
 %%DATADIR%%/ide/config/Modules/org-netbeans-modules-docker-ui.xml
 %%DATADIR%%/ide/config/Modules/org-netbeans-modules-editor-actions.xml
+%%DATADIR%%/ide/config/Modules/org-netbeans-modules-editor-autosave.xml
 %%DATADIR%%/ide/config/Modules/org-netbeans-modules-editor-bookmarks.xml
 %%DATADIR%%/ide/config/Modules/org-netbeans-modules-editor-bracesmatching.xml
 %%DATADIR%%/ide/config/Modules/org-netbeans-modules-editor-breadcrumbs.xml
@@ -1170,6 +1169,7 @@
 %%DATADIR%%/ide/config/Modules/org-netbeans-modules-html-custom.xml
 %%DATADIR%%/ide/config/Modules/org-netbeans-modules-html-editor-lib.xml
 %%DATADIR%%/ide/config/Modules/org-netbeans-modules-html-editor.xml
+%%DATADIR%%/ide/config/Modules/org-netbeans-modules-html-indexing.xml
 %%DATADIR%%/ide/config/Modules/org-netbeans-modules-html-lexer.xml
 %%DATADIR%%/ide/config/Modules/org-netbeans-modules-html-parser.xml
 %%DATADIR%%/ide/config/Modules/org-netbeans-modules-html-validation.xml
@@ -1315,15 +1315,18 @@
 %%DATADIR%%/ide/modules/ext/antlr4-runtime-4.7.2.jar
 %%DATADIR%%/ide/modules/ext/bytelist-1.0.15.jar
 %%DATADIR%%/ide/modules/ext/commons-compress-1.19.jar
+%%DATADIR%%/ide/modules/ext/commons-csv-1.8.jar
 %%DATADIR%%/ide/modules/ext/commons-net-3.6.jar
 %%DATADIR%%/ide/modules/ext/ddl.jar
 %%DATADIR%%/ide/modules/ext/derbysampledb.zip
+%%DATADIR%%/ide/modules/ext/fastexcel-0.10.15.jar
 %%DATADIR%%/ide/modules/ext/flexmark-0.50.36.jar
 %%DATADIR%%/ide/modules/ext/flexmark-html2md-converter-0.50.36.jar
 %%DATADIR%%/ide/modules/ext/flexmark-util-0.50.36.jar
-%%DATADIR%%/ide/modules/ext/freemarker-2.3.19.jar
+%%DATADIR%%/ide/modules/ext/freemarker-2.3.30.jar
+%%DATADIR%%/ide/modules/ext/galimatias.jar
 %%DATADIR%%/ide/modules/ext/generated-wsdl-xsd-2004.08.24.jar
-%%DATADIR%%/ide/modules/ext/graal-sdk-19.3.0.jar
+%%DATADIR%%/ide/modules/ext/graal-sdk-20.2.0.jar
 %%DATADIR%%/ide/modules/ext/html5-parser.jar
 %%DATADIR%%/ide/modules/ext/icu4j-4_4_2.jar
 %%DATADIR%%/ide/modules/ext/ini4j-0.5.1.jar
@@ -1333,7 +1336,6 @@
 %%DATADIR%%/ide/modules/ext/jaxb/api/jaxb-api.jar
 %%DATADIR%%/ide/modules/ext/jaxb/jaxb-impl.jar
 %%DATADIR%%/ide/modules/ext/jaxb/jaxb-xjc.jar
-%%DATADIR%%/ide/modules/ext/jaxb/jaxb1-impl.jar
 %%DATADIR%%/ide/modules/ext/jcodings-1.0.18.jar
 %%DATADIR%%/ide/modules/ext/jing.jar
 %%DATADIR%%/ide/modules/ext/joni-2.1.11.jar
@@ -1347,30 +1349,33 @@
 %%DATADIR%%/ide/modules/ext/junixsocket-core-2.2.1.jar
 %%DATADIR%%/ide/modules/ext/junixsocket-native-common-2.2.1.jar
 %%DATADIR%%/ide/modules/ext/jvyamlb-0.2.6.jar
-%%DATADIR%%/ide/modules/ext/libpam4j-1.1.jar
+%%DATADIR%%/ide/modules/ext/langdetect.jar
+%%DATADIR%%/ide/modules/ext/launcher-common-20.2.0.jar
 %%DATADIR%%/ide/modules/ext/log4j-1.2.15.jar
 %%DATADIR%%/ide/modules/ext/lucene-core-3.6.2.jar
+%%DATADIR%%/ide/modules/ext/opczip-1.2.0.jar
 %%DATADIR%%/ide/modules/ext/org-netbeans-tax.jar
-%%DATADIR%%/ide/modules/ext/org.eclipse.lsp4j-0.8.1-p1.jar
-%%DATADIR%%/ide/modules/ext/org.eclipse.lsp4j.generator-0.8.1.jar
-%%DATADIR%%/ide/modules/ext/org.eclipse.lsp4j.jsonrpc-0.8.1.jar
+%%DATADIR%%/ide/modules/ext/org.eclipse.lsp4j-0.9.0.jar
+%%DATADIR%%/ide/modules/ext/org.eclipse.lsp4j.generator-0.9.0.jar
+%%DATADIR%%/ide/modules/ext/org.eclipse.lsp4j.jsonrpc-0.9.0.jar
 %%DATADIR%%/ide/modules/ext/org.eclipse.tm4e.core_0.2.0.201809031154.jar
-%%DATADIR%%/ide/modules/ext/org.eclipse.xtend.lib-2.18.0.jar
-%%DATADIR%%/ide/modules/ext/org.eclipse.xtend.lib.macro-2.18.0.jar
-%%DATADIR%%/ide/modules/ext/org.eclipse.xtext.xbase.lib-2.18.0.jar
-%%DATADIR%%/ide/modules/ext/postgresql-42.2.8.jar
-%%DATADIR%%/ide/modules/ext/processtreekiller-1.0.7.jar
+%%DATADIR%%/ide/modules/ext/org.eclipse.xtend.lib-2.19.0.jar
+%%DATADIR%%/ide/modules/ext/org.eclipse.xtend.lib.macro-2.19.0.jar
+%%DATADIR%%/ide/modules/ext/org.eclipse.xtext.xbase.lib-2.19.0.jar
+%%DATADIR%%/ide/modules/ext/postgresql-42.2.16.jar
+%%DATADIR%%/ide/modules/ext/processtreekiller-2.0.1.jar
 %%DATADIR%%/ide/modules/ext/resolver-1.2.jar
-%%DATADIR%%/ide/modules/ext/saxon9B.jar
+%%DATADIR%%/ide/modules/ext/salvation.jar
 %%DATADIR%%/ide/modules/ext/servlet-2.2.jar
 %%DATADIR%%/ide/modules/ext/smack.jar
 %%DATADIR%%/ide/modules/ext/smackx.jar
 %%DATADIR%%/ide/modules/ext/svnClientAdapter-javahl.jar
 %%DATADIR%%/ide/modules/ext/svnClientAdapter-main.jar
 %%DATADIR%%/ide/modules/ext/svnjavahl.jar
+%%DATADIR%%/ide/modules/ext/truffle-api-20.2.0.jar
 %%DATADIR%%/ide/modules/ext/validator.jar
 %%DATADIR%%/ide/modules/ext/webserver.jar
-%%DATADIR%%/ide/modules/ext/winp-1.26.jar
+%%DATADIR%%/ide/modules/ext/winp-1.28.jar
 %%DATADIR%%/ide/modules/ext/xerces-2.8.0.jar
 %%DATADIR%%/ide/modules/lib/extbrowser.dll
 %%DATADIR%%/ide/modules/lib/extbrowser64.dll
@@ -1428,6 +1433,7 @@
 %%DATADIR%%/ide/modules/org-netbeans-libs-smack.jar
 %%DATADIR%%/ide/modules/org-netbeans-libs-svnClientAdapter-javahl.jar
 %%DATADIR%%/ide/modules/org-netbeans-libs-svnClientAdapter.jar
+%%DATADIR%%/ide/modules/org-netbeans-libs-truffleapi.jar
 %%DATADIR%%/ide/modules/org-netbeans-libs-xerces.jar
 %%DATADIR%%/ide/modules/org-netbeans-modules-bugtracking-bridge.jar
 %%DATADIR%%/ide/modules/org-netbeans-modules-bugtracking-commons.jar
@@ -1461,6 +1467,7 @@
 %%DATADIR%%/ide/modules/org-netbeans-modules-docker-editor.jar
 %%DATADIR%%/ide/modules/org-netbeans-modules-docker-ui.jar
 %%DATADIR%%/ide/modules/org-netbeans-modules-editor-actions.jar
+%%DATADIR%%/ide/modules/org-netbeans-modules-editor-autosave.jar
 %%DATADIR%%/ide/modules/org-netbeans-modules-editor-bookmarks.jar
 %%DATADIR%%/ide/modules/org-netbeans-modules-editor-bracesmatching.jar
 %%DATADIR%%/ide/modules/org-netbeans-modules-editor-breadcrumbs.jar
@@ -1505,6 +1512,7 @@
 %%DATADIR%%/ide/modules/org-netbeans-modules-html-custom.jar
 %%DATADIR%%/ide/modules/org-netbeans-modules-html-editor-lib.jar
 %%DATADIR%%/ide/modules/org-netbeans-modules-html-editor.jar
+%%DATADIR%%/ide/modules/org-netbeans-modules-html-indexing.jar
 %%DATADIR%%/ide/modules/org-netbeans-modules-html-lexer.jar
 %%DATADIR%%/ide/modules/org-netbeans-modules-html-parser.jar
 %%DATADIR%%/ide/modules/org-netbeans-modules-html-validation.jar
@@ -1687,6 +1695,7 @@
 %%DATADIR%%/ide/update_tracking/org-netbeans-libs-smack.xml
 %%DATADIR%%/ide/update_tracking/org-netbeans-libs-svnClientAdapter-javahl.xml
 %%DATADIR%%/ide/update_tracking/org-netbeans-libs-svnClientAdapter.xml
+%%DATADIR%%/ide/update_tracking/org-netbeans-libs-truffleapi.xml
 %%DATADIR%%/ide/update_tracking/org-netbeans-libs-xerces.xml
 %%DATADIR%%/ide/update_tracking/org-netbeans-modules-bugtracking-bridge.xml
 %%DATADIR%%/ide/update_tracking/org-netbeans-modules-bugtracking-commons.xml
@@ -1720,6 +1729,7 @@
 %%DATADIR%%/ide/update_tracking/org-netbeans-modules-docker-editor.xml
 %%DATADIR%%/ide/update_tracking/org-netbeans-modules-docker-ui.xml
 %%DATADIR%%/ide/update_tracking/org-netbeans-modules-editor-actions.xml
+%%DATADIR%%/ide/update_tracking/org-netbeans-modules-editor-autosave.xml
 %%DATADIR%%/ide/update_tracking/org-netbeans-modules-editor-bookmarks.xml
 %%DATADIR%%/ide/update_tracking/org-netbeans-modules-editor-bracesmatching.xml
 %%DATADIR%%/ide/update_tracking/org-netbeans-modules-editor-breadcrumbs.xml
@@ -1764,6 +1774,7 @@
 %%DATADIR%%/ide/update_tracking/org-netbeans-modules-html-custom.xml
 %%DATADIR%%/ide/update_tracking/org-netbeans-modules-html-editor-lib.xml
 %%DATADIR%%/ide/update_tracking/org-netbeans-modules-html-editor.xml
+%%DATADIR%%/ide/update_tracking/org-netbeans-modules-html-indexing.xml
 %%DATADIR%%/ide/update_tracking/org-netbeans-modules-html-lexer.xml
 %%DATADIR%%/ide/update_tracking/org-netbeans-modules-html-parser.xml
 %%DATADIR%%/ide/update_tracking/org-netbeans-modules-html-validation.xml
@@ -1895,6 +1906,7 @@
 %%DATADIR%%/java/ant/nblib/org-netbeans-modules-javawebstart.jar
 %%DATADIR%%/java/config/ModuleAutoDeps/org-netbeans-api-debugger-jpda.xml
 %%DATADIR%%/java/config/ModuleAutoDeps/org-netbeans-api-java.xml
+%%DATADIR%%/java/config/ModuleAutoDeps/org-netbeans-modules-java-editor.xml
 %%DATADIR%%/java/config/ModuleAutoDeps/org-netbeans-modules-java-platform.xml
 %%DATADIR%%/java/config/ModuleAutoDeps/org-netbeans-modules-java-project.xml
 %%DATADIR%%/java/config/ModuleAutoDeps/org-netbeans-modules-java-source.xml
@@ -1936,6 +1948,13 @@
 %%DATADIR%%/java/config/Modules/org-netbeans-modules-form-nb.xml
 %%DATADIR%%/java/config/Modules/org-netbeans-modules-form-refactoring.xml
 %%DATADIR%%/java/config/Modules/org-netbeans-modules-form.xml
+%%DATADIR%%/java/config/Modules/org-netbeans-modules-gradle-htmlui.xml
+%%DATADIR%%/java/config/Modules/org-netbeans-modules-gradle-java-coverage.xml
+%%DATADIR%%/java/config/Modules/org-netbeans-modules-gradle-java.xml
+%%DATADIR%%/java/config/Modules/org-netbeans-modules-gradle-kit.xml
+%%DATADIR%%/java/config/Modules/org-netbeans-modules-gradle-persistence.xml
+%%DATADIR%%/java/config/Modules/org-netbeans-modules-gradle-spring.xml
+%%DATADIR%%/java/config/Modules/org-netbeans-modules-gradle-test.xml
 %%DATADIR%%/java/config/Modules/org-netbeans-modules-hudson-ant.xml
 %%DATADIR%%/java/config/Modules/org-netbeans-modules-hudson-maven.xml
 %%DATADIR%%/java/config/Modules/org-netbeans-modules-i18n-form.xml
@@ -1977,6 +1996,7 @@
 %%DATADIR%%/java/config/Modules/org-netbeans-modules-java-lsp-server.xml
 %%DATADIR%%/java/config/Modules/org-netbeans-modules-java-metrics.xml
 %%DATADIR%%/java/config/Modules/org-netbeans-modules-java-module-graph.xml
+%%DATADIR%%/java/config/Modules/org-netbeans-modules-java-mx-project.xml
 %%DATADIR%%/java/config/Modules/org-netbeans-modules-java-navigation.xml
 %%DATADIR%%/java/config/Modules/org-netbeans-modules-java-openjdk-project.xml
 %%DATADIR%%/java/config/Modules/org-netbeans-modules-java-platform-ui.xml
@@ -2004,6 +2024,7 @@
 %%DATADIR%%/java/config/Modules/org-netbeans-modules-junit-ant.xml
 %%DATADIR%%/java/config/Modules/org-netbeans-modules-junit-ui.xml
 %%DATADIR%%/java/config/Modules/org-netbeans-modules-junit.xml
+%%DATADIR%%/java/config/Modules/org-netbeans-modules-ko4j-debugging.xml
 %%DATADIR%%/java/config/Modules/org-netbeans-modules-kotlin-editor.xml
 %%DATADIR%%/java/config/Modules/org-netbeans-modules-libs-corba-omgapi.xml
 %%DATADIR%%/java/config/Modules/org-netbeans-modules-maven-checkstyle.xml
@@ -2012,7 +2033,6 @@
 %%DATADIR%%/java/config/Modules/org-netbeans-modules-maven-grammar.xml
 %%DATADIR%%/java/config/Modules/org-netbeans-modules-maven-graph.xml
 %%DATADIR%%/java/config/Modules/org-netbeans-modules-maven-hints.xml
-%%DATADIR%%/java/config/Modules/org-netbeans-modules-maven-htmlui.xml
 %%DATADIR%%/java/config/Modules/org-netbeans-modules-maven-indexer-ui.xml
 %%DATADIR%%/java/config/Modules/org-netbeans-modules-maven-indexer.xml
 %%DATADIR%%/java/config/Modules/org-netbeans-modules-maven-junit-ui.xml
@@ -2027,8 +2047,6 @@
 %%DATADIR%%/java/config/Modules/org-netbeans-modules-maven-spring.xml
 %%DATADIR%%/java/config/Modules/org-netbeans-modules-maven.xml
 %%DATADIR%%/java/config/Modules/org-netbeans-modules-nashorn-execution.xml
-%%DATADIR%%/java/config/Modules/org-netbeans-modules-performance-java.xml
-%%DATADIR%%/java/config/Modules/org-netbeans-modules-performance.xml
 %%DATADIR%%/java/config/Modules/org-netbeans-modules-projectimport-eclipse-core.xml
 %%DATADIR%%/java/config/Modules/org-netbeans-modules-projectimport-eclipse-j2se.xml
 %%DATADIR%%/java/config/Modules/org-netbeans-modules-refactoring-java.xml
@@ -2055,102 +2073,101 @@
 %%DATADIR%%/java/maven/NOTICE
 %%DATADIR%%/java/maven/README.txt
 %%DATADIR%%/java/maven/bin/m2.conf
-%%DATADIR%%/java/maven/bin/mvn
+@(,,0755) %%DATADIR%%/java/maven/bin/mvn
 %%DATADIR%%/java/maven/bin/mvn.cmd
 %%DATADIR%%/java/maven/bin/mvnDebug
 %%DATADIR%%/java/maven/bin/mvnDebug.cmd
 %%DATADIR%%/java/maven/bin/mvnyjp
-%%DATADIR%%/java/maven/boot/plexus-classworlds-2.5.2.jar
+%%DATADIR%%/java/maven/boot/plexus-classworlds-2.6.0.jar
+%%DATADIR%%/java/maven/boot/plexus-classworlds.license
 %%DATADIR%%/java/maven/conf/logging/simplelogger.properties
 %%DATADIR%%/java/maven/conf/settings.xml
 %%DATADIR%%/java/maven/conf/toolchains.xml
-%%DATADIR%%/java/maven/lib/aether-api-1.0.2.v20150114.jar
-%%DATADIR%%/java/maven/lib/aether-api.license
-%%DATADIR%%/java/maven/lib/aether-connector-basic-1.0.2.v20150114.jar
-%%DATADIR%%/java/maven/lib/aether-connector-basic.license
-%%DATADIR%%/java/maven/lib/aether-impl-1.0.2.v20150114.jar
-%%DATADIR%%/java/maven/lib/aether-impl.license
-%%DATADIR%%/java/maven/lib/aether-spi-1.0.2.v20150114.jar
-%%DATADIR%%/java/maven/lib/aether-spi.license
-%%DATADIR%%/java/maven/lib/aether-transport-wagon-1.0.2.v20150114.jar
-%%DATADIR%%/java/maven/lib/aether-transport-wagon.license
-%%DATADIR%%/java/maven/lib/aether-util-1.0.2.v20150114.jar
-%%DATADIR%%/java/maven/lib/aether-util.license
-%%DATADIR%%/java/maven/lib/aopalliance-1.0.jar
 %%DATADIR%%/java/maven/lib/cdi-api-1.0.jar
 %%DATADIR%%/java/maven/lib/cdi-api.license
-%%DATADIR%%/java/maven/lib/commons-cli-1.2.jar
-%%DATADIR%%/java/maven/lib/commons-io-2.2.jar
-%%DATADIR%%/java/maven/lib/commons-lang-2.6.jar
-%%DATADIR%%/java/maven/lib/commons-lang3-3.4.jar
+%%DATADIR%%/java/maven/lib/commons-cli-1.4.jar
+%%DATADIR%%/java/maven/lib/commons-cli.license
+%%DATADIR%%/java/maven/lib/commons-io-2.5.jar
+%%DATADIR%%/java/maven/lib/commons-io.license
+%%DATADIR%%/java/maven/lib/commons-lang3-3.8.1.jar
 %%DATADIR%%/java/maven/lib/commons-lang3.license
 %%DATADIR%%/java/maven/lib/ext/README.txt
-%%DATADIR%%/java/maven/lib/guava-18.0.jar
-%%DATADIR%%/java/maven/lib/guice-4.0-no_aop.jar
+%%DATADIR%%/java/maven/lib/guava-25.1-android.jar
+%%DATADIR%%/java/maven/lib/guava.license
+%%DATADIR%%/java/maven/lib/guice-4.2.1-no_aop.jar
+%%DATADIR%%/java/maven/lib/guice.license
+%%DATADIR%%/java/maven/lib/jansi-1.17.1.jar
+%%DATADIR%%/java/maven/lib/jansi-native/README.txt
+%%DATADIR%%/java/maven/lib/jansi-native/freebsd32/libjansi.so
+%%DATADIR%%/java/maven/lib/jansi-native/freebsd64/libjansi.so
+%%DATADIR%%/java/maven/lib/jansi-native/linux32/libjansi.so
+%%DATADIR%%/java/maven/lib/jansi-native/linux64/libjansi.so
+%%DATADIR%%/java/maven/lib/jansi-native/osx/libjansi.jnilib
+%%DATADIR%%/java/maven/lib/jansi-native/windows32/jansi.dll
+%%DATADIR%%/java/maven/lib/jansi-native/windows64/jansi.dll
+%%DATADIR%%/java/maven/lib/jansi.license
 %%DATADIR%%/java/maven/lib/javax.inject-1.jar
-%%DATADIR%%/java/maven/lib/jsoup-1.7.2.jar
+%%DATADIR%%/java/maven/lib/javax.inject.license
+%%DATADIR%%/java/maven/lib/jcl-over-slf4j-1.7.29.jar
+%%DATADIR%%/java/maven/lib/jcl-over-slf4j.license
+%%DATADIR%%/java/maven/lib/jsoup-1.12.1.jar
 %%DATADIR%%/java/maven/lib/jsoup.license
 %%DATADIR%%/java/maven/lib/jsr250-api-1.0.jar
 %%DATADIR%%/java/maven/lib/jsr250-api.license
-%%DATADIR%%/java/maven/lib/maven-aether-provider-3.3.9.jar
-%%DATADIR%%/java/maven/lib/maven-aether-provider.license
-%%DATADIR%%/java/maven/lib/maven-artifact-3.3.9.jar
-%%DATADIR%%/java/maven/lib/maven-artifact.license
-%%DATADIR%%/java/maven/lib/maven-builder-support-3.3.9.jar
-%%DATADIR%%/java/maven/lib/maven-builder-support.license
-%%DATADIR%%/java/maven/lib/maven-compat-3.3.9.jar
-%%DATADIR%%/java/maven/lib/maven-compat.license
-%%DATADIR%%/java/maven/lib/maven-core-3.3.9.jar
-%%DATADIR%%/java/maven/lib/maven-core.license
-%%DATADIR%%/java/maven/lib/maven-embedder-3.3.9.jar
-%%DATADIR%%/java/maven/lib/maven-embedder.license
-%%DATADIR%%/java/maven/lib/maven-model-3.3.9.jar
-%%DATADIR%%/java/maven/lib/maven-model-builder-3.3.9.jar
-%%DATADIR%%/java/maven/lib/maven-model-builder.license
-%%DATADIR%%/java/maven/lib/maven-model.license
-%%DATADIR%%/java/maven/lib/maven-plugin-api-3.3.9.jar
-%%DATADIR%%/java/maven/lib/maven-plugin-api.license
-%%DATADIR%%/java/maven/lib/maven-repository-metadata-3.3.9.jar
-%%DATADIR%%/java/maven/lib/maven-repository-metadata.license
-%%DATADIR%%/java/maven/lib/maven-settings-3.3.9.jar
-%%DATADIR%%/java/maven/lib/maven-settings-builder-3.3.9.jar
-%%DATADIR%%/java/maven/lib/maven-settings-builder.license
-%%DATADIR%%/java/maven/lib/maven-settings.license
-%%DATADIR%%/java/maven/lib/org.eclipse.sisu.inject-0.3.2.jar
+%%DATADIR%%/java/maven/lib/maven-artifact-3.6.3.jar
+%%DATADIR%%/java/maven/lib/maven-builder-support-3.6.3.jar
+%%DATADIR%%/java/maven/lib/maven-compat-3.6.3.jar
+%%DATADIR%%/java/maven/lib/maven-core-3.6.3.jar
+%%DATADIR%%/java/maven/lib/maven-embedder-3.6.3.jar
+%%DATADIR%%/java/maven/lib/maven-model-3.6.3.jar
+%%DATADIR%%/java/maven/lib/maven-model-builder-3.6.3.jar
+%%DATADIR%%/java/maven/lib/maven-plugin-api-3.6.3.jar
+%%DATADIR%%/java/maven/lib/maven-repository-metadata-3.6.3.jar
+%%DATADIR%%/java/maven/lib/maven-resolver-api-1.4.1.jar
+%%DATADIR%%/java/maven/lib/maven-resolver-connector-basic-1.4.1.jar
+%%DATADIR%%/java/maven/lib/maven-resolver-impl-1.4.1.jar
+%%DATADIR%%/java/maven/lib/maven-resolver-provider-3.6.3.jar
+%%DATADIR%%/java/maven/lib/maven-resolver-spi-1.4.1.jar
+%%DATADIR%%/java/maven/lib/maven-resolver-transport-wagon-1.4.1.jar
+%%DATADIR%%/java/maven/lib/maven-resolver-util-1.4.1.jar
+%%DATADIR%%/java/maven/lib/maven-settings-3.6.3.jar
+%%DATADIR%%/java/maven/lib/maven-settings-builder-3.6.3.jar
+%%DATADIR%%/java/maven/lib/maven-shared-utils-3.2.1.jar
+%%DATADIR%%/java/maven/lib/maven-slf4j-provider-3.6.3.jar
+%%DATADIR%%/java/maven/lib/org.eclipse.sisu.inject-0.3.4.jar
 %%DATADIR%%/java/maven/lib/org.eclipse.sisu.inject.license
-%%DATADIR%%/java/maven/lib/org.eclipse.sisu.plexus-0.3.2.jar
+%%DATADIR%%/java/maven/lib/org.eclipse.sisu.plexus-0.3.4.jar
 %%DATADIR%%/java/maven/lib/org.eclipse.sisu.plexus.license
 %%DATADIR%%/java/maven/lib/plexus-cipher-1.7.jar
 %%DATADIR%%/java/maven/lib/plexus-cipher.license
-%%DATADIR%%/java/maven/lib/plexus-component-annotations-1.6.jar
-%%DATADIR%%/java/maven/lib/plexus-interpolation-1.21.jar
-%%DATADIR%%/java/maven/lib/plexus-sec-dispatcher-1.3.jar
+%%DATADIR%%/java/maven/lib/plexus-component-annotations-2.1.0.jar
+%%DATADIR%%/java/maven/lib/plexus-component-annotations.license
+%%DATADIR%%/java/maven/lib/plexus-interpolation-1.25.jar
+%%DATADIR%%/java/maven/lib/plexus-interpolation.license
+%%DATADIR%%/java/maven/lib/plexus-sec-dispatcher-1.4.jar
 %%DATADIR%%/java/maven/lib/plexus-sec-dispatcher.license
-%%DATADIR%%/java/maven/lib/plexus-utils-3.0.22.jar
-%%DATADIR%%/java/maven/lib/slf4j-api-1.7.5.jar
+%%DATADIR%%/java/maven/lib/plexus-utils-3.2.1.jar
+%%DATADIR%%/java/maven/lib/plexus-utils.license
+%%DATADIR%%/java/maven/lib/slf4j-api-1.7.29.jar
 %%DATADIR%%/java/maven/lib/slf4j-api.license
-%%DATADIR%%/java/maven/lib/slf4j-simple-1.7.5.jar
-%%DATADIR%%/java/maven/lib/slf4j-simple.license
-%%DATADIR%%/java/maven/lib/wagon-file-2.10.jar
-%%DATADIR%%/java/maven/lib/wagon-file.license
-%%DATADIR%%/java/maven/lib/wagon-http-2.10-shaded.jar
-%%DATADIR%%/java/maven/lib/wagon-http-shared-2.10.jar
-%%DATADIR%%/java/maven/lib/wagon-http-shared.license
-%%DATADIR%%/java/maven/lib/wagon-http.license
-%%DATADIR%%/java/maven/lib/wagon-provider-api-2.10.jar
-%%DATADIR%%/java/maven/lib/wagon-provider-api.license
+%%DATADIR%%/java/maven/lib/wagon-file-3.3.4.jar
+%%DATADIR%%/java/maven/lib/wagon-http-3.3.4-shaded.jar
+%%DATADIR%%/java/maven/lib/wagon-provider-api-3.3.4.jar
 %%DATADIR%%/java/modules/ext/AbsoluteLayout.jar
 %%DATADIR%%/java/modules/ext/byte-buddy-1.10.6.jar
 %%DATADIR%%/java/modules/ext/cglib-2.2.jar
+%%DATADIR%%/java/modules/ext/commons-io-2.5.jar
+%%DATADIR%%/java/modules/ext/commons-lang3-3.6.jar
 %%DATADIR%%/java/modules/ext/corba/omgapi/glassfish-corba-omgapi.jar
-%%DATADIR%%/java/modules/ext/docs/javax.persistence-2.1.0-doc.zip
-%%DATADIR%%/java/modules/ext/eclipselink/javax.persistence-2.1.0.jar
-%%DATADIR%%/java/modules/ext/eclipselink/org.eclipse.persistence.antlr-2.5.2.jar
-%%DATADIR%%/java/modules/ext/eclipselink/org.eclipse.persistence.asm-2.5.2.jar
-%%DATADIR%%/java/modules/ext/eclipselink/org.eclipse.persistence.core-2.5.2.jar
-%%DATADIR%%/java/modules/ext/eclipselink/org.eclipse.persistence.jpa-2.5.2.jar
-%%DATADIR%%/java/modules/ext/eclipselink/org.eclipse.persistence.jpa.jpql-2.5.2.jar
-%%DATADIR%%/java/modules/ext/eclipselink/org.eclipse.persistence.jpa.modelgen.processor-2.5.2.jar
+%%DATADIR%%/java/modules/ext/docs/javax.persistence-2.2.1-doc.zip
+%%DATADIR%%/java/modules/ext/eclipselink/javax.persistence-2.2.1.jar
+%%DATADIR%%/java/modules/ext/eclipselink/org.eclipse.persistence.antlr-2.7.7.jar
+%%DATADIR%%/java/modules/ext/eclipselink/org.eclipse.persistence.asm-2.7.7.jar
+%%DATADIR%%/java/modules/ext/eclipselink/org.eclipse.persistence.core-2.7.7.jar
+%%DATADIR%%/java/modules/ext/eclipselink/org.eclipse.persistence.jpa-2.7.7.jar
+%%DATADIR%%/java/modules/ext/eclipselink/org.eclipse.persistence.jpa.jpql-2.7.7.jar
+%%DATADIR%%/java/modules/ext/eclipselink/org.eclipse.persistence.jpa.modelgen.processor-2.7.7.jar
+%%DATADIR%%/java/modules/ext/eclipselink/org.eclipse.persistence.moxy-2.7.7.jar
 %%DATADIR%%/java/modules/ext/fakeJdkClasses.zip
 %%DATADIR%%/java/modules/ext/jaxws22/FastInfoset.jar
 %%DATADIR%%/java/modules/ext/jaxws22/api/javax.annotation.jar
@@ -2177,80 +2194,80 @@
 %%DATADIR%%/java/modules/ext/maven/lucene-core-5.5.5.jar
 %%DATADIR%%/java/modules/ext/maven/lucene-highlighter-5.5.5.jar
 %%DATADIR%%/java/modules/ext/maven/lucene-queryparser-5.5.5.jar
-%%DATADIR%%/java/modules/ext/maven/maven-dependency-tree-2.0.jar
+%%DATADIR%%/java/modules/ext/maven/maven-dependency-tree-2.2.jar
 %%DATADIR%%/java/modules/ext/maven/rootpackage/default-report.xml
 %%DATADIR%%/java/modules/ext/nb-custom-jshell-probe.jar
 %%DATADIR%%/java/modules/ext/nb-mod-jshell-probe.jar
 %%DATADIR%%/java/modules/ext/org-netbeans-modules-java-j2seembedded-probe.jar
-%%DATADIR%%/java/modules/ext/org.eclipse.lsp4j-0.5.0.jar
-%%DATADIR%%/java/modules/ext/org.eclipse.lsp4j.generator-0.5.0.jar
-%%DATADIR%%/java/modules/ext/org.eclipse.lsp4j.jsonrpc-0.5.0.jar
-%%DATADIR%%/java/modules/ext/org.eclipse.xtend.lib-2.14.0.jar
-%%DATADIR%%/java/modules/ext/org.eclipse.xtend.lib.macro-2.14.0.jar
-%%DATADIR%%/java/modules/ext/org.eclipse.xtext.xbase.lib-2.14.0.jar
-%%DATADIR%%/java/modules/ext/spring-3.0/license.txt
-%%DATADIR%%/java/modules/ext/spring-3.0/spring-aop-3.2.7.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-3.0/spring-aspects-3.2.7.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-3.0/spring-beans-3.2.7.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-3.0/spring-build-src-3.2.7.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-3.0/spring-context-3.2.7.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-3.0/spring-context-support-3.2.7.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-3.0/spring-core-3.2.7.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-3.0/spring-expression-3.2.7.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-3.0/spring-framework-bom-3.2.7.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-3.0/spring-instrument-3.2.7.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-3.0/spring-instrument-tomcat-3.2.7.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-3.0/spring-jdbc-3.2.7.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-3.0/spring-jms-3.2.7.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-3.0/spring-orm-3.2.7.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-3.0/spring-oxm-3.2.7.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-3.0/spring-struts-3.2.7.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-3.0/spring-test-3.2.7.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-3.0/spring-tx-3.2.7.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-3.0/spring-web-3.2.7.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-3.0/spring-webmvc-3.2.7.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-3.0/spring-webmvc-portlet-3.2.7.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-4/spring-aop-4.3.25.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-4/spring-aspects-4.3.25.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-4/spring-beans-4.3.25.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-4/spring-context-4.3.25.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-4/spring-context-support-4.3.25.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-4/spring-core-4.3.25.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-4/spring-expression-4.3.25.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-4/spring-instrument-4.3.25.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-4/spring-instrument-tomcat-4.3.25.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-4/spring-jdbc-4.3.25.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-4/spring-jms-4.3.25.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-4/spring-messaging-4.3.25.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-4/spring-orm-4.3.25.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-4/spring-oxm-4.3.25.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-4/spring-test-4.3.25.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-4/spring-tx-4.3.25.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-4/spring-web-4.3.25.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-4/spring-webmvc-4.3.25.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-4/spring-webmvc-portlet-4.3.25.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-4/spring-websocket-4.3.25.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-5/spring-aop-5.2.2.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-5/spring-aspects-5.2.2.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-5/spring-beans-5.2.2.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-5/spring-context-5.2.2.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-5/spring-context-indexer-5.2.2.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-5/spring-context-support-5.2.2.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-5/spring-core-5.2.2.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-5/spring-expression-5.2.2.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-5/spring-instrument-5.2.2.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-5/spring-jcl-5.2.2.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-5/spring-jdbc-5.2.2.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-5/spring-jms-5.2.2.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-5/spring-messaging-5.2.2.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-5/spring-orm-5.2.2.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-5/spring-oxm-5.2.2.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-5/spring-test-5.2.2.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-5/spring-tx-5.2.2.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-5/spring-web-5.2.2.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-5/spring-webflux-5.2.2.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-5/spring-webmvc-5.2.2.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-5/spring-websocket-5.2.2.RELEASE.jar
+%%DATADIR%%/java/modules/ext/org.eclipse.lsp4j-0.10.0.jar
+%%DATADIR%%/java/modules/ext/org.eclipse.lsp4j.debug-0.10.0.jar
+%%DATADIR%%/java/modules/ext/org.eclipse.lsp4j.generator-0.10.0.jar
+%%DATADIR%%/java/modules/ext/org.eclipse.lsp4j.jsonrpc-0.10.0.jar
+%%DATADIR%%/java/modules/ext/org.eclipse.lsp4j.jsonrpc.debug-0.10.0.jar
+%%DATADIR%%/java/modules/ext/org.eclipse.xtend.lib-2.19.0.jar
+%%DATADIR%%/java/modules/ext/org.eclipse.xtend.lib.macro-2.19.0.jar
+%%DATADIR%%/java/modules/ext/org.eclipse.xtext.xbase.lib-2.19.0.jar
+%%DATADIR%%/java/modules/ext/spring-3.0/spring-aop-3.2.18.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-3.0/spring-aspects-3.2.18.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-3.0/spring-beans-3.2.18.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-3.0/spring-context-3.2.18.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-3.0/spring-context-support-3.2.18.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-3.0/spring-core-3.2.18.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-3.0/spring-expression-3.2.18.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-3.0/spring-instrument-3.2.18.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-3.0/spring-instrument-tomcat-3.2.18.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-3.0/spring-jdbc-3.2.18.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-3.0/spring-jms-3.2.18.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-3.0/spring-orm-3.2.18.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-3.0/spring-oxm-3.2.18.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-3.0/spring-struts-3.2.18.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-3.0/spring-test-3.2.18.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-3.0/spring-tx-3.2.18.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-3.0/spring-web-3.2.18.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-3.0/spring-webmvc-3.2.18.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-3.0/spring-webmvc-portlet-3.2.18.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-4/spring-aop-4.3.29.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-4/spring-aspects-4.3.29.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-4/spring-beans-4.3.29.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-4/spring-context-4.3.29.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-4/spring-context-support-4.3.29.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-4/spring-core-4.3.29.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-4/spring-expression-4.3.29.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-4/spring-instrument-4.3.29.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-4/spring-instrument-tomcat-4.3.29.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-4/spring-jdbc-4.3.29.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-4/spring-jms-4.3.29.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-4/spring-messaging-4.3.29.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-4/spring-orm-4.3.29.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-4/spring-oxm-4.3.29.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-4/spring-test-4.3.29.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-4/spring-tx-4.3.29.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-4/spring-web-4.3.29.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-4/spring-webmvc-4.3.29.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-4/spring-webmvc-portlet-4.3.29.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-4/spring-websocket-4.3.29.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-5/spring-aop-5.2.9.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-5/spring-aspects-5.2.9.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-5/spring-beans-5.2.9.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-5/spring-context-5.2.9.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-5/spring-context-indexer-5.2.9.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-5/spring-context-support-5.2.9.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-5/spring-core-5.2.9.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-5/spring-expression-5.2.9.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-5/spring-instrument-5.2.9.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-5/spring-jcl-5.2.9.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-5/spring-jdbc-5.2.9.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-5/spring-jms-5.2.9.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-5/spring-messaging-5.2.9.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-5/spring-orm-5.2.9.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-5/spring-oxm-5.2.9.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-5/spring-test-5.2.9.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-5/spring-tx-5.2.9.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-5/spring-web-5.2.9.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-5/spring-webflux-5.2.9.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-5/spring-webmvc-5.2.9.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-5/spring-websocket-5.2.9.RELEASE.jar
+%%DATADIR%%/java/modules/gradle/org.jacoco.core.jar
 %%DATADIR%%/java/modules/org-netbeans-api-debugger-jpda.jar
 %%DATADIR%%/java/modules/org-netbeans-api-java.jar
 %%DATADIR%%/java/modules/org-netbeans-api-maven.jar
@@ -2289,6 +2306,13 @@
 %%DATADIR%%/java/modules/org-netbeans-modules-form-nb.jar
 %%DATADIR%%/java/modules/org-netbeans-modules-form-refactoring.jar
 %%DATADIR%%/java/modules/org-netbeans-modules-form.jar
+%%DATADIR%%/java/modules/org-netbeans-modules-gradle-htmlui.jar
+%%DATADIR%%/java/modules/org-netbeans-modules-gradle-java-coverage.jar
+%%DATADIR%%/java/modules/org-netbeans-modules-gradle-java.jar
+%%DATADIR%%/java/modules/org-netbeans-modules-gradle-kit.jar
+%%DATADIR%%/java/modules/org-netbeans-modules-gradle-persistence.jar
+%%DATADIR%%/java/modules/org-netbeans-modules-gradle-spring.jar
+%%DATADIR%%/java/modules/org-netbeans-modules-gradle-test.jar
 %%DATADIR%%/java/modules/org-netbeans-modules-hudson-ant.jar
 %%DATADIR%%/java/modules/org-netbeans-modules-hudson-maven.jar
 %%DATADIR%%/java/modules/org-netbeans-modules-i18n-form.jar
@@ -2330,6 +2354,7 @@
 %%DATADIR%%/java/modules/org-netbeans-modules-java-lsp-server.jar
 %%DATADIR%%/java/modules/org-netbeans-modules-java-metrics.jar
 %%DATADIR%%/java/modules/org-netbeans-modules-java-module-graph.jar
+%%DATADIR%%/java/modules/org-netbeans-modules-java-mx-project.jar
 %%DATADIR%%/java/modules/org-netbeans-modules-java-navigation.jar
 %%DATADIR%%/java/modules/org-netbeans-modules-java-openjdk-project.jar
 %%DATADIR%%/java/modules/org-netbeans-modules-java-platform-ui.jar
@@ -2357,6 +2382,7 @@
 %%DATADIR%%/java/modules/org-netbeans-modules-junit-ant.jar
 %%DATADIR%%/java/modules/org-netbeans-modules-junit-ui.jar
 %%DATADIR%%/java/modules/org-netbeans-modules-junit.jar
*** 332 LINES SKIPPED ***



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104082059.138Kxb0I062153>