Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 06 Feb 2026 09:55:11 +0000
From:      Vladimir Druzenko <vvd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Cc:        Paolo Enriello <freethread.pe@gmail.com>
Subject:   git: b381b02bcdac - main - java/netbeans: Update 17 => 28, take maintainership
Message-ID:  <6985ba7f.4297c.5cfeeade@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by vvd:

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

commit b381b02bcdac173423c4ef719a32d880e2501ab3
Author:     Paolo Enriello <freethread.pe@gmail.com>
AuthorDate: 2026-02-06 09:39:19 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2026-02-06 09:53:58 +0000

    java/netbeans: Update 17 => 28, take maintainership
    
    Changelogs:
    https://github.com/apache/netbeans/releases/tag/18
    https://github.com/apache/netbeans/releases/tag/19
    https://github.com/apache/netbeans/releases/tag/20
    https://github.com/apache/netbeans/releases/tag/21
    https://github.com/apache/netbeans/releases/tag/22
    https://github.com/apache/netbeans/releases/tag/23
    https://github.com/apache/netbeans/releases/tag/24
    https://github.com/apache/netbeans/releases/tag/25
    https://github.com/apache/netbeans/releases/tag/26
    https://github.com/apache/netbeans/releases/tag/27
    https://github.com/apache/netbeans/releases/tag/28
    
    - Repalce PORTVERSION with DISTVERSION.
    - Remove shebangfix variables with default values.
    - Parametrize netbeans with PORTNAME.
    - Fix warnings from portclippy.
    - Exclude from extract binary files for other OSes - add NO_ARCH.
    - Use RLN instead of LN -s in post-install.
    
    PR:             292351
    Co-authored-by: Vladimir Druzenko <vvd@FreeBSD.org>
---
 java/netbeans/Makefile  |   55 +-
 java/netbeans/distinfo  |    6 +-
 java/netbeans/pkg-plist | 1381 ++++++++++++++---------------------------------
 3 files changed, 434 insertions(+), 1008 deletions(-)

diff --git a/java/netbeans/Makefile b/java/netbeans/Makefile
index 0a87858e51b3..d862083019b5 100644
--- a/java/netbeans/Makefile
+++ b/java/netbeans/Makefile
@@ -1,53 +1,54 @@
 PORTNAME=	netbeans
-DISTVERSION=	17
+DISTVERSION=	28
 CATEGORIES=	java devel
-MASTER_SITES=	APACHE/netbeans/netbeans/${PORTVERSION}/
+MASTER_SITES=	APACHE/netbeans/netbeans/${DISTVERSION}/
 DISTNAME=	netbeans-${DISTVERSION}-bin
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	freethread.pe@gmail.com
 COMMENT=	Modular, standards-based integrated development environment
 WWW=		https://netbeans.apache.org/
 
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		cpe java shebangfix zip
+USES=		cpe java perl5 python:run shebangfix zip
 CPE_VENDOR=	apache
-JAVA_VERSION=	11 17
-
-NO_BUILD=	yes
+JAVA_VERSION=	21 17 25
 
 SHEBANG_FILES=	extide/ant/bin/antRun.pl \
 		extide/ant/bin/complete-ant-cmd.pl \
 		extide/ant/bin/runant.pl \
 		extide/ant/bin/runant.py
 
-perl_OLD_CMD=	/usr/bin/perl
-perl_CMD=	${LOCALBASE}/bin/perl
-python_OLD_CMD=	/usr/bin/python
-python_CMD=	${LOCALBASE}/bin/python${PYTHON_DEFAULT}
-
-WRKSRC=		${WRKDIR}/netbeans
-DATADIR=	${PREFIX}/${PORTNAME}-${PORTVERSION}
-
-PLIST_SUB+=	PORTVERSION=${PORTVERSION}
-
-DESKTOP_ENTRIES="Apache NetBeans" \
-		"Apache NetBeans IDE (incubating)" \
-		${DATADIR}/nb/netbeans.png \
+DATADIR=	${PREFIX}/${PORTNAME}-${DISTVERSION}
+DESKTOP_ENTRIES="Apache NetBeans ${DISTVERSION}" \
+		"Apache NetBeans IDE ${DISTVERSION}" \
+		${DATADIR}/nb/${PORTNAME}.png \
 		${PORTNAME} \
 		"Development;" \
 		false
+EXTRACT_BEFORE_ARGS=	-qo \
+		-x '*.bat' -x '*.cmd' -x '*.dll' -x '*.dylib' -x '*.exe' \
+		-x 'netbeans/ide/bin/nativeexecution/*64*' \
+		-x 'netbeans/ide/bin/nativeexecution/*-x86*' \
+		-x 'netbeans/ide/modules/lib/*' \
+		-x 'netbeans/java/maven/lib/jansi-native*' \
+		-x 'netbeans/platform/modules/lib/*' \
+		-x 'netbeans/profiler/lib/deployed*'
+NO_ARCH=	yes
+NO_BUILD=	yes
+
+WRKSRC=		${WRKDIR}/${PORTNAME}
 
 post-patch:
-	@${REINPLACE_CMD} -i '' -e '77s|#||;77s|/path/to/jdk|${JAVA_HOME}|' \
-	    ${WRKSRC}/etc/netbeans.conf
-	@${FIND} ${WRKSRC} -name "*.orig" -delete
+	${REINPLACE_CMD} -i '' -e '80s|#||;80s|/path/to/jdk|${JAVA_HOME}|' \
+		${WRKSRC}/etc/${PORTNAME}.conf
 
 do-install:
-	cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR}
-	cd ${STAGEDIR}${PREFIX} && ${LN} -sf ../${PORTNAME}-${PORTVERSION}/bin/netbeans bin/${PORTNAME}
-	cd ${STAGEDIR}${PREFIX} && ${LN} -sf ../${PORTNAME}-${PORTVERSION}/bin/netbeans bin/${PORTNAME}-${PORTVERSION}
-	${RM} -rf ${STAGEDIR}${DATADIR}/profiler/lib/deployed/jdk16/linux-arm*
+	(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR})
+	${RLN}  ${STAGEDIR}${PREFIX}/${PORTNAME}-${DISTVERSION}/bin/${PORTNAME} \
+		${STAGEDIR}${PREFIX}/bin
+	${RLN}  ${STAGEDIR}${PREFIX}/${PORTNAME}-${DISTVERSION}/bin/${PORTNAME} \
+		${STAGEDIR}${PREFIX}/bin/${PORTNAME}-${DISTVERSION}
 
 .include <bsd.port.mk>
diff --git a/java/netbeans/distinfo b/java/netbeans/distinfo
index 42793cf23509..4370726a9610 100644
--- a/java/netbeans/distinfo
+++ b/java/netbeans/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1680975260
-SHA256 (netbeans-17-bin.zip) = 518856002d8ed9a66617a380c877dac67ac5e92b1772106128619e4f9e456493
-SIZE (netbeans-17-bin.zip) = 476844707
+TIMESTAMP = 1770000000
+SHA256 (netbeans-28-bin.zip) = 00b9fa5c02c07106dfeb37a889e2a04e3e2c522b36e15cf37d31ee90fa1afc32
+SIZE (netbeans-28-bin.zip) = 515738035
diff --git a/java/netbeans/pkg-plist b/java/netbeans/pkg-plist
index abfca38d82ed..dfd4afac6f61 100644
--- a/java/netbeans/pkg-plist
+++ b/java/netbeans/pkg-plist
@@ -8,8 +8,6 @@
 %%DATADIR%%/apisupport/VERSION.txt
 %%DATADIR%%/apisupport/ant/nblib/org-netbeans-modules-apisupport-ant.jar
 %%DATADIR%%/apisupport/config/Modules/org-netbeans-modules-apisupport-ant.xml
-%%DATADIR%%/apisupport/config/Modules/org-netbeans-modules-apisupport-installer-maven.xml
-%%DATADIR%%/apisupport/config/Modules/org-netbeans-modules-apisupport-installer.xml
 %%DATADIR%%/apisupport/config/Modules/org-netbeans-modules-apisupport-kit.xml
 %%DATADIR%%/apisupport/config/Modules/org-netbeans-modules-apisupport-project.xml
 %%DATADIR%%/apisupport/config/Modules/org-netbeans-modules-apisupport-refactoring.xml
@@ -17,8 +15,6 @@
 %%DATADIR%%/apisupport/config/Modules/org-netbeans-modules-maven-apisupport.xml
 %%DATADIR%%/apisupport/config/Modules/org-netbeans-modules-timers.xml
 %%DATADIR%%/apisupport/modules/org-netbeans-modules-apisupport-ant.jar
-%%DATADIR%%/apisupport/modules/org-netbeans-modules-apisupport-installer-maven.jar
-%%DATADIR%%/apisupport/modules/org-netbeans-modules-apisupport-installer.jar
 %%DATADIR%%/apisupport/modules/org-netbeans-modules-apisupport-kit.jar
 %%DATADIR%%/apisupport/modules/org-netbeans-modules-apisupport-project.jar
 %%DATADIR%%/apisupport/modules/org-netbeans-modules-apisupport-refactoring.jar
