diff options
Diffstat (limited to 'java')
| -rw-r--r-- | java/icedtea-web/Makefile | 2 | ||||
| -rw-r--r-- | java/jgraphx/Makefile | 1 | ||||
| -rw-r--r-- | java/netbeans/Makefile | 55 | ||||
| -rw-r--r-- | java/netbeans/distinfo | 6 | ||||
| -rw-r--r-- | java/netbeans/pkg-plist | 1381 | ||||
| -rw-r--r-- | java/openjdk11/Makefile | 3 | ||||
| -rw-r--r-- | java/openjdk11/distinfo | 4 | ||||
| -rw-r--r-- | java/openjdk17/Makefile | 5 | ||||
| -rw-r--r-- | java/openjdk17/distinfo | 6 | ||||
| -rw-r--r-- | java/openjdk17/files/patch-src_hotspot_cpu_aarch64_jniFastGetField__aarch64.cpp | 10 | ||||
| -rw-r--r-- | java/openjdk19/Makefile | 2 | ||||
| -rw-r--r-- | java/openjdk20/Makefile | 2 | ||||
| -rw-r--r-- | java/openjdk21/Makefile | 4 | ||||
| -rw-r--r-- | java/openjdk21/distinfo | 6 | ||||
| -rw-r--r-- | java/openjdk22/Makefile | 2 | ||||
| -rw-r--r-- | java/openjdk23/Makefile | 2 | ||||
| -rw-r--r-- | java/openjdk24/Makefile | 2 | ||||
| -rw-r--r-- | java/openjdk25/Makefile | 1 | ||||
| -rw-r--r-- | java/openjdk8/Makefile | 9 | ||||
| -rw-r--r-- | java/openjdk8/distinfo | 4 | ||||
| -rw-r--r-- | java/openjfx14/Makefile | 13 | ||||
| -rw-r--r-- | java/wildfly/Makefile | 2 | ||||
| -rw-r--r-- | java/wildfly/distinfo | 6 |
23 files changed, 474 insertions, 1054 deletions
diff --git a/java/icedtea-web/Makefile b/java/icedtea-web/Makefile index 6d01f6fb2aad..77e97d0ce6ed 100644 --- a/java/icedtea-web/Makefile +++ b/java/icedtea-web/Makefile @@ -1,7 +1,7 @@ PORTNAME= icedtea-web PORTVERSION= 1.8.8 DISTVERSIONPREFIX= icedtea-web- -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= java www MAINTAINER= java@FreeBSD.org diff --git a/java/jgraphx/Makefile b/java/jgraphx/Makefile index b5e67f4e439d..6f36d5e1f812 100644 --- a/java/jgraphx/Makefile +++ b/java/jgraphx/Makefile @@ -14,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/license.txt USES= java:ant,run USE_GITHUB= yes GH_ACCOUNT= jgraph +JAVA_VERSION= 8 # math/scilab needs java 8 compatible classes NO_ARCH= yes 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 %%DATADIR%%/ide/modules/org-eclipse-mylyn-wikitext-markdown-core.jar %%DATADIR%%/ide/modules/org-eclipse-mylyn-wikitext-textile-core.jar +%%DATADIR%%/ide/modules/org-netbeans-agent.jar %%DATADIR%%/ide/modules/org-netbeans-api-debugger.jar %%DATADIR%%/ide/modules/org-netbeans-api-java-classpath.jar %%DATADIR%%/ide/modules/org-netbeans-api-lsp.jar @@ -1508,6 +1406,7 @@ %%DATADIR%%/ide/modules/org-netbeans-libs-flexmark.jar %%DATADIR%%/ide/modules/org-netbeans-libs-freemarker.jar %%DATADIR%%/ide/modules/org-netbeans-libs-git.jar +%%DATADIR%%/ide/modules/org-netbeans-libs-graalsdk-system.jar %%DATADIR%%/ide/modules/org-netbeans-libs-graalsdk.jar %%DATADIR%%/ide/modules/org-netbeans-libs-ini4j.jar %%DATADIR%%/ide/modules/org-netbeans-libs-jaxb.jar @@ -1519,6 +1418,7 @@ %%DATADIR%%/ide/modules/org-netbeans-libs-svnClientAdapter-javahl.jar %%DATADIR%%/ide/modules/org-netbeans-libs-svnClientAdapter.jar %%DATADIR%%/ide/modules/org-netbeans-libs-tomlj.jar +%%DATADIR%%/ide/modules/org-netbeans-libs-tomljava.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 @@ -1587,7 +1487,6 @@ %%DATADIR%%/ide/modules/org-netbeans-modules-extbrowser.jar %%DATADIR%%/ide/modules/org-netbeans-modules-extexecution-base.jar %%DATADIR%%/ide/modules/org-netbeans-modules-extexecution-impl.jar -%%DATADIR%%/ide/modules/org-netbeans-modules-extexecution-process-jdk9.jar %%DATADIR%%/ide/modules/org-netbeans-modules-extexecution-process.jar %%DATADIR%%/ide/modules/org-netbeans-modules-extexecution.jar %%DATADIR%%/ide/modules/org-netbeans-modules-git.jar @@ -1618,6 +1517,8 @@ %%DATADIR%%/ide/modules/org-netbeans-modules-jellytools-ide.jar %%DATADIR%%/ide/modules/org-netbeans-modules-jumpto.jar %%DATADIR%%/ide/modules/org-netbeans-modules-languages-diff.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-languages-go.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-languages-hcl.jar %%DATADIR%%/ide/modules/org-netbeans-modules-languages-manifest.jar %%DATADIR%%/ide/modules/org-netbeans-modules-languages-toml.jar %%DATADIR%%/ide/modules/org-netbeans-modules-languages-yaml.jar @@ -1670,6 +1571,7 @@ %%DATADIR%%/ide/modules/org-netbeans-modules-spellchecker-kit.jar %%DATADIR%%/ide/modules/org-netbeans-modules-spellchecker.jar %%DATADIR%%/ide/modules/org-netbeans-modules-subversion.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-svg.jar %%DATADIR%%/ide/modules/org-netbeans-modules-swing-validation.jar %%DATADIR%%/ide/modules/org-netbeans-modules-target-iterator.jar %%DATADIR%%/ide/modules/org-netbeans-modules-tasklist-kit.jar @@ -1681,6 +1583,7 @@ %%DATADIR%%/ide/modules/org-netbeans-modules-terminal-nb.jar %%DATADIR%%/ide/modules/org-netbeans-modules-terminal.jar %%DATADIR%%/ide/modules/org-netbeans-modules-textmate-lexer.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-texttools.jar %%DATADIR%%/ide/modules/org-netbeans-modules-usersguide.jar %%DATADIR%%/ide/modules/org-netbeans-modules-utilities-project.jar %%DATADIR%%/ide/modules/org-netbeans-modules-utilities.jar @@ -1726,11 +1629,13 @@ %%DATADIR%%/ide/modules/org-openidex-util.jar %%DATADIR%%/ide/modules/slf4j-api.jar %%DATADIR%%/ide/modules/slf4j-jdk14.jar +%%DATADIR%%/ide/netbeans-javaagent.jar %%DATADIR%%/ide/update_tracking/bcpg.xml %%DATADIR%%/ide/update_tracking/bcpkix.xml %%DATADIR%%/ide/update_tracking/bcprov.xml %%DATADIR%%/ide/update_tracking/bcutil.xml %%DATADIR%%/ide/update_tracking/com-google-gson.xml +%%DATADIR%%/ide/update_tracking/com-google-guava-failureaccess.xml %%DATADIR%%/ide/update_tracking/com-google-guava.xml %%DATADIR%%/ide/update_tracking/com-googlecode-javaewah-JavaEWAH.xml %%DATADIR%%/ide/update_tracking/com-jcraft-jsch.xml @@ -1751,6 +1656,9 @@ %%DATADIR%%/ide/update_tracking/org-eclipse-equinox-preferences.xml %%DATADIR%%/ide/update_tracking/org-eclipse-equinox-registry.xml %%DATADIR%%/ide/update_tracking/org-eclipse-equinox-security.xml +%%DATADIR%%/ide/update_tracking/org-eclipse-jgit-gpg-bc.xml +%%DATADIR%%/ide/update_tracking/org-eclipse-jgit-lfs.xml +%%DATADIR%%/ide/update_tracking/org-eclipse-jgit-ssh-jsch.xml %%DATADIR%%/ide/update_tracking/org-eclipse-jgit.xml %%DATADIR%%/ide/update_tracking/org-eclipse-mylyn-bugzilla-core.xml %%DATADIR%%/ide/update_tracking/org-eclipse-mylyn-commons-core.xml @@ -1762,6 +1670,7 @@ %%DATADIR%%/ide/update_tracking/org-eclipse-mylyn-wikitext-core.xml %%DATADIR%%/ide/update_tracking/org-eclipse-mylyn-wikitext-markdown-core.xml %%DATADIR%%/ide/update_tracking/org-eclipse-mylyn-wikitext-textile-core.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-agent.xml %%DATADIR%%/ide/update_tracking/org-netbeans-api-debugger.xml %%DATADIR%%/ide/update_tracking/org-netbeans-api-java-classpath.xml %%DATADIR%%/ide/update_tracking/org-netbeans-api-lsp.xml @@ -1779,6 +1688,7 @@ %%DATADIR%%/ide/update_tracking/org-netbeans-libs-flexmark.xml %%DATADIR%%/ide/update_tracking/org-netbeans-libs-freemarker.xml %%DATADIR%%/ide/update_tracking/org-netbeans-libs-git.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-libs-graalsdk-system.xml %%DATADIR%%/ide/update_tracking/org-netbeans-libs-graalsdk.xml %%DATADIR%%/ide/update_tracking/org-netbeans-libs-ini4j.xml %%DATADIR%%/ide/update_tracking/org-netbeans-libs-jaxb.xml @@ -1790,6 +1700,7 @@ %%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-tomlj.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-libs-tomljava.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 @@ -1858,7 +1769,6 @@ %%DATADIR%%/ide/update_tracking/org-netbeans-modules-extbrowser.xml %%DATADIR%%/ide/update_tracking/org-netbeans-modules-extexecution-base.xml %%DATADIR%%/ide/update_tracking/org-netbeans-modules-extexecution-impl.xml -%%DATADIR%%/ide/update_tracking/org-netbeans-modules-extexecution-process-jdk9.xml %%DATADIR%%/ide/update_tracking/org-netbeans-modules-extexecution-process.xml %%DATADIR%%/ide/update_tracking/org-netbeans-modules-extexecution.xml %%DATADIR%%/ide/update_tracking/org-netbeans-modules-git.xml @@ -1889,6 +1799,8 @@ %%DATADIR%%/ide/update_tracking/org-netbeans-modules-jellytools-ide.xml %%DATADIR%%/ide/update_tracking/org-netbeans-modules-jumpto.xml %%DATADIR%%/ide/update_tracking/org-netbeans-modules-languages-diff.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-languages-go.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-languages-hcl.xml %%DATADIR%%/ide/update_tracking/org-netbeans-modules-languages-manifest.xml %%DATADIR%%/ide/update_tracking/org-netbeans-modules-languages-toml.xml %%DATADIR%%/ide/update_tracking/org-netbeans-modules-languages-yaml.xml @@ -1941,6 +1853,7 @@ %%DATADIR%%/ide/update_tracking/org-netbeans-modules-spellchecker-kit.xml %%DATADIR%%/ide/update_tracking/org-netbeans-modules-spellchecker.xml %%DATADIR%%/ide/update_tracking/org-netbeans-modules-subversion.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-svg.xml %%DATADIR%%/ide/update_tracking/org-netbeans-modules-swing-validation.xml %%DATADIR%%/ide/update_tracking/org-netbeans-modules-target-iterator.xml %%DATADIR%%/ide/update_tracking/org-netbeans-modules-tasklist-kit.xml @@ -1952,6 +1865,7 @@ %%DATADIR%%/ide/update_tracking/org-netbeans-modules-terminal-nb.xml %%DATADIR%%/ide/update_tracking/org-netbeans-modules-terminal.xml %%DATADIR%%/ide/update_tracking/org-netbeans-modules-textmate-lexer.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-texttools.xml %%DATADIR%%/ide/update_tracking/org-netbeans-modules-usersguide.xml %%DATADIR%%/ide/update_tracking/org-netbeans-modules-utilities-project.xml %%DATADIR%%/ide/update_tracking/org-netbeans-modules-utilities.xml @@ -2016,11 +1930,8 @@ %%DATADIR%%/java/config/Modules/org-netbeans-api-maven.xml %%DATADIR%%/java/config/Modules/org-netbeans-lib-jshell-agent.xml %%DATADIR%%/java/config/Modules/org-netbeans-lib-nbjavac.xml -%%DATADIR%%/java/config/Modules/org-netbeans-lib-nbjshell.xml -%%DATADIR%%/java/config/Modules/org-netbeans-lib-nbjshell9.xml %%DATADIR%%/java/config/Modules/org-netbeans-libs-cglib.xml %%DATADIR%%/java/config/Modules/org-netbeans-libs-javacapi.xml -%%DATADIR%%/java/config/Modules/org-netbeans-libs-jshell-compile.xml %%DATADIR%%/java/config/Modules/org-netbeans-libs-nbjavacapi.xml %%DATADIR%%/java/config/Modules/org-netbeans-libs-springframework.xml %%DATADIR%%/java/config/Modules/org-netbeans-modules-ant-browsetask.xml @@ -2048,6 +1959,7 @@ %%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-dependencies.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 @@ -2077,6 +1989,7 @@ %%DATADIR%%/java/config/Modules/org-netbeans-modules-java-editor-lib.xml %%DATADIR%%/java/config/Modules/org-netbeans-modules-java-editor.xml %%DATADIR%%/java/config/Modules/org-netbeans-modules-java-examples.xml +%%DATADIR%%/java/config/Modules/org-netbeans-modules-java-file-launcher.xml %%DATADIR%%/java/config/Modules/org-netbeans-modules-java-freeform.xml %%DATADIR%%/java/config/Modules/org-netbeans-modules-java-graph.xml %%DATADIR%%/java/config/Modules/org-netbeans-modules-java-guards.xml @@ -2176,89 +2089,105 @@ %%DATADIR%%/java/maven/README.txt %%DATADIR%%/java/maven/bin/m2.conf @(,,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.6.0.jar +%%DATADIR%%/java/maven/boot/plexus-classworlds-2.9.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/commons-cli-1.4.jar +%%DATADIR%%/java/maven/lib/aopalliance-1.0.jar +%%DATADIR%%/java/maven/lib/aopalliance.license +%%DATADIR%%/java/maven/lib/asm-9.8.jar +%%DATADIR%%/java/maven/lib/asm.license +%%DATADIR%%/java/maven/lib/commons-cli-1.9.0.jar %%DATADIR%%/java/maven/lib/commons-cli.license -%%DATADIR%%/java/maven/lib/commons-lang3-3.8.1.jar -%%DATADIR%%/java/maven/lib/commons-lang3.license +%%DATADIR%%/java/maven/lib/commons-codec-1.18.0.jar +%%DATADIR%%/java/maven/lib/commons-codec.license +%%DATADIR%%/java/maven/lib/error_prone_annotations-2.38.0.jar +%%DATADIR%%/java/maven/lib/error_prone_annotations.license %%DATADIR%%/java/maven/lib/ext/README.txt -%%DATADIR%%/java/maven/lib/guava-25.1-android.jar +%%DATADIR%%/java/maven/lib/ext/hazelcast/README.txt +%%DATADIR%%/java/maven/lib/ext/redisson/README.txt +%%DATADIR%%/java/maven/lib/failureaccess-1.0.3.jar +%%DATADIR%%/java/maven/lib/failureaccess.license +%%DATADIR%%/java/maven/lib/gson-2.13.1.jar +%%DATADIR%%/java/maven/lib/gson.license +%%DATADIR%%/java/maven/lib/guava-33.4.8-jre.jar %%DATADIR%%/java/maven/lib/guava.license -%%DATADIR%%/java/maven/lib/guice-4.2.2-no_aop.jar +%%DATADIR%%/java/maven/lib/guice-5.1.0-classes.jar %%DATADIR%%/java/maven/lib/guice.license -%%DATADIR%%/java/maven/lib/jansi-2.4.0.jar -%%DATADIR%%/java/maven/lib/jansi-native/README.txt -%%DATADIR%%/java/maven/lib/jansi-native/Windows/x86/jansi.dll -%%DATADIR%%/java/maven/lib/jansi-native/Windows/x86_64/jansi.dll +%%DATADIR%%/java/maven/lib/httpclient-4.5.14.jar +%%DATADIR%%/java/maven/lib/httpclient.license +%%DATADIR%%/java/maven/lib/httpcore-4.4.16.jar +%%DATADIR%%/java/maven/lib/httpcore.license +%%DATADIR%%/java/maven/lib/jansi-2.4.2.jar %%DATADIR%%/java/maven/lib/jansi.license -%%DATADIR%%/java/maven/lib/javax.annotation-api-1.2.jar +%%DATADIR%%/java/maven/lib/javax.annotation-api-1.3.2.jar %%DATADIR%%/java/maven/lib/javax.annotation-api.license %%DATADIR%%/java/maven/lib/javax.inject-1.jar %%DATADIR%%/java/maven/lib/javax.inject.license %%DATADIR%%/java/maven/lib/jcl-over-slf4j-1.7.36.jar %%DATADIR%%/java/maven/lib/jcl-over-slf4j.license -%%DATADIR%%/java/maven/lib/maven-artifact-3.8.7.jar -%%DATADIR%%/java/maven/lib/maven-builder-support-3.8.7.jar -%%DATADIR%%/java/maven/lib/maven-compat-3.8.7.jar -%%DATADIR%%/java/maven/lib/maven-core-3.8.7.jar -%%DATADIR%%/java/maven/lib/maven-embedder-3.8.7.jar -%%DATADIR%%/java/maven/lib/maven-model-3.8.7.jar -%%DATADIR%%/java/maven/lib/maven-model-builder-3.8.7.jar -%%DATADIR%%/java/maven/lib/maven-plugin-api-3.8.7.jar -%%DATADIR%%/java/maven/lib/maven-repository-metadata-3.8.7.jar -%%DATADIR%%/java/maven/lib/maven-resolver-api-1.6.3.jar -%%DATADIR%%/java/maven/lib/maven-resolver-connector-basic-1.6.3.jar -%%DATADIR%%/java/maven/lib/maven-resolver-impl-1.6.3.jar -%%DATADIR%%/java/maven/lib/maven-resolver-provider-3.8.7.jar -%%DATADIR%%/java/maven/lib/maven-resolver-spi-1.6.3.jar -%%DATADIR%%/java/maven/lib/maven-resolver-transport-wagon-1.6.3.jar -%%DATADIR%%/java/maven/lib/maven-resolver-util-1.6.3.jar -%%DATADIR%%/java/maven/lib/maven-settings-3.8.7.jar -%%DATADIR%%/java/maven/lib/maven-settings-builder-3.8.7.jar -%%DATADIR%%/java/maven/lib/maven-shared-utils-3.3.4.jar -%%DATADIR%%/java/maven/lib/maven-slf4j-provider-3.8.7.jar -%%DATADIR%%/java/maven/lib/org.eclipse.sisu.inject-0.3.5.jar +%%DATADIR%%/java/maven/lib/jspecify-1.0.0.jar +%%DATADIR%%/java/maven/lib/jspecify.license +%%DATADIR%%/java/maven/lib/maven-artifact-3.9.11.jar +%%DATADIR%%/java/maven/lib/maven-builder-support-3.9.11.jar +%%DATADIR%%/java/maven/lib/maven-compat-3.9.11.jar +%%DATADIR%%/java/maven/lib/maven-core-3.9.11.jar +%%DATADIR%%/java/maven/lib/maven-embedder-3.9.11.jar +%%DATADIR%%/java/maven/lib/maven-model-3.9.11.jar +%%DATADIR%%/java/maven/lib/maven-model-builder-3.9.11.jar +%%DATADIR%%/java/maven/lib/maven-plugin-api-3.9.11.jar +%%DATADIR%%/java/maven/lib/maven-repository-metadata-3.9.11.jar +%%DATADIR%%/java/maven/lib/maven-resolver-api-1.9.24.jar +%%DATADIR%%/java/maven/lib/maven-resolver-connector-basic-1.9.24.jar +%%DATADIR%%/java/maven/lib/maven-resolver-impl-1.9.24.jar +%%DATADIR%%/java/maven/lib/maven-resolver-named-locks-1.9.24.jar +%%DATADIR%%/java/maven/lib/maven-resolver-provider-3.9.11.jar +%%DATADIR%%/java/maven/lib/maven-resolver-spi-1.9.24.jar +%%DATADIR%%/java/maven/lib/maven-resolver-transport-file-1.9.24.jar +%%DATADIR%%/java/maven/lib/maven-resolver-transport-http-1.9.24.jar +%%DATADIR%%/java/maven/lib/maven-resolver-transport-wagon-1.9.24.jar +%%DATADIR%%/java/maven/lib/maven-resolver-util-1.9.24.jar +%%DATADIR%%/java/maven/lib/maven-settings-3.9.11.jar +%%DATADIR%%/java/maven/lib/maven-settings-builder-3.9.11.jar +%%DATADIR%%/java/maven/lib/maven-shared-utils-3.4.2.jar +%%DATADIR%%/java/maven/lib/maven-slf4j-provider-3.9.11.jar +%%DATADIR%%/java/maven/lib/org.eclipse.sisu.inject-0.9.0.M4.jar %%DATADIR%%/java/maven/lib/org.eclipse.sisu.inject.license -%%DATADIR%%/java/maven/lib/org.eclipse.sisu.plexus-0.3.5.jar +%%DATADIR%%/java/maven/lib/org.eclipse.sisu.plexus-0.9.0.M4.jar %%DATADIR%%/java/maven/lib/org.eclipse.sisu.plexus.license %%DATADIR%%/java/maven/lib/plexus-cipher-2.0.jar %%DATADIR%%/java/maven/lib/plexus-cipher.license -%%DATADIR%%/java/maven/lib/plexus-component-annotations-2.1.0.jar +%%DATADIR%%/java/maven/lib/plexus-component-annotations-2.2.0.jar %%DATADIR%%/java/maven/lib/plexus-component-annotations.license -%%DATADIR%%/java/maven/lib/plexus-interpolation-1.26.jar +%%DATADIR%%/java/maven/lib/plexus-interpolation-1.28.jar %%DATADIR%%/java/maven/lib/plexus-interpolation.license %%DATADIR%%/java/maven/lib/plexus-sec-dispatcher-2.0.jar %%DATADIR%%/java/maven/lib/plexus-sec-dispatcher.license -%%DATADIR%%/java/maven/lib/plexus-utils-3.3.1.jar +%%DATADIR%%/java/maven/lib/plexus-utils-3.6.0.jar %%DATADIR%%/java/maven/lib/plexus-utils.license %%DATADIR%%/java/maven/lib/slf4j-api-1.7.36.jar %%DATADIR%%/java/maven/lib/slf4j-api.license %%DATADIR%%/java/maven/lib/wagon-file-3.5.3.jar -%%DATADIR%%/java/maven/lib/wagon-http-3.5.3-shaded.jar +%%DATADIR%%/java/maven/lib/wagon-http-3.5.3.jar +%%DATADIR%%/java/maven/lib/wagon-http-shared-3.5.3.jar %%DATADIR%%/java/maven/lib/wagon-provider-api-3.5.3.jar %%DATADIR%%/java/modules/ext/AbsoluteLayout.jar %%DATADIR%%/java/modules/ext/cglib-2.2.jar %%DATADIR%%/java/modules/ext/checker-qual-3.9.1.jar -%%DATADIR%%/java/modules/ext/commons-io-2.5.jar %%DATADIR%%/java/modules/ext/corba/omgapi/glassfish-corba-omgapi.jar -%%DATADIR%%/java/modules/ext/discoclient-2.0.24.jar +%%DATADIR%%/java/modules/ext/discoclient-2.0.39.jar %%DATADIR%%/java/modules/ext/docs/jakarta.persistence-2.2.3-doc.zip %%DATADIR%%/java/modules/ext/eclipselink/jakarta.persistence-2.2.3.jar -%%DATADIR%%/java/modules/ext/eclipselink/org.eclipse.persistence.antlr-2.7.10.jar -%%DATADIR%%/java/modules/ext/eclipselink/org.eclipse.persistence.asm-9.2.0.jar -%%DATADIR%%/java/modules/ext/eclipselink/org.eclipse.persistence.core-2.7.10.jar -%%DATADIR%%/java/modules/ext/eclipselink/org.eclipse.persistence.jpa-2.7.10.jar -%%DATADIR%%/java/modules/ext/eclipselink/org.eclipse.persistence.jpa.jpql-2.7.10.jar -%%DATADIR%%/java/modules/ext/eclipselink/org.eclipse.persistence.jpa.modelgen.processor-2.7.10.jar -%%DATADIR%%/java/modules/ext/eclipselink/org.eclipse.persistence.moxy-2.7.10.jar +%%DATADIR%%/java/modules/ext/eclipselink/org.eclipse.persistence.antlr-2.7.12.jar +%%DATADIR%%/java/modules/ext/eclipselink/org.eclipse.persistence.asm-9.4.0.jar +%%DATADIR%%/java/modules/ext/eclipselink/org.eclipse.persistence.core-2.7.12.jar +%%DATADIR%%/java/modules/ext/eclipselink/org.eclipse.persistence.jpa-2.7.12.jar +%%DATADIR%%/java/modules/ext/eclipselink/org.eclipse.persistence.jpa.jpql-2.7.12.jar +%%DATADIR%%/java/modules/ext/eclipselink/org.eclipse.persistence.jpa.modelgen.processor-2.7.12.jar +%%DATADIR%%/java/modules/ext/eclipselink/org.eclipse.persistence.moxy-2.7.12.jar %%DATADIR%%/java/modules/ext/fakeJdkClasses.zip %%DATADIR%%/java/modules/ext/jaxws22/FastInfoset.jar %%DATADIR%%/java/modules/ext/jaxws22/api/jakarta.jws-api.jar @@ -2277,20 +2206,22 @@ %%DATADIR%%/java/modules/ext/jaxws22/stax2-api.jar %%DATADIR%%/java/modules/ext/jaxws22/streambuffer.jar %%DATADIR%%/java/modules/ext/jaxws22/woodstox-core.jar -%%DATADIR%%/java/modules/ext/jdktools-11.0.11.jar -%%DATADIR%%/java/modules/ext/maven/indexer-core-6.2.2.jar -%%DATADIR%%/java/modules/ext/maven/javax.annotation-api-1.2.jar -%%DATADIR%%/java/modules/ext/maven/jdom-1.0.jar -%%DATADIR%%/java/modules/ext/maven/lucene-analyzers-common-8.11.1.jar -%%DATADIR%%/java/modules/ext/maven/lucene-core-8.11.1.jar -%%DATADIR%%/java/modules/ext/maven/lucene-highlighter-8.11.1.jar -%%DATADIR%%/java/modules/ext/maven/lucene-queryparser-8.11.1.jar +%%DATADIR%%/java/modules/ext/jdktools-11.0.19.jar +%%DATADIR%%/java/modules/ext/maven/indexer-core-7.1.5.jar +%%DATADIR%%/java/modules/ext/maven/javax.annotation-api-1.3.2.jar +%%DATADIR%%/java/modules/ext/maven/jdom2-2.0.6.1.jar +%%DATADIR%%/java/modules/ext/maven/lucene-analysis-common-9.12.1.jar +%%DATADIR%%/java/modules/ext/maven/lucene-backward-codecs-9.12.1.jar +%%DATADIR%%/java/modules/ext/maven/lucene-core-9.12.1.jar +%%DATADIR%%/java/modules/ext/maven/lucene-highlighter-9.12.1.jar +%%DATADIR%%/java/modules/ext/maven/lucene-queryparser-9.12.1.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/maven/search-api-7.1.5.jar +%%DATADIR%%/java/modules/ext/maven/search-backend-smo-7.1.5.jar %%DATADIR%%/java/modules/ext/nb-custom-jshell-probe.jar -%%DATADIR%%/java/modules/ext/nb-javac-jdk-19-api.jar -%%DATADIR%%/java/modules/ext/nb-javac-jdk-19.jar -%%DATADIR%%/java/modules/ext/nb-mod-jshell-probe.jar +%%DATADIR%%/java/modules/ext/nb-javac-jdk-25-31.1-api.jar +%%DATADIR%%/java/modules/ext/nb-javac-jdk-25-31.1.jar %%DATADIR%%/java/modules/ext/org-netbeans-modules-java-j2seembedded-probe.jar %%DATADIR%%/java/modules/ext/org.eclipse.lsp4j-0.13.0.jar %%DATADIR%%/java/modules/ext/org.eclipse.lsp4j.debug-0.13.0.jar @@ -2300,77 +2231,35 @@ %%DATADIR%%/java/modules/ext/org.eclipse.xtend.lib-2.24.0.jar %%DATADIR%%/java/modules/ext/org.eclipse.xtend.lib.macro-2.24.0.jar %%DATADIR%%/java/modules/ext/org.eclipse.xtext.xbase.lib-2.24.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/ext/spring-5/spring-aop-5.3.31.jar +%%DATADIR%%/java/modules/ext/spring-5/spring-aspects-5.3.31.jar +%%DATADIR%%/java/modules/ext/spring-5/spring-beans-5.3.31.jar +%%DATADIR%%/java/modules/ext/spring-5/spring-context-5.3.31.jar +%%DATADIR%%/java/modules/ext/spring-5/spring-context-indexer-5.3.31.jar +%%DATADIR%%/java/modules/ext/spring-5/spring-context-support-5.3.31.jar +%%DATADIR%%/java/modules/ext/spring-5/spring-core-5.3.31.jar +%%DATADIR%%/java/modules/ext/spring-5/spring-expression-5.3.31.jar +%%DATADIR%%/java/modules/ext/spring-5/spring-instrument-5.3.31.jar +%%DATADIR%%/java/modules/ext/spring-5/spring-jcl-5.3.31.jar +%%DATADIR%%/java/modules/ext/spring-5/spring-jdbc-5.3.31.jar +%%DATADIR%%/java/modules/ext/spring-5/spring-jms-5.3.31.jar +%%DATADIR%%/java/modules/ext/spring-5/spring-messaging-5.3.31.jar +%%DATADIR%%/java/modules/ext/spring-5/spring-orm-5.3.31.jar +%%DATADIR%%/java/modules/ext/spring-5/spring-oxm-5.3.31.jar +%%DATADIR%%/java/modules/ext/spring-5/spring-test-5.3.31.jar +%%DATADIR%%/java/modules/ext/spring-5/spring-tx-5.3.31.jar +%%DATADIR%%/java/modules/ext/spring-5/spring-web-5.3.31.jar +%%DATADIR%%/java/modules/ext/spring-5/spring-webflux-5.3.31.jar +%%DATADIR%%/java/modules/ext/spring-5/spring-webmvc-5.3.31.jar +%%DATADIR%%/java/modules/ext/spring-5/spring-websocket-5.3.31.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 %%DATADIR%%/java/modules/org-netbeans-lib-jshell-agent.jar %%DATADIR%%/java/modules/org-netbeans-lib-nbjavac.jar -%%DATADIR%%/java/modules/org-netbeans-lib-nbjshell.jar -%%DATADIR%%/java/modules/org-netbeans-lib-nbjshell9.jar %%DATADIR%%/java/modules/org-netbeans-libs-cglib.jar %%DATADIR%%/java/modules/org-netbeans-libs-javacapi.jar -%%DATADIR%%/java/modules/org-netbeans-libs-jshell-compile.jar %%DATADIR%%/java/modules/org-netbeans-libs-nbjavacapi.jar %%DATADIR%%/java/modules/org-netbeans-libs-springframework.jar %%DATADIR%%/java/modules/org-netbeans-modules-ant-browsetask.jar @@ -2398,6 +2287,7 @@ %%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-dependencies.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 @@ -2427,6 +2317,7 @@ %%DATADIR%%/java/modules/org-netbeans-modules-java-editor-lib.jar %%DATADIR%%/java/modules/org-netbeans-modules-java-editor.jar %%DATADIR%%/java/modules/org-netbeans-modules-java-examples.jar +%%DATADIR%%/java/modules/org-netbeans-modules-java-file-launcher.jar %%DATADIR%%/java/modules/org-netbeans-modules-java-freeform.jar %%DATADIR%%/java/modules/org-netbeans-modules-java-graph.jar %%DATADIR%%/java/modules/org-netbeans-modules-java-guards.jar @@ -2532,11 +2423,8 @@ %%DATADIR%%/java/update_tracking/org-netbeans-api-maven.xml %%DATADIR%%/java/update_tracking/org-netbeans-lib-jshell-agent.xml %%DATADIR%%/java/update_tracking/org-netbeans-lib-nbjavac.xml -%%DATADIR%%/java/update_tracking/org-netbeans-lib-nbjshell.xml -%%DATADIR%%/java/update_tracking/org-netbeans-lib-nbjshell9.xml %%DATADIR%%/java/update_tracking/org-netbeans-libs-cglib.xml %%DATADIR%%/java/update_tracking/org-netbeans-libs-javacapi.xml -%%DATADIR%%/java/update_tracking/org-netbeans-libs-jshell-compile.xml %%DATADIR%%/java/update_tracking/org-netbeans-libs-nbjavacapi.xml %%DATADIR%%/java/update_tracking/org-netbeans-libs-springframework.xml %%DATADIR%%/java/update_tracking/org-netbeans-modules-ant-browsetask.xml @@ -2564,6 +2452,7 @@ %%DATADIR%%/java/update_tracking/org-netbeans-modules-form-nb.xml %%DATADIR%%/java/update_tracking/org-netbeans-modules-form-refactoring.xml %%DATADIR%%/java/update_tracking/org-netbeans-modules-form.xml +%%DATADIR%%/java/update_tracking/org-netbeans-modules-gradle-dependencies.xml %%DATADIR%%/java/update_tracking/org-netbeans-modules-gradle-htmlui.xml %%DATADIR%%/java/update_tracking/org-netbeans-modules-gradle-java-coverage.xml %%DATADIR%%/java/update_tracking/org-netbeans-modules-gradle-java.xml @@ -2593,6 +2482,7 @@ %%DATADIR%%/java/update_tracking/org-netbeans-modules-java-editor-lib.xml %%DATADIR%%/java/update_tracking/org-netbeans-modules-java-editor.xml %%DATADIR%%/java/update_tracking/org-netbeans-modules-java-examples.xml +%%DATADIR%%/java/update_tracking/org-netbeans-modules-java-file-launcher.xml %%DATADIR%%/java/update_tracking/org-netbeans-modules-java-freeform.xml %%DATADIR%%/java/update_tracking/org-netbeans-modules-java-graph.xml %%DATADIR%%/java/update_tracking/org-netbeans-modules-java-guards.xml @@ -2707,19 +2597,17 @@ %%DATADIR%%/javafx/update_tracking/org-netbeans-modules-javafx2-samples.xml %%DATADIR%%/javafx/update_tracking/org-netbeans-modules-javafx2-scenebuilder.xml %%DATADIR%%/javafx/update_tracking/org-netbeans-modules-maven-htmlui.xml -%%DATADIR%%/licenses/ANTLR-2 -%%DATADIR%%/licenses/Apache-1.1 %%DATADIR%%/licenses/Apache-2.0 %%DATADIR%%/licenses/Apache-2.0+MIT+testng %%DATADIR%%/licenses/Apache-2.0+MIT-Bindex -%%DATADIR%%/licenses/Apache-2.0-XML-Commons-APIs %%DATADIR%%/licenses/Apache-2.0-ant %%DATADIR%%/licenses/Apache-2.0-freemarker %%DATADIR%%/licenses/Apache-2.0-groovy +%%DATADIR%%/licenses/Apache-2.0-ko4j %%DATADIR%%/licenses/Apache-2.0-lucene -%%DATADIR%%/licenses/Apache-2.0-spring3 -%%DATADIR%%/licenses/Apache-2.0-spring4 +%%DATADIR%%/licenses/Apache-2.0-lucene2 %%DATADIR%%/licenses/Apache-2.0-spring5 +%%DATADIR%%/licenses/Apache-2.0-tomcat %%DATADIR%%/licenses/Apache-2.0-typescript2 %%DATADIR%%/licenses/BSD-INRIA %%DATADIR%%/licenses/BSD-JDOM @@ -2727,36 +2615,36 @@ %%DATADIR%%/licenses/BSD-antlr-go-grammar %%DATADIR%%/licenses/BSD-antlr-icons %%DATADIR%%/licenses/BSD-antlr-runtime3 -%%DATADIR%%/licenses/BSD-antlr-runtime4-2 +%%DATADIR%%/licenses/BSD-antlr-runtime4-3 %%DATADIR%%/licenses/BSD-antlr4-grammar %%DATADIR%%/licenses/BSD-css3-grammar %%DATADIR%%/licenses/BSD-flexmark %%DATADIR%%/licenses/BSD-hamcrest %%DATADIR%%/licenses/BSD-iri %%DATADIR%%/licenses/BSD-jing +%%DATADIR%%/licenses/BSD-jline3 %%DATADIR%%/licenses/BSD-jsch +%%DATADIR%%/licenses/BSD-jsfoundation %%DATADIR%%/licenses/BSD-jzlib %%DATADIR%%/licenses/BSD-postgresql %%DATADIR%%/licenses/BSD-stax2-api %%DATADIR%%/licenses/CC-BY-3.0 +%%DATADIR%%/licenses/CC-BY-SA-3.0 %%DATADIR%%/licenses/CC0-v10 %%DATADIR%%/licenses/CDDL-1.0 -%%DATADIR%%/licenses/CDDL-1.0+1.1 %%DATADIR%%/licenses/CDDL-1.1 %%DATADIR%%/licenses/CDDL-1.1-MIT-jaxb-xjc %%DATADIR%%/licenses/EDL-1.0 -%%DATADIR%%/licenses/EDL-1.0-jaf +%%DATADIR%%/licenses/EDL-1.0-jgit %%DATADIR%%/licenses/EPL-v10 %%DATADIR%%/licenses/EPL-v10-eclipselink %%DATADIR%%/licenses/EPL-v10-with-commons %%DATADIR%%/licenses/EPL-v10-with-osgi %%DATADIR%%/licenses/EPL-v20 %%DATADIR%%/licenses/GPL-2-CP -%%DATADIR%%/licenses/Gradle %%DATADIR%%/licenses/Gradle-icon %%DATADIR%%/licenses/HTML5DOC %%DATADIR%%/licenses/JavaCUP -%%DATADIR%%/licenses/MIT %%DATADIR%%/licenses/MIT-bouncycastle %%DATADIR%%/licenses/MIT-checker %%DATADIR%%/licenses/MIT-cpp-textmate-grammars @@ -2764,56 +2652,50 @@ %%DATADIR%%/licenses/MIT-galimatias %%DATADIR%%/licenses/MIT-html5-parser %%DATADIR%%/licenses/MIT-icu4j +%%DATADIR%%/licenses/MIT-icu4j-74 %%DATADIR%%/licenses/MIT-isorelax -%%DATADIR%%/licenses/MIT-java-grammar +%%DATADIR%%/licenses/MIT-jquery %%DATADIR%%/licenses/MIT-jruby %%DATADIR%%/licenses/MIT-jsoup +%%DATADIR%%/licenses/MIT-jsvg %%DATADIR%%/licenses/MIT-markdown %%DATADIR%%/licenses/MIT-nocopyright %%DATADIR%%/licenses/MIT-phpstan -%%DATADIR%%/licenses/MIT-slf4j +%%DATADIR%%/licenses/MIT-requirejs +%%DATADIR%%/licenses/MIT-slf4j-22 %%DATADIR%%/licenses/MIT-validator %%DATADIR%%/licenses/MIT-vscode -%%DATADIR%%/licenses/MIT-winp +%%DATADIR%%/licenses/MIT-vscode-material-icon-theme %%DATADIR%%/licenses/Maven-EPL-v10 %%DATADIR%%/licenses/OSGi +%%DATADIR%%/licenses/PublicDomain-TangoProject %%DATADIR%%/licenses/UPL %%DATADIR%%/licenses/UPL-Apache-2.0 +%%DATADIR%%/licenses/UPL-MIT-jcodings +%%DATADIR%%/licenses/UPL-graaljs %%DATADIR%%/licenses/W3C %%DATADIR%%/licenses/W3C2 %%DATADIR%%/licenses/WSDL-2004 %%DATADIR%%/nb/.lastModified %%DATADIR%%/nb/VERSION.txt +%%DATADIR%%/nb/apache-netbeans.ico +%%DATADIR%%/nb/apache-netbeans.svg +%%DATADIR%%/nb/apache-netbeans1024.png +%%DATADIR%%/nb/apache-netbeans256.png +%%DATADIR%%/nb/apache-netbeans48.png +%%DATADIR%%/nb/apache-netbeans512.png %%DATADIR%%/nb/build_info %%DATADIR%%/nb/config/Modules/org-netbeans-modules-autoupdate-pluginimporter.xml %%DATADIR%%/nb/config/Modules/org-netbeans-modules-bugzilla-exceptionreporter.xml %%DATADIR%%/nb/config/Modules/org-netbeans-modules-deadlock-detector.xml %%DATADIR%%/nb/config/Modules/org-netbeans-modules-ide-branding-kit.xml %%DATADIR%%/nb/config/Modules/org-netbeans-modules-ide-branding.xml +%%DATADIR%%/nb/config/Modules/org-netbeans-modules-ide-dashboard.xml %%DATADIR%%/nb/config/Modules/org-netbeans-modules-uihandler-exceptionreporter.xml %%DATADIR%%/nb/config/Modules/org-netbeans-modules-updatecenters.xml -%%DATADIR%%/nb/config/Modules/org-netbeans-modules-welcome.xml %%DATADIR%%/nb/core/ide.ks %%DATADIR%%/nb/core/locale/core_nb.jar %%DATADIR%%/nb/core/org-netbeans-upgrader.jar -%%DATADIR%%/nb/docs/GUIExamplesDescription.html -%%DATADIR%%/nb/docs/SwingInteropDescription.html -%%DATADIR%%/nb/docs/images/background.png -%%DATADIR%%/nb/docs/images/banner-left.png -%%DATADIR%%/nb/docs/images/banner-right.png -%%DATADIR%%/nb/docs/images/blue.png -%%DATADIR%%/nb/docs/images/circle1.gif -%%DATADIR%%/nb/docs/images/circle2.gif -%%DATADIR%%/nb/docs/images/circle3.gif -%%DATADIR%%/nb/docs/images/circle4.gif -%%DATADIR%%/nb/docs/images/circle5.gif -%%DATADIR%%/nb/docs/images/circle6.gif -%%DATADIR%%/nb/docs/images/down-left.png -%%DATADIR%%/nb/docs/images/down-right.png -%%DATADIR%%/nb/docs/images/spacer.png -%%DATADIR%%/nb/docs/images/up-left.png -%%DATADIR%%/nb/docs/images/up-right.png -%%DATADIR%%/nb/docs/netbeans.css %%DATADIR%%/nb/modules/ext/locale/updater_nb.jar %%DATADIR%%/nb/modules/locale/org-netbeans-core-netigso_nb.jar %%DATADIR%%/nb/modules/locale/org-netbeans-core-ui_nb.jar @@ -2829,9 +2711,9 @@ %%DATADIR%%/nb/modules/org-netbeans-modules-deadlock-detector.jar %%DATADIR%%/nb/modules/org-netbeans-modules-ide-branding-kit.jar %%DATADIR%%/nb/modules/org-netbeans-modules-ide-branding.jar +%%DATADIR%%/nb/modules/org-netbeans-modules-ide-dashboard.jar %%DATADIR%%/nb/modules/org-netbeans-modules-uihandler-exceptionreporter.jar %%DATADIR%%/nb/modules/org-netbeans-modules-updatecenters.jar -%%DATADIR%%/nb/modules/org-netbeans-modules-welcome.jar %%DATADIR%%/nb/netbeans.icns %%DATADIR%%/nb/netbeans.png %%DATADIR%%/nb/shortcuts.pdf @@ -2841,9 +2723,9 @@ %%DATADIR%%/nb/update_tracking/org-netbeans-modules-deadlock-detector.xml %%DATADIR%%/nb/update_tracking/org-netbeans-modules-ide-branding-kit.xml %%DATADIR%%/nb/update_tracking/org-netbeans-modules-ide-branding.xml +%%DATADIR%%/nb/update_tracking/org-netbeans-modules-ide-dashboard.xml %%DATADIR%%/nb/update_tracking/org-netbeans-modules-uihandler-exceptionreporter.xml %%DATADIR%%/nb/update_tracking/org-netbeans-modules-updatecenters.xml -%%DATADIR%%/nb/update_tracking/org-netbeans-modules-welcome.xml %%DATADIR%%/nb/update_tracking/org-netbeans-upgrader.xml %%DATADIR%%/netbeans.css %%DATADIR%%/php/.lastModified @@ -2969,6 +2851,7 @@ %%DATADIR%%/php/zend/NetBeansCommandsProvider.php %%DATADIR%%/platform/.lastModified %%DATADIR%%/platform/VERSION.txt +%%DATADIR%%/platform/config/ModuleAutoDeps/org-apache-commons-commons_io.xml %%DATADIR%%/platform/config/ModuleAutoDeps/org-netbeans-api-progress.xml %%DATADIR%%/platform/config/ModuleAutoDeps/org-netbeans-core-startup.xml %%DATADIR%%/platform/config/ModuleAutoDeps/org-netbeans-core.xml @@ -2991,10 +2874,11 @@ %%DATADIR%%/platform/config/Modules/net-java-html-sound.xml %%DATADIR%%/platform/config/Modules/net-java-html.xml %%DATADIR%%/platform/config/Modules/org-apache-commons-codec.xml -%%DATADIR%%/platform/config/Modules/org-apache-commons-io.xml +%%DATADIR%%/platform/config/Modules/org-apache-commons-commons_io.xml %%DATADIR%%/platform/config/Modules/org-apache-commons-lang3.xml %%DATADIR%%/platform/config/Modules/org-apache-commons-logging.xml %%DATADIR%%/platform/config/Modules/org-netbeans-api-annotations-common.xml +%%DATADIR%%/platform/config/Modules/org-netbeans-api-dashboard.xml %%DATADIR%%/platform/config/Modules/org-netbeans-api-htmlui.xml %%DATADIR%%/platform/config/Modules/org-netbeans-api-intent.xml %%DATADIR%%/platform/config/Modules/org-netbeans-api-io.xml @@ -3021,13 +2905,14 @@ %%DATADIR%%/platform/config/Modules/org-netbeans-html-presenters-spi.xml %%DATADIR%%/platform/config/Modules/org-netbeans-html-xhr4j.xml %%DATADIR%%/platform/config/Modules/org-netbeans-lib-uihandler.xml -%%DATADIR%%/platform/config/Modules/org-netbeans-libs-batik-read.xml %%DATADIR%%/platform/config/Modules/org-netbeans-libs-felix.xml %%DATADIR%%/platform/config/Modules/org-netbeans-libs-flatlaf.xml %%DATADIR%%/platform/config/Modules/org-netbeans-libs-javafx.xml +%%DATADIR%%/platform/config/Modules/org-netbeans-libs-javax-inject.xml %%DATADIR%%/platform/config/Modules/org-netbeans-libs-jna-platform.xml %%DATADIR%%/platform/config/Modules/org-netbeans-libs-jna.xml %%DATADIR%%/platform/config/Modules/org-netbeans-libs-jsr223.xml +%%DATADIR%%/platform/config/Modules/org-netbeans-libs-jsvg.xml %%DATADIR%%/platform/config/Modules/org-netbeans-libs-junit4.xml %%DATADIR%%/platform/config/Modules/org-netbeans-libs-junit5.xml %%DATADIR%%/platform/config/Modules/org-netbeans-libs-osgi.xml @@ -3083,13 +2968,12 @@ %%DATADIR%%/platform/config/Modules/org-openide-io.xml %%DATADIR%%/platform/config/Modules/org-openide-loaders.xml %%DATADIR%%/platform/config/Modules/org-openide-nodes.xml -%%DATADIR%%/platform/config/Modules/org-openide-options.xml %%DATADIR%%/platform/config/Modules/org-openide-text.xml %%DATADIR%%/platform/config/Modules/org-openide-util-ui-svg.xml %%DATADIR%%/platform/config/Modules/org-openide-windows.xml -%%DATADIR%%/platform/core/asm-9.4.jar -%%DATADIR%%/platform/core/asm-commons-9.4.jar -%%DATADIR%%/platform/core/asm-tree-9.4.jar +%%DATADIR%%/platform/core/asm-9.9.jar +%%DATADIR%%/platform/core/asm-commons-9.9.jar +%%DATADIR%%/platform/core/asm-tree-9.9.jar %%DATADIR%%/platform/core/core-base.jar %%DATADIR%%/platform/core/core.jar %%DATADIR%%/platform/core/org-netbeans-libs-asm.jar @@ -3097,67 +2981,40 @@ %%DATADIR%%/platform/core/org-openide-filesystems.jar %%DATADIR%%/platform/docs/junit-4.13.2-javadoc.jar %%DATADIR%%/platform/docs/junit-4.13.2-sources.jar -%%DATADIR%%/platform/docs/junit-jupiter-api-5.6.0-javadoc.jar -%%DATADIR%%/platform/docs/junit-jupiter-api-5.6.0-sources.jar -%%DATADIR%%/platform/docs/junit-jupiter-engine-5.6.0-javadoc.jar -%%DATADIR%%/platform/docs/junit-jupiter-engine-5.6.0-sources.jar -%%DATADIR%%/platform/docs/junit-jupiter-params-5.6.0-javadoc.jar -%%DATADIR%%/platform/docs/junit-jupiter-params-5.6.0-sources.jar +%%DATADIR%%/platform/docs/junit-jupiter-api-5.10.3-javadoc.jar +%%DATADIR%%/platform/docs/junit-jupiter-api-5.10.3-sources.jar +%%DATADIR%%/platform/docs/junit-jupiter-engine-5.10.3-javadoc.jar +%%DATADIR%%/platform/docs/junit-jupiter-engine-5.10.3-sources.jar +%%DATADIR%%/platform/docs/junit-jupiter-params-5.10.3-javadoc.jar +%%DATADIR%%/platform/docs/junit-jupiter-params-5.10.3-sources.jar +%%DATADIR%%/platform/docs/opentest4j-1.3.0-javadoc.jar +%%DATADIR%%/platform/docs/opentest4j-1.3.0-sources.jar %%DATADIR%%/platform/docs/testng-6.13.1-javadoc.jar %%DATADIR%%/platform/lib/boot.jar %%DATADIR%%/platform/lib/nbexec -%%DATADIR%%/platform/lib/nbexec.dll -%%DATADIR%%/platform/lib/nbexec.exe -%%DATADIR%%/platform/lib/nbexec64.dll -%%DATADIR%%/platform/lib/nbexec64.exe %%DATADIR%%/platform/lib/org-openide-modules.jar %%DATADIR%%/platform/lib/org-openide-util-lookup.jar %%DATADIR%%/platform/lib/org-openide-util-ui.jar %%DATADIR%%/platform/lib/org-openide-util.jar -%%DATADIR%%/platform/modules/ext/batik-anim-1.14.jar -%%DATADIR%%/platform/modules/ext/batik-awt-util-1.14.jar -%%DATADIR%%/platform/modules/ext/batik-bridge-1.14.jar -%%DATADIR%%/platform/modules/ext/batik-constants-1.14.jar -%%DATADIR%%/platform/modules/ext/batik-css-1.14.jar -%%DATADIR%%/platform/modules/ext/batik-dom-1.14.jar -%%DATADIR%%/platform/modules/ext/batik-ext-1.14.jar -%%DATADIR%%/platform/modules/ext/batik-gvt-1.14.jar -%%DATADIR%%/platform/modules/ext/batik-i18n-1.14.jar -%%DATADIR%%/platform/modules/ext/batik-parser-1.14.jar -%%DATADIR%%/platform/modules/ext/batik-script-1.14.jar -%%DATADIR%%/platform/modules/ext/batik-svg-dom-1.14.jar -%%DATADIR%%/platform/modules/ext/batik-util-1.14.jar -%%DATADIR%%/platform/modules/ext/batik-xml-1.14.jar -%%DATADIR%%/platform/modules/ext/flatlaf-3.0.jar +%%DATADIR%%/platform/modules/ext/commons-io-2.18.0.jar +%%DATADIR%%/platform/modules/ext/flatlaf-3.6.2.jar %%DATADIR%%/platform/modules/ext/hamcrest-core-1.3.jar %%DATADIR%%/platform/modules/ext/jcommander-1.78.jar -%%DATADIR%%/platform/modules/ext/jna-5.12.1.jar -%%DATADIR%%/platform/modules/ext/jna-platform-5.12.1.jar +%%DATADIR%%/platform/modules/ext/jersey2/jakarta.inject-2.6.1.jar +%%DATADIR%%/platform/modules/ext/jna-5.17.0.jar +%%DATADIR%%/platform/modules/ext/jna-platform-5.17.0.jar +%%DATADIR%%/platform/modules/ext/jsvg-1.7.1.jar %%DATADIR%%/platform/modules/ext/junit-4.13.2.jar -%%DATADIR%%/platform/modules/ext/junit-jupiter-api-5.6.0.jar -%%DATADIR%%/platform/modules/ext/junit-jupiter-engine-5.6.0.jar -%%DATADIR%%/platform/modules/ext/junit-jupiter-params-5.6.0.jar -%%DATADIR%%/platform/modules/ext/org.apache.felix.main-7.0.3.jar +%%DATADIR%%/platform/modules/ext/junit-jupiter-api-5.10.3.jar +%%DATADIR%%/platform/modules/ext/junit-jupiter-engine-5.10.3.jar +%%DATADIR%%/platform/modules/ext/junit-jupiter-params-5.10.3.jar +%%DATADIR%%/platform/modules/ext/opentest4j-1.3.0.jar +%%DATADIR%%/platform/modules/ext/org.apache.felix.main-7.0.5.jar %%DATADIR%%/platform/modules/ext/org.eclipse.osgi_3.9.1.nb9.jar %%DATADIR%%/platform/modules/ext/osgi.cmpn-7.0.0.jar %%DATADIR%%/platform/modules/ext/osgi.core-8.0.0.jar %%DATADIR%%/platform/modules/ext/testng-6.14.3.jar %%DATADIR%%/platform/modules/ext/updater.jar -%%DATADIR%%/platform/modules/ext/xml-apis-1.4.01.jar -%%DATADIR%%/platform/modules/ext/xml-apis-ext-1.3.04.jar -%%DATADIR%%/platform/modules/ext/xmlgraphics-commons-2.6.jar -%%DATADIR%%/platform/modules/lib/aarch64/jnidispatch-nb.dll -%%DATADIR%%/platform/modules/lib/aarch64/libjnidispatch-nb.jnilib -%%DATADIR%%/platform/modules/lib/aarch64/linux/libjnidispatch-nb.so -%%DATADIR%%/platform/modules/lib/amd64/jnidispatch-nb.dll -%%DATADIR%%/platform/modules/lib/amd64/linux/libjnidispatch-nb.so -%%DATADIR%%/platform/modules/lib/flatlaf-windows-x86.dll -%%DATADIR%%/platform/modules/lib/flatlaf-windows-x86_64.dll -%%DATADIR%%/platform/modules/lib/i386/linux/libjnidispatch-nb.so -%%DATADIR%%/platform/modules/lib/libflatlaf-linux-x86_64.so -%%DATADIR%%/platform/modules/lib/riscv64/linux/libjnidispatch-nb.so -%%DATADIR%%/platform/modules/lib/x86/jnidispatch-nb.dll -%%DATADIR%%/platform/modules/lib/x86_64/libjnidispatch-nb.jnilib %%DATADIR%%/platform/modules/net-java-html-boot-fx.jar %%DATADIR%%/platform/modules/net-java-html-boot-script.jar %%DATADIR%%/platform/modules/net-java-html-boot.jar @@ -3166,10 +3023,11 @@ %%DATADIR%%/platform/modules/net-java-html-sound.jar %%DATADIR%%/platform/modules/net-java-html.jar %%DATADIR%%/platform/modules/org-apache-commons-codec.jar -%%DATADIR%%/platform/modules/org-apache-commons-io.jar +%%DATADIR%%/platform/modules/org-apache-commons-commons_io.jar %%DATADIR%%/platform/modules/org-apache-commons-lang3.jar %%DATADIR%%/platform/modules/org-apache-commons-logging.jar %%DATADIR%%/platform/modules/org-netbeans-api-annotations-common.jar +%%DATADIR%%/platform/modules/org-netbeans-api-dashboard.jar %%DATADIR%%/platform/modules/org-netbeans-api-htmlui.jar %%DATADIR%%/platform/modules/org-netbeans-api-intent.jar %%DATADIR%%/platform/modules/org-netbeans-api-io.jar @@ -3196,13 +3054,14 @@ %%DATADIR%%/platform/modules/org-netbeans-html-presenters-spi.jar %%DATADIR%%/platform/modules/org-netbeans-html-xhr4j.jar %%DATADIR%%/platform/modules/org-netbeans-lib-uihandler.jar -%%DATADIR%%/platform/modules/org-netbeans-libs-batik-read.jar %%DATADIR%%/platform/modules/org-netbeans-libs-felix.jar %%DATADIR%%/platform/modules/org-netbeans-libs-flatlaf.jar %%DATADIR%%/platform/modules/org-netbeans-libs-javafx.jar +%%DATADIR%%/platform/modules/org-netbeans-libs-javax-inject.jar %%DATADIR%%/platform/modules/org-netbeans-libs-jna-platform.jar %%DATADIR%%/platform/modules/org-netbeans-libs-jna.jar %%DATADIR%%/platform/modules/org-netbeans-libs-jsr223.jar +%%DATADIR%%/platform/modules/org-netbeans-libs-jsvg.jar %%DATADIR%%/platform/modules/org-netbeans-libs-junit4.jar %%DATADIR%%/platform/modules/org-netbeans-libs-junit5.jar %%DATADIR%%/platform/modules/org-netbeans-libs-osgi.jar @@ -3258,7 +3117,6 @@ %%DATADIR%%/platform/modules/org-openide-io.jar %%DATADIR%%/platform/modules/org-openide-loaders.jar %%DATADIR%%/platform/modules/org-openide-nodes.jar -%%DATADIR%%/platform/modules/org-openide-options.jar %%DATADIR%%/platform/modules/org-openide-text.jar %%DATADIR%%/platform/modules/org-openide-util-ui-svg.jar %%DATADIR%%/platform/modules/org-openide-windows.jar @@ -3270,10 +3128,11 @@ %%DATADIR%%/platform/update_tracking/net-java-html-sound.xml %%DATADIR%%/platform/update_tracking/net-java-html.xml %%DATADIR%%/platform/update_tracking/org-apache-commons-codec.xml -%%DATADIR%%/platform/update_tracking/org-apache-commons-io.xml +%%DATADIR%%/platform/update_tracking/org-apache-commons-commons_io.xml %%DATADIR%%/platform/update_tracking/org-apache-commons-lang3.xml %%DATADIR%%/platform/update_tracking/org-apache-commons-logging.xml %%DATADIR%%/platform/update_tracking/org-netbeans-api-annotations-common.xml +%%DATADIR%%/platform/update_tracking/org-netbeans-api-dashboard.xml %%DATADIR%%/platform/update_tracking/org-netbeans-api-htmlui.xml %%DATADIR%%/platform/update_tracking/org-netbeans-api-intent.xml %%DATADIR%%/platform/update_tracking/org-netbeans-api-io.xml @@ -3304,13 +3163,14 @@ %%DATADIR%%/platform/update_tracking/org-netbeans-html-xhr4j.xml %%DATADIR%%/platform/update_tracking/org-netbeans-lib-uihandler.xml %%DATADIR%%/platform/update_tracking/org-netbeans-libs-asm.xml -%%DATADIR%%/platform/update_tracking/org-netbeans-libs-batik-read.xml %%DATADIR%%/platform/update_tracking/org-netbeans-libs-felix.xml %%DATADIR%%/platform/update_tracking/org-netbeans-libs-flatlaf.xml %%DATADIR%%/platform/update_tracking/org-netbeans-libs-javafx.xml +%%DATADIR%%/platform/update_tracking/org-netbeans-libs-javax-inject.xml %%DATADIR%%/platform/update_tracking/org-netbeans-libs-jna-platform.xml %%DATADIR%%/platform/update_tracking/org-netbeans-libs-jna.xml %%DATADIR%%/platform/update_tracking/org-netbeans-libs-jsr223.xml +%%DATADIR%%/platform/update_tracking/org-netbeans-libs-jsvg.xml %%DATADIR%%/platform/update_tracking/org-netbeans-libs-junit4.xml %%DATADIR%%/platform/update_tracking/org-netbeans-libs-junit5.xml %%DATADIR%%/platform/update_tracking/org-netbeans-libs-osgi.xml @@ -3369,7 +3229,6 @@ %%DATADIR%%/platform/update_tracking/org-openide-loaders.xml %%DATADIR%%/platform/update_tracking/org-openide-modules.xml %%DATADIR%%/platform/update_tracking/org-openide-nodes.xml -%%DATADIR%%/platform/update_tracking/org-openide-options.xml %%DATADIR%%/platform/update_tracking/org-openide-text.xml %%DATADIR%%/platform/update_tracking/org-openide-util-lookup.xml %%DATADIR%%/platform/update_tracking/org-openide-util-ui-svg.xml @@ -3401,38 +3260,6 @@ %%DATADIR%%/profiler/config/Modules/org-netbeans-modules-profiler-snaptracer.xml %%DATADIR%%/profiler/config/Modules/org-netbeans-modules-profiler-utilities.xml %%DATADIR%%/profiler/config/Modules/org-netbeans-modules-profiler.xml -%%DATADIR%%/profiler/lib/deployed/cvm/linux/libprofilerinterface.so -%%DATADIR%%/profiler/lib/deployed/cvm/linux/libprofilerinterface_g.so -%%DATADIR%%/profiler/lib/deployed/cvm/windows/profilerinterface.dll -%%DATADIR%%/profiler/lib/deployed/cvm/windows/profilerinterface.map -%%DATADIR%%/profiler/lib/deployed/cvm/windows/profilerinterface_g.dll -%%DATADIR%%/profiler/lib/deployed/cvm/windows/profilerinterface_g.map -%%DATADIR%%/profiler/lib/deployed/jdk15/hpux-pa_risc2.0/libprofilerinterface.sl -%%DATADIR%%/profiler/lib/deployed/jdk15/hpux-pa_risc2.0w/libprofilerinterface.sl -%%DATADIR%%/profiler/lib/deployed/jdk15/linux-amd64/libprofilerinterface.so -%%DATADIR%%/profiler/lib/deployed/jdk15/linux/libprofilerinterface.so -%%DATADIR%%/profiler/lib/deployed/jdk15/mac/libprofilerinterface.jnilib -%%DATADIR%%/profiler/lib/deployed/jdk15/solaris-amd64/libprofilerinterface.so -%%DATADIR%%/profiler/lib/deployed/jdk15/solaris-i386/libprofilerinterface.so -%%DATADIR%%/profiler/lib/deployed/jdk15/solaris-sparc/libprofilerinterface.so -%%DATADIR%%/profiler/lib/deployed/jdk15/solaris-sparcv9/libprofilerinterface.so -%%DATADIR%%/profiler/lib/deployed/jdk15/windows-amd64/profilerinterface.dll -%%DATADIR%%/profiler/lib/deployed/jdk15/windows-amd64/profilerinterface.map -%%DATADIR%%/profiler/lib/deployed/jdk15/windows/profilerinterface.dll -%%DATADIR%%/profiler/lib/deployed/jdk15/windows/profilerinterface.map -%%DATADIR%%/profiler/lib/deployed/jdk16/hpux-pa_risc2.0/libprofilerinterface.sl -%%DATADIR%%/profiler/lib/deployed/jdk16/hpux-pa_risc2.0w/libprofilerinterface.sl -%%DATADIR%%/profiler/lib/deployed/jdk16/linux-amd64/libprofilerinterface.so -%%DATADIR%%/profiler/lib/deployed/jdk16/linux/libprofilerinterface.so -%%DATADIR%%/profiler/lib/deployed/jdk16/mac/libprofilerinterface.jnilib -%%DATADIR%%/profiler/lib/deployed/jdk16/solaris-amd64/libprofilerinterface.so -%%DATADIR%%/profiler/lib/deployed/jdk16/solaris-i386/libprofilerinterface.so -%%DATADIR%%/profiler/lib/deployed/jdk16/solaris-sparc/libprofilerinterface.so -%%DATADIR%%/profiler/lib/deployed/jdk16/solaris-sparcv9/libprofilerinterface.so -%%DATADIR%%/profiler/lib/deployed/jdk16/windows-amd64/profilerinterface.dll -%%DATADIR%%/profiler/lib/deployed/jdk16/windows-amd64/profilerinterface.map -%%DATADIR%%/profiler/lib/deployed/jdk16/windows/profilerinterface.dll -%%DATADIR%%/profiler/lib/deployed/jdk16/windows/profilerinterface.map %%DATADIR%%/profiler/lib/jfluid-server-15.jar %%DATADIR%%/profiler/lib/jfluid-server-cvm.jar %%DATADIR%%/profiler/lib/jfluid-server.jar @@ -3460,15 +3287,11 @@ %%DATADIR%%/profiler/modules/org-netbeans-modules-profiler.jar %%DATADIR%%/profiler/remote-pack-defs/README.txt %%DATADIR%%/profiler/remote-pack-defs/build.xml -%%DATADIR%%/profiler/remote-pack-defs/calibrate-15.bat %%DATADIR%%/profiler/remote-pack-defs/calibrate-15.sh %%DATADIR%%/profiler/remote-pack-defs/calibrate-16.sh %%DATADIR%%/profiler/remote-pack-defs/calibrate-linux-cvm.sh %%DATADIR%%/profiler/remote-pack-defs/calibrate-mac-15.sh %%DATADIR%%/profiler/remote-pack-defs/calibrate-solaris64-15.sh -%%DATADIR%%/profiler/remote-pack-defs/calibrate-win-cvm.bat -%%DATADIR%%/profiler/remote-pack-defs/nb-profile-15.bat -%%DATADIR%%/profiler/remote-pack-defs/nb-profile-amd64-15.bat %%DATADIR%%/profiler/remote-pack-defs/profile-linux-15.sh %%DATADIR%%/profiler/remote-pack-defs/profile-linux-16.sh %%DATADIR%%/profiler/remote-pack-defs/profile-linux-cvm.sh @@ -3484,11 +3307,6 @@ %%DATADIR%%/profiler/remote-pack-defs/profile-solsparcv9-16.sh %%DATADIR%%/profiler/remote-pack-defs/profile-solx86-15.sh %%DATADIR%%/profiler/remote-pack-defs/profile-solx86-16.sh -%%DATADIR%%/profiler/remote-pack-defs/profile-win-15.bat -%%DATADIR%%/profiler/remote-pack-defs/profile-win-16.bat -%%DATADIR%%/profiler/remote-pack-defs/profile-win-cvm.bat -%%DATADIR%%/profiler/remote-pack-defs/profile-winamd64-15.bat -%%DATADIR%%/profiler/remote-pack-defs/profile-winamd64-16.bat %%DATADIR%%/profiler/update_tracking/org-netbeans-lib-profiler-charts.xml %%DATADIR%%/profiler/update_tracking/org-netbeans-lib-profiler-common.xml %%DATADIR%%/profiler/update_tracking/org-netbeans-lib-profiler-ui.xml @@ -3515,6 +3333,7 @@ %%DATADIR%%/webcommon/VERSION.txt %%DATADIR%%/webcommon/ant/extra/org-netbeans-modules-cordova-projectupdate.jar %%DATADIR%%/webcommon/config/Modules/org-netbeans-api-knockout.xml +%%DATADIR%%/webcommon/config/Modules/org-netbeans-lib-chrome_devtools_protocol.xml %%DATADIR%%/webcommon/config/Modules/org-netbeans-lib-v8debug.xml %%DATADIR%%/webcommon/config/Modules/org-netbeans-libs-graaljs.xml %%DATADIR%%/webcommon/config/Modules/org-netbeans-libs-jstestdriver.xml @@ -3528,6 +3347,8 @@ %%DATADIR%%/webcommon/config/Modules/org-netbeans-modules-html-knockout.xml %%DATADIR%%/webcommon/config/Modules/org-netbeans-modules-javascript-bower.xml %%DATADIR%%/webcommon/config/Modules/org-netbeans-modules-javascript-cdnjs.xml +%%DATADIR%%/webcommon/config/Modules/org-netbeans-modules-javascript-cdtdebug-ui.xml +%%DATADIR%%/webcommon/config/Modules/org-netbeans-modules-javascript-cdtdebug.xml %%DATADIR%%/webcommon/config/Modules/org-netbeans-modules-javascript-grunt.xml %%DATADIR%%/webcommon/config/Modules/org-netbeans-modules-javascript-gulp.xml %%DATADIR%%/webcommon/config/Modules/org-netbeans-modules-javascript-jstestdriver.xml @@ -3555,6 +3376,7 @@ %%DATADIR%%/webcommon/config/Modules/org-netbeans-modules-javascript2-sdoc.xml %%DATADIR%%/webcommon/config/Modules/org-netbeans-modules-javascript2-source-query.xml %%DATADIR%%/webcommon/config/Modules/org-netbeans-modules-javascript2-types.xml +%%DATADIR%%/webcommon/config/Modules/org-netbeans-modules-javascript2-vue.xml %%DATADIR%%/webcommon/config/Modules/org-netbeans-modules-languages-apacheconf.xml %%DATADIR%%/webcommon/config/Modules/org-netbeans-modules-languages-ini.xml %%DATADIR%%/webcommon/config/Modules/org-netbeans-modules-netserver.xml @@ -3579,13 +3401,14 @@ %%DATADIR%%/webcommon/karma/karma-netbeans.conf.js %%DATADIR%%/webcommon/mocha/netbeans-reporter.js %%DATADIR%%/webcommon/modules/ext/dd-plist.jar -%%DATADIR%%/webcommon/modules/ext/graaljs-parser-1.1.jar -%%DATADIR%%/webcommon/modules/ext/icu4j-67.1.jar -%%DATADIR%%/webcommon/modules/ext/js-20.3.0.jar -%%DATADIR%%/webcommon/modules/ext/js-launcher-20.3.0.jar +%%DATADIR%%/webcommon/modules/ext/icu4j-24.0.0.jar +%%DATADIR%%/webcommon/modules/ext/js-language-24.0.0.jar +%%DATADIR%%/webcommon/modules/ext/js-launcher-24.0.0.jar +%%DATADIR%%/webcommon/modules/ext/js-scriptengine-24.0.0.jar %%DATADIR%%/webcommon/modules/ext/libs.jstestdriver-ext.jar -%%DATADIR%%/webcommon/modules/ext/regex-20.3.0.jar +%%DATADIR%%/webcommon/modules/ext/regex-24.0.0.jar %%DATADIR%%/webcommon/modules/org-netbeans-api-knockout.jar +%%DATADIR%%/webcommon/modules/org-netbeans-lib-chrome_devtools_protocol.jar %%DATADIR%%/webcommon/modules/org-netbeans-lib-v8debug.jar %%DATADIR%%/webcommon/modules/org-netbeans-libs-graaljs.jar %%DATADIR%%/webcommon/modules/org-netbeans-libs-jstestdriver.jar @@ -3599,6 +3422,8 @@ %%DATADIR%%/webcommon/modules/org-netbeans-modules-html-knockout.jar %%DATADIR%%/webcommon/modules/org-netbeans-modules-javascript-bower.jar %%DATADIR%%/webcommon/modules/org-netbeans-modules-javascript-cdnjs.jar +%%DATADIR%%/webcommon/modules/org-netbeans-modules-javascript-cdtdebug-ui.jar +%%DATADIR%%/webcommon/modules/org-netbeans-modules-javascript-cdtdebug.jar %%DATADIR%%/webcommon/modules/org-netbeans-modules-javascript-grunt.jar %%DATADIR%%/webcommon/modules/org-netbeans-modules-javascript-gulp.jar %%DATADIR%%/webcommon/modules/org-netbeans-modules-javascript-jstestdriver.jar @@ -3626,6 +3451,7 @@ %%DATADIR%%/webcommon/modules/org-netbeans-modules-javascript2-sdoc.jar %%DATADIR%%/webcommon/modules/org-netbeans-modules-javascript2-source-query.jar %%DATADIR%%/webcommon/modules/org-netbeans-modules-javascript2-types.jar +%%DATADIR%%/webcommon/modules/org-netbeans-modules-javascript2-vue.jar %%DATADIR%%/webcommon/modules/org-netbeans-modules-languages-apacheconf.jar %%DATADIR%%/webcommon/modules/org-netbeans-modules-languages-ini.jar %%DATADIR%%/webcommon/modules/org-netbeans-modules-netserver.jar @@ -3642,204 +3468,18 @@ %%DATADIR%%/webcommon/modules/org-netbeans-modules-web-webkit-tooling.jar %%DATADIR%%/webcommon/protractor/jasmine-netbeans-reporter.js %%DATADIR%%/webcommon/protractor/netbeans-configuration.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/command-exists/.jshintrc -%%DATADIR%%/webcommon/typescript-lsp/node_modules/command-exists/.npmignore -%%DATADIR%%/webcommon/typescript-lsp/node_modules/command-exists/.travis.yml -%%DATADIR%%/webcommon/typescript-lsp/node_modules/command-exists/LICENSE -%%DATADIR%%/webcommon/typescript-lsp/node_modules/command-exists/README.md -%%DATADIR%%/webcommon/typescript-lsp/node_modules/command-exists/appveyor.yml -%%DATADIR%%/webcommon/typescript-lsp/node_modules/command-exists/index.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/command-exists/lib/command-exists.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/command-exists/package.json -%%DATADIR%%/webcommon/typescript-lsp/node_modules/command-exists/test/executable-script.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/command-exists/test/non-executable-script.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/command-exists/test/test.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/commander/CHANGELOG.md -%%DATADIR%%/webcommon/typescript-lsp/node_modules/commander/LICENSE -%%DATADIR%%/webcommon/typescript-lsp/node_modules/commander/Readme.md -%%DATADIR%%/webcommon/typescript-lsp/node_modules/commander/index.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/commander/package.json -%%DATADIR%%/webcommon/typescript-lsp/node_modules/commander/typings/index.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/crypto-random-string/index.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/crypto-random-string/license -%%DATADIR%%/webcommon/typescript-lsp/node_modules/crypto-random-string/package.json -%%DATADIR%%/webcommon/typescript-lsp/node_modules/crypto-random-string/readme.md -%%DATADIR%%/webcommon/typescript-lsp/node_modules/fs-extra/CHANGELOG.md -%%DATADIR%%/webcommon/typescript-lsp/node_modules/fs-extra/LICENSE -%%DATADIR%%/webcommon/typescript-lsp/node_modules/fs-extra/README.md -%%DATADIR%%/webcommon/typescript-lsp/node_modules/fs-extra/lib/copy-sync/copy-sync.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/fs-extra/lib/copy-sync/index.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/fs-extra/lib/copy/copy.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/fs-extra/lib/copy/index.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/fs-extra/lib/empty/index.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/fs-extra/lib/ensure/file.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/fs-extra/lib/ensure/index.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/fs-extra/lib/ensure/link.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/fs-extra/lib/ensure/symlink-paths.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/fs-extra/lib/ensure/symlink-type.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/fs-extra/lib/ensure/symlink.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/fs-extra/lib/fs/index.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/fs-extra/lib/index.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/fs-extra/lib/json/index.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/fs-extra/lib/json/jsonfile.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/fs-extra/lib/json/output-json-sync.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/fs-extra/lib/json/output-json.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/fs-extra/lib/mkdirs/index.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/fs-extra/lib/mkdirs/mkdirs-sync.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/fs-extra/lib/mkdirs/mkdirs.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/fs-extra/lib/mkdirs/win32.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/fs-extra/lib/move-sync/index.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/fs-extra/lib/move/index.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/fs-extra/lib/output/index.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/fs-extra/lib/path-exists/index.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/fs-extra/lib/remove/index.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/fs-extra/lib/remove/rimraf.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/fs-extra/lib/util/buffer.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/fs-extra/lib/util/utimes.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/fs-extra/package.json -%%DATADIR%%/webcommon/typescript-lsp/node_modules/graceful-fs/LICENSE -%%DATADIR%%/webcommon/typescript-lsp/node_modules/graceful-fs/README.md -%%DATADIR%%/webcommon/typescript-lsp/node_modules/graceful-fs/clone.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/graceful-fs/graceful-fs.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/graceful-fs/legacy-streams.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/graceful-fs/package.json -%%DATADIR%%/webcommon/typescript-lsp/node_modules/graceful-fs/polyfills.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/jsonfile/CHANGELOG.md -%%DATADIR%%/webcommon/typescript-lsp/node_modules/jsonfile/LICENSE -%%DATADIR%%/webcommon/typescript-lsp/node_modules/jsonfile/README.md -%%DATADIR%%/webcommon/typescript-lsp/node_modules/jsonfile/index.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/jsonfile/package.json -%%DATADIR%%/webcommon/typescript-lsp/node_modules/p-debounce/index.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/p-debounce/license -%%DATADIR%%/webcommon/typescript-lsp/node_modules/p-debounce/package.json -%%DATADIR%%/webcommon/typescript-lsp/node_modules/p-debounce/readme.md -%%DATADIR%%/webcommon/typescript-lsp/node_modules/temp-dir/index.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/temp-dir/license -%%DATADIR%%/webcommon/typescript-lsp/node_modules/temp-dir/package.json -%%DATADIR%%/webcommon/typescript-lsp/node_modules/temp-dir/readme.md -%%DATADIR%%/webcommon/typescript-lsp/node_modules/tempy/index.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/tempy/license -%%DATADIR%%/webcommon/typescript-lsp/node_modules/tempy/package.json -%%DATADIR%%/webcommon/typescript-lsp/node_modules/tempy/readme.md +%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/CHANGELOG.md %%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/LICENSE -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/calls.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/calls.d.ts.map -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/calls.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/calls.js.map -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/cli.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/cli.d.ts.map -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/cli.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/cli.js.map -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/commands.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/commands.d.ts.map -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/commands.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/commands.js.map -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/completion.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/completion.d.ts.map -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/completion.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/completion.js.map -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/diagnostic-queue.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/diagnostic-queue.d.ts.map -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/diagnostic-queue.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/diagnostic-queue.js.map -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/document-symbol.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/document-symbol.d.ts.map -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/document-symbol.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/document-symbol.js.map -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/document.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/document.d.ts.map -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/document.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/document.js.map -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/file-lsp-server.spec.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/file-lsp-server.spec.d.ts.map -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/file-lsp-server.spec.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/file-lsp-server.spec.js.map -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/hover.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/hover.d.ts.map -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/hover.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/hover.js.map -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/logger.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/logger.d.ts.map -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/logger.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/logger.js.map -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/lsp-client.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/lsp-client.d.ts.map -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/lsp-client.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/lsp-client.js.map -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/lsp-connection.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/lsp-connection.d.ts.map -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/lsp-connection.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/lsp-connection.js.map -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/lsp-protocol.calls.proposed.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/lsp-protocol.calls.proposed.d.ts.map -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/lsp-protocol.calls.proposed.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/lsp-protocol.calls.proposed.js.map -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/lsp-server.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/lsp-server.d.ts.map -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/lsp-server.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/lsp-server.js.map -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/lsp-server.spec.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/lsp-server.spec.d.ts.map -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/lsp-server.spec.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/lsp-server.spec.js.map -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/modules-resolver.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/modules-resolver.d.ts.map -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/modules-resolver.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/modules-resolver.js.map -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/modules-resolver.spec.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/modules-resolver.spec.d.ts.map -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/modules-resolver.spec.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/modules-resolver.spec.js.map -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/organize-imports.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/organize-imports.d.ts.map -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/organize-imports.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/organize-imports.js.map -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/protocol-translation.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/protocol-translation.d.ts.map -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/protocol-translation.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/protocol-translation.js.map -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/quickfix.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/quickfix.d.ts.map -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/quickfix.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/quickfix.js.map -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/refactor.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/refactor.d.ts.map -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/refactor.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/refactor.js.map -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/test-utils.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/test-utils.d.ts.map -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/test-utils.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/test-utils.js.map -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/ts-protocol.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/ts-protocol.d.ts.map -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/ts-protocol.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/ts-protocol.js.map -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/tsp-client.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/tsp-client.d.ts.map -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/tsp-client.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/tsp-client.js.map -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/tsp-client.spec.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/tsp-client.spec.d.ts.map -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/tsp-client.spec.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/tsp-client.spec.js.map -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/tsp-command-types.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/tsp-command-types.d.ts.map -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/tsp-command-types.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/tsp-command-types.js.map -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/utils.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/utils.d.ts.map -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/utils.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/utils.js.map +%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/README.md +%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/cli.mjs +%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/lib/cli.mjs.map %%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript-language-server/package.json -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/AUTHORS.md -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/CODE_OF_CONDUCT.md -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/CopyrightNotice.txt %%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/LICENSE.txt %%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/README.md +%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/SECURITY.md %%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/ThirdPartyNoticeText.txt %%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/bin/tsc %%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/bin/tsserver -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/README.md %%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/cancellationToken.js %%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/cs/diagnosticMessages.generated.json %%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/de/diagnosticMessages.generated.json @@ -3849,6 +3489,9 @@ %%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/ja/diagnosticMessages.generated.json %%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/ko/diagnosticMessages.generated.json %%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/lib.d.ts +%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/lib.decorators.d.ts +%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/lib.decorators.legacy.d.ts +%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/lib.dom.asynciterable.d.ts %%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/lib.dom.d.ts %%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/lib.dom.iterable.d.ts %%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/lib.es2015.collection.d.ts @@ -3864,7 +3507,9 @@ %%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/lib.es2016.array.include.d.ts %%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/lib.es2016.d.ts %%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/lib.es2016.full.d.ts +%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/lib.es2016.intl.d.ts %%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/lib.es2017.d.ts +%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/lib.es2017.date.d.ts %%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/lib.es2017.full.d.ts %%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/lib.es2017.intl.d.ts %%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/lib.es2017.object.d.ts @@ -3881,31 +3526,60 @@ %%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/lib.es2019.array.d.ts %%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/lib.es2019.d.ts %%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/lib.es2019.full.d.ts +%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/lib.es2019.intl.d.ts %%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/lib.es2019.object.d.ts %%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/lib.es2019.string.d.ts %%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/lib.es2019.symbol.d.ts %%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/lib.es2020.bigint.d.ts %%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/lib.es2020.d.ts +%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/lib.es2020.date.d.ts %%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/lib.es2020.full.d.ts %%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/lib.es2020.intl.d.ts +%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/lib.es2020.number.d.ts %%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/lib.es2020.promise.d.ts %%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts %%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/lib.es2020.string.d.ts %%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts +%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/lib.es2021.d.ts +%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/lib.es2021.full.d.ts +%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/lib.es2021.intl.d.ts +%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/lib.es2021.promise.d.ts +%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/lib.es2021.string.d.ts +%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/lib.es2021.weakref.d.ts +%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/lib.es2022.array.d.ts +%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/lib.es2022.d.ts +%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/lib.es2022.error.d.ts +%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/lib.es2022.full.d.ts +%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/lib.es2022.intl.d.ts +%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/lib.es2022.object.d.ts +%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/lib.es2022.regexp.d.ts +%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts +%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/lib.es2022.string.d.ts +%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/lib.es2023.array.d.ts +%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/lib.es2023.collection.d.ts +%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/lib.es2023.d.ts +%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/lib.es2023.full.d.ts +%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/lib.es2023.intl.d.ts %%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/lib.es5.d.ts %%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/lib.es6.d.ts +%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/lib.esnext.array.d.ts +%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/lib.esnext.collection.d.ts %%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/lib.esnext.d.ts +%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/lib.esnext.decorators.d.ts +%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/lib.esnext.disposable.d.ts %%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/lib.esnext.full.d.ts %%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/lib.esnext.intl.d.ts +%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/lib.esnext.iterator.d.ts +%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/lib.esnext.object.d.ts %%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/lib.esnext.promise.d.ts +%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/lib.esnext.regexp.d.ts %%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/lib.esnext.string.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/lib.esnext.weakref.d.ts %%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/lib.scripthost.d.ts +%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/lib.webworker.asynciterable.d.ts %%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/lib.webworker.d.ts %%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/lib.webworker.importscripts.d.ts %%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/lib.webworker.iterable.d.ts %%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/pl/diagnosticMessages.generated.json -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/protocol.d.ts %%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/pt-br/diagnosticMessages.generated.json %%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/ru/diagnosticMessages.generated.json %%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/tr/diagnosticMessages.generated.json @@ -3916,267 +3590,13 @@ %%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/typesMap.json %%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/typescript.d.ts %%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/typescript.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/typescriptServices.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/typescriptServices.js %%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/typingsInstaller.js %%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/watchGuard.js %%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/zh-cn/diagnosticMessages.generated.json %%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/lib/zh-tw/diagnosticMessages.generated.json -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/CHS/Targets/ProjectItemsSchema.xaml.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/CHS/Targets/TypeScriptCompile.xaml.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/CHS/Targets/TypeScriptProjectProperties.xaml.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/CHS/TypeScriptDebugEngine/TypeScriptDebugEngine.dll.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/CHS/TypeScriptLanguageService/Microsoft.CodeAnalysis.TypeScript.EditorFeatures.dll.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/CHS/TypeScriptTasks/TypeScript.Tasks.dll.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/CHT/Targets/ProjectItemsSchema.xaml.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/CHT/Targets/TypeScriptCompile.xaml.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/CHT/Targets/TypeScriptProjectProperties.xaml.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/CHT/TypeScriptDebugEngine/TypeScriptDebugEngine.dll.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/CHT/TypeScriptLanguageService/Microsoft.CodeAnalysis.TypeScript.EditorFeatures.dll.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/CHT/TypeScriptTasks/TypeScript.Tasks.dll.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/CSY/Targets/ProjectItemsSchema.xaml.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/CSY/Targets/TypeScriptCompile.xaml.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/CSY/Targets/TypeScriptProjectProperties.xaml.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/CSY/TypeScriptDebugEngine/TypeScriptDebugEngine.dll.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/CSY/TypeScriptLanguageService/Microsoft.CodeAnalysis.TypeScript.EditorFeatures.dll.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/CSY/TypeScriptTasks/TypeScript.Tasks.dll.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/DEU/Targets/ProjectItemsSchema.xaml.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/DEU/Targets/TypeScriptCompile.xaml.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/DEU/Targets/TypeScriptProjectProperties.xaml.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/DEU/TypeScriptDebugEngine/TypeScriptDebugEngine.dll.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/DEU/TypeScriptLanguageService/Microsoft.CodeAnalysis.TypeScript.EditorFeatures.dll.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/DEU/TypeScriptTasks/TypeScript.Tasks.dll.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/ESN/Targets/ProjectItemsSchema.xaml.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/ESN/Targets/TypeScriptCompile.xaml.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/ESN/Targets/TypeScriptProjectProperties.xaml.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/ESN/TypeScriptDebugEngine/TypeScriptDebugEngine.dll.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/ESN/TypeScriptLanguageService/Microsoft.CodeAnalysis.TypeScript.EditorFeatures.dll.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/ESN/TypeScriptTasks/TypeScript.Tasks.dll.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/FRA/Targets/ProjectItemsSchema.xaml.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/FRA/Targets/TypeScriptCompile.xaml.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/FRA/Targets/TypeScriptProjectProperties.xaml.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/FRA/TypeScriptDebugEngine/TypeScriptDebugEngine.dll.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/FRA/TypeScriptLanguageService/Microsoft.CodeAnalysis.TypeScript.EditorFeatures.dll.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/FRA/TypeScriptTasks/TypeScript.Tasks.dll.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/ITA/Targets/ProjectItemsSchema.xaml.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/ITA/Targets/TypeScriptCompile.xaml.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/ITA/Targets/TypeScriptProjectProperties.xaml.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/ITA/TypeScriptDebugEngine/TypeScriptDebugEngine.dll.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/ITA/TypeScriptLanguageService/Microsoft.CodeAnalysis.TypeScript.EditorFeatures.dll.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/ITA/TypeScriptTasks/TypeScript.Tasks.dll.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/JPN/Targets/ProjectItemsSchema.xaml.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/JPN/Targets/TypeScriptCompile.xaml.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/JPN/Targets/TypeScriptProjectProperties.xaml.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/JPN/TypeScriptDebugEngine/TypeScriptDebugEngine.dll.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/JPN/TypeScriptLanguageService/Microsoft.CodeAnalysis.TypeScript.EditorFeatures.dll.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/JPN/TypeScriptTasks/TypeScript.Tasks.dll.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/KOR/Targets/ProjectItemsSchema.xaml.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/KOR/Targets/TypeScriptCompile.xaml.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/KOR/Targets/TypeScriptProjectProperties.xaml.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/KOR/TypeScriptDebugEngine/TypeScriptDebugEngine.dll.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/KOR/TypeScriptLanguageService/Microsoft.CodeAnalysis.TypeScript.EditorFeatures.dll.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/KOR/TypeScriptTasks/TypeScript.Tasks.dll.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/PLK/Targets/ProjectItemsSchema.xaml.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/PLK/Targets/TypeScriptCompile.xaml.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/PLK/Targets/TypeScriptProjectProperties.xaml.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/PLK/TypeScriptDebugEngine/TypeScriptDebugEngine.dll.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/PLK/TypeScriptLanguageService/Microsoft.CodeAnalysis.TypeScript.EditorFeatures.dll.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/PLK/TypeScriptTasks/TypeScript.Tasks.dll.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/PTB/Targets/ProjectItemsSchema.xaml.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/PTB/Targets/TypeScriptCompile.xaml.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/PTB/Targets/TypeScriptProjectProperties.xaml.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/PTB/TypeScriptDebugEngine/TypeScriptDebugEngine.dll.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/PTB/TypeScriptLanguageService/Microsoft.CodeAnalysis.TypeScript.EditorFeatures.dll.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/PTB/TypeScriptTasks/TypeScript.Tasks.dll.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/RUS/Targets/ProjectItemsSchema.xaml.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/RUS/Targets/TypeScriptCompile.xaml.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/RUS/Targets/TypeScriptProjectProperties.xaml.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/RUS/TypeScriptDebugEngine/TypeScriptDebugEngine.dll.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/RUS/TypeScriptLanguageService/Microsoft.CodeAnalysis.TypeScript.EditorFeatures.dll.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/RUS/TypeScriptTasks/TypeScript.Tasks.dll.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/TRK/Targets/ProjectItemsSchema.xaml.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/TRK/Targets/TypeScriptCompile.xaml.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/TRK/Targets/TypeScriptProjectProperties.xaml.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/TRK/TypeScriptDebugEngine/TypeScriptDebugEngine.dll.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/TRK/TypeScriptLanguageService/Microsoft.CodeAnalysis.TypeScript.EditorFeatures.dll.lcl -%%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/loc/lcl/TRK/TypeScriptTasks/TypeScript.Tasks.dll.lcl %%DATADIR%%/webcommon/typescript-lsp/node_modules/typescript/package.json -%%DATADIR%%/webcommon/typescript-lsp/node_modules/unique-string/index.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/unique-string/license -%%DATADIR%%/webcommon/typescript-lsp/node_modules/unique-string/package.json -%%DATADIR%%/webcommon/typescript-lsp/node_modules/unique-string/readme.md -%%DATADIR%%/webcommon/typescript-lsp/node_modules/universalify/LICENSE -%%DATADIR%%/webcommon/typescript-lsp/node_modules/universalify/README.md -%%DATADIR%%/webcommon/typescript-lsp/node_modules/universalify/index.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/universalify/package.json -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-jsonrpc/License.txt -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-jsonrpc/README.md -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-jsonrpc/browser.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-jsonrpc/browser.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-jsonrpc/lib/browser/main.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-jsonrpc/lib/browser/main.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-jsonrpc/lib/browser/ril.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-jsonrpc/lib/browser/ril.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-jsonrpc/lib/common/api.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-jsonrpc/lib/common/api.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-jsonrpc/lib/common/cancellation.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-jsonrpc/lib/common/cancellation.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-jsonrpc/lib/common/connection.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-jsonrpc/lib/common/connection.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-jsonrpc/lib/common/disposable.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-jsonrpc/lib/common/disposable.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-jsonrpc/lib/common/encoding.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-jsonrpc/lib/common/encoding.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-jsonrpc/lib/common/events.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-jsonrpc/lib/common/events.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-jsonrpc/lib/common/is.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-jsonrpc/lib/common/is.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-jsonrpc/lib/common/linkedMap.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-jsonrpc/lib/common/linkedMap.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-jsonrpc/lib/common/messageBuffer.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-jsonrpc/lib/common/messageBuffer.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-jsonrpc/lib/common/messageReader.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-jsonrpc/lib/common/messageReader.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-jsonrpc/lib/common/messageWriter.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-jsonrpc/lib/common/messageWriter.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-jsonrpc/lib/common/messages.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-jsonrpc/lib/common/messages.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-jsonrpc/lib/common/ral.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-jsonrpc/lib/common/ral.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-jsonrpc/lib/common/semaphore.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-jsonrpc/lib/common/semaphore.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-jsonrpc/lib/node/main.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-jsonrpc/lib/node/main.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-jsonrpc/lib/node/ril.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-jsonrpc/lib/node/ril.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-jsonrpc/node.cmd -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-jsonrpc/node.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-jsonrpc/node.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-jsonrpc/package.json -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-jsonrpc/thirdpartynotices.txt -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-jsonrpc/typings/thenable.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver-protocol/License.txt -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver-protocol/README.md -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver-protocol/browser.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver-protocol/browser.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver-protocol/lib/browser/main.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver-protocol/lib/browser/main.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver-protocol/lib/common/api.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver-protocol/lib/common/api.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver-protocol/lib/common/connection.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver-protocol/lib/common/connection.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver-protocol/lib/common/messages.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver-protocol/lib/common/messages.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver-protocol/lib/common/protocol.callHierarchy.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver-protocol/lib/common/protocol.callHierarchy.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver-protocol/lib/common/protocol.colorProvider.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver-protocol/lib/common/protocol.colorProvider.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver-protocol/lib/common/protocol.configuration.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver-protocol/lib/common/protocol.configuration.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver-protocol/lib/common/protocol.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver-protocol/lib/common/protocol.declaration.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver-protocol/lib/common/protocol.declaration.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver-protocol/lib/common/protocol.fileOperations.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver-protocol/lib/common/protocol.fileOperations.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver-protocol/lib/common/protocol.foldingRange.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver-protocol/lib/common/protocol.foldingRange.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver-protocol/lib/common/protocol.implementation.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver-protocol/lib/common/protocol.implementation.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver-protocol/lib/common/protocol.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver-protocol/lib/common/protocol.linkedEditingRange.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver-protocol/lib/common/protocol.linkedEditingRange.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver-protocol/lib/common/protocol.moniker.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver-protocol/lib/common/protocol.moniker.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver-protocol/lib/common/protocol.progress.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver-protocol/lib/common/protocol.progress.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver-protocol/lib/common/protocol.selectionRange.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver-protocol/lib/common/protocol.selectionRange.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver-protocol/lib/common/protocol.semanticTokens.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver-protocol/lib/common/protocol.semanticTokens.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver-protocol/lib/common/protocol.showDocument.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver-protocol/lib/common/protocol.showDocument.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver-protocol/lib/common/protocol.typeDefinition.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver-protocol/lib/common/protocol.typeDefinition.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver-protocol/lib/common/protocol.workspaceFolders.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver-protocol/lib/common/protocol.workspaceFolders.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver-protocol/lib/common/utils/is.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver-protocol/lib/common/utils/is.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver-protocol/lib/node/main.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver-protocol/lib/node/main.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver-protocol/node.cmd -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver-protocol/node.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver-protocol/node.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver-protocol/package.json -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver-protocol/thirdpartynotices.txt -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver-types/License.txt -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver-types/README.md -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver-types/lib/esm/main.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver-types/lib/esm/main.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver-types/lib/umd/main.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver-types/lib/umd/main.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver-types/package.json -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver/License.txt -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver/README.md -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver/bin/installServerIntoExtension -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver/lib/configuration.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver/lib/configuration.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver/lib/files.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver/lib/files.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver/lib/main.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver/lib/main.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver/lib/proposed.progress.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver/lib/proposed.progress.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver/lib/resolve.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver/lib/resolve.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver/lib/thenable.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver/lib/thenable.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver/lib/utils/is.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver/lib/utils/is.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver/lib/utils/uuid.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver/lib/utils/uuid.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver/lib/workspaceFolders.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver/lib/workspaceFolders.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver/package.json -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-languageserver/thirdpartynotices.txt -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-textbuffer/LICENSE -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-textbuffer/README.md -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-textbuffer/jest.config.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-textbuffer/lib/common/charCode.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-textbuffer/lib/common/charCode.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-textbuffer/lib/common/position.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-textbuffer/lib/common/position.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-textbuffer/lib/common/range.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-textbuffer/lib/common/range.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-textbuffer/lib/index.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-textbuffer/lib/index.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-textbuffer/lib/pieceTreeBase.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-textbuffer/lib/pieceTreeBase.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-textbuffer/lib/pieceTreeBuilder.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-textbuffer/lib/pieceTreeBuilder.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-textbuffer/lib/rbTreeBase.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-textbuffer/lib/rbTreeBase.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-textbuffer/lib/test/piecetree.test.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-textbuffer/lib/test/piecetree.test.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-textbuffer/package.json -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-textbuffer/src/common/charCode.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-textbuffer/src/common/position.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-textbuffer/src/common/range.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-textbuffer/src/index.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-textbuffer/src/pieceTreeBase.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-textbuffer/src/pieceTreeBuilder.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-textbuffer/src/rbTreeBase.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-textbuffer/src/test/piecetree.test.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-textbuffer/tsconfig.json -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-uri/.travis.yml -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-uri/.vscode/settings.json -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-uri/LICENSE.md -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-uri/README.md -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-uri/lib/esm/index.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-uri/lib/esm/index.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-uri/lib/umd/index.d.ts -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-uri/lib/umd/index.js -%%DATADIR%%/webcommon/typescript-lsp/node_modules/vscode-uri/package.json %%DATADIR%%/webcommon/update_tracking/org-netbeans-api-knockout.xml +%%DATADIR%%/webcommon/update_tracking/org-netbeans-lib-chrome_devtools_protocol.xml %%DATADIR%%/webcommon/update_tracking/org-netbeans-lib-v8debug.xml %%DATADIR%%/webcommon/update_tracking/org-netbeans-libs-graaljs.xml %%DATADIR%%/webcommon/update_tracking/org-netbeans-libs-jstestdriver.xml @@ -4190,6 +3610,8 @@ %%DATADIR%%/webcommon/update_tracking/org-netbeans-modules-html-knockout.xml %%DATADIR%%/webcommon/update_tracking/org-netbeans-modules-javascript-bower.xml %%DATADIR%%/webcommon/update_tracking/org-netbeans-modules-javascript-cdnjs.xml +%%DATADIR%%/webcommon/update_tracking/org-netbeans-modules-javascript-cdtdebug-ui.xml +%%DATADIR%%/webcommon/update_tracking/org-netbeans-modules-javascript-cdtdebug.xml %%DATADIR%%/webcommon/update_tracking/org-netbeans-modules-javascript-grunt.xml %%DATADIR%%/webcommon/update_tracking/org-netbeans-modules-javascript-gulp.xml %%DATADIR%%/webcommon/update_tracking/org-netbeans-modules-javascript-jstestdriver.xml @@ -4217,6 +3639,7 @@ %%DATADIR%%/webcommon/update_tracking/org-netbeans-modules-javascript2-sdoc.xml %%DATADIR%%/webcommon/update_tracking/org-netbeans-modules-javascript2-source-query.xml %%DATADIR%%/webcommon/update_tracking/org-netbeans-modules-javascript2-types.xml +%%DATADIR%%/webcommon/update_tracking/org-netbeans-modules-javascript2-vue.xml %%DATADIR%%/webcommon/update_tracking/org-netbeans-modules-languages-apacheconf.xml %%DATADIR%%/webcommon/update_tracking/org-netbeans-modules-languages-ini.xml %%DATADIR%%/webcommon/update_tracking/org-netbeans-modules-netserver.xml @@ -4249,3 +3672,5 @@ %%DATADIR%%/websvccommon/update_tracking/org-netbeans-modules-websvc-saas-codegen.xml %%DATADIR%%/websvccommon/update_tracking/org-netbeans-modules-websvc-saas-kit.xml %%DATADIR%%/websvccommon/update_tracking/org-netbeans-modules-websvc-saas-ui.xml +@dir %%DATADIR%%/ide/modules/lib +@dir %%DATADIR%%/platform/modules/lib diff --git a/java/openjdk11/Makefile b/java/openjdk11/Makefile index 1f4f63df0df6..df374344d96d 100644 --- a/java/openjdk11/Makefile +++ b/java/openjdk11/Makefile @@ -1,7 +1,6 @@ PORTNAME= openjdk DISTVERSIONPREFIX= jdk- DISTVERSION= ${JDK_MAJOR_VERSION}.${JDK_MINOR_VERSION}.${JDK_PATCH_VERSION}+${JDK_BUILD_NUMBER}-${BSD_JDK_VERSION} -PORTREVISION= 1 CATEGORIES= java devel PKGNAMESUFFIX?= ${JDK_MAJOR_VERSION} MASTER_SITES= LOCAL/openjdk/:boot @@ -72,7 +71,7 @@ NOPRECIOUSMAKEVARS= yes JDK_MAJOR_VERSION= 11 JDK_MINOR_VERSION= 0 -JDK_PATCH_VERSION= 29 +JDK_PATCH_VERSION= 30 JDK_BUILD_NUMBER= 7 BSD_JDK_VERSION= 1 diff --git a/java/openjdk11/distinfo b/java/openjdk11/distinfo index 95a3a8717b3c..65a6f36554c6 100644 --- a/java/openjdk11/distinfo +++ b/java/openjdk11/distinfo @@ -13,5 +13,5 @@ SHA256 (openjdk11-11.0.29+7.1.x86.tar.xz) = 1a0778af2a89fc3a00a67b0d0144f97d8b59 SIZE (openjdk11-11.0.29+7.1.x86.tar.xz) = 152081036 SHA256 (openjdk11-11.0.29+7.1.x86_64.tar.xz) = 59abad77c35f271dc6f2082e6f666028ac4b013e80ec1e9d16efb8d291859c62 SIZE (openjdk11-11.0.29+7.1.x86_64.tar.xz) = 167421264 -SHA256 (battleblow-jdk11u-jdk-11.0.29+7-1_GH0.tar.gz) = ed1fed0a7d6571e5bff9a07272872258451643ba6741c002a8f58bdfd8fc9803 -SIZE (battleblow-jdk11u-jdk-11.0.29+7-1_GH0.tar.gz) = 116785204 +SHA256 (battleblow-jdk11u-jdk-11.0.30+7-1_GH0.tar.gz) = 5c9623b9008983f0747802e358e0022c5497d1c8737f064a346a9211b2d38124 +SIZE (battleblow-jdk11u-jdk-11.0.30+7-1_GH0.tar.gz) = 116813062 diff --git a/java/openjdk17/Makefile b/java/openjdk17/Makefile index 68fb4cbf62c5..2647ddd9f869 100644 --- a/java/openjdk17/Makefile +++ b/java/openjdk17/Makefile @@ -1,7 +1,6 @@ PORTNAME= openjdk DISTVERSIONPREFIX= jdk- DISTVERSION= ${JDK_MAJOR_VERSION}.${JDK_MINOR_VERSION}.${JDK_PATCH_VERSION}+${JDK_BUILD_NUMBER}-${BSD_JDK_VERSION} -PORTREVISION= 1 CATEGORIES= java devel PKGNAMESUFFIX?= ${JDK_MAJOR_VERSION} MASTER_SITES= LOCAL/openjdk/:boot @@ -71,8 +70,8 @@ NOPRECIOUSMAKEVARS= yes JDK_MAJOR_VERSION= 17 JDK_MINOR_VERSION= 0 -JDK_PATCH_VERSION= 17 -JDK_BUILD_NUMBER= 10 +JDK_PATCH_VERSION= 18 +JDK_BUILD_NUMBER= 8 BSD_JDK_VERSION= 1 JDK_BUG_URL= https://bugs.freebsd.org/bugzilla/enter_bug.cgi?product=Ports%20%26%20Packages&component=Individual%20Port(s)&short_desc=java/${PORTNAME}${JDK_MAJOR_VERSION}%3A%20 diff --git a/java/openjdk17/distinfo b/java/openjdk17/distinfo index 525fe668d7ad..ff9894f2f4dc 100644 --- a/java/openjdk17/distinfo +++ b/java/openjdk17/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1766161758 +TIMESTAMP = 1770578071 SHA256 (openjdk17-17.0.17+10.1.aarch64.tar.xz) = 15285f7a33da05352ad12e6ae3a5725759ab0ce3aef809f91ca7f06d72c00e1e SIZE (openjdk17-17.0.17+10.1.aarch64.tar.xz) = 160197680 SHA256 (openjdk17-17.0.17+10.1.ppc64.tar.xz) = e4f222b0639315d5048e9a84a4063417421e4fef1568445a282edec247dfaadd @@ -9,5 +9,5 @@ SHA256 (openjdk17-17.0.17+10.1.x86.tar.xz) = 3c99a629188105c62765c6a48ff86cbc2e8 SIZE (openjdk17-17.0.17+10.1.x86.tar.xz) = 156124440 SHA256 (openjdk17-17.0.17+10.1.x86_64.tar.xz) = 7f3097c84becab1ea66a78504b8c86a8df8cbc76c652b161166a2879f06e8a7f SIZE (openjdk17-17.0.17+10.1.x86_64.tar.xz) = 161722892 -SHA256 (battleblow-jdk17u-jdk-17.0.17+10-1_GH0.tar.gz) = 99bd33ce8cc618576e8693b9af1bb48059cb5011286009d46a0fabd2d8d36ba8 -SIZE (battleblow-jdk17u-jdk-17.0.17+10-1_GH0.tar.gz) = 108082578 +SHA256 (battleblow-jdk17u-jdk-17.0.18+8-1_GH0.tar.gz) = bf852377b917bdc927327a9658bd8cd94ad6d8ee12aff050ff2b375eec734adc +SIZE (battleblow-jdk17u-jdk-17.0.18+8-1_GH0.tar.gz) = 108240404 diff --git a/java/openjdk17/files/patch-src_hotspot_cpu_aarch64_jniFastGetField__aarch64.cpp b/java/openjdk17/files/patch-src_hotspot_cpu_aarch64_jniFastGetField__aarch64.cpp deleted file mode 100644 index 9a0b26e3aa04..000000000000 --- a/java/openjdk17/files/patch-src_hotspot_cpu_aarch64_jniFastGetField__aarch64.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- src/hotspot/cpu/aarch64/jniFastGetField_aarch64.cpp -+++ src/hotspot/cpu/aarch64/jniFastGetField_aarch64.cpp -@@ -31,6 +31,7 @@ - #include "prims/jniFastGetField.hpp" - #include "prims/jvm_misc.hpp" - #include "prims/jvmtiExport.hpp" -+#include "runtime/thread.inline.hpp" - #include "runtime/safepoint.hpp" - #include "runtime/threadWXSetters.inline.hpp" - diff --git a/java/openjdk19/Makefile b/java/openjdk19/Makefile index 59f7c62487cd..1c1ca5ef2143 100644 --- a/java/openjdk19/Makefile +++ b/java/openjdk19/Makefile @@ -1,7 +1,7 @@ PORTNAME= openjdk DISTVERSIONPREFIX= jdk- DISTVERSION= ${JDK_MAJOR_VERSION}.${JDK_MINOR_VERSION}.${JDK_PATCH_VERSION}+${JDK_BUILD_NUMBER}-${BSD_JDK_VERSION} -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= java devel PKGNAMESUFFIX?= ${JDK_MAJOR_VERSION} MASTER_SITES= LOCAL/openjdk/:boot diff --git a/java/openjdk20/Makefile b/java/openjdk20/Makefile index 814a220c3af1..5303be58d478 100644 --- a/java/openjdk20/Makefile +++ b/java/openjdk20/Makefile @@ -1,7 +1,7 @@ PORTNAME= openjdk DISTVERSIONPREFIX= jdk- DISTVERSION= ${JDK_MAJOR_VERSION}.${JDK_MINOR_VERSION}.${JDK_PATCH_VERSION}+${JDK_BUILD_NUMBER}-${BSD_JDK_VERSION} -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= java devel PKGNAMESUFFIX?= ${JDK_MAJOR_VERSION} MASTER_SITES= LOCAL/openjdk/:boot diff --git a/java/openjdk21/Makefile b/java/openjdk21/Makefile index e0105a14bfb3..91e093a21b2e 100644 --- a/java/openjdk21/Makefile +++ b/java/openjdk21/Makefile @@ -65,8 +65,8 @@ NOPRECIOUSMAKEVARS= yes JDK_MAJOR_VERSION= 21 JDK_MINOR_VERSION= 0 -JDK_PATCH_VERSION= 9 -JDK_BUILD_NUMBER= 10 +JDK_PATCH_VERSION= 10 +JDK_BUILD_NUMBER= 7 BSD_JDK_VERSION= 1 JDK_BUG_URL= https://bugs.freebsd.org/bugzilla/enter_bug.cgi?product=Ports%20%26%20Packages&component=Individual%20Port(s)&short_desc=java/${PORTNAME}${JDK_MAJOR_VERSION}%3A%20 diff --git a/java/openjdk21/distinfo b/java/openjdk21/distinfo index 80e42f997bb5..8f5240a13993 100644 --- a/java/openjdk21/distinfo +++ b/java/openjdk21/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762111711 -SHA256 (battleblow-jdk21u-jdk-21.0.9+10-1_GH0.tar.gz) = 07f8277f53844ab7aa45b9ce7aad081a90be4492e5120e80b7c37dd2e16e133a -SIZE (battleblow-jdk21u-jdk-21.0.9+10-1_GH0.tar.gz) = 113912901 +TIMESTAMP = 1770584168 +SHA256 (battleblow-jdk21u-jdk-21.0.10+7-1_GH0.tar.gz) = d31d9624b56c0091f5d8c8c108822b0491417b29cebfc22f896d76c6ae8c36c5 +SIZE (battleblow-jdk21u-jdk-21.0.10+7-1_GH0.tar.gz) = 114068913 diff --git a/java/openjdk22/Makefile b/java/openjdk22/Makefile index e17d17e6c17d..1af77945ce98 100644 --- a/java/openjdk22/Makefile +++ b/java/openjdk22/Makefile @@ -1,7 +1,7 @@ PORTNAME= openjdk DISTVERSIONPREFIX= jdk- DISTVERSION= ${JDK_MAJOR_VERSION}.${JDK_MINOR_VERSION}.${JDK_PATCH_VERSION}+${JDK_BUILD_NUMBER}-${BSD_JDK_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= java devel PKGNAMESUFFIX?= ${JDK_MAJOR_VERSION} diff --git a/java/openjdk23/Makefile b/java/openjdk23/Makefile index 84ae99fa5f33..92fb04eb3fd4 100644 --- a/java/openjdk23/Makefile +++ b/java/openjdk23/Makefile @@ -1,7 +1,7 @@ PORTNAME= openjdk DISTVERSIONPREFIX= jdk- DISTVERSION= ${JDK_MAJOR_VERSION}.${JDK_MINOR_VERSION}.${JDK_PATCH_VERSION}+${JDK_BUILD_NUMBER}-${BSD_JDK_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= java devel PKGNAMESUFFIX?= ${JDK_MAJOR_VERSION} diff --git a/java/openjdk24/Makefile b/java/openjdk24/Makefile index d17abdcaba19..30abd5d54968 100644 --- a/java/openjdk24/Makefile +++ b/java/openjdk24/Makefile @@ -1,7 +1,7 @@ PORTNAME= openjdk DISTVERSIONPREFIX= jdk- DISTVERSION= ${JDK_MAJOR_VERSION}.${JDK_MINOR_VERSION}.${JDK_PATCH_VERSION}+${JDK_BUILD_NUMBER}-${BSD_JDK_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= java devel PKGNAMESUFFIX?= ${JDK_MAJOR_VERSION} diff --git a/java/openjdk25/Makefile b/java/openjdk25/Makefile index f4c12b9f24f4..3a41724a1131 100644 --- a/java/openjdk25/Makefile +++ b/java/openjdk25/Makefile @@ -1,6 +1,7 @@ PORTNAME= openjdk DISTVERSIONPREFIX= jdk- DISTVERSION= ${JDK_FULL_VERSION:S/.0.0//} +PORTREVISION= 1 CATEGORIES= java devel PKGNAMESUFFIX?= ${JDK_MAJOR_VERSION} diff --git a/java/openjdk8/Makefile b/java/openjdk8/Makefile index 6b8d27b07042..258c61a9fa86 100644 --- a/java/openjdk8/Makefile +++ b/java/openjdk8/Makefile @@ -1,6 +1,5 @@ PORTNAME= openjdk PORTVERSION= ${JDK_MAJOR_VERSION}.${JDK_UPDATE_VERSION}.${JDK_BUILD_NUMBER}.${BSD_JDK_VERSION} -PORTREVISION= 1 CATEGORIES= java devel MASTER_SITES= LOCAL/jkim:jtreg LOCAL/openjdk:boot PKGNAMESUFFIX?= ${JDK_MAJOR_VERSION} @@ -62,7 +61,7 @@ BOOTSTRAPJDKDIR= ${WRKDIR}/boot-jdk NOPRECIOUSMAKEVARS= yes JDK_MAJOR_VERSION= 8 -JDK_UPDATE_VERSION= 472 +JDK_UPDATE_VERSION= 482 JDK_BUILD_NUMBER= 08 BSD_JDK_VERSION= 1 JTREG_VERSION= 4.1 @@ -83,12 +82,12 @@ CONFIGURE_ARGS+= --with-vendor-name="OpenJDK BSD Porting Team" \ .if defined(NO_CCACHE) CONFIGURE_ARGS+= --disable-ccache .endif -CONFIGURE_ARGS+= --disable-freetype-bundling \ - --disable-zip-debug-info \ +CONFIGURE_ARGS+= --disable-zip-debug-info \ --with-cups=${LOCALBASE} \ --with-debug-level=${JDK_BUILD_TYPE} \ - --with-freetype=${LOCALBASE} \ + --with-freetype=system \ --with-freetype-include=${LOCALBASE}/include/freetype2 \ + --with-freetype-lib=${LOCALBASE}/lib \ --with-jobs=${MAKE_JOBS_NUMBER} \ --with-jvm-variants=${JDK_BUILD_JVM} \ --with-milestone=fcs \ diff --git a/java/openjdk8/distinfo b/java/openjdk8/distinfo index f406f561bd5d..696a4e562f1f 100644 --- a/java/openjdk8/distinfo +++ b/java/openjdk8/distinfo @@ -15,5 +15,5 @@ SHA256 (openjdk8-8.472.08.1.x86.tar.xz) = 50bcb1a2fb071a7ffa292f0cb42f69771237dd SIZE (openjdk8-8.472.08.1.x86.tar.xz) = 84218196 SHA256 (openjdk8-8.472.08.1.x86_64.tar.xz) = 363f745ef308605b659105620bcdae5c2a5852ad0297c740f8ed6a527da1a12a SIZE (openjdk8-8.472.08.1.x86_64.tar.xz) = 84943072 -SHA256 (battleblow-jdk8u-8.472.08.1-jdk8u472-b08.1_GH0.tar.gz) = a39ab04eed5289ff6934b87f5d981e6f005358cf22b2869a35dff77200c2707a -SIZE (battleblow-jdk8u-8.472.08.1-jdk8u472-b08.1_GH0.tar.gz) = 93406190 +SHA256 (battleblow-jdk8u-8.482.08.1-jdk8u482-b08.1_GH0.tar.gz) = 88b971f651d362f755211ef5bf646367f40b94436fcf200375ceb5c90190df1a +SIZE (battleblow-jdk8u-8.482.08.1-jdk8u482-b08.1_GH0.tar.gz) = 94499759 diff --git a/java/openjfx14/Makefile b/java/openjfx14/Makefile index 52daeac5b400..8fb82e12a97c 100644 --- a/java/openjfx14/Makefile +++ b/java/openjfx14/Makefile @@ -47,6 +47,8 @@ USE_XORG= x11 xtst xxf86vm CFLAGS+= -Wno-unused-command-line-argument \ -Wno-int-conversion +# Suppress errors with lld >= 17 due to undefined symbols. +LDFLAGS+= -Wl,--undefined-version PLIST_SUB= INSTALLDIR=${_INSTALLDIR} @@ -87,14 +89,17 @@ _GRADLE_RUN= ${SETENV} ${_GRADLE_ENV} gradle62 --no-daemon _INSTALLDIR= ${PREFIX}/${PKGBASE} -.include <bsd.port.options.mk> +.include <bsd.port.pre.mk> .if ${OPSYS} == FreeBSD CFLAGS+= -Wno-error=incompatible-function-pointer-types .endif -# Suppress errors with lld >= 17 due to undefined symbols. -LDFLAGS+= -Wl,--undefined-version +.if ${PORT_OPTIONS:MWEBKIT} +. if ${RUBY_VER} >= 3.4 +BUILD_DEPENDS+= rubygem-getoptlong>=0:devel/rubygem-getoptlong +. endif +.endif post-extract: ${MKDIR} ${WRKDIR}/jars @@ -172,4 +177,4 @@ do-install: do-test-TEST-on: @cd ${WRKSRC} && ${_GRADLE_RUN} check test -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/java/wildfly/Makefile b/java/wildfly/Makefile index 75a8625d1d67..b21be001d8bd 100644 --- a/java/wildfly/Makefile +++ b/java/wildfly/Makefile @@ -1,5 +1,5 @@ PORTNAME= wildfly -DISTVERSION= 38.0.1 +DISTVERSION= 39.0.0 CATEGORIES= java www MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${WILDFLY_VERSION}/ DISTNAME= wildfly-${WILDFLY_VERSION} diff --git a/java/wildfly/distinfo b/java/wildfly/distinfo index 4cd0500b3909..8eb7891453ac 100644 --- a/java/wildfly/distinfo +++ b/java/wildfly/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764316993 -SHA256 (wildfly-38.0.1.Final.tar.gz) = 35bac69f742054734cc05263642adfc4e2073211ef635e9e8c812c6de6c3a907 -SIZE (wildfly-38.0.1.Final.tar.gz) = 257711402 +TIMESTAMP = 1769273439 +SHA256 (wildfly-39.0.0.Final.tar.gz) = e8ef56989c9526f314061a27575e62b9ce9c74989bfd3dab1df8d678c12d9f79 +SIZE (wildfly-39.0.0.Final.tar.gz) = 259388304 |