@@ -26,8 +22,6 @@
 %%DATADIR%%/apisupport/modules/org-netbeans-modules-maven-apisupport.jar
 %%DATADIR%%/apisupport/modules/org-netbeans-modules-timers.jar
 %%DATADIR%%/apisupport/update_tracking/org-netbeans-modules-apisupport-ant.xml
-%%DATADIR%%/apisupport/update_tracking/org-netbeans-modules-apisupport-installer-maven.xml
-%%DATADIR%%/apisupport/update_tracking/org-netbeans-modules-apisupport-installer.xml
 %%DATADIR%%/apisupport/update_tracking/org-netbeans-modules-apisupport-kit.xml
 %%DATADIR%%/apisupport/update_tracking/org-netbeans-modules-apisupport-project.xml
 %%DATADIR%%/apisupport/update_tracking/org-netbeans-modules-apisupport-refactoring.xml
@@ -35,8 +29,6 @@
 %%DATADIR%%/apisupport/update_tracking/org-netbeans-modules-maven-apisupport.xml
 %%DATADIR%%/apisupport/update_tracking/org-netbeans-modules-timers.xml
 @(,,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
@@ -62,6 +54,7 @@
 %%DATADIR%%/enterprise/config/Modules/org-netbeans-libs-amazon.xml
 %%DATADIR%%/enterprise/config/Modules/org-netbeans-libs-commons_fileupload.xml
 %%DATADIR%%/enterprise/config/Modules/org-netbeans-libs-elimpl.xml
+%%DATADIR%%/enterprise/config/Modules/org-netbeans-libs-fabric8.xml
 %%DATADIR%%/enterprise/config/Modules/org-netbeans-libs-glassfish_logging.xml
 %%DATADIR%%/enterprise/config/Modules/org-netbeans-libs-jackson.xml
 %%DATADIR%%/enterprise/config/Modules/org-netbeans-libs-jstl.xml
@@ -95,8 +88,11 @@
 %%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-jakarta-transformer.xml
 %%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-jakartaee10-api.xml
 %%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-jakartaee10-platform.xml
+%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-jakartaee11-api.xml
+%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-jakartaee11-platform.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-jakartaee9-api.xml
@@ -138,8 +134,6 @@
 %%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-web-jsf-navigation.xml
 %%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-web-jsf-richfaces.xml
 %%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-web-jsf.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-web-jsf12.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-web-jsf12ri.xml
 %%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-web-jsf20.xml
 %%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-web-jsfapi.xml
 %%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-web-jspparser.xml
@@ -148,7 +142,6 @@
 %%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-web-primefaces.xml
 %%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-web-project.xml
 %%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-web-refactoring.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-web-struts.xml
 %%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-weblogic-common.xml
 %%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websocket.xml
 %%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-clientapi.xml
@@ -173,13 +166,13 @@
 %%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-websvcapi.xml
 %%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-wsstackapi.xml
 %%DATADIR%%/enterprise/docs/jakartaee10-doc-api.jar
+%%DATADIR%%/enterprise/docs/jakartaee11-doc-api.jar
 %%DATADIR%%/enterprise/docs/jakartaee8-doc-api.jar
 %%DATADIR%%/enterprise/docs/jakartaee9-doc-api.jar
 %%DATADIR%%/enterprise/docs/javaee-doc-api.jar
 %%DATADIR%%/enterprise/docs/jsf-api-docs.zip
 %%DATADIR%%/enterprise/docs/jsf12-tlddoc.zip
 %%DATADIR%%/enterprise/docs/jstl11-doc.zip
-%%DATADIR%%/enterprise/docs/struts-1.3.10-javadoc.zip
 %%DATADIR%%/enterprise/docs/struts-tags.zip
 %%DATADIR%%/enterprise/docs/syntaxref20.zip
 %%DATADIR%%/enterprise/docs/webservices-api-javadoc.jar
@@ -198,19 +191,24 @@
 %%DATADIR%%/enterprise/modules/ext/aws-sdk/jmespath-java-1.11.569.jar
 %%DATADIR%%/enterprise/modules/ext/aws-sdk/joda-time-2.8.1.jar
 %%DATADIR%%/enterprise/modules/ext/build-ws.xml
-%%DATADIR%%/enterprise/modules/ext/commons-fileupload-1.4.jar
+%%DATADIR%%/enterprise/modules/ext/commons-fileupload-1.5.jar
 %%DATADIR%%/enterprise/modules/ext/el-impl.jar
-%%DATADIR%%/enterprise/modules/ext/glassfish-jspparser-4.0.jar
-%%DATADIR%%/enterprise/modules/ext/jackson/jackson-annotations-2.12.0.jar
-%%DATADIR%%/enterprise/modules/ext/jackson/jackson-core-2.12.0.jar
-%%DATADIR%%/enterprise/modules/ext/jackson/jackson-databind-2.12.0.jar
-%%DATADIR%%/enterprise/modules/ext/jackson/jackson-dataformat-cbor-2.12.0.jar
-%%DATADIR%%/enterprise/modules/ext/jackson/jackson-datatype-jsr310-2.12.0.jar
-%%DATADIR%%/enterprise/modules/ext/jakarta.activation-api-1.2.1.jar
+%%DATADIR%%/enterprise/modules/ext/glassfish-jspparser-5.1.0.jar
+%%DATADIR%%/enterprise/modules/ext/httpclient-4.5.13.jar
+%%DATADIR%%/enterprise/modules/ext/httpcore-4.4.13.jar
+%%DATADIR%%/enterprise/modules/ext/jackson/jackson-annotations-2.17.2.jar
+%%DATADIR%%/enterprise/modules/ext/jackson/jackson-core-2.17.2.jar
+%%DATADIR%%/enterprise/modules/ext/jackson/jackson-databind-2.17.2.jar
+%%DATADIR%%/enterprise/modules/ext/jackson/jackson-dataformat-cbor-2.17.2.jar
+%%DATADIR%%/enterprise/modules/ext/jackson/jackson-dataformat-yaml-2.17.2.jar
+%%DATADIR%%/enterprise/modules/ext/jackson/jackson-datatype-jsr310-2.17.2.jar
+%%DATADIR%%/enterprise/modules/ext/jackson/jackson-module-jaxb-annotations-2.17.2.jar
 %%DATADIR%%/enterprise/modules/ext/jakarta.jakartaee-api-10.0.0.jar
+%%DATADIR%%/enterprise/modules/ext/jakarta.jakartaee-api-11.0.0.jar
 %%DATADIR%%/enterprise/modules/ext/jakarta.jakartaee-api-8.0.0.jar
 %%DATADIR%%/enterprise/modules/ext/jakarta.jakartaee-api-9.0.0.jar
 %%DATADIR%%/enterprise/modules/ext/jakarta.jakartaee-web-api-10.0.0.jar
+%%DATADIR%%/enterprise/modules/ext/jakarta.jakartaee-web-api-11.0.0.jar
 %%DATADIR%%/enterprise/modules/ext/jakarta.jakartaee-web-api-8.0.0.jar
 %%DATADIR%%/enterprise/modules/ext/jakarta.jakartaee-web-api-9.0.0.jar
 %%DATADIR%%/enterprise/modules/ext/javaee-api-5.jar
@@ -228,85 +226,105 @@
 %%DATADIR%%/enterprise/modules/ext/javaee7-endorsed/jaxb-api-osgi.jar
 %%DATADIR%%/enterprise/modules/ext/javaee7-endorsed/jaxws-api.jar
 %%DATADIR%%/enterprise/modules/ext/javaee7-endorsed/jsr181-api.jar
+%%DATADIR%%/enterprise/modules/ext/javassist-3.25.0-GA.jar
+%%DATADIR%%/enterprise/modules/ext/javax.annotation-api-1.3.2.jar
 %%DATADIR%%/enterprise/modules/ext/jaxrs-2.1/jakarta.ws.rs-api-2.1.6.jar
-%%DATADIR%%/enterprise/modules/ext/jersey-apache-connector-2.34.jar
-%%DATADIR%%/enterprise/modules/ext/jersey-media-json-jackson-2.34.jar
 %%DATADIR%%/enterprise/modules/ext/jersey2/aopalliance-repackaged-2.6.1.jar
 %%DATADIR%%/enterprise/modules/ext/jersey2/hk2-api-2.6.1.jar
 %%DATADIR%%/enterprise/modules/ext/jersey2/hk2-locator-2.6.1.jar
 %%DATADIR%%/enterprise/modules/ext/jersey2/hk2-utils-2.6.1.jar
-%%DATADIR%%/enterprise/modules/ext/jersey2/jakarta.annotation-api-1.3.5.jar
-%%DATADIR%%/enterprise/modules/ext/jersey2/jakarta.inject-2.6.1.jar
+%%DATADIR%%/enterprise/modules/ext/jersey2/jakarta.activation-api-1.2.1.jar
+%%DATADIR%%/enterprise/modules/ext/jersey2/jakarta.annotation-api-2.1.1.jar
 %%DATADIR%%/enterprise/modules/ext/jersey2/jakarta.persistence-api-2.2.3.jar
 %%DATADIR%%/enterprise/modules/ext/jersey2/jakarta.servlet-api-4.0.4.jar
 %%DATADIR%%/enterprise/modules/ext/jersey2/jakarta.validation-api-2.0.2.jar
 %%DATADIR%%/enterprise/modules/ext/jersey2/jakarta.xml.bind-api-2.3.3.jar
-%%DATADIR%%/enterprise/modules/ext/jersey2/jersey-client-2.34.jar
-%%DATADIR%%/enterprise/modules/ext/jersey2/jersey-common-2.34.jar
-%%DATADIR%%/enterprise/modules/ext/jersey2/jersey-container-servlet-2.34.jar
-%%DATADIR%%/enterprise/modules/ext/jersey2/jersey-container-servlet-core-2.34.jar
+%%DATADIR%%/enterprise/modules/ext/jersey2/jersey-apache-connector-2.35.jar
+%%DATADIR%%/enterprise/modules/ext/jersey2/jersey-client-2.35.jar
+%%DATADIR%%/enterprise/modules/ext/jersey2/jersey-common-2.35.jar
+%%DATADIR%%/enterprise/modules/ext/jersey2/jersey-container-servlet-2.35.jar
+%%DATADIR%%/enterprise/modules/ext/jersey2/jersey-container-servlet-core-2.35.jar
 %%DATADIR%%/enterprise/modules/ext/jersey2/jersey-core-1.18.6.jar
-%%DATADIR%%/enterprise/modules/ext/jersey2/jersey-entity-filtering-2.34.jar
-%%DATADIR%%/enterprise/modules/ext/jersey2/jersey-hk2-2.34.jar
-%%DATADIR%%/enterprise/modules/ext/jersey2/jersey-media-moxy-2.34.jar
-%%DATADIR%%/enterprise/modules/ext/jersey2/jersey-server-2.34.jar
+%%DATADIR%%/enterprise/modules/ext/jersey2/jersey-entity-filtering-2.35.jar
+%%DATADIR%%/enterprise/modules/ext/jersey2/jersey-hk2-2.35.jar
+%%DATADIR%%/enterprise/modules/ext/jersey2/jersey-media-json-jackson-2.35.jar
+%%DATADIR%%/enterprise/modules/ext/jersey2/jersey-media-moxy-2.35.jar
+%%DATADIR%%/enterprise/modules/ext/jersey2/jersey-server-2.35.jar
 %%DATADIR%%/enterprise/modules/ext/jersey2/osgi-resource-locator-1.0.3.jar
 %%DATADIR%%/enterprise/modules/ext/jersey2/osgi.core-8.0.0.jar
-%%DATADIR%%/enterprise/modules/ext/jsf-1_2/jsf-api.jar
-%%DATADIR%%/enterprise/modules/ext/jsf-1_2/jsf-impl.jar
 %%DATADIR%%/enterprise/modules/ext/jsf-2_2/javax.faces.jar
 %%DATADIR%%/enterprise/modules/ext/jsf-2_2/license.txt
 %%DATADIR%%/enterprise/modules/ext/jsp-parser-ext.jar
-%%DATADIR%%/enterprise/modules/ext/jsr305-3.0.2.jar
 %%DATADIR%%/enterprise/modules/ext/jsr88javax.jar
 %%DATADIR%%/enterprise/modules/ext/jstl-api.jar
 %%DATADIR%%/enterprise/modules/ext/jstl-impl.jar
+%%DATADIR%%/enterprise/modules/ext/kubernetes-client-6.7.0.jar
+%%DATADIR%%/enterprise/modules/ext/kubernetes-client-api-6.7.0.jar
+%%DATADIR%%/enterprise/modules/ext/kubernetes-httpclient-okhttp-6.7.0.jar
+%%DATADIR%%/enterprise/modules/ext/kubernetes-model-admissionregistration-6.7.0.jar
+%%DATADIR%%/enterprise/modules/ext/kubernetes-model-apiextensions-6.7.0.jar
+%%DATADIR%%/enterprise/modules/ext/kubernetes-model-apps-6.7.0.jar
+%%DATADIR%%/enterprise/modules/ext/kubernetes-model-autoscaling-6.7.0.jar
+%%DATADIR%%/enterprise/modules/ext/kubernetes-model-batch-6.7.0.jar
+%%DATADIR%%/enterprise/modules/ext/kubernetes-model-certificates-6.7.0.jar
+%%DATADIR%%/enterprise/modules/ext/kubernetes-model-common-6.7.0.jar
+%%DATADIR%%/enterprise/modules/ext/kubernetes-model-coordination-6.7.0.jar
+%%DATADIR%%/enterprise/modules/ext/kubernetes-model-core-6.7.0.jar
+%%DATADIR%%/enterprise/modules/ext/kubernetes-model-discovery-6.7.0.jar
+%%DATADIR%%/enterprise/modules/ext/kubernetes-model-events-6.7.0.jar
+%%DATADIR%%/enterprise/modules/ext/kubernetes-model-extensions-6.7.0.jar
+%%DATADIR%%/enterprise/modules/ext/kubernetes-model-flowcontrol-6.7.0.jar
+%%DATADIR%%/enterprise/modules/ext/kubernetes-model-metrics-6.7.0.jar
+%%DATADIR%%/enterprise/modules/ext/kubernetes-model-networking-6.7.0.jar
+%%DATADIR%%/enterprise/modules/ext/kubernetes-model-node-6.7.0.jar
+%%DATADIR%%/enterprise/modules/ext/kubernetes-model-policy-6.7.0.jar
+%%DATADIR%%/enterprise/modules/ext/kubernetes-model-rbac-6.7.0.jar
+%%DATADIR%%/enterprise/modules/ext/kubernetes-model-resource-6.7.0.jar
+%%DATADIR%%/enterprise/modules/ext/kubernetes-model-scheduling-6.7.0.jar
+%%DATADIR%%/enterprise/modules/ext/kubernetes-model-storageclass-6.7.0.jar
 %%DATADIR%%/enterprise/modules/ext/logging-api-1.0.4.jar
+%%DATADIR%%/enterprise/modules/ext/logging-interceptor-3.12.12.jar
 %%DATADIR%%/enterprise/modules/ext/metro/webservices-api.jar
 %%DATADIR%%/enterprise/modules/ext/metro/webservices-extra-api.jar
 %%DATADIR%%/enterprise/modules/ext/metro/webservices-extra.jar
 %%DATADIR%%/enterprise/modules/ext/metro/webservices-rt.jar
 %%DATADIR%%/enterprise/modules/ext/metro/webservices-tools.jar
-%%DATADIR%%/enterprise/modules/ext/nimbus-jose-jwt-9.11.1.jar
-%%DATADIR%%/enterprise/modules/ext/oci-java-sdk-adm-2.27.0.jar
-%%DATADIR%%/enterprise/modules/ext/oci-java-sdk-circuitbreaker-2.27.0.jar
-%%DATADIR%%/enterprise/modules/ext/oci-java-sdk-common-2.27.0.jar
-%%DATADIR%%/enterprise/modules/ext/oci-java-sdk-database-2.27.0.jar
-%%DATADIR%%/enterprise/modules/ext/oci-java-sdk-devops-2.27.0.jar
-%%DATADIR%%/enterprise/modules/ext/oci-java-sdk-identity-2.27.0.jar
-%%DATADIR%%/enterprise/modules/ext/oci-java-sdk-workrequests-2.27.0.jar
+%%DATADIR%%/enterprise/modules/ext/oci-java-sdk-addons-apache-configurator-jersey-3.25.3.jar
+%%DATADIR%%/enterprise/modules/ext/oci-java-sdk-adm-3.25.3.jar
+%%DATADIR%%/enterprise/modules/ext/oci-java-sdk-artifacts-3.25.3.jar
+%%DATADIR%%/enterprise/modules/ext/oci-java-sdk-circuitbreaker-3.25.3.jar
+%%DATADIR%%/enterprise/modules/ext/oci-java-sdk-common-3.25.3.jar
+%%DATADIR%%/enterprise/modules/ext/oci-java-sdk-common-httpclient-3.25.3.jar
+%%DATADIR%%/enterprise/modules/ext/oci-java-sdk-common-httpclient-jersey-3.25.3.jar
+%%DATADIR%%/enterprise/modules/ext/oci-java-sdk-containerengine-3.25.3.jar
+%%DATADIR%%/enterprise/modules/ext/oci-java-sdk-core-3.25.3.jar
+%%DATADIR%%/enterprise/modules/ext/oci-java-sdk-database-3.25.3.jar
+%%DATADIR%%/enterprise/modules/ext/oci-java-sdk-devops-3.25.3.jar
+%%DATADIR%%/enterprise/modules/ext/oci-java-sdk-identity-3.25.3.jar
+%%DATADIR%%/enterprise/modules/ext/oci-java-sdk-keymanagement-3.25.3.jar
+%%DATADIR%%/enterprise/modules/ext/oci-java-sdk-monitoring-3.25.3.jar
+%%DATADIR%%/enterprise/modules/ext/oci-java-sdk-objectstorage-3.25.3.jar
+%%DATADIR%%/enterprise/modules/ext/oci-java-sdk-objectstorage-extensions-3.25.3.jar
+%%DATADIR%%/enterprise/modules/ext/oci-java-sdk-objectstorage-generated-3.25.3.jar
+%%DATADIR%%/enterprise/modules/ext/oci-java-sdk-vault-3.25.3.jar
+%%DATADIR%%/enterprise/modules/ext/oci-java-sdk-workrequests-3.25.3.jar
+%%DATADIR%%/enterprise/modules/ext/okhttp-3.12.12.jar
+%%DATADIR%%/enterprise/modules/ext/okio-1.15.0.jar
+%%DATADIR%%/enterprise/modules/ext/org-netbeans-modules-web-httpmonitor-jakarta.jar
 %%DATADIR%%/enterprise/modules/ext/org-netbeans-modules-web-httpmonitor.jar
 %%DATADIR%%/enterprise/modules/ext/primefaces/primefaces-5.0.jar
-%%DATADIR%%/enterprise/modules/ext/resilience4j-circuitbreaker-1.2.0.jar
-%%DATADIR%%/enterprise/modules/ext/resilience4j-core-1.2.0.jar
-%%DATADIR%%/enterprise/modules/ext/servlet3.1-jsp2.3-api.jar
+%%DATADIR%%/enterprise/modules/ext/resilience4j-circuitbreaker-1.7.1.jar
+%%DATADIR%%/enterprise/modules/ext/resilience4j-core-1.7.1.jar
+%%DATADIR%%/enterprise/modules/ext/servlet4.0-jsp2.3-api.jar
 %%DATADIR%%/enterprise/modules/ext/spring-boot-configuration-metadata-2.4.4.jar
-%%DATADIR%%/enterprise/modules/ext/struts/antlr-2.7.2.jar
-%%DATADIR%%/enterprise/modules/ext/struts/bsf-2.3.0.jar
-%%DATADIR%%/enterprise/modules/ext/struts/commons-beanutils-1.8.0.jar
-%%DATADIR%%/enterprise/modules/ext/struts/commons-chain-1.2.jar
-%%DATADIR%%/enterprise/modules/ext/struts/commons-digester-1.8.jar
-%%DATADIR%%/enterprise/modules/ext/struts/commons-fileupload-1.1.1.jar
-%%DATADIR%%/enterprise/modules/ext/struts/commons-io-1.1.jar
-%%DATADIR%%/enterprise/modules/ext/struts/commons-logging-1.0.4.jar
-%%DATADIR%%/enterprise/modules/ext/struts/commons-validator-1.3.1.jar
-%%DATADIR%%/enterprise/modules/ext/struts/jstl-1.0.2.jar
-%%DATADIR%%/enterprise/modules/ext/struts/oro-2.0.8.jar
-%%DATADIR%%/enterprise/modules/ext/struts/standard-1.0.6.jar
-%%DATADIR%%/enterprise/modules/ext/struts/struts-core-1.3.10.jar
-%%DATADIR%%/enterprise/modules/ext/struts/struts-el-1.3.10.jar
-%%DATADIR%%/enterprise/modules/ext/struts/struts-extras-1.3.10.jar
-%%DATADIR%%/enterprise/modules/ext/struts/struts-faces-1.3.10.jar
-%%DATADIR%%/enterprise/modules/ext/struts/struts-mailreader-dao-1.3.10.jar
-%%DATADIR%%/enterprise/modules/ext/struts/struts-scripting-1.3.10.jar
-%%DATADIR%%/enterprise/modules/ext/struts/struts-taglib-1.3.10.jar
-%%DATADIR%%/enterprise/modules/ext/struts/struts-tiles-1.3.10.jar
 %%DATADIR%%/enterprise/modules/ext/vavr-0.10.2.jar
 %%DATADIR%%/enterprise/modules/ext/vavr-match-0.10.2.jar
+%%DATADIR%%/enterprise/modules/ext/zjsonpatch-0.3.0.jar
 %%DATADIR%%/enterprise/modules/org-netbeans-api-web-webmodule.jar
 %%DATADIR%%/enterprise/modules/org-netbeans-libs-amazon.jar
 %%DATADIR%%/enterprise/modules/org-netbeans-libs-commons_fileupload.jar
 %%DATADIR%%/enterprise/modules/org-netbeans-libs-elimpl.jar
+%%DATADIR%%/enterprise/modules/org-netbeans-libs-fabric8.jar
 %%DATADIR%%/enterprise/modules/org-netbeans-libs-glassfish_logging.jar
 %%DATADIR%%/enterprise/modules/org-netbeans-libs-jackson.jar
 %%DATADIR%%/enterprise/modules/org-netbeans-libs-jstl.jar
@@ -340,8 +358,11 @@
 %%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-jakarta-transformer.jar
 %%DATADIR%%/enterprise/modules/org-netbeans-modules-jakartaee10-api.jar
 %%DATADIR%%/enterprise/modules/org-netbeans-modules-jakartaee10-platform.jar
+%%DATADIR%%/enterprise/modules/org-netbeans-modules-jakartaee11-api.jar
+%%DATADIR%%/enterprise/modules/org-netbeans-modules-jakartaee11-platform.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-jakartaee9-api.jar
@@ -383,8 +404,6 @@
 %%DATADIR%%/enterprise/modules/org-netbeans-modules-web-jsf-navigation.jar
 %%DATADIR%%/enterprise/modules/org-netbeans-modules-web-jsf-richfaces.jar
 %%DATADIR%%/enterprise/modules/org-netbeans-modules-web-jsf.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-web-jsf12.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-web-jsf12ri.jar
 %%DATADIR%%/enterprise/modules/org-netbeans-modules-web-jsf20.jar
 %%DATADIR%%/enterprise/modules/org-netbeans-modules-web-jsfapi.jar
 %%DATADIR%%/enterprise/modules/org-netbeans-modules-web-jspparser.jar
@@ -393,7 +412,6 @@
 %%DATADIR%%/enterprise/modules/org-netbeans-modules-web-primefaces.jar
 %%DATADIR%%/enterprise/modules/org-netbeans-modules-web-project.jar
 %%DATADIR%%/enterprise/modules/org-netbeans-modules-web-refactoring.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-web-struts.jar
 %%DATADIR%%/enterprise/modules/org-netbeans-modules-weblogic-common.jar
 %%DATADIR%%/enterprise/modules/org-netbeans-modules-websocket.jar
 %%DATADIR%%/enterprise/modules/org-netbeans-modules-websvc-clientapi.jar
@@ -421,6 +439,7 @@
 %%DATADIR%%/enterprise/update_tracking/org-netbeans-libs-amazon.xml
 %%DATADIR%%/enterprise/update_tracking/org-netbeans-libs-commons_fileupload.xml
 %%DATADIR%%/enterprise/update_tracking/org-netbeans-libs-elimpl.xml
+%%DATADIR%%/enterprise/update_tracking/org-netbeans-libs-fabric8.xml
 %%DATADIR%%/enterprise/update_tracking/org-netbeans-libs-glassfish_logging.xml
 %%DATADIR%%/enterprise/update_tracking/org-netbeans-libs-jackson.xml
 %%DATADIR%%/enterprise/update_tracking/org-netbeans-libs-jstl.xml
@@ -454,8 +473,11 @@
 %%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-jakarta-transformer.xml
 %%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-jakartaee10-api.xml
 %%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-jakartaee10-platform.xml
+%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-jakartaee11-api.xml
+%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-jakartaee11-platform.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-jakartaee9-api.xml
@@ -497,8 +519,6 @@
 %%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-web-jsf-navigation.xml
 %%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-web-jsf-richfaces.xml
 %%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-web-jsf.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-web-jsf12.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-web-jsf12ri.xml
 %%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-web-jsf20.xml
 %%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-web-jsfapi.xml
 %%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-web-jspparser.xml
@@ -507,7 +527,6 @@
 %%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-web-primefaces.xml
 %%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-web-project.xml
 %%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-web-refactoring.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-web-struts.xml
 %%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-weblogic-common.xml
 %%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-websocket.xml
 %%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-websvc-clientapi.xml
@@ -540,7 +559,6 @@
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-ant-freeform.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-ant-kit.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-apisupport-ant.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-apisupport-installer.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-apisupport-kit.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-apisupport-project.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-apisupport-wizards.xml
@@ -567,6 +585,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-dependencies.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-gradle-dists.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-gradle-editor.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-gradle-kit.xml
@@ -603,6 +622,7 @@
 %%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-jakarta-transformer.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-jakartaee9-api.xml
@@ -610,6 +630,7 @@
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-java-debug.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-file-launcher.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-java-freeform.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-java-graph.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-java-hints-declarative.xml
@@ -664,6 +685,7 @@
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-javascript2-react.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-javascript2-requirejs.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-javascript2-sdoc.xml
+%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-javascript2-vue.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-javawebstart.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-kotlin-editor.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-languages-antlr.xml
@@ -743,8 +765,6 @@
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-web-jsf-navigation.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-web-jsf-richfaces.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-web-jsf.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-web-jsf12.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-web-jsf12ri.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-web-jsf20.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-web-jsfapi.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-web-kit.xml
@@ -752,7 +772,6 @@
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-web-primefaces.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-web-project.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-web-refactoring.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-web-struts.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-web-webkit-tooling.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-websocket.xml
 %%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-websvc-clientapi.xml
@@ -786,18 +805,11 @@
 %%DATADIR%%/extide/.lastModified
 %%DATADIR%%/extide/VERSION.txt
 %%DATADIR%%/extide/ant/bin/ant
-%%DATADIR%%/extide/ant/bin/ant.bat
-%%DATADIR%%/extide/ant/bin/ant.cmd
 %%DATADIR%%/extide/ant/bin/antRun
-%%DATADIR%%/extide/ant/bin/antRun.bat
 %%DATADIR%%/extide/ant/bin/antRun.pl
-%%DATADIR%%/extide/ant/bin/antenv.cmd
 %%DATADIR%%/extide/ant/bin/complete-ant-cmd.pl
-%%DATADIR%%/extide/ant/bin/envset.cmd
-%%DATADIR%%/extide/ant/bin/lcp.bat
 %%DATADIR%%/extide/ant/bin/runant.pl
 %%DATADIR%%/extide/ant/bin/runant.py
-%%DATADIR%%/extide/ant/bin/runrc.cmd
 %%DATADIR%%/extide/ant/etc/ant-bootstrap.jar
 %%DATADIR%%/extide/ant/etc/changelog.xsl
 %%DATADIR%%/extide/ant/etc/checkstyle/checkstyle-frames-sortby-check.xsl
@@ -824,13 +836,16 @@
 %%DATADIR%%/extide/ant/lib/ant-apache-xalan2.jar
 %%DATADIR%%/extide/ant/lib/ant-commons-logging.jar
 %%DATADIR%%/extide/ant/lib/ant-commons-net.jar
+%%DATADIR%%/extide/ant/lib/ant-imageio.jar
 %%DATADIR%%/extide/ant/lib/ant-jai.jar
+%%DATADIR%%/extide/ant/lib/ant-jakartamail.jar
 %%DATADIR%%/extide/ant/lib/ant-javamail.jar
 %%DATADIR%%/extide/ant/lib/ant-jdepend.jar
 %%DATADIR%%/extide/ant/lib/ant-jmf.jar
 %%DATADIR%%/extide/ant/lib/ant-jsch.jar
 %%DATADIR%%/extide/ant/lib/ant-junit.jar
 %%DATADIR%%/extide/ant/lib/ant-junit4.jar
+%%DATADIR%%/extide/ant/lib/ant-junitlauncher.jar
 %%DATADIR%%/extide/ant/lib/ant-launcher.jar
 %%DATADIR%%/extide/ant/lib/ant-netrexx.jar
 %%DATADIR%%/extide/ant/lib/ant-swing.jar
@@ -874,8 +889,8 @@
 %%DATADIR%%/groovy/config/Modules/org-netbeans-modules-groovy-support.xml
 %%DATADIR%%/groovy/config/Modules/org-netbeans-modules-libs-groovy.xml
 %%DATADIR%%/groovy/config/Modules/org-netbeans-modules-maven-groovy.xml
-%%DATADIR%%/groovy/modules/ext/groovy-3.0.8.jar
-%%DATADIR%%/groovy/modules/ext/groovy-ant-3.0.8.jar
+%%DATADIR%%/groovy/modules/ext/groovy-3.0.23.jar
+%%DATADIR%%/groovy/modules/ext/groovy-ant-3.0.23.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-debug.jar
@@ -904,8 +919,6 @@
 %%DATADIR%%/harness/build.xml
 %%DATADIR%%/harness/common.xml
 %%DATADIR%%/harness/config/Modules/org-netbeans-insane.xml
-%%DATADIR%%/harness/config/Modules/org-netbeans-libs-nbi-ant.xml
-%%DATADIR%%/harness/config/Modules/org-netbeans-libs-nbi-engine.xml
 %%DATADIR%%/harness/config/Modules/org-netbeans-modules-apisupport-harness.xml
 %%DATADIR%%/harness/config/Modules/org-netbeans-modules-jellytools-platform.xml
 %%DATADIR%%/harness/config/Modules/org-netbeans-modules-jemmy.xml
@@ -918,168 +931,26 @@
 %%DATADIR%%/harness/jdk.xml
 %%DATADIR%%/harness/jnlp.xml
 %%DATADIR%%/harness/jnlp/jnlp-launcher.jar
-%%DATADIR%%/harness/launchers/app.exe
 %%DATADIR%%/harness/launchers/app.sh
-%%DATADIR%%/harness/launchers/app64.exe
-%%DATADIR%%/harness/launchers/pre7_app.exe
-%%DATADIR%%/harness/launchers/pre7_app_w.exe
 %%DATADIR%%/harness/modules/ext/jemmy-2.3.1.1.jar
-%%DATADIR%%/harness/modules/ext/nbi-ant-tasks.jar
-%%DATADIR%%/harness/modules/ext/nbi-engine.jar
-%%DATADIR%%/harness/modules/ext/nbi-registries-management.jar
 %%DATADIR%%/harness/modules/ext/org-netbeans-insane-hook.jar
 %%DATADIR%%/harness/modules/org-netbeans-insane.jar
-%%DATADIR%%/harness/modules/org-netbeans-libs-nbi-ant.jar
-%%DATADIR%%/harness/modules/org-netbeans-libs-nbi-engine.jar
 %%DATADIR%%/harness/modules/org-netbeans-modules-apisupport-harness.jar
 %%DATADIR%%/harness/modules/org-netbeans-modules-jellytools-platform.jar
 %%DATADIR%%/harness/modules/org-netbeans-modules-jemmy.jar
 %%DATADIR%%/harness/modules/org-netbeans-modules-nbjunit.jar
-%%DATADIR%%/harness/nbi/.common/common.properties
-%%DATADIR%%/harness/nbi/.common/common.xml
-%%DATADIR%%/harness/nbi/.common/engine.properties
-%%DATADIR%%/harness/nbi/.common/engine.xml
-%%DATADIR%%/harness/nbi/.common/group.properties
-%%DATADIR%%/harness/nbi/.common/group.xml
-%%DATADIR%%/harness/nbi/.common/product.properties
-%%DATADIR%%/harness/nbi/.common/product.xml
-%%DATADIR%%/harness/nbi/stub/build.properties
-%%DATADIR%%/harness/nbi/stub/build.xml
-%%DATADIR%%/harness/nbi/stub/ext/components/products/helloworld/build.xml
-%%DATADIR%%/harness/nbi/stub/ext/components/products/helloworld/data/Bundle.properties
-%%DATADIR%%/harness/nbi/stub/ext/components/products/helloworld/data/icon.png
-%%DATADIR%%/harness/nbi/stub/ext/components/products/helloworld/data/icon48.png
-%%DATADIR%%/harness/nbi/stub/ext/components/products/helloworld/manifest.mf
-%%DATADIR%%/harness/nbi/stub/ext/components/products/helloworld/nbproject/build-impl.xml
-%%DATADIR%%/harness/nbi/stub/ext/components/products/helloworld/nbproject/genfiles.properties
-%%DATADIR%%/harness/nbi/stub/ext/components/products/helloworld/nbproject/project.properties
-%%DATADIR%%/harness/nbi/stub/ext/components/products/helloworld/nbproject/project.xml
-%%DATADIR%%/harness/nbi/stub/ext/components/products/helloworld/src/org/mycompany/Bundle.properties
-%%DATADIR%%/harness/nbi/stub/ext/components/products/helloworld/src/org/mycompany/ConfigurationLogic.java
-%%DATADIR%%/harness/nbi/stub/ext/components/products/helloworld/src/org/mycompany/wizard.xml
-%%DATADIR%%/harness/nbi/stub/ext/components/products/helloworld/src/org/mycompany/wizard/panels/Bundle.properties
-%%DATADIR%%/harness/nbi/stub/ext/components/products/helloworld/src/org/mycompany/wizard/panels/HelloWorldPanel.java
-%%DATADIR%%/harness/nbi/stub/ext/engine/build.properties
-%%DATADIR%%/harness/nbi/stub/ext/engine/build.xml
-%%DATADIR%%/harness/nbi/stub/ext/engine/manifest.mf
-%%DATADIR%%/harness/nbi/stub/ext/engine/nbproject/build-impl.xml
-%%DATADIR%%/harness/nbi/stub/ext/engine/nbproject/genfiles.properties
-%%DATADIR%%/harness/nbi/stub/ext/engine/nbproject/project.properties
-%%DATADIR%%/harness/nbi/stub/ext/engine/nbproject/project.xml
-%%DATADIR%%/harness/nbi/stub/ext/engine/src/data/engine.properties
-%%DATADIR%%/harness/nbi/stub/ext/engine/src/native/launcher/unix/i18n/launcher.properties
-%%DATADIR%%/harness/nbi/stub/ext/engine/src/native/launcher/windows/i18n/launcher.properties
-%%DATADIR%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer/utils/applications/Bundle.properties
-%%DATADIR%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer/utils/applications/NetBeansRCPUtils.java
-%%DATADIR%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer/wizard/components/actions/Bundle.properties
-%%DATADIR%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer/wizard/components/actions/InitializeAction.java
-%%DATADIR%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer/wizard/components/panels/Bundle.properties
-%%DATADIR%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer/wizard/components/panels/PostInstallSummaryPanel.java
-%%DATADIR%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer/wizard/components/panels/PreInstallSummaryPanel.java
-%%DATADIR%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer/wizard/components/panels/WelcomePanel.java
-%%DATADIR%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer/wizard/components/panels/resources/welcome-left-bottom.png
-%%DATADIR%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer/wizard/components/panels/resources/welcome-left-top.png
-%%DATADIR%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer/wizard/components/sequences/Bundle.properties
-%%DATADIR%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer/wizard/components/sequences/MainSequence.java
-%%DATADIR%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer/wizard/wizard-components.xml
-%%DATADIR%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer/wizard/wizard-description-background-left.png
-%%DATADIR%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer/wizard/wizard-description-background-right.png
-%%DATADIR%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer/wizard/wizard-icon.png
-%%DATADIR%%/harness/nbi/stub/ext/infra/build/engine/build.properties
-%%DATADIR%%/harness/nbi/stub/ext/infra/build/engine/build.xml
-%%DATADIR%%/harness/nbi/stub/ext/infra/build/products/helloworld/build.properties
-%%DATADIR%%/harness/nbi/stub/ext/infra/build/products/helloworld/build.xml
-%%DATADIR%%/harness/nbi/stub/template.xml
-%%DATADIR%%/harness/nbi/stub/tmpl.properties
 %%DATADIR%%/harness/no-testcoverage.xml
 %%DATADIR%%/harness/osgi.xml
 %%DATADIR%%/harness/run.xml
 %%DATADIR%%/harness/suite.xml
 %%DATADIR%%/harness/tasks.jar
 %%DATADIR%%/harness/update_tracking/org-netbeans-insane.xml
-%%DATADIR%%/harness/update_tracking/org-netbeans-libs-nbi-ant.xml
-%%DATADIR%%/harness/update_tracking/org-netbeans-libs-nbi-engine.xml
 %%DATADIR%%/harness/update_tracking/org-netbeans-modules-apisupport-harness.xml
 %%DATADIR%%/harness/update_tracking/org-netbeans-modules-jellytools-platform.xml
 %%DATADIR%%/harness/update_tracking/org-netbeans-modules-jemmy.xml
 %%DATADIR%%/harness/update_tracking/org-netbeans-modules-nbjunit.xml
 %%DATADIR%%/ide/.lastModified
 %%DATADIR%%/ide/VERSION.txt
-%%DATADIR%%/ide/bin/nativeexecution/Linux-aarch64/killall
-%%DATADIR%%/ide/bin/nativeexecution/Linux-aarch64/process_start
-%%DATADIR%%/ide/bin/nativeexecution/Linux-aarch64/pty
-%%DATADIR%%/ide/bin/nativeexecution/Linux-aarch64/pty_open
-%%DATADIR%%/ide/bin/nativeexecution/Linux-aarch64/sigqueue
-%%DATADIR%%/ide/bin/nativeexecution/Linux-aarch64/stat
-%%DATADIR%%/ide/bin/nativeexecution/Linux-aarch64/unbuffer.so
-%%DATADIR%%/ide/bin/nativeexecution/Linux-sparc_64/killall
-%%DATADIR%%/ide/bin/nativeexecution/Linux-sparc_64/process_start
-%%DATADIR%%/ide/bin/nativeexecution/Linux-sparc_64/pty
-%%DATADIR%%/ide/bin/nativeexecution/Linux-sparc_64/pty_open
-%%DATADIR%%/ide/bin/nativeexecution/Linux-sparc_64/sigqueue
-%%DATADIR%%/ide/bin/nativeexecution/Linux-sparc_64/stat
-%%DATADIR%%/ide/bin/nativeexecution/Linux-sparc_64/unbuffer.so
-%%DATADIR%%/ide/bin/nativeexecution/Linux-x86/killall
-%%DATADIR%%/ide/bin/nativeexecution/Linux-x86/process_start
-%%DATADIR%%/ide/bin/nativeexecution/Linux-x86/pty
-%%DATADIR%%/ide/bin/nativeexecution/Linux-x86/pty_open
-%%DATADIR%%/ide/bin/nativeexecution/Linux-x86/sigqueue
-%%DATADIR%%/ide/bin/nativeexecution/Linux-x86/stat
-%%DATADIR%%/ide/bin/nativeexecution/Linux-x86/unbuffer.so
-%%DATADIR%%/ide/bin/nativeexecution/Linux-x86_64/killall
-%%DATADIR%%/ide/bin/nativeexecution/Linux-x86_64/process_start
-%%DATADIR%%/ide/bin/nativeexecution/Linux-x86_64/pty
-%%DATADIR%%/ide/bin/nativeexecution/Linux-x86_64/pty_open
-%%DATADIR%%/ide/bin/nativeexecution/Linux-x86_64/sigqueue
-%%DATADIR%%/ide/bin/nativeexecution/Linux-x86_64/stat
-%%DATADIR%%/ide/bin/nativeexecution/Linux-x86_64/unbuffer.so
-%%DATADIR%%/ide/bin/nativeexecution/MacOSX-x86/killall
-%%DATADIR%%/ide/bin/nativeexecution/MacOSX-x86/process_start
-%%DATADIR%%/ide/bin/nativeexecution/MacOSX-x86/pty
-%%DATADIR%%/ide/bin/nativeexecution/MacOSX-x86/pty_open
-%%DATADIR%%/ide/bin/nativeexecution/MacOSX-x86/stat
-%%DATADIR%%/ide/bin/nativeexecution/MacOSX-x86/unbuffer.dylib
-%%DATADIR%%/ide/bin/nativeexecution/MacOSX-x86_64/killall
-%%DATADIR%%/ide/bin/nativeexecution/MacOSX-x86_64/process_start
-%%DATADIR%%/ide/bin/nativeexecution/MacOSX-x86_64/pty
-%%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_64/killall
-%%DATADIR%%/ide/bin/nativeexecution/SunOS-sparc_64/privp
-%%DATADIR%%/ide/bin/nativeexecution/SunOS-sparc_64/process_start
-%%DATADIR%%/ide/bin/nativeexecution/SunOS-sparc_64/pty
-%%DATADIR%%/ide/bin/nativeexecution/SunOS-sparc_64/pty_open
-%%DATADIR%%/ide/bin/nativeexecution/SunOS-sparc_64/sigqueue
-%%DATADIR%%/ide/bin/nativeexecution/SunOS-sparc_64/stat
-%%DATADIR%%/ide/bin/nativeexecution/SunOS-sparc_64/unbuffer.so
-%%DATADIR%%/ide/bin/nativeexecution/SunOS-x86/killall
-%%DATADIR%%/ide/bin/nativeexecution/SunOS-x86/privp
-%%DATADIR%%/ide/bin/nativeexecution/SunOS-x86/process_start
-%%DATADIR%%/ide/bin/nativeexecution/SunOS-x86/pty
-%%DATADIR%%/ide/bin/nativeexecution/SunOS-x86/pty_open
-%%DATADIR%%/ide/bin/nativeexecution/SunOS-x86/sigqueue
-%%DATADIR%%/ide/bin/nativeexecution/SunOS-x86/stat
-%%DATADIR%%/ide/bin/nativeexecution/SunOS-x86/unbuffer.so
-%%DATADIR%%/ide/bin/nativeexecution/SunOS-x86_64/killall
-%%DATADIR%%/ide/bin/nativeexecution/SunOS-x86_64/process_start
-%%DATADIR%%/ide/bin/nativeexecution/SunOS-x86_64/pty
-%%DATADIR%%/ide/bin/nativeexecution/SunOS-x86_64/pty_open
-%%DATADIR%%/ide/bin/nativeexecution/SunOS-x86_64/sigqueue
-%%DATADIR%%/ide/bin/nativeexecution/SunOS-x86_64/stat
-%%DATADIR%%/ide/bin/nativeexecution/SunOS-x86_64/unbuffer.so
-%%DATADIR%%/ide/bin/nativeexecution/Windows-x86/killall
-%%DATADIR%%/ide/bin/nativeexecution/Windows-x86/process_start
-%%DATADIR%%/ide/bin/nativeexecution/Windows-x86/pty
-%%DATADIR%%/ide/bin/nativeexecution/Windows-x86/pty_open
-%%DATADIR%%/ide/bin/nativeexecution/Windows-x86/sigqueue
-%%DATADIR%%/ide/bin/nativeexecution/Windows-x86/unbuffer.dll
-%%DATADIR%%/ide/bin/nativeexecution/Windows-x86_64/killall
-%%DATADIR%%/ide/bin/nativeexecution/Windows-x86_64/process_start
-%%DATADIR%%/ide/bin/nativeexecution/Windows-x86_64/pty
-%%DATADIR%%/ide/bin/nativeexecution/Windows-x86_64/pty_open
-%%DATADIR%%/ide/bin/nativeexecution/Windows-x86_64/sigqueue
-%%DATADIR%%/ide/bin/nativeexecution/Windows-x86_64/unbuffer.dll
 %%DATADIR%%/ide/bin/nativeexecution/dorun.sh
 %%DATADIR%%/ide/bin/nativeexecution/hostinfo.sh
 %%DATADIR%%/ide/config/ModuleAutoDeps/org-netbeans-api-xml.xml
@@ -1090,6 +961,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-extexecution-process.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
@@ -1106,6 +978,7 @@
 %%DATADIR%%/ide/config/Modules/bcprov.xml
 %%DATADIR%%/ide/config/Modules/bcutil.xml
 %%DATADIR%%/ide/config/Modules/com-google-gson.xml
+%%DATADIR%%/ide/config/Modules/com-google-guava-failureaccess.xml
 %%DATADIR%%/ide/config/Modules/com-google-guava.xml
 %%DATADIR%%/ide/config/Modules/com-googlecode-javaewah-JavaEWAH.xml
 %%DATADIR%%/ide/config/Modules/com-jcraft-jsch.xml
@@ -1126,6 +999,9 @@
 %%DATADIR%%/ide/config/Modules/org-eclipse-equinox-preferences.xml
 %%DATADIR%%/ide/config/Modules/org-eclipse-equinox-registry.xml
 %%DATADIR%%/ide/config/Modules/org-eclipse-equinox-security.xml
+%%DATADIR%%/ide/config/Modules/org-eclipse-jgit-gpg-bc.xml
+%%DATADIR%%/ide/config/Modules/org-eclipse-jgit-lfs.xml
+%%DATADIR%%/ide/config/Modules/org-eclipse-jgit-ssh-jsch.xml
 %%DATADIR%%/ide/config/Modules/org-eclipse-jgit.xml
 %%DATADIR%%/ide/config/Modules/org-eclipse-mylyn-bugzilla-core.xml
 %%DATADIR%%/ide/config/Modules/org-eclipse-mylyn-commons-core.xml
@@ -1137,6 +1013,7 @@
 %%DATADIR%%/ide/config/Modules/org-eclipse-mylyn-wikitext-core.xml
 %%DATADIR%%/ide/config/Modules/org-eclipse-mylyn-wikitext-markdown-core.xml
 %%DATADIR%%/ide/config/Modules/org-eclipse-mylyn-wikitext-textile-core.xml
+%%DATADIR%%/ide/config/Modules/org-netbeans-agent.xml
 %%DATADIR%%/ide/config/Modules/org-netbeans-api-debugger.xml
 %%DATADIR%%/ide/config/Modules/org-netbeans-api-java-classpath.xml
 %%DATADIR%%/ide/config/Modules/org-netbeans-api-lsp.xml
@@ -1154,6 +1031,7 @@
 %%DATADIR%%/ide/config/Modules/org-netbeans-libs-flexmark.xml
 %%DATADIR%%/ide/config/Modules/org-netbeans-libs-freemarker.xml
 %%DATADIR%%/ide/config/Modules/org-netbeans-libs-git.xml
+%%DATADIR%%/ide/config/Modules/org-netbeans-libs-graalsdk-system.xml
 %%DATADIR%%/ide/config/Modules/org-netbeans-libs-graalsdk.xml
 %%DATADIR%%/ide/config/Modules/org-netbeans-libs-ini4j.xml
 %%DATADIR%%/ide/config/Modules/org-netbeans-libs-jaxb.xml
@@ -1165,6 +1043,7 @@
 %%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-tomlj.xml
+%%DATADIR%%/ide/config/Modules/org-netbeans-libs-tomljava.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
@@ -1233,7 +1112,6 @@
 %%DATADIR%%/ide/config/Modules/org-netbeans-modules-extbrowser.xml
 %%DATADIR%%/ide/config/Modules/org-netbeans-modules-extexecution-base.xml
 %%DATADIR%%/ide/config/Modules/org-netbeans-modules-extexecution-impl.xml
-%%DATADIR%%/ide/config/Modules/org-netbeans-modules-extexecution-process-jdk9.xml
 %%DATADIR%%/ide/config/Modules/org-netbeans-modules-extexecution-process.xml
 %%DATADIR%%/ide/config/Modules/org-netbeans-modules-extexecution.xml
 %%DATADIR%%/ide/config/Modules/org-netbeans-modules-git.xml
@@ -1264,6 +1142,8 @@
 %%DATADIR%%/ide/config/Modules/org-netbeans-modules-jellytools-ide.xml
 %%DATADIR%%/ide/config/Modules/org-netbeans-modules-jumpto.xml
 %%DATADIR%%/ide/config/Modules/org-netbeans-modules-languages-diff.xml
+%%DATADIR%%/ide/config/Modules/org-netbeans-modules-languages-go.xml
+%%DATADIR%%/ide/config/Modules/org-netbeans-modules-languages-hcl.xml
 %%DATADIR%%/ide/config/Modules/org-netbeans-modules-languages-manifest.xml
 %%DATADIR%%/ide/config/Modules/org-netbeans-modules-languages-toml.xml
 %%DATADIR%%/ide/config/Modules/org-netbeans-modules-languages-yaml.xml
@@ -1316,6 +1196,7 @@
 %%DATADIR%%/ide/config/Modules/org-netbeans-modules-spellchecker-kit.xml
 %%DATADIR%%/ide/config/Modules/org-netbeans-modules-spellchecker.xml
 %%DATADIR%%/ide/config/Modules/org-netbeans-modules-subversion.xml
+%%DATADIR%%/ide/config/Modules/org-netbeans-modules-svg.xml
 %%DATADIR%%/ide/config/Modules/org-netbeans-modules-swing-validation.xml
 %%DATADIR%%/ide/config/Modules/org-netbeans-modules-target-iterator.xml
 %%DATADIR%%/ide/config/Modules/org-netbeans-modules-tasklist-kit.xml
@@ -1327,6 +1208,7 @@
 %%DATADIR%%/ide/config/Modules/org-netbeans-modules-terminal-nb.xml
 %%DATADIR%%/ide/config/Modules/org-netbeans-modules-terminal.xml
 %%DATADIR%%/ide/config/Modules/org-netbeans-modules-textmate-lexer.xml
+%%DATADIR%%/ide/config/Modules/org-netbeans-modules-texttools.xml
 %%DATADIR%%/ide/config/Modules/org-netbeans-modules-usersguide.xml
 %%DATADIR%%/ide/config/Modules/org-netbeans-modules-utilities-project.xml
 %%DATADIR%%/ide/config/Modules/org-netbeans-modules-utilities.xml
@@ -1383,6 +1265,7 @@
 %%DATADIR%%/ide/modules/bcprov.jar
 %%DATADIR%%/ide/modules/bcutil.jar
 %%DATADIR%%/ide/modules/com-google-gson.jar
+%%DATADIR%%/ide/modules/com-google-guava-failureaccess.jar
 %%DATADIR%%/ide/modules/com-google-guava.jar
 %%DATADIR%%/ide/modules/com-googlecode-javaewah-JavaEWAH.jar
 %%DATADIR%%/ide/modules/com-jcraft-jsch.jar
@@ -1393,77 +1276,88 @@
 %%DATADIR%%/ide/modules/dict/wordlist-en_GB-large-2017.08.24.zip
 %%DATADIR%%/ide/modules/dict/wordlist-en_US-large-2017.08.24.zip
 %%DATADIR%%/ide/modules/docs/org-netbeans-modules-usersguide.jar
-%%DATADIR%%/ide/modules/ext/ValidationAPI.jar
 %%DATADIR%%/ide/modules/ext/adapter-base.jar
 %%DATADIR%%/ide/modules/ext/adapter-javahl.jar
-%%DATADIR%%/ide/modules/ext/antlr-runtime-3.5.2.jar
-%%DATADIR%%/ide/modules/ext/antlr4-runtime-4.11.1.jar
-%%DATADIR%%/ide/modules/ext/commons-compress-1.21.jar
+%%DATADIR%%/ide/modules/ext/antlr-runtime-3.5.3.jar
+%%DATADIR%%/ide/modules/ext/antlr4-runtime-4.13.1.jar
+%%DATADIR%%/ide/modules/ext/collections-24.0.0.jar
+%%DATADIR%%/ide/modules/ext/commons-compress-1.27.1.jar
 %%DATADIR%%/ide/modules/ext/commons-csv-1.8.jar
-%%DATADIR%%/ide/modules/ext/commons-net-3.8.0.jar
+%%DATADIR%%/ide/modules/ext/commons-net-3.11.1.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-ext-emoji-0.50.36.jar
-%%DATADIR%%/ide/modules/ext/flexmark-formatter-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.30.jar
+%%DATADIR%%/ide/modules/ext/flexmark-0.64.8.jar
+%%DATADIR%%/ide/modules/ext/flexmark-ext-anchorlink-0.64.8.jar
+%%DATADIR%%/ide/modules/ext/flexmark-ext-emoji-0.64.8.jar
+%%DATADIR%%/ide/modules/ext/flexmark-ext-gfm-tasklist-0.64.8.jar
+%%DATADIR%%/ide/modules/ext/flexmark-ext-tables-0.64.8.jar
+%%DATADIR%%/ide/modules/ext/flexmark-html2md-converter-0.64.8.jar
+%%DATADIR%%/ide/modules/ext/flexmark-util-ast-0.64.8.jar
+%%DATADIR%%/ide/modules/ext/flexmark-util-builder-0.64.8.jar
+%%DATADIR%%/ide/modules/ext/flexmark-util-collection-0.64.8.jar
+%%DATADIR%%/ide/modules/ext/flexmark-util-data-0.64.8.jar
+%%DATADIR%%/ide/modules/ext/flexmark-util-dependency-0.64.8.jar
+%%DATADIR%%/ide/modules/ext/flexmark-util-format-0.64.8.jar
+%%DATADIR%%/ide/modules/ext/flexmark-util-html-0.64.8.jar
+%%DATADIR%%/ide/modules/ext/flexmark-util-misc-0.64.8.jar
+%%DATADIR%%/ide/modules/ext/flexmark-util-sequence-0.64.8.jar
+%%DATADIR%%/ide/modules/ext/flexmark-util-visitor-0.64.8.jar
+%%DATADIR%%/ide/modules/ext/freemarker-2.3.34.jar
 %%DATADIR%%/ide/modules/ext/galimatias.jar
 %%DATADIR%%/ide/modules/ext/generated-wsdl-xsd-2004.08.24.jar
-%%DATADIR%%/ide/modules/ext/graal-sdk-20.3.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
 %%DATADIR%%/ide/modules/ext/iri.jar
 %%DATADIR%%/ide/modules/ext/isorelax.jar
+%%DATADIR%%/ide/modules/ext/jakarta.servlet-api-4.0.4.jar
 %%DATADIR%%/ide/modules/ext/javahl.jar
 %%DATADIR%%/ide/modules/ext/jaxb/activation.jar
 %%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/jcodings-1.0.18.jar
+%%DATADIR%%/ide/modules/ext/jcodings-1.0.58.jar
 %%DATADIR%%/ide/modules/ext/jing.jar
-%%DATADIR%%/ide/modules/ext/joni-2.1.11.jar
+%%DATADIR%%/ide/modules/ext/jline-24.0.0.jar
+%%DATADIR%%/ide/modules/ext/jniutils-24.0.0.jar
+%%DATADIR%%/ide/modules/ext/joni-2.2.6.jar
 %%DATADIR%%/ide/modules/ext/json-simple-1.1.1.jar
-%%DATADIR%%/ide/modules/ext/jsoup-1.11.3.jar
+%%DATADIR%%/ide/modules/ext/jsoup-1.15.4.jar
 %%DATADIR%%/ide/modules/ext/junixsocket-common-2.5.1.jar
 %%DATADIR%%/ide/modules/ext/junixsocket-native-common-2.5.1.jar
 %%DATADIR%%/ide/modules/ext/langdetect.jar
-%%DATADIR%%/ide/modules/ext/launcher-common-20.3.0.jar
-%%DATADIR%%/ide/modules/ext/log4j-1.2.15.jar
+%%DATADIR%%/ide/modules/ext/launcher-common-24.0.0.jar
 %%DATADIR%%/ide/modules/ext/lucene-core-3.6.2.jar
+%%DATADIR%%/ide/modules/ext/nativeimage-24.0.0.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.13.0.jar
+%%DATADIR%%/ide/modules/ext/org.eclipse.lsp4j.debug-0.13.0.jar
 %%DATADIR%%/ide/modules/ext/org.eclipse.lsp4j.generator-0.13.0.jar
 %%DATADIR%%/ide/modules/ext/org.eclipse.lsp4j.jsonrpc-0.13.0.jar
-%%DATADIR%%/ide/modules/ext/org.eclipse.tm4e.core-0.4.1-pack1.jar
+%%DATADIR%%/ide/modules/ext/org.eclipse.lsp4j.jsonrpc.debug-0.13.0.jar
+%%DATADIR%%/ide/modules/ext/org.eclipse.tm4e.core-0.14.1.jar
 %%DATADIR%%/ide/modules/ext/org.eclipse.xtend.lib-2.24.0.jar
 %%DATADIR%%/ide/modules/ext/org.eclipse.xtend.lib.macro-2.24.0.jar
 %%DATADIR%%/ide/modules/ext/org.eclipse.xtext.xbase.lib-2.24.0.jar
-%%DATADIR%%/ide/modules/ext/postgresql-42.2.16.jar
-%%DATADIR%%/ide/modules/ext/processtreekiller-2.0.1.jar
+%%DATADIR%%/ide/modules/ext/polyglot-24.0.0.jar
+%%DATADIR%%/ide/modules/ext/postgresql-42.5.4.jar
 %%DATADIR%%/ide/modules/ext/resolver-1.2.jar
 %%DATADIR%%/ide/modules/ext/salvation.jar
-%%DATADIR%%/ide/modules/ext/servlet-2.2.jar
+%%DATADIR%%/ide/modules/ext/simplevalidation-swing.jar
+%%DATADIR%%/ide/modules/ext/simplevalidation.jar
 %%DATADIR%%/ide/modules/ext/snakeyaml-engine.jar
+%%DATADIR%%/ide/modules/ext/toml-java-13.4.2.jar
 %%DATADIR%%/ide/modules/ext/tomlj.jar
-%%DATADIR%%/ide/modules/ext/truffle-api-20.3.0.jar
+%%DATADIR%%/ide/modules/ext/truffle-api-24.0.0.jar
+%%DATADIR%%/ide/modules/ext/truffle-compiler-24.0.0.jar
+%%DATADIR%%/ide/modules/ext/truffle-runtime-24.0.0.jar
 %%DATADIR%%/ide/modules/ext/validator.jar
+%%DATADIR%%/ide/modules/ext/webserver-annotations.jar
 %%DATADIR%%/ide/modules/ext/webserver.jar
-%%DATADIR%%/ide/modules/ext/winp-1.28.jar
+%%DATADIR%%/ide/modules/ext/word-24.0.0.jar
 %%DATADIR%%/ide/modules/ext/xerces-2.8.0.jar
-%%DATADIR%%/ide/modules/lib/aarch64/junixsocket-native-2.5.1.dll
-%%DATADIR%%/ide/modules/lib/aarch64/libjunixsocket-native-2.5.1.dylib
-%%DATADIR%%/ide/modules/lib/aarch64/linux/libjunixsocket-native-2.5.1.so
-%%DATADIR%%/ide/modules/lib/amd64/junixsocket-native-2.5.1.dll
-%%DATADIR%%/ide/modules/lib/amd64/linux/libjunixsocket-native-2.5.1.so
-%%DATADIR%%/ide/modules/lib/extbrowser.dll
-%%DATADIR%%/ide/modules/lib/extbrowser64.dll
-%%DATADIR%%/ide/modules/lib/riscv64/linux/libjunixsocket-native-2.5.1.so
-%%DATADIR%%/ide/modules/lib/x86_64/libjunixsocket-native-2.5.1.dylib
 %%DATADIR%%/ide/modules/libs-c-kohlschutter-junixsocket.jar
 %%DATADIR%%/ide/modules/org-apache-commons-httpclient.jar
 %%DATADIR%%/ide/modules/org-apache-commons-lang.jar
@@ -1480,6 +1374,9 @@
 %%DATADIR%%/ide/modules/org-eclipse-equinox-preferences.jar
 %%DATADIR%%/ide/modules/org-eclipse-equinox-registry.jar
 %%DATADIR%%/ide/modules/org-eclipse-equinox-security.jar
+%%DATADIR%%/ide/modules/org-eclipse-jgit-gpg-bc.jar
+%%DATADIR%%/ide/modules/org-eclipse-jgit-lfs.jar
+%%DATADIR%%/ide/modules/org-eclipse-jgit-ssh-jsch.jar
 %%DATADIR%%/ide/modules/org-eclipse-jgit.jar
 %%DATADIR%%/ide/modules/org-eclipse-mylyn-bugzilla-core.jar
 %%DATADIR%%/ide/modules/org-eclipse-mylyn-commons-core.jar
@@ -1491,6 +1388,7 @@
 %%DATADIR%%/ide/modules/org-eclipse-mylyn-wikitext-core.jar
*** 1584 LINES SKIPPED ***


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6985ba7f.4297c.5cfeeade>