aboutsummaryrefslogtreecommitdiff
path: root/java/netbeans
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2018-12-31 15:18:58 +0000
committerKoop Mast <kwm@FreeBSD.org>2018-12-31 15:18:58 +0000
commitca13b006a9d876e7b14e3cd17e1e4b0ddf331d63 (patch)
treeb7fa2751faeb3fa7c0c2a4ebcc15d368ef952cdf /java/netbeans
parentad884521f7a66792470506f12c4d0fe85bf349e2 (diff)
downloadports-ca13b006a9d876e7b14e3cd17e1e4b0ddf331d63.tar.gz
ports-ca13b006a9d876e7b14e3cd17e1e4b0ddf331d63.zip
Update netbeans to 10.0.
This is the second release of Apache Netbeans (incubating). The first release (9.0) was skipped because it only included java support. This version should support most if not all of the project types the older netbeans 8.2 did. PR: 230420
Notes
Notes: svn path=/head/; revision=488794
Diffstat (limited to 'java/netbeans')
-rw-r--r--java/netbeans/Makefile35
-rw-r--r--java/netbeans/distinfo6
-rw-r--r--java/netbeans/files/patch-bin_netbeans29
-rw-r--r--java/netbeans/pkg-descr4
-rw-r--r--java/netbeans/pkg-plist5522
5 files changed, 310 insertions, 5286 deletions
diff --git a/java/netbeans/Makefile b/java/netbeans/Makefile
index a3743ded6d41..01cc6fa95c76 100644
--- a/java/netbeans/Makefile
+++ b/java/netbeans/Makefile
@@ -2,54 +2,53 @@
# $FreeBSD$
PORTNAME= netbeans
-PORTVERSION= 8.2
+DISTVERSION= 10.0
CATEGORIES= java devel
-MASTER_SITES= http://download.netbeans.org/netbeans/${PORTVERSION}/final/zip/ \
- http://dlc.sun.com.edgesuite.net/netbeans/${PORTVERSION}/final/zip/
-DISTNAME= netbeans-${PORTVERSION}-201609300101
+MASTER_SITES= APACHE/incubator/netbeans/incubating-netbeans/incubating-${PORTVERSION}/
+DISTNAME= incubating-netbeans-${DISTVERSION}-bin
MAINTAINER= kwm@FreeBSD.org
-COMMENT= Modular, standards-based integrated development environment (unstable version)
+COMMENT= Modular, standards-based integrated development environment
-LICENSE= CDDL GPLv2
-LICENSE_COMB= dual
+LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE
USES= shebangfix zip
+
+USE_JAVA= yes
+JAVA_VERSION= 1.8+
+NO_BUILD= yes
+
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/python2.7
-USE_JAVA= yes
-JAVA_VERSION= 1.8
-NO_BUILD= yes
-
WRKSRC= ${WRKDIR}/netbeans
DATADIR= ${PREFIX}/${PORTNAME}-${PORTVERSION}
PLIST_SUB+= PORTVERSION=${PORTVERSION}
-DESKTOP_ENTRIES="NetBeans" \
- "NetBeans IDE" \
+DESKTOP_ENTRIES="Apache NetBeans" \
+ "Apache NetBeans IDE (incubating)" \
${DATADIR}/nb/netbeans.png \
${PORTNAME}-${PORTVERSION} \
"Development;" \
false
post-patch:
- @${REINPLACE_CMD} -i "" -e '57s|#||;57s|/path/to/jdk|${JAVA_HOME}|' \
+ @${REINPLACE_CMD} -i '' -e '80s|#||;80s|/path/to/jdk|${JAVA_HOME}|' \
${WRKSRC}/etc/netbeans.conf
@${FIND} ${WRKSRC} -name "*.orig" -delete
do-install:
cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR}
- ${CHMOD} ${BINMODE} ${STAGEDIR}${DATADIR}/bin/netbeans
- ${LN} -sf ${DATADIR}/bin/netbeans ${STAGEDIR}${PREFIX}/bin/${PORTNAME}-${PORTVERSION}
-
- ${FIND} ${STAGEDIR}${DATADIR} -type f -ipath "*/bin/*" | ${XARGS} ${CHMOD} ${BINMODE}
+ cd ${STAGEDIR}${PREFIX} && ${LN} -sf ${DATADIR}/bin/netbeans bin/${PORTNAME}-${PORTVERSION}
+ ${RM} -rf ${STAGEDIR}${DATADIR}/profiler/lib/deployed/jdk16/linux-arm*
.include <bsd.port.mk>
diff --git a/java/netbeans/distinfo b/java/netbeans/distinfo
index eb2cad271929..e143c93c09b4 100644
--- a/java/netbeans/distinfo
+++ b/java/netbeans/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1503582610
-SHA256 (netbeans-8.2-201609300101.zip) = ad9888334b9a6c1f1138dcb2eccc8ce4921463e871e46def4ecc617538160948
-SIZE (netbeans-8.2-201609300101.zip) = 351110790
+TIMESTAMP = 1545827013
+SHA256 (incubating-netbeans-10.0-bin.zip) = efb9175e9a4f773d77b1072f796259ba0b46e11e3f4277b1c52f6e95263a9242
+SIZE (incubating-netbeans-10.0-bin.zip) = 189738071
diff --git a/java/netbeans/files/patch-bin_netbeans b/java/netbeans/files/patch-bin_netbeans
index 687609889341..28623d7b77c9 100644
--- a/java/netbeans/files/patch-bin_netbeans
+++ b/java/netbeans/files/patch-bin_netbeans
@@ -1,22 +1,23 @@
---- bin/netbeans.orig 2014-03-10 17:32:04.000000000 +0100
-+++ bin/netbeans 2014-04-11 09:48:06.000000000 +0200
-@@ -152,7 +152,7 @@
- heap_size () {
- mem=640
- case "`uname`" in
-- Linux*)
-+ Linux*)
- mem=`cat /proc/meminfo | grep MemTotal | tr -d [:space:][:alpha:]:`
- mem=`expr $mem / 1024`
- ;;
-@@ -163,6 +163,10 @@
+--- bin/netbeans.orig 2018-12-17 03:32:36 UTC
++++ bin/netbeans
+@@ -136,7 +136,11 @@ heap_size () {
mem=`/usr/sbin/sysctl hw.memsize | tr -d [:alpha:][:space:].:`
mem=`expr $mem / 1048576`
;;
+- *)
+ FreeBSD*)
+ mem=`/sbin/sysctl -n hw.realmem`
+ mem=`expr $mem / 1048576`
-+ ;;
- *)
++ ;;
++ *)
;;
esac
+ if [ -z "$mem" ] ; then
+@@ -204,6 +208,7 @@ case "`uname`" in
+ --jdkhome '"$netbeans_jdkhome"' \
+ --branding nb \
+ --clusters '"$netbeans_clusters"' \
++ -J-Dawt.useSystemAAFontSettings=on \
+ -J-Dnetbeans.importclass=org.netbeans.upgrade.AutoUpgrade \
+ ${netbeans_default_options} \
+ '"$@"'
diff --git a/java/netbeans/pkg-descr b/java/netbeans/pkg-descr
index 3ffa48ebe541..a8764021b9c5 100644
--- a/java/netbeans/pkg-descr
+++ b/java/netbeans/pkg-descr
@@ -1,7 +1,9 @@
+ Apache NetBeans
+
The NetBeans IDE is a world-class development environment written
in Java. It can be used to develop code in Java, HTML, XML, JSP,
C/C++ and other languages. The IDE is modular, and there is a huge
variety of commercial and free extensions to it to support various
technologies.
-WWW: http://www.netbeans.org/
+WWW: https://netbeans.apache.org/
diff --git a/java/netbeans/pkg-plist b/java/netbeans/pkg-plist
index a505f408a1a5..5ef2391fdc56 100644
--- a/java/netbeans/pkg-plist
+++ b/java/netbeans/pkg-plist
@@ -1,1707 +1,111 @@
-bin/%%DATADIR%%
+@(,,0555) bin/%%DATADIR%%
%%DATADIR%%/CREDITS.html
-%%DATADIR%%/LICENSE.txt
+%%DATADIR%%/DEPENDENCIES
+%%DATADIR%%/DISCLAIMER
+%%DATADIR%%/LICENSE
+%%DATADIR%%/NOTICE
%%DATADIR%%/README.html
-%%DATADIR%%/THIRDPARTYLICENSE.txt
%%DATADIR%%/apisupport/.lastModified
%%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-crudsample.xml
-%%DATADIR%%/apisupport/config/Modules/org-netbeans-modules-apisupport-feedreader.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-osgidemo.xml
-%%DATADIR%%/apisupport/config/Modules/org-netbeans-modules-apisupport-paintapp.xml
%%DATADIR%%/apisupport/config/Modules/org-netbeans-modules-apisupport-project.xml
%%DATADIR%%/apisupport/config/Modules/org-netbeans-modules-apisupport-refactoring.xml
%%DATADIR%%/apisupport/config/Modules/org-netbeans-modules-apisupport-wizards.xml
%%DATADIR%%/apisupport/config/Modules/org-netbeans-modules-maven-apisupport.xml
-%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-ant_ja.jar
-%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-ant_pt_BR.jar
-%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-ant_ru.jar
-%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-ant_zh_CN.jar
-%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-crudsample_ja.jar
-%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-crudsample_pt_BR.jar
-%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-crudsample_ru.jar
-%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-crudsample_zh_CN.jar
-%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-feedreader_ja.jar
-%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-feedreader_pt_BR.jar
-%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-feedreader_ru.jar
-%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-feedreader_zh_CN.jar
-%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-installer-maven_ja.jar
-%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-installer-maven_pt_BR.jar
-%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-installer-maven_ru.jar
-%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-installer-maven_zh_CN.jar
-%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-installer_ja.jar
-%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-installer_pt_BR.jar
-%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-installer_ru.jar
-%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-installer_zh_CN.jar
-%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-kit_ja.jar
-%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-kit_pt_BR.jar
-%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-kit_ru.jar
-%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-kit_zh_CN.jar
-%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-osgidemo_ja.jar
-%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-osgidemo_pt_BR.jar
-%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-osgidemo_ru.jar
-%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-osgidemo_zh_CN.jar
-%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-paintapp_ja.jar
-%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-paintapp_pt_BR.jar
-%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-paintapp_ru.jar
-%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-paintapp_zh_CN.jar
-%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-project_ja.jar
-%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-project_pt_BR.jar
-%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-project_ru.jar
-%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-project_zh_CN.jar
-%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-refactoring_ja.jar
-%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-refactoring_pt_BR.jar
-%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-refactoring_ru.jar
-%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-refactoring_zh_CN.jar
-%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-wizards_ja.jar
-%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-wizards_pt_BR.jar
-%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-wizards_ru.jar
-%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-wizards_zh_CN.jar
-%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-maven-apisupport_ja.jar
-%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-maven-apisupport_pt_BR.jar
-%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-maven-apisupport_ru.jar
-%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-maven-apisupport_zh_CN.jar
+%%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-crudsample.jar
-%%DATADIR%%/apisupport/modules/org-netbeans-modules-apisupport-feedreader.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-osgidemo.jar
-%%DATADIR%%/apisupport/modules/org-netbeans-modules-apisupport-paintapp.jar
%%DATADIR%%/apisupport/modules/org-netbeans-modules-apisupport-project.jar
%%DATADIR%%/apisupport/modules/org-netbeans-modules-apisupport-refactoring.jar
%%DATADIR%%/apisupport/modules/org-netbeans-modules-apisupport-wizards.jar
%%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-crudsample.xml
-%%DATADIR%%/apisupport/update_tracking/org-netbeans-modules-apisupport-feedreader.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-osgidemo.xml
-%%DATADIR%%/apisupport/update_tracking/org-netbeans-modules-apisupport-paintapp.xml
%%DATADIR%%/apisupport/update_tracking/org-netbeans-modules-apisupport-project.xml
%%DATADIR%%/apisupport/update_tracking/org-netbeans-modules-apisupport-refactoring.xml
%%DATADIR%%/apisupport/update_tracking/org-netbeans-modules-apisupport-wizards.xml
%%DATADIR%%/apisupport/update_tracking/org-netbeans-modules-maven-apisupport.xml
-%%DATADIR%%/bin/netbeans
+%%DATADIR%%/apisupport/update_tracking/org-netbeans-modules-timers.xml
+@(,,0555) %%DATADIR%%/bin/netbeans
%%DATADIR%%/bin/netbeans.exe
%%DATADIR%%/bin/netbeans64.exe
-%%DATADIR%%/cnd/.lastModified
-%%DATADIR%%/cnd/VERSION.txt
-%%DATADIR%%/cnd/bin/GdbKillProc.exe
-%%DATADIR%%/cnd/bin/Linux-sparc_64/libBuildTrace.so
-%%DATADIR%%/cnd/bin/Linux-sparc_64/rfs_controller
-%%DATADIR%%/cnd/bin/Linux-sparc_64/rfs_preload.so
-%%DATADIR%%/cnd/bin/Linux-sparc_64/rfs_test_env
-%%DATADIR%%/cnd/bin/Linux-x86/libBuildTrace.so
-%%DATADIR%%/cnd/bin/Linux-x86/rfs_controller
-%%DATADIR%%/cnd/bin/Linux-x86/rfs_preload.so
-%%DATADIR%%/cnd/bin/Linux-x86/rfs_test_env
-%%DATADIR%%/cnd/bin/Linux-x86_64/libBuildTrace.so
-%%DATADIR%%/cnd/bin/Linux-x86_64/rfs_controller
-%%DATADIR%%/cnd/bin/Linux-x86_64/rfs_preload.so
-%%DATADIR%%/cnd/bin/Linux-x86_64/rfs_test_env
-%%DATADIR%%/cnd/bin/MacOSX-x86/libBuildTrace.dylib
-%%DATADIR%%/cnd/bin/MacOSX-x86_64/libBuildTrace.dylib
-%%DATADIR%%/cnd/bin/SunOS-sparc/libBuildTrace.so
-%%DATADIR%%/cnd/bin/SunOS-sparc/rfs_controller
-%%DATADIR%%/cnd/bin/SunOS-sparc/rfs_preload.so
-%%DATADIR%%/cnd/bin/SunOS-sparc/rfs_test_env
-%%DATADIR%%/cnd/bin/SunOS-sparc_64/libBuildTrace.so
-%%DATADIR%%/cnd/bin/SunOS-sparc_64/rfs_controller
-%%DATADIR%%/cnd/bin/SunOS-sparc_64/rfs_preload.so
-%%DATADIR%%/cnd/bin/SunOS-sparc_64/rfs_test_env
-%%DATADIR%%/cnd/bin/SunOS-x86/libBuildTrace.so
-%%DATADIR%%/cnd/bin/SunOS-x86/rfs_controller
-%%DATADIR%%/cnd/bin/SunOS-x86/rfs_preload.so
-%%DATADIR%%/cnd/bin/SunOS-x86/rfs_test_env
-%%DATADIR%%/cnd/bin/SunOS-x86_64/libBuildTrace.so
-%%DATADIR%%/cnd/bin/SunOS-x86_64/rfs_controller
-%%DATADIR%%/cnd/bin/SunOS-x86_64/rfs_preload.so
-%%DATADIR%%/cnd/bin/SunOS-x86_64/rfs_test_env
-%%DATADIR%%/cnd/bin/dorun.sh
-%%DATADIR%%/cnd/bin/rfs_test_env.sh
-%%DATADIR%%/cnd/bin/tools-wrapper/Unix/wrapper
-%%DATADIR%%/cnd/bin/tools-wrapper/Windows/wrapper.exe
-%%DATADIR%%/cnd/config/Modules/org-netbeans-libs-clank.xml
-%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-analysis-api.xml
-%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-analysis-impl.xml
-%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-antlr.xml
-%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-api-model.xml
-%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-api-project.xml
-%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-api-remote-ui.xml
-%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-api-remote.xml
-%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-apt.xml
-%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-asm.xml
-%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-callgraph.xml
-%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-classview.xml
-%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-cncppunit.xml
-%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-completion.xml
-%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-debugger-common2.xml
-%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-debugger-gdb2.xml
-%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-discovery.xml
-%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-dwarfdiscovery.xml
-%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-dwarfdump.xml
-%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-editor.xml
-%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-gotodeclaration.xml
-%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-highlight.xml
-%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-indexing.xml
-%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-kit.xml
-%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-lexer.xml
-%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-makeproject-source-bridge.xml
-%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-makeproject-ui.xml
-%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-makeproject.xml
-%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-model-jclank-bridge.xml
-%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-model-services.xml
-%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-modeldiscovery.xml
-%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-modelimpl.xml
-%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-modelui.xml
-%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-modelutil.xml
-%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-navigation.xml
-%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-qnavigator.xml
-%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-refactoring.xml
-%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-remote-projectui.xml
-%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-remote-ui.xml
-%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-remote.xml
-%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-repository-api.xml
-%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-repository.xml
-%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-script.xml
-%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-search.xml
-%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-simpleunit.xml
-%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-source.xml
-%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-spellchecker-bindings.xml
-%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-testrunner.xml
-%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-toolchain-ui.xml
-%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-toolchain.xml
-%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-ui.xml
-%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-utils-ui.xml
-%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-utils.xml
-%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd.xml
-%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-jellytools-cnd.xml
-%%DATADIR%%/cnd/modules/docs/org-netbeans-modules-cnd.jar
-%%DATADIR%%/cnd/modules/ext/org-clang-analysis.jar
-%%DATADIR%%/cnd/modules/ext/org-clang-arcmigrate.jar
-%%DATADIR%%/cnd/modules/ext/org-clang-ast.jar
-%%DATADIR%%/cnd/modules/ext/org-clang-basic.jar
-%%DATADIR%%/cnd/modules/ext/org-clang-codegen.jar
-%%DATADIR%%/cnd/modules/ext/org-clang-driver.jar
-%%DATADIR%%/cnd/modules/ext/org-clang-frontend.jar
-%%DATADIR%%/cnd/modules/ext/org-clang-frontendtool.jar
-%%DATADIR%%/cnd/modules/ext/org-clang-lex.jar
-%%DATADIR%%/cnd/modules/ext/org-clang-parse.jar
-%%DATADIR%%/cnd/modules/ext/org-clang-rewrite.jar
-%%DATADIR%%/cnd/modules/ext/org-clang-sema.jar
-%%DATADIR%%/cnd/modules/ext/org-clang-serialization.jar
-%%DATADIR%%/cnd/modules/ext/org-clang-staticanalyzer.jar
-%%DATADIR%%/cnd/modules/ext/org-clang-tools-driver.jar
-%%DATADIR%%/cnd/modules/ext/org-clang-tools-services.jar
-%%DATADIR%%/cnd/modules/ext/org-clank-java.jar
-%%DATADIR%%/cnd/modules/ext/org-llvm-adtsupport.jar
-%%DATADIR%%/cnd/modules/ext/org-llvm-bitcode.jar
-%%DATADIR%%/cnd/modules/ext/org-llvm-ir.jar
-%%DATADIR%%/cnd/modules/ext/org-llvm-option.jar
-%%DATADIR%%/cnd/modules/ext/org-llvm-utils.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-analysis-api_ja.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-analysis-api_pt_BR.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-analysis-api_ru.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-analysis-api_zh_CN.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-analysis-impl_ja.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-analysis-impl_pt_BR.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-analysis-impl_ru.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-analysis-impl_zh_CN.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-antlr_ja.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-antlr_pt_BR.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-antlr_ru.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-antlr_zh_CN.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-api-model_ja.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-api-model_pt_BR.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-api-model_ru.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-api-model_zh_CN.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-api-project_ja.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-api-project_pt_BR.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-api-project_ru.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-api-project_zh_CN.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-api-remote-ui_ja.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-api-remote-ui_pt_BR.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-api-remote-ui_ru.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-api-remote-ui_zh_CN.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-api-remote_ja.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-api-remote_pt_BR.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-api-remote_ru.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-api-remote_zh_CN.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-apt_ja.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-apt_pt_BR.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-apt_ru.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-apt_zh_CN.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-asm_ja.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-asm_pt_BR.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-asm_ru.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-asm_zh_CN.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-callgraph_ja.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-callgraph_pt_BR.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-callgraph_ru.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-callgraph_zh_CN.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-classview_ja.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-classview_pt_BR.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-classview_ru.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-classview_zh_CN.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-cncppunit_ja.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-cncppunit_pt_BR.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-cncppunit_ru.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-cncppunit_zh_CN.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-completion_ja.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-completion_pt_BR.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-completion_ru.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-completion_zh_CN.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-debugger-common2_ja.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-debugger-common2_pt_BR.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-debugger-common2_ru.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-debugger-common2_zh_CN.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-debugger-gdb2_ja.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-debugger-gdb2_pt_BR.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-debugger-gdb2_ru.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-debugger-gdb2_zh_CN.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-discovery_ja.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-discovery_pt_BR.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-discovery_ru.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-discovery_zh_CN.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-dwarfdiscovery_ja.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-dwarfdiscovery_pt_BR.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-dwarfdiscovery_ru.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-dwarfdiscovery_zh_CN.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-dwarfdump_ja.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-dwarfdump_pt_BR.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-dwarfdump_ru.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-dwarfdump_zh_CN.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-editor_ja.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-editor_pt_BR.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-editor_ru.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-editor_zh_CN.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-gotodeclaration_ja.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-gotodeclaration_pt_BR.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-gotodeclaration_ru.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-gotodeclaration_zh_CN.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-highlight_ja.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-highlight_pt_BR.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-highlight_ru.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-highlight_zh_CN.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-indexing_ja.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-indexing_pt_BR.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-indexing_ru.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-indexing_zh_CN.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-kit_ja.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-kit_pt_BR.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-kit_ru.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-kit_zh_CN.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-lexer_ja.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-lexer_pt_BR.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-lexer_ru.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-lexer_zh_CN.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-makeproject-source-bridge_ja.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-makeproject-source-bridge_pt_BR.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-makeproject-source-bridge_ru.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-makeproject-source-bridge_zh_CN.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-makeproject-ui_ja.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-makeproject-ui_pt_BR.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-makeproject-ui_ru.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-makeproject-ui_zh_CN.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-makeproject_ja.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-makeproject_pt_BR.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-makeproject_ru.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-makeproject_zh_CN.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-model-jclank-bridge_ja.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-model-jclank-bridge_pt_BR.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-model-jclank-bridge_ru.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-model-jclank-bridge_zh_CN.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-model-services_ja.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-model-services_pt_BR.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-model-services_ru.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-model-services_zh_CN.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-modeldiscovery_ja.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-modeldiscovery_pt_BR.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-modeldiscovery_ru.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-modeldiscovery_zh_CN.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-modelimpl_ja.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-modelimpl_pt_BR.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-modelimpl_ru.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-modelimpl_zh_CN.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-modelui_ja.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-modelui_pt_BR.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-modelui_ru.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-modelui_zh_CN.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-modelutil_ja.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-modelutil_pt_BR.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-modelutil_ru.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-modelutil_zh_CN.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-navigation_ja.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-navigation_pt_BR.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-navigation_ru.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-navigation_zh_CN.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-qnavigator_ja.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-qnavigator_pt_BR.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-qnavigator_ru.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-qnavigator_zh_CN.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-refactoring_ja.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-refactoring_pt_BR.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-refactoring_ru.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-refactoring_zh_CN.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-remote-projectui_ja.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-remote-projectui_pt_BR.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-remote-projectui_ru.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-remote-projectui_zh_CN.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-remote-ui_ja.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-remote-ui_pt_BR.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-remote-ui_ru.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-remote-ui_zh_CN.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-remote_ja.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-remote_pt_BR.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-remote_ru.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-remote_zh_CN.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-repository-api_ja.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-repository-api_pt_BR.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-repository-api_ru.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-repository-api_zh_CN.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-repository_ja.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-repository_pt_BR.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-repository_ru.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-repository_zh_CN.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-script_ja.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-script_pt_BR.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-script_ru.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-script_zh_CN.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-search_ja.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-search_pt_BR.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-search_ru.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-search_zh_CN.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-simpleunit_ja.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-simpleunit_pt_BR.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-simpleunit_ru.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-simpleunit_zh_CN.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-source_ja.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-source_pt_BR.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-source_ru.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-source_zh_CN.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-spellchecker-bindings_ja.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-spellchecker-bindings_pt_BR.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-spellchecker-bindings_ru.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-spellchecker-bindings_zh_CN.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-testrunner_ja.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-testrunner_pt_BR.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-testrunner_ru.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-testrunner_zh_CN.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-toolchain-ui_ja.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-toolchain-ui_pt_BR.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-toolchain-ui_ru.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-toolchain-ui_zh_CN.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-toolchain_ja.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-toolchain_pt_BR.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-toolchain_ru.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-toolchain_zh_CN.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-ui_ja.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-ui_pt_BR.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-ui_ru.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-ui_zh_CN.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-utils-ui_ja.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-utils-ui_pt_BR.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-utils-ui_ru.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-utils-ui_zh_CN.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-utils_ja.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-utils_pt_BR.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-utils_ru.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-utils_zh_CN.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd_ja.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd_pt_BR.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd_ru.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd_zh_CN.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-jellytools-cnd_ja.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-jellytools-cnd_pt_BR.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-jellytools-cnd_ru.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-jellytools-cnd_zh_CN.jar
-%%DATADIR%%/cnd/modules/org-netbeans-libs-clank.jar
-%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-analysis-api.jar
-%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-analysis-impl.jar
-%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-antlr.jar
-%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-api-model.jar
-%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-api-project.jar
-%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-api-remote-ui.jar
-%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-api-remote.jar
-%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-apt.jar
-%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-asm.jar
-%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-callgraph.jar
-%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-classview.jar
-%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-cncppunit.jar
-%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-completion.jar
-%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-debugger-common2.jar
-%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-debugger-gdb2.jar
-%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-discovery.jar
-%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-dwarfdiscovery.jar
-%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-dwarfdump.jar
-%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-editor.jar
-%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-gotodeclaration.jar
-%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-highlight.jar
-%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-indexing.jar
-%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-kit.jar
-%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-lexer.jar
-%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-makeproject-source-bridge.jar
-%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-makeproject-ui.jar
-%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-makeproject.jar
-%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-model-jclank-bridge.jar
-%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-model-services.jar
-%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-modeldiscovery.jar
-%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-modelimpl.jar
-%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-modelui.jar
-%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-modelutil.jar
-%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-navigation.jar
-%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-qnavigator.jar
-%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-refactoring.jar
-%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-remote-projectui.jar
-%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-remote-ui.jar
-%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-remote.jar
-%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-repository-api.jar
-%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-repository.jar
-%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-script.jar
-%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-search.jar
-%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-simpleunit.jar
-%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-source.jar
-%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-spellchecker-bindings.jar
-%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-testrunner.jar
-%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-toolchain-ui.jar
-%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-toolchain.jar
-%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-ui.jar
-%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-utils-ui.jar
-%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-utils.jar
-%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd.jar
-%%DATADIR%%/cnd/modules/org-netbeans-modules-jellytools-cnd.jar
-%%DATADIR%%/cnd/update_tracking/org-netbeans-libs-clank.xml
-%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-analysis-api.xml
-%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-analysis-impl.xml
-%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-antlr.xml
-%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-api-model.xml
-%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-api-project.xml
-%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-api-remote-ui.xml
-%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-api-remote.xml
-%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-apt.xml
-%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-asm.xml
-%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-callgraph.xml
-%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-classview.xml
-%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-cncppunit.xml
-%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-completion.xml
-%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-debugger-common2.xml
-%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-debugger-gdb2.xml
-%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-discovery.xml
-%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-dwarfdiscovery.xml
-%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-dwarfdump.xml
-%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-editor.xml
-%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-gotodeclaration.xml
-%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-highlight.xml
-%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-indexing.xml
-%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-kit.xml
-%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-lexer.xml
-%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-makeproject-source-bridge.xml
-%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-makeproject-ui.xml
-%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-makeproject.xml
-%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-model-jclank-bridge.xml
-%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-model-services.xml
-%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-modeldiscovery.xml
-%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-modelimpl.xml
-%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-modelui.xml
-%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-modelutil.xml
-%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-navigation.xml
-%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-qnavigator.xml
-%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-refactoring.xml
-%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-remote-projectui.xml
-%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-remote-ui.xml
-%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-remote.xml
-%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-repository-api.xml
-%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-repository.xml
-%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-script.xml
-%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-search.xml
-%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-simpleunit.xml
-%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-source.xml
-%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-spellchecker-bindings.xml
-%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-testrunner.xml
-%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-toolchain-ui.xml
-%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-toolchain.xml
-%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-ui.xml
-%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-utils-ui.xml
-%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-utils.xml
-%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd.xml
-%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-jellytools-cnd.xml
-%%DATADIR%%/cndext/.lastModified
-%%DATADIR%%/cndext/VERSION.txt
-%%DATADIR%%/cndext/config/Modules/org-netbeans-modules-cnd-mixeddev.xml
-%%DATADIR%%/cndext/modules/locale/org-netbeans-modules-cnd-mixeddev_ja.jar
-%%DATADIR%%/cndext/modules/locale/org-netbeans-modules-cnd-mixeddev_pt_BR.jar
-%%DATADIR%%/cndext/modules/locale/org-netbeans-modules-cnd-mixeddev_ru.jar
-%%DATADIR%%/cndext/modules/locale/org-netbeans-modules-cnd-mixeddev_zh_CN.jar
-%%DATADIR%%/cndext/modules/org-netbeans-modules-cnd-mixeddev.jar
-%%DATADIR%%/cndext/update_tracking/org-netbeans-modules-cnd-mixeddev.xml
-%%DATADIR%%/dlight/.lastModified
-%%DATADIR%%/dlight/VERSION.txt
-%%DATADIR%%/dlight/bin/FreeBSD-x86/fs_server
-%%DATADIR%%/dlight/bin/Linux-arm/fs_server
-%%DATADIR%%/dlight/bin/Linux-sparc/fs_server
-%%DATADIR%%/dlight/bin/Linux-x86/fs_server
-%%DATADIR%%/dlight/bin/Linux-x86_64/fs_server
-%%DATADIR%%/dlight/bin/MacOSX-x86/fs_server
-%%DATADIR%%/dlight/bin/SunOS-sparc/fs_server
-%%DATADIR%%/dlight/bin/SunOS-x86/fs_server
-%%DATADIR%%/dlight/config/Modules/org-netbeans-modules-dlight-kit.xml
-%%DATADIR%%/dlight/config/Modules/org-netbeans-modules-dlight-libs-common.xml
-%%DATADIR%%/dlight/config/Modules/org-netbeans-modules-dlight-remote-impl.xml
-%%DATADIR%%/dlight/config/Modules/org-netbeans-modules-dlight-remote-ui.xml
-%%DATADIR%%/dlight/config/Modules/org-netbeans-modules-dlight-remote.xml
-%%DATADIR%%/dlight/config/Modules/org-netbeans-modules-dlight-sendto.xml
-%%DATADIR%%/dlight/config/Modules/org-netbeans-modules-git-remote-cli.xml
-%%DATADIR%%/dlight/config/Modules/org-netbeans-modules-git-remote.xml
-%%DATADIR%%/dlight/config/Modules/org-netbeans-modules-mercurial-remote.xml
-%%DATADIR%%/dlight/config/Modules/org-netbeans-modules-remotefs-versioning-api.xml
-%%DATADIR%%/dlight/config/Modules/org-netbeans-modules-remotefs-versioning.xml
-%%DATADIR%%/dlight/config/Modules/org-netbeans-modules-subversion-remote.xml
-%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-dlight-kit_ja.jar
-%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-dlight-kit_pt_BR.jar
-%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-dlight-kit_ru.jar
-%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-dlight-kit_zh_CN.jar
-%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-dlight-libs-common_ja.jar
-%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-dlight-libs-common_pt_BR.jar
-%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-dlight-libs-common_ru.jar
-%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-dlight-libs-common_zh_CN.jar
-%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-dlight-remote-impl_ja.jar
-%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-dlight-remote-impl_pt_BR.jar
-%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-dlight-remote-impl_ru.jar
-%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-dlight-remote-impl_zh_CN.jar
-%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-dlight-remote-ui_ja.jar
-%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-dlight-remote-ui_pt_BR.jar
-%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-dlight-remote-ui_ru.jar
-%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-dlight-remote-ui_zh_CN.jar
-%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-dlight-remote_ja.jar
-%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-dlight-remote_pt_BR.jar
-%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-dlight-remote_ru.jar
-%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-dlight-remote_zh_CN.jar
-%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-dlight-sendto_ja.jar
-%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-dlight-sendto_pt_BR.jar
-%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-dlight-sendto_ru.jar
-%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-dlight-sendto_zh_CN.jar
-%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-git-remote-cli_ja.jar
-%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-git-remote-cli_pt_BR.jar
-%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-git-remote-cli_ru.jar
-%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-git-remote-cli_zh_CN.jar
-%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-git-remote_ja.jar
-%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-git-remote_pt_BR.jar
-%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-git-remote_ru.jar
-%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-git-remote_zh_CN.jar
-%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-mercurial-remote_ja.jar
-%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-mercurial-remote_pt_BR.jar
-%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-mercurial-remote_ru.jar
-%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-mercurial-remote_zh_CN.jar
-%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-remotefs-versioning-api_ja.jar
-%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-remotefs-versioning-api_pt_BR.jar
-%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-remotefs-versioning-api_ru.jar
-%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-remotefs-versioning-api_zh_CN.jar
-%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-remotefs-versioning_ja.jar
-%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-remotefs-versioning_pt_BR.jar
-%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-remotefs-versioning_ru.jar
-%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-remotefs-versioning_zh_CN.jar
-%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-subversion-remote_ja.jar
-%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-subversion-remote_pt_BR.jar
-%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-subversion-remote_ru.jar
-%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-subversion-remote_zh_CN.jar
-%%DATADIR%%/dlight/modules/org-netbeans-modules-dlight-kit.jar
-%%DATADIR%%/dlight/modules/org-netbeans-modules-dlight-libs-common.jar
-%%DATADIR%%/dlight/modules/org-netbeans-modules-dlight-remote-impl.jar
-%%DATADIR%%/dlight/modules/org-netbeans-modules-dlight-remote-ui.jar
-%%DATADIR%%/dlight/modules/org-netbeans-modules-dlight-remote.jar
-%%DATADIR%%/dlight/modules/org-netbeans-modules-dlight-sendto.jar
-%%DATADIR%%/dlight/modules/org-netbeans-modules-git-remote-cli.jar
-%%DATADIR%%/dlight/modules/org-netbeans-modules-git-remote.jar
-%%DATADIR%%/dlight/modules/org-netbeans-modules-mercurial-remote.jar
-%%DATADIR%%/dlight/modules/org-netbeans-modules-remotefs-versioning-api.jar
-%%DATADIR%%/dlight/modules/org-netbeans-modules-remotefs-versioning.jar
-%%DATADIR%%/dlight/modules/org-netbeans-modules-subversion-remote.jar
-%%DATADIR%%/dlight/update_tracking/org-netbeans-modules-dlight-kit.xml
-%%DATADIR%%/dlight/update_tracking/org-netbeans-modules-dlight-libs-common.xml
-%%DATADIR%%/dlight/update_tracking/org-netbeans-modules-dlight-remote-impl.xml
-%%DATADIR%%/dlight/update_tracking/org-netbeans-modules-dlight-remote-ui.xml
-%%DATADIR%%/dlight/update_tracking/org-netbeans-modules-dlight-remote.xml
-%%DATADIR%%/dlight/update_tracking/org-netbeans-modules-dlight-sendto.xml
-%%DATADIR%%/dlight/update_tracking/org-netbeans-modules-git-remote-cli.xml
-%%DATADIR%%/dlight/update_tracking/org-netbeans-modules-git-remote.xml
-%%DATADIR%%/dlight/update_tracking/org-netbeans-modules-mercurial-remote.xml
-%%DATADIR%%/dlight/update_tracking/org-netbeans-modules-remotefs-versioning-api.xml
-%%DATADIR%%/dlight/update_tracking/org-netbeans-modules-remotefs-versioning.xml
-%%DATADIR%%/dlight/update_tracking/org-netbeans-modules-subversion-remote.xml
-%%DATADIR%%/enterprise/.lastModified
-%%DATADIR%%/enterprise/VERSION.txt
-%%DATADIR%%/enterprise/ant/extra/jspcompile.jar
-%%DATADIR%%/enterprise/ant/nblib/locale/org-netbeans-modules-j2ee-ant_ja.jar
-%%DATADIR%%/enterprise/ant/nblib/locale/org-netbeans-modules-j2ee-ant_pt_BR.jar
-%%DATADIR%%/enterprise/ant/nblib/locale/org-netbeans-modules-j2ee-ant_ru.jar
-%%DATADIR%%/enterprise/ant/nblib/locale/org-netbeans-modules-j2ee-ant_zh_CN.jar
-%%DATADIR%%/enterprise/ant/nblib/org-netbeans-modules-j2ee-ant.jar
-%%DATADIR%%/enterprise/ant/sources/org/netbeans/modules/web/project/ant/JspC.java
-%%DATADIR%%/enterprise/ant/sources/org/netbeans/modules/web/project/ant/JspCSingle.java
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-api-web-webmodule.xml
-%%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-glassfish_logging.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-libs-jstl.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-apisupport-restsample.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-cloud-amazon.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-cloud-common.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-el-lexer.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-glassfish-common.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-glassfish-eecommon.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-glassfish-javaee.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-glassfish-tooling.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-hibernateweb.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2ee-ant.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2ee-api-ejbmodule.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2ee-clientproject.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2ee-common.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2ee-core.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2ee-dd-webservice.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2ee-dd.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2ee-ddloaders.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2ee-earproject.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2ee-ejbcore.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2ee-ejbjarproject.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2ee-ejbrefactoring.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2ee-ejbverification.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2ee-genericserver.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2ee-jboss4.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2ee-kit.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2ee-platform.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2ee-samples.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2ee-sun-appsrv.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2ee-sun-dd.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2ee-sun-ddui.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2ee-weblogic9.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-javaee-api.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-javaee-beanvalidation.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-javaee-project.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-javaee-resources.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-javaee-specs-support.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-javaee-wildfly.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-javaee7-api.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-jellytools-enterprise.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-jsp-lexer.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-ko4j-debugging.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-maven-j2ee.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-maven-jaxws.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-maven-samples.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-performance-javaee.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-performance-scripting.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-performance-web.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-profiler-j2ee.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-projectimport-eclipse-web.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-servletjspapi.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-spring-webmvc.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-tomcat5.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-web-beans.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-web-client-rest.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-web-core-syntax.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-web-core.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-web-debug.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-web-el.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-web-freeform.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-web-jsf-editor.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-web-jsf-icefaces.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-web-jsf-kit.xml
-%%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
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-web-kit.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-web-monitor.xml
-%%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
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-core.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-customization.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-design.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-editor-hints.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-jaxws-lightapi.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-jaxwsapi.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-jaxwsmodel.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-kit.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-manager.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-metro-lib.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-metro-model.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-metro-samples.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-owsm.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-projectapi.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-rest-samples.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-rest.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-restapi.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-restkit.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-restlib.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-saas-codegen-j2ee.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-utilities.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-websvcapi.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-wsitconf.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-wsitmodelext.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-wsstackapi.xml
-%%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/metro-1.4-doc.zip
-%%DATADIR%%/enterprise/docs/struts-1.3.10-javadoc.zip
-%%DATADIR%%/enterprise/docs/struts-tags.zip
-%%DATADIR%%/enterprise/docs/syntaxref20.zip
-%%DATADIR%%/enterprise/modules/ext/aws-sdk/aws-java-sdk-1.2.1.jar
-%%DATADIR%%/enterprise/modules/ext/aws-sdk/commons-codec-1.3.jar
-%%DATADIR%%/enterprise/modules/ext/aws-sdk/commons-logging-1.1.1.jar
-%%DATADIR%%/enterprise/modules/ext/aws-sdk/httpclient-4.1.1.jar
-%%DATADIR%%/enterprise/modules/ext/aws-sdk/httpcore-4.1.jar
-%%DATADIR%%/enterprise/modules/ext/build-ws.xml
-%%DATADIR%%/enterprise/modules/ext/commons-fileupload-1.3.jar
-%%DATADIR%%/enterprise/modules/ext/el-impl.jar
-%%DATADIR%%/enterprise/modules/ext/glassfish-jspparser-4.0.jar
-%%DATADIR%%/enterprise/modules/ext/glassfish-logging-2.0.jar
-%%DATADIR%%/enterprise/modules/ext/javaee-api-6.0-license.txt
-%%DATADIR%%/enterprise/modules/ext/javaee-api-6.0.jar
-%%DATADIR%%/enterprise/modules/ext/javaee-api-7.0-license.txt
-%%DATADIR%%/enterprise/modules/ext/javaee-api-7.0.jar
-%%DATADIR%%/enterprise/modules/ext/javaee-web-api-6.0-license.txt
-%%DATADIR%%/enterprise/modules/ext/javaee-web-api-6.0.jar
-%%DATADIR%%/enterprise/modules/ext/javaee-web-api-7.0-license.txt
-%%DATADIR%%/enterprise/modules/ext/javaee-web-api-7.0.jar
-%%DATADIR%%/enterprise/modules/ext/javaee6-endorsed/javax.annotation-license.txt
-%%DATADIR%%/enterprise/modules/ext/javaee6-endorsed/javax.annotation.jar
-%%DATADIR%%/enterprise/modules/ext/javaee6-endorsed/jaxb-api-osgi-license.txt
-%%DATADIR%%/enterprise/modules/ext/javaee6-endorsed/jaxb-api-osgi.jar
-%%DATADIR%%/enterprise/modules/ext/javaee6-endorsed/webservices-api-osgi-license.txt
-%%DATADIR%%/enterprise/modules/ext/javaee6-endorsed/webservices-api-osgi.jar
-%%DATADIR%%/enterprise/modules/ext/javaee7-endorsed/javax.annotation-api-license.txt
-%%DATADIR%%/enterprise/modules/ext/javaee7-endorsed/javax.annotation-api.jar
-%%DATADIR%%/enterprise/modules/ext/javaee7-endorsed/javax.xml.soap-api-license.txt
-%%DATADIR%%/enterprise/modules/ext/javaee7-endorsed/javax.xml.soap-api.jar
-%%DATADIR%%/enterprise/modules/ext/javaee7-endorsed/jaxb-api-osgi-license.txt
-%%DATADIR%%/enterprise/modules/ext/javaee7-endorsed/jaxb-api-osgi.jar
-%%DATADIR%%/enterprise/modules/ext/javaee7-endorsed/jaxws-api-license.txt
-%%DATADIR%%/enterprise/modules/ext/javaee7-endorsed/jaxws-api.jar
-%%DATADIR%%/enterprise/modules/ext/javaee7-endorsed/jsr181-api-license.txt
-%%DATADIR%%/enterprise/modules/ext/javaee7-endorsed/jsr181-api.jar
-%%DATADIR%%/enterprise/modules/ext/jaxrs-2.0/javax.ws.rs-api-2.0.jar
-%%DATADIR%%/enterprise/modules/ext/jersey2/ext/asm-all-repackaged-2.2.0-b21.jar
-%%DATADIR%%/enterprise/modules/ext/jersey2/ext/cglib-2.2.0-b21.jar
-%%DATADIR%%/enterprise/modules/ext/jersey2/ext/guava-14.0.1.jar
-%%DATADIR%%/enterprise/modules/ext/jersey2/ext/hk2-api-2.2.0-b21.jar
-%%DATADIR%%/enterprise/modules/ext/jersey2/ext/hk2-locator-2.2.0-b21.jar
-%%DATADIR%%/enterprise/modules/ext/jersey2/ext/hk2-utils-2.2.0-b21.jar
-%%DATADIR%%/enterprise/modules/ext/jersey2/ext/javax.annotation-api-1.2.jar
-%%DATADIR%%/enterprise/modules/ext/jersey2/ext/javax.inject-2.2.0-b21.jar
-%%DATADIR%%/enterprise/modules/ext/jersey2/ext/javax.servlet-api-3.0.1.jar
-%%DATADIR%%/enterprise/modules/ext/jersey2/ext/jaxb-api-2.2.7.jar
-%%DATADIR%%/enterprise/modules/ext/jersey2/ext/jersey-entity-filtering-2.5.1.jar
-%%DATADIR%%/enterprise/modules/ext/jersey2/ext/jersey-media-moxy-2.5.1.jar
-%%DATADIR%%/enterprise/modules/ext/jersey2/ext/org.osgi.core-4.2.0.jar
-%%DATADIR%%/enterprise/modules/ext/jersey2/ext/osgi-resource-locator-1.0.1.jar
-%%DATADIR%%/enterprise/modules/ext/jersey2/ext/persistence-api-1.0.jar
-%%DATADIR%%/enterprise/modules/ext/jersey2/ext/validation-api-1.1.0.Final.jar
-%%DATADIR%%/enterprise/modules/ext/jersey2/jersey-client.jar
-%%DATADIR%%/enterprise/modules/ext/jersey2/jersey-common.jar
-%%DATADIR%%/enterprise/modules/ext/jersey2/jersey-container-servlet-core.jar
-%%DATADIR%%/enterprise/modules/ext/jersey2/jersey-container-servlet.jar
-%%DATADIR%%/enterprise/modules/ext/jersey2/jersey-server.jar
-%%DATADIR%%/enterprise/modules/ext/jsf-1_2/LICENSE-APACHE.txt
-%%DATADIR%%/enterprise/modules/ext/jsf-1_2/LICENSE.TXT
-%%DATADIR%%/enterprise/modules/ext/jsf-1_2/THIRDPARTYLICENSEREADME.txt
-%%DATADIR%%/enterprise/modules/ext/jsf-1_2/commons-beanutils.jar
-%%DATADIR%%/enterprise/modules/ext/jsf-1_2/commons-collections.jar
-%%DATADIR%%/enterprise/modules/ext/jsf-1_2/commons-digester.jar
-%%DATADIR%%/enterprise/modules/ext/jsf-1_2/commons-logging.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/jsr88javax.jar
-%%DATADIR%%/enterprise/modules/ext/jstl-api.jar
-%%DATADIR%%/enterprise/modules/ext/jstl-impl.jar
-%%DATADIR%%/enterprise/modules/ext/locale/org-netbeans-modules-web-httpmonitor_ja.jar
-%%DATADIR%%/enterprise/modules/ext/locale/org-netbeans-modules-web-httpmonitor_pt_BR.jar
-%%DATADIR%%/enterprise/modules/ext/locale/org-netbeans-modules-web-httpmonitor_ru.jar
-%%DATADIR%%/enterprise/modules/ext/locale/org-netbeans-modules-web-httpmonitor_zh_CN.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/org-netbeans-modules-web-httpmonitor.jar
-%%DATADIR%%/enterprise/modules/ext/primefaces/primefaces-5.0.jar
-%%DATADIR%%/enterprise/modules/ext/servlet3.1-jsp2.3-api.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/locale/org-netbeans-api-web-webmodule_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-api-web-webmodule_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-api-web-webmodule_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-api-web-webmodule_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-libs-amazon_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-libs-amazon_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-libs-amazon_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-libs-amazon_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-libs-commons_fileupload_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-libs-commons_fileupload_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-libs-commons_fileupload_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-libs-commons_fileupload_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-libs-elimpl_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-libs-elimpl_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-libs-elimpl_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-libs-elimpl_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-libs-glassfish_logging_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-libs-glassfish_logging_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-libs-glassfish_logging_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-libs-glassfish_logging_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-libs-jstl_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-libs-jstl_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-libs-jstl_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-libs-jstl_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-apisupport-restsample_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-apisupport-restsample_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-apisupport-restsample_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-apisupport-restsample_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-cloud-amazon_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-cloud-amazon_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-cloud-amazon_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-cloud-amazon_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-cloud-common_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-cloud-common_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-cloud-common_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-cloud-common_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-el-lexer_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-el-lexer_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-el-lexer_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-el-lexer_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-glassfish-common_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-glassfish-common_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-glassfish-common_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-glassfish-common_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-glassfish-eecommon_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-glassfish-eecommon_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-glassfish-eecommon_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-glassfish-eecommon_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-glassfish-javaee_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-glassfish-javaee_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-glassfish-javaee_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-glassfish-javaee_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-glassfish-tooling_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-glassfish-tooling_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-glassfish-tooling_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-glassfish-tooling_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-hibernateweb_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-hibernateweb_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-hibernateweb_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-hibernateweb_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-ant_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-ant_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-ant_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-ant_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-api-ejbmodule_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-api-ejbmodule_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-api-ejbmodule_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-api-ejbmodule_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-clientproject_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-clientproject_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-clientproject_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-clientproject_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-common_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-common_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-common_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-common_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-core_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-core_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-core_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-core_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-dd-webservice_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-dd-webservice_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-dd-webservice_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-dd-webservice_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-dd_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-dd_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-dd_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-dd_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-ddloaders_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-ddloaders_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-ddloaders_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-ddloaders_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-earproject_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-earproject_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-earproject_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-earproject_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-ejbcore_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-ejbcore_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-ejbcore_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-ejbcore_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-ejbjarproject_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-ejbjarproject_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-ejbjarproject_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-ejbjarproject_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-ejbrefactoring_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-ejbrefactoring_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-ejbrefactoring_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-ejbrefactoring_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-ejbverification_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-ejbverification_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-ejbverification_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-ejbverification_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-genericserver_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-genericserver_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-genericserver_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-genericserver_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-jboss4_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-jboss4_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-jboss4_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-jboss4_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-kit_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-kit_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-kit_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-kit_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-platform_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-platform_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-platform_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-platform_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-samples_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-samples_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-samples_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-samples_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-sun-appsrv_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-sun-appsrv_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-sun-appsrv_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-sun-appsrv_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-sun-dd_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-sun-dd_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-sun-dd_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-sun-dd_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-sun-ddui_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-sun-ddui_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-sun-ddui_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-sun-ddui_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-weblogic9_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-weblogic9_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-weblogic9_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-weblogic9_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2eeapis_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2eeapis_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2eeapis_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2eeapis_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2eeserver_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2eeserver_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2eeserver_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2eeserver_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-javaee-api_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-javaee-api_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-javaee-api_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-javaee-api_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-javaee-beanvalidation_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-javaee-beanvalidation_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-javaee-beanvalidation_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-javaee-beanvalidation_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-javaee-project_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-javaee-project_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-javaee-project_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-javaee-project_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-javaee-resources_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-javaee-resources_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-javaee-resources_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-javaee-resources_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-javaee-specs-support_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-javaee-specs-support_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-javaee-specs-support_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-javaee-specs-support_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-javaee-wildfly_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-javaee-wildfly_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-javaee-wildfly_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-javaee-wildfly_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-javaee7-api_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-javaee7-api_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-javaee7-api_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-javaee7-api_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-jellytools-enterprise_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-jellytools-enterprise_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-jellytools-enterprise_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-jellytools-enterprise_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-jsp-lexer_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-jsp-lexer_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-jsp-lexer_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-jsp-lexer_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-ko4j-debugging_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-ko4j-debugging_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-ko4j-debugging_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-ko4j-debugging_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-maven-j2ee_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-maven-j2ee_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-maven-j2ee_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-maven-j2ee_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-maven-jaxws_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-maven-jaxws_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-maven-jaxws_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-maven-jaxws_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-maven-samples_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-maven-samples_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-maven-samples_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-maven-samples_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-performance-javaee_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-performance-javaee_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-performance-javaee_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-performance-javaee_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-performance-scripting_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-performance-scripting_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-performance-scripting_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-performance-scripting_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-performance-web_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-performance-web_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-performance-web_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-performance-web_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-profiler-j2ee_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-profiler-j2ee_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-profiler-j2ee_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-profiler-j2ee_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-projectimport-eclipse-web_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-projectimport-eclipse-web_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-projectimport-eclipse-web_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-projectimport-eclipse-web_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-servletjspapi_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-servletjspapi_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-servletjspapi_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-servletjspapi_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-spring-webmvc_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-spring-webmvc_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-spring-webmvc_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-spring-webmvc_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-tomcat5_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-tomcat5_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-tomcat5_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-tomcat5_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-beans_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-beans_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-beans_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-beans_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-client-rest_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-client-rest_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-client-rest_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-client-rest_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-core-syntax_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-core-syntax_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-core-syntax_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-core-syntax_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-core_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-core_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-core_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-core_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-debug_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-debug_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-debug_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-debug_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-el_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-el_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-el_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-el_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-freeform_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-freeform_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-freeform_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-freeform_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsf-editor_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsf-editor_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsf-editor_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsf-editor_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsf-icefaces_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsf-icefaces_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsf-icefaces_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsf-icefaces_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsf-kit_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsf-kit_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsf-kit_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsf-kit_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsf-navigation_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsf-navigation_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsf-navigation_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsf-navigation_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsf-richfaces_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsf-richfaces_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsf-richfaces_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsf-richfaces_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsf12_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsf12_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsf12_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsf12_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsf12ri_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsf12ri_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsf12ri_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsf12ri_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsf20_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsf20_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsf20_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsf20_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsf_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsf_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsf_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsf_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsfapi_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsfapi_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsfapi_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsfapi_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jspparser_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jspparser_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jspparser_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jspparser_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-kit_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-kit_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-kit_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-kit_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-monitor_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-monitor_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-monitor_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-monitor_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-primefaces_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-primefaces_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-primefaces_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-primefaces_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-project_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-project_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-project_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-project_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-refactoring_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-refactoring_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-refactoring_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-refactoring_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-struts_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-struts_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-struts_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-struts_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-weblogic-common_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-weblogic-common_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-weblogic-common_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-weblogic-common_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websocket_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websocket_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websocket_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websocket_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-clientapi_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-clientapi_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-clientapi_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-clientapi_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-core_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-core_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-core_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-core_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-customization_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-customization_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-customization_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-customization_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-design_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-design_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-design_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-design_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-editor-hints_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-editor-hints_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-editor-hints_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-editor-hints_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-jaxws-lightapi_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-jaxws-lightapi_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-jaxws-lightapi_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-jaxws-lightapi_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-jaxwsapi_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-jaxwsapi_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-jaxwsapi_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-jaxwsapi_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-jaxwsmodel_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-jaxwsmodel_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-jaxwsmodel_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-jaxwsmodel_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-kit_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-kit_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-kit_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-kit_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-manager_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-manager_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-manager_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-manager_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-metro-lib_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-metro-lib_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-metro-lib_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-metro-lib_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-metro-model_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-metro-model_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-metro-model_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-metro-model_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-metro-samples_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-metro-samples_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-metro-samples_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-metro-samples_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-owsm_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-owsm_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-owsm_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-owsm_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-projectapi_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-projectapi_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-projectapi_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-projectapi_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-rest-samples_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-rest-samples_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-rest-samples_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-rest-samples_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-rest_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-rest_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-rest_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-rest_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-restapi_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-restapi_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-restapi_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-restapi_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-restkit_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-restkit_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-restkit_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-restkit_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-restlib_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-restlib_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-restlib_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-restlib_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-saas-codegen-j2ee_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-saas-codegen-j2ee_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-saas-codegen-j2ee_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-saas-codegen-j2ee_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-utilities_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-utilities_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-utilities_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-utilities_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-websvcapi_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-websvcapi_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-websvcapi_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-websvcapi_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-wsitconf_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-wsitconf_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-wsitconf_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-wsitconf_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-wsitmodelext_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-wsitmodelext_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-wsitmodelext_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-wsitmodelext_zh_CN.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-wsstackapi_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-wsstackapi_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-wsstackapi_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-wsstackapi_zh_CN.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-glassfish_logging.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-libs-jstl.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-apisupport-restsample.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-cloud-amazon.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-cloud-common.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-el-lexer.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-glassfish-common.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-glassfish-eecommon.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-glassfish-javaee.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-glassfish-tooling.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-hibernateweb.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-j2ee-ant.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-j2ee-api-ejbmodule.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-j2ee-clientproject.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-j2ee-common.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-j2ee-core.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-j2ee-dd-webservice.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-j2ee-dd.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-j2ee-ddloaders.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-j2ee-earproject.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-j2ee-ejbcore.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-j2ee-ejbjarproject.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-j2ee-ejbrefactoring.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-j2ee-ejbverification.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-j2ee-genericserver.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-j2ee-jboss4.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-j2ee-kit.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-j2ee-platform.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-j2ee-samples.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-j2ee-sun-appsrv.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-j2ee-sun-dd.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-j2ee-sun-ddui.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-j2ee-weblogic9.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-j2eeapis.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-j2eeserver.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-javaee-api.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-javaee-beanvalidation.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-javaee-project.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-javaee-resources.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-javaee-specs-support.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-javaee-wildfly.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-javaee7-api.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-jellytools-enterprise.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-jsp-lexer.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-ko4j-debugging.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-maven-j2ee.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-maven-jaxws.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-maven-samples.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-performance-javaee.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-performance-scripting.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-performance-web.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-profiler-j2ee.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-projectimport-eclipse-web.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-servletjspapi.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-spring-webmvc.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-tomcat5.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-web-beans.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-web-client-rest.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-web-core-syntax.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-web-core.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-web-debug.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-web-el.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-web-freeform.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-web-jsf-editor.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-web-jsf-icefaces.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-web-jsf-kit.jar
-%%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
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-web-kit.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-web-monitor.jar
-%%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
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-websvc-core.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-websvc-customization.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-websvc-design.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-websvc-editor-hints.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-websvc-jaxws-lightapi.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-websvc-jaxwsapi.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-websvc-jaxwsmodel.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-websvc-kit.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-websvc-manager.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-websvc-metro-lib.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-websvc-metro-model.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-websvc-metro-samples.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-websvc-owsm.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-websvc-projectapi.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-websvc-rest-samples.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-websvc-rest.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-websvc-restapi.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-websvc-restkit.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-websvc-restlib.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-websvc-saas-codegen-j2ee.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-websvc-utilities.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-websvc-websvcapi.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-websvc-wsitconf.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-websvc-wsitmodelext.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-websvc-wsstackapi.jar
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-api-web-webmodule.xml
-%%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-glassfish_logging.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-libs-jstl.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-apisupport-restsample.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-cloud-amazon.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-cloud-common.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-el-lexer.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-glassfish-common.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-glassfish-eecommon.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-glassfish-javaee.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-glassfish-tooling.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-hibernateweb.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-j2ee-ant.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-j2ee-api-ejbmodule.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-j2ee-clientproject.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-j2ee-common.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-j2ee-core.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-j2ee-dd-webservice.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-j2ee-dd.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-j2ee-ddloaders.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-j2ee-earproject.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-j2ee-ejbcore.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-j2ee-ejbjarproject.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-j2ee-ejbrefactoring.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-j2ee-ejbverification.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-j2ee-genericserver.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-j2ee-jboss4.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-j2ee-kit.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-j2ee-platform.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-j2ee-samples.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-j2ee-sun-appsrv.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-j2ee-sun-dd.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-j2ee-sun-ddui.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-j2ee-weblogic9.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-javaee-api.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-javaee-beanvalidation.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-javaee-project.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-javaee-resources.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-javaee-specs-support.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-javaee-wildfly.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-javaee7-api.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-jellytools-enterprise.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-jsp-lexer.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-ko4j-debugging.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-maven-j2ee.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-maven-jaxws.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-maven-samples.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-performance-javaee.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-performance-scripting.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-performance-web.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-profiler-j2ee.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-projectimport-eclipse-web.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-servletjspapi.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-spring-webmvc.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-tomcat5.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-web-beans.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-web-client-rest.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-web-core-syntax.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-web-core.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-web-debug.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-web-el.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-web-freeform.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-web-jsf-editor.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-web-jsf-icefaces.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-web-jsf-kit.xml
-%%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
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-web-kit.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-web-monitor.xml
-%%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
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-websvc-core.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-websvc-customization.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-websvc-design.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-websvc-editor-hints.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-websvc-jaxws-lightapi.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-websvc-jaxwsapi.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-websvc-jaxwsmodel.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-websvc-kit.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-websvc-manager.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-websvc-metro-lib.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-websvc-metro-model.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-websvc-metro-samples.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-websvc-owsm.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-websvc-projectapi.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-websvc-rest-samples.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-websvc-rest.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-websvc-restapi.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-websvc-restkit.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-websvc-restlib.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-websvc-saas-codegen-j2ee.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-websvc-utilities.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-websvc-websvcapi.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-websvc-wsitconf.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-websvc-wsitmodelext.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-websvc-wsstackapi.xml
%%DATADIR%%/ergonomics/.lastModified
%%DATADIR%%/ergonomics/config/Modules/org-apache-tools-ant-module.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-api-mobility.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-libs-jstl.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-ant-browsetask.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-ant-debugger.xml
%%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-crudsample.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-apisupport-feedreader.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-osgidemo.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-apisupport-paintapp.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-apisupport-project.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-apisupport-restsample.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-apisupport-wizards.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-beans.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cloud-amazon.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cloud-common.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-analysis-api.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-analysis-impl.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-antlr.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-api-model.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-apt.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-asm.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-callgraph.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-classview.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-cncppunit.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-completion.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-debugger-common2.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-debugger-gdb2.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-discovery.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-dwarfdiscovery.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-dwarfdump.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-editor.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-gotodeclaration.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-highlight.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-indexing.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-kit.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-makeproject-ui.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-makeproject.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-model-jclank-bridge.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-modeldiscovery.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-modelui.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-modelutil.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-navigation.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-qnavigator.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-refactoring.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-remote-projectui.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-remote-ui.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-repository-api.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-script.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-search.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-simpleunit.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-source.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-testrunner.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-toolchain-ui.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-ui.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-utils-ui.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-utils.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cordova-platforms-android.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cordova-platforms-ios.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cordova.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-dbschema.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-debugger-jpda-js.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-debugger-jpda-jsui.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-debugger-jpda-kit.xml
+%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-debugger-jpda-truffle.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-debugger-jpda-ui.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-debugger-jpda-visual.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-dlight-kit.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-dlight-sendto.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-extbrowser-chrome.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-findbugs-installer.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-form-kit.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-form.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-git-remote-cli.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-git-remote.xml
-%%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-groovy-antproject.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-groovy-editor.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-groovy-grails.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-groovy-grailsproject.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-groovy-gsp.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-groovy-kit.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-groovy-refactoring.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-groovy-samples.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-groovy-support.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-hibernate.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-html-angular.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-html-knockout.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-html-ojet.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-i18n.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-ide-ergonomics.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-ant.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-clientproject.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-common.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-ddloaders.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-earproject.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-eclipselinkmodelgen.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-ejbcore.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-ejbjarproject.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-ejbrefactoring.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-ejbverification.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-genericserver.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-jboss4.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-jpa-refactoring.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-jpa-verification.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-kit.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-metadata-model-support.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-metadata.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-persistence-kit.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-persistence.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-persistenceapi.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-platform.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-samples.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-j2ee-weblogic9.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-j2me-common-ant.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-j2me-keystore.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-j2me-kit.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-j2me-project.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-java-debug.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-java-editor-lib.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-java-editor.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-java-examples.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-java-freeform.xml
+%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-java-graph.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-java-hints-declarative.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-java-hints-ui.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-java-hints.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-java-j2sedeploy.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-java-j2seembedded.xml
+%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-java-j2semodule.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-java-j2seplatform.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-java-j2seprofiles.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-java-j2seproject.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-java-kit.xml
+%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-java-module-graph.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-java-navigation.xml
+%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-java-openjdk-project.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-java-source-ant.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-java-source.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-java-sourceui.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-javacard-apdufile.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-javacard-console.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-javacard-kit.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-javacard-oberthur.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-javacard-platform-ui.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-javacard-project.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-javacard-ri-bundle.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-javacard-ri-platform.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-javadoc.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-javaee-api.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-javaee-beanvalidation.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-javaee-injection.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-javaee-project.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-javaee-wildfly.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-javaee7-api.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-javafx2-editor.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-javafx2-kit.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-javafx2-platform.xml
@@ -1715,14 +119,12 @@ bin/%%DATADIR%%
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-javascript-jstestdriver.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-javascript-karma.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-javascript-nodejs.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-javascript2-editor.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-javascript2-extdoc.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-javascript2-extjs.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-javascript2-jade.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-javascript2-jquery.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-javascript2-jsdoc.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-javascript2-kit.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-javascript2-knockout.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-javascript2-nodejs.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-javascript2-prototypejs.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-javascript2-react.xml
@@ -1741,11 +143,6 @@ bin/%%DATADIR%%
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-maven-refactoring.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-maven-repository.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-maven.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-mercurial-remote.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-mobility-cldcplatform.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-mobility-databindingme.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-mobility-licensing.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-mobility-project-ant.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-nashorn-execution.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-options-java.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-performance-ergonomics.xml
@@ -1762,7 +159,6 @@ bin/%%DATADIR%%
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-php-nette-tester.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-php-nette2.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-php-phing.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-php-phpdoc-documentation.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-php-phpdoc.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-php-phpunit.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-php-project.xml
@@ -1783,81 +179,20 @@ bin/%%DATADIR%%
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-projectimport-eclipse-core.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-refactoring-java.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-spring-beans.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-spring-webmvc.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-subversion-remote.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-tomcat5.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-web-beans.xml
+%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-timers.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-web-client-kit.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-web-client-rest.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-web-client-samples.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-web-clientproject.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-web-core-syntax.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-web-core.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-web-debug.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-web-el.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-web-freeform.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-web-inspect.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-web-javascript-debugger.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-web-jsf-editor.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-web-jsf-icefaces.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-web-jsf-kit.xml
-%%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
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-web-monitor.xml
-%%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
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-websvc-core.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-websvc-customization.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-websvc-design.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-websvc-editor-hints.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-websvc-jaxwsapi.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-websvc-jaxwsmodel.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-websvc-jaxwsmodelapi.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-websvc-kit.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-websvc-manager.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-websvc-metro-lib.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-websvc-metro-samples.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-websvc-owsm.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-websvc-projectapi.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-websvc-rest-samples.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-websvc-restkit.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-websvc-saas-api.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-websvc-saas-codegen-j2ee.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-websvc-saas-codegen.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-websvc-saas-kit.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-websvc-saas-services-amazon.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-websvc-saas-services-delicious.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-websvc-saas-services-flickr.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-websvc-saas-services-google.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-websvc-saas-services-strikeiron.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-websvc-saas-services-weatherbug.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-websvc-saas-services-zillow.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-websvc-saas-services-zvents.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-websvc-saas-ui.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-websvc-websvcapi.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-websvc-wsitconf.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-websvc-wsstackapi.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-xml-jaxb.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-xml-tools-java.xml
-%%DATADIR%%/ergonomics/modules/locale/org-netbeans-modules-ide-ergonomics_ja.jar
-%%DATADIR%%/ergonomics/modules/locale/org-netbeans-modules-ide-ergonomics_pt_BR.jar
-%%DATADIR%%/ergonomics/modules/locale/org-netbeans-modules-ide-ergonomics_ru.jar
-%%DATADIR%%/ergonomics/modules/locale/org-netbeans-modules-ide-ergonomics_zh_CN.jar
-%%DATADIR%%/ergonomics/modules/locale/org-netbeans-modules-performance-ergonomics_ja.jar
-%%DATADIR%%/ergonomics/modules/locale/org-netbeans-modules-performance-ergonomics_pt_BR.jar
-%%DATADIR%%/ergonomics/modules/locale/org-netbeans-modules-performance-ergonomics_ru.jar
-%%DATADIR%%/ergonomics/modules/locale/org-netbeans-modules-performance-ergonomics_zh_CN.jar
%%DATADIR%%/ergonomics/modules/org-netbeans-modules-ide-ergonomics.jar
%%DATADIR%%/ergonomics/modules/org-netbeans-modules-performance-ergonomics.jar
%%DATADIR%%/ergonomics/update_tracking/org-netbeans-modules-ide-ergonomics.xml
@@ -1917,22 +252,11 @@ bin/%%DATADIR%%
%%DATADIR%%/extide/ant/lib/ant-netrexx.jar
%%DATADIR%%/extide/ant/lib/ant-swing.jar
%%DATADIR%%/extide/ant/lib/ant-testutil.jar
+%%DATADIR%%/extide/ant/lib/ant-xz.jar
%%DATADIR%%/extide/ant/lib/ant.jar
%%DATADIR%%/extide/ant/nblib/bridge.jar
-%%DATADIR%%/extide/ant/nblib/locale/bridge_ja.jar
-%%DATADIR%%/extide/ant/nblib/locale/bridge_pt_BR.jar
-%%DATADIR%%/extide/ant/nblib/locale/bridge_ru.jar
-%%DATADIR%%/extide/ant/nblib/locale/bridge_zh_CN.jar
%%DATADIR%%/extide/config/Modules/org-apache-tools-ant-module.xml
%%DATADIR%%/extide/config/Modules/org-netbeans-modules-options-java.xml
-%%DATADIR%%/extide/modules/locale/org-apache-tools-ant-module_ja.jar
-%%DATADIR%%/extide/modules/locale/org-apache-tools-ant-module_pt_BR.jar
-%%DATADIR%%/extide/modules/locale/org-apache-tools-ant-module_ru.jar
-%%DATADIR%%/extide/modules/locale/org-apache-tools-ant-module_zh_CN.jar
-%%DATADIR%%/extide/modules/locale/org-netbeans-modules-options-java_ja.jar
-%%DATADIR%%/extide/modules/locale/org-netbeans-modules-options-java_pt_BR.jar
-%%DATADIR%%/extide/modules/locale/org-netbeans-modules-options-java_ru.jar
-%%DATADIR%%/extide/modules/locale/org-netbeans-modules-options-java_zh_CN.jar
%%DATADIR%%/extide/modules/org-apache-tools-ant-module.jar
%%DATADIR%%/extide/modules/org-netbeans-modules-options-java.jar
%%DATADIR%%/extide/update_tracking/org-apache-tools-ant-module.xml
@@ -1941,8 +265,6 @@ bin/%%DATADIR%%
%%DATADIR%%/groovy/VERSION.txt
%%DATADIR%%/groovy/config/Modules/org-netbeans-modules-groovy-antproject.xml
%%DATADIR%%/groovy/config/Modules/org-netbeans-modules-groovy-editor.xml
-%%DATADIR%%/groovy/config/Modules/org-netbeans-modules-groovy-grails.xml
-%%DATADIR%%/groovy/config/Modules/org-netbeans-modules-groovy-grailsproject.xml
%%DATADIR%%/groovy/config/Modules/org-netbeans-modules-groovy-gsp.xml
%%DATADIR%%/groovy/config/Modules/org-netbeans-modules-groovy-kit.xml
%%DATADIR%%/groovy/config/Modules/org-netbeans-modules-groovy-refactoring.xml
@@ -1950,55 +272,10 @@ bin/%%DATADIR%%
%%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-all.jar
-%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-groovy-antproject_ja.jar
-%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-groovy-antproject_pt_BR.jar
-%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-groovy-antproject_ru.jar
-%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-groovy-antproject_zh_CN.jar
-%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-groovy-editor_ja.jar
-%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-groovy-editor_pt_BR.jar
-%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-groovy-editor_ru.jar
-%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-groovy-editor_zh_CN.jar
-%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-groovy-grails_ja.jar
-%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-groovy-grails_pt_BR.jar
-%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-groovy-grails_ru.jar
-%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-groovy-grails_zh_CN.jar
-%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-groovy-grailsproject_ja.jar
-%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-groovy-grailsproject_pt_BR.jar
-%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-groovy-grailsproject_ru.jar
-%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-groovy-grailsproject_zh_CN.jar
-%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-groovy-gsp_ja.jar
-%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-groovy-gsp_pt_BR.jar
-%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-groovy-gsp_ru.jar
-%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-groovy-gsp_zh_CN.jar
-%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-groovy-kit_ja.jar
-%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-groovy-kit_pt_BR.jar
-%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-groovy-kit_ru.jar
-%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-groovy-kit_zh_CN.jar
-%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-groovy-refactoring_ja.jar
-%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-groovy-refactoring_pt_BR.jar
-%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-groovy-refactoring_ru.jar
-%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-groovy-refactoring_zh_CN.jar
-%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-groovy-samples_ja.jar
-%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-groovy-samples_pt_BR.jar
-%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-groovy-samples_ru.jar
-%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-groovy-samples_zh_CN.jar
-%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-groovy-support_ja.jar
-%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-groovy-support_pt_BR.jar
-%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-groovy-support_ru.jar
-%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-groovy-support_zh_CN.jar
-%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-libs-groovy_ja.jar
-%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-libs-groovy_pt_BR.jar
-%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-libs-groovy_ru.jar
-%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-libs-groovy_zh_CN.jar
-%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-maven-groovy_ja.jar
-%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-maven-groovy_pt_BR.jar
-%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-maven-groovy_ru.jar
-%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-maven-groovy_zh_CN.jar
+%%DATADIR%%/groovy/modules/ext/groovy-ant.jar
+%%DATADIR%%/groovy/modules/ext/groovy.jar
%%DATADIR%%/groovy/modules/org-netbeans-modules-groovy-antproject.jar
%%DATADIR%%/groovy/modules/org-netbeans-modules-groovy-editor.jar
-%%DATADIR%%/groovy/modules/org-netbeans-modules-groovy-grails.jar
-%%DATADIR%%/groovy/modules/org-netbeans-modules-groovy-grailsproject.jar
%%DATADIR%%/groovy/modules/org-netbeans-modules-groovy-gsp.jar
%%DATADIR%%/groovy/modules/org-netbeans-modules-groovy-kit.jar
%%DATADIR%%/groovy/modules/org-netbeans-modules-groovy-refactoring.jar
@@ -2008,8 +285,6 @@ bin/%%DATADIR%%
%%DATADIR%%/groovy/modules/org-netbeans-modules-maven-groovy.jar
%%DATADIR%%/groovy/update_tracking/org-netbeans-modules-groovy-antproject.xml
%%DATADIR%%/groovy/update_tracking/org-netbeans-modules-groovy-editor.xml
-%%DATADIR%%/groovy/update_tracking/org-netbeans-modules-groovy-grails.xml
-%%DATADIR%%/groovy/update_tracking/org-netbeans-modules-groovy-grailsproject.xml
%%DATADIR%%/groovy/update_tracking/org-netbeans-modules-groovy-gsp.xml
%%DATADIR%%/groovy/update_tracking/org-netbeans-modules-groovy-kit.xml
%%DATADIR%%/groovy/update_tracking/org-netbeans-modules-groovy-refactoring.xml
@@ -2020,7 +295,6 @@ bin/%%DATADIR%%
%%DATADIR%%/harness/.lastModified
%%DATADIR%%/harness/README
%%DATADIR%%/harness/antlib/bindex-2.2.jar
-%%DATADIR%%/harness/antlib/jsearch-2.0_05.jar
%%DATADIR%%/harness/build.xml
%%DATADIR%%/harness/common.xml
%%DATADIR%%/harness/config/Modules/org-netbeans-insane.xml
@@ -2038,48 +312,15 @@ bin/%%DATADIR%%
%%DATADIR%%/harness/jdk.xml
%%DATADIR%%/harness/jnlp.xml
%%DATADIR%%/harness/jnlp/jnlp-launcher.jar
-%%DATADIR%%/harness/jnlp/jnlp-servlet.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/locale/nbi-engine_ja.jar
-%%DATADIR%%/harness/modules/ext/locale/nbi-engine_pt_BR.jar
-%%DATADIR%%/harness/modules/ext/locale/nbi-engine_ru.jar
-%%DATADIR%%/harness/modules/ext/locale/nbi-engine_zh_CN.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/locale/org-netbeans-insane_ja.jar
-%%DATADIR%%/harness/modules/locale/org-netbeans-insane_pt_BR.jar
-%%DATADIR%%/harness/modules/locale/org-netbeans-insane_ru.jar
-%%DATADIR%%/harness/modules/locale/org-netbeans-insane_zh_CN.jar
-%%DATADIR%%/harness/modules/locale/org-netbeans-libs-nbi-ant_ja.jar
-%%DATADIR%%/harness/modules/locale/org-netbeans-libs-nbi-ant_pt_BR.jar
-%%DATADIR%%/harness/modules/locale/org-netbeans-libs-nbi-ant_ru.jar
-%%DATADIR%%/harness/modules/locale/org-netbeans-libs-nbi-ant_zh_CN.jar
-%%DATADIR%%/harness/modules/locale/org-netbeans-libs-nbi-engine_ja.jar
-%%DATADIR%%/harness/modules/locale/org-netbeans-libs-nbi-engine_pt_BR.jar
-%%DATADIR%%/harness/modules/locale/org-netbeans-libs-nbi-engine_ru.jar
-%%DATADIR%%/harness/modules/locale/org-netbeans-libs-nbi-engine_zh_CN.jar
-%%DATADIR%%/harness/modules/locale/org-netbeans-modules-apisupport-harness_ja.jar
-%%DATADIR%%/harness/modules/locale/org-netbeans-modules-apisupport-harness_pt_BR.jar
-%%DATADIR%%/harness/modules/locale/org-netbeans-modules-apisupport-harness_ru.jar
-%%DATADIR%%/harness/modules/locale/org-netbeans-modules-apisupport-harness_zh_CN.jar
-%%DATADIR%%/harness/modules/locale/org-netbeans-modules-jellytools-platform_ja.jar
-%%DATADIR%%/harness/modules/locale/org-netbeans-modules-jellytools-platform_pt_BR.jar
-%%DATADIR%%/harness/modules/locale/org-netbeans-modules-jellytools-platform_ru.jar
-%%DATADIR%%/harness/modules/locale/org-netbeans-modules-jellytools-platform_zh_CN.jar
-%%DATADIR%%/harness/modules/locale/org-netbeans-modules-jemmy_ja.jar
-%%DATADIR%%/harness/modules/locale/org-netbeans-modules-jemmy_pt_BR.jar
-%%DATADIR%%/harness/modules/locale/org-netbeans-modules-jemmy_ru.jar
-%%DATADIR%%/harness/modules/locale/org-netbeans-modules-jemmy_zh_CN.jar
-%%DATADIR%%/harness/modules/locale/org-netbeans-modules-nbjunit_ja.jar
-%%DATADIR%%/harness/modules/locale/org-netbeans-modules-nbjunit_pt_BR.jar
-%%DATADIR%%/harness/modules/locale/org-netbeans-modules-nbjunit_ru.jar
-%%DATADIR%%/harness/modules/locale/org-netbeans-modules-nbjunit_zh_CN.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
@@ -2251,7 +492,9 @@ bin/%%DATADIR%%
%%DATADIR%%/ide/config/ModuleAutoDeps/org-netbeans-modules-projectapi.xml
%%DATADIR%%/ide/config/ModuleAutoDeps/org-netbeans-modules-projectuiapi.xml
%%DATADIR%%/ide/config/ModuleAutoDeps/org-netbeans-modules-xml-catalog.xml
+%%DATADIR%%/ide/config/ModuleAutoDeps/org-netbeans-modules-xml-text.xml
%%DATADIR%%/ide/config/ModuleAutoDeps/org-netbeans-spi-palette.xml
+%%DATADIR%%/ide/config/Modules/com-google-gson.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
@@ -2310,9 +553,7 @@ bin/%%DATADIR%%
%%DATADIR%%/ide/config/Modules/org-netbeans-libs-lucene.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-libs-smack.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-libs-svnClientAdapter-javahl.xml
-%%DATADIR%%/ide/config/Modules/org-netbeans-libs-svnClientAdapter-svnkit.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-libs-svnClientAdapter.xml
-%%DATADIR%%/ide/config/Modules/org-netbeans-libs-swingx.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-libs-xerces.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-modules-bugtracking-bridge.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-modules-bugtracking-commons.xml
@@ -2415,6 +656,7 @@ bin/%%DATADIR%%
%%DATADIR%%/ide/config/Modules/org-netbeans-modules-lexer.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-modules-localhistory.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-modules-localtasks.xml
+%%DATADIR%%/ide/config/Modules/org-netbeans-modules-lsp-client.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-modules-mercurial.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-modules-mylyn-util.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-modules-notifications.xml
@@ -2490,6 +732,7 @@ bin/%%DATADIR%%
%%DATADIR%%/ide/config/Modules/org-netbeans-modules-xml-schema-completion.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-modules-xml-schema-model.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-modules-xml-tax.xml
+%%DATADIR%%/ide/config/Modules/org-netbeans-modules-xml-text-obsolete90.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-modules-xml-text.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-modules-xml-tools.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-modules-xml-wsdl-model.xml
@@ -2510,8 +753,9 @@ bin/%%DATADIR%%
%%DATADIR%%/ide/docs/css3-spec.zip
%%DATADIR%%/ide/docs/html-4.01.zip
%%DATADIR%%/ide/docs/html5doc.zip
-%%DATADIR%%/ide/docs/jaxb-api-doc.zip
+%%DATADIR%%/ide/docs/jaxb-api-2.2.5-javadoc.jar
%%DATADIR%%/ide/docs/org/netbeans/modules/usersguide/ide.css
+%%DATADIR%%/ide/modules/com-google-gson.jar
%%DATADIR%%/ide/modules/com-google-guava.jar
%%DATADIR%%/ide/modules/com-googlecode-javaewah-JavaEWAH.jar
%%DATADIR%%/ide/modules/com-jcraft-jsch.jar
@@ -2519,17 +763,19 @@ bin/%%DATADIR%%
%%DATADIR%%/ide/modules/dict/dictionary_en.description
%%DATADIR%%/ide/modules/dict/dictionary_en_GB.description
%%DATADIR%%/ide/modules/dict/dictionary_en_US.description
-%%DATADIR%%/ide/modules/dict/ispell-enwl-3.1.20.zip
+%%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/antlr-runtime-3.4.jar
-%%DATADIR%%/ide/modules/ext/antlr-runtime-4.5.3.jar
-%%DATADIR%%/ide/modules/ext/bytelist-0.1.jar
+%%DATADIR%%/ide/modules/ext/antlr4-runtime-4.5.3.jar
+%%DATADIR%%/ide/modules/ext/bytelist-1.0.15.jar
%%DATADIR%%/ide/modules/ext/commons-compress-1.8.1.jar
-%%DATADIR%%/ide/modules/ext/commons-net-3.3.jar
+%%DATADIR%%/ide/modules/ext/commons-net-3.6.jar
%%DATADIR%%/ide/modules/ext/ddl.jar
%%DATADIR%%/ide/modules/ext/derbysampledb.zip
%%DATADIR%%/ide/modules/ext/freemarker-2.3.19.jar
+%%DATADIR%%/ide/modules/ext/generated-wsdl-xsd-2004.08.24.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
@@ -2537,939 +783,43 @@ bin/%%DATADIR%%
%%DATADIR%%/ide/modules/ext/isorelax.jar
%%DATADIR%%/ide/modules/ext/jaxb/activation.jar
%%DATADIR%%/ide/modules/ext/jaxb/api/jaxb-api.jar
-%%DATADIR%%/ide/modules/ext/jaxb/api/jsr173_1.0_api.jar
-%%DATADIR%%/ide/modules/ext/jaxb/jaxb-impl.jar
-%%DATADIR%%/ide/modules/ext/jaxb/jaxb-xjc.jar
-%%DATADIR%%/ide/modules/ext/jaxb/jaxb1-impl.jar
+%%DATADIR%%/ide/modules/ext/jaxb/jaxb-impl-2.2.5-2.jar
+%%DATADIR%%/ide/modules/ext/jaxb/jaxb-xjc-2.2.5-2.jar
+%%DATADIR%%/ide/modules/ext/jaxb/jaxb1-impl-2.2.5-2.jar
+%%DATADIR%%/ide/modules/ext/jcodings-1.0.18.jar
%%DATADIR%%/ide/modules/ext/jing.jar
%%DATADIR%%/ide/modules/ext/jsch-agentproxy-core.jar
%%DATADIR%%/ide/modules/ext/jsch-agentproxy-pageant.jar
%%DATADIR%%/ide/modules/ext/jsch-agentproxy-sshagent.jar
%%DATADIR%%/ide/modules/ext/jsch-agentproxy-usocket-jna.jar
%%DATADIR%%/ide/modules/ext/json-simple-1.1.1.jar
-%%DATADIR%%/ide/modules/ext/jvyamlb-0.2.7.jar
+%%DATADIR%%/ide/modules/ext/jvyamlb-0.2.6.jar
%%DATADIR%%/ide/modules/ext/libpam4j-1.1.jar
-%%DATADIR%%/ide/modules/ext/locale/ValidationAPI_ja.jar
-%%DATADIR%%/ide/modules/ext/locale/ValidationAPI_pt_BR.jar
-%%DATADIR%%/ide/modules/ext/locale/ValidationAPI_ru.jar
-%%DATADIR%%/ide/modules/ext/locale/ValidationAPI_zh_CN.jar
-%%DATADIR%%/ide/modules/ext/locale/ddl_ja.jar
-%%DATADIR%%/ide/modules/ext/locale/ddl_pt_BR.jar
-%%DATADIR%%/ide/modules/ext/locale/ddl_ru.jar
-%%DATADIR%%/ide/modules/ext/locale/ddl_zh_CN.jar
-%%DATADIR%%/ide/modules/ext/locale/org-netbeans-tax_ja.jar
-%%DATADIR%%/ide/modules/ext/locale/org-netbeans-tax_pt_BR.jar
-%%DATADIR%%/ide/modules/ext/locale/org-netbeans-tax_ru.jar
-%%DATADIR%%/ide/modules/ext/locale/org-netbeans-tax_zh_CN.jar
%%DATADIR%%/ide/modules/ext/log4j-1.2.15.jar
%%DATADIR%%/ide/modules/ext/lucene-core-3.5.0.jar
-%%DATADIR%%/ide/modules/ext/mysql-connector-java-5.1.23-bin.jar
%%DATADIR%%/ide/modules/ext/org-netbeans-tax.jar
-%%DATADIR%%/ide/modules/ext/postgresql-9.4.1209.jar
+%%DATADIR%%/ide/modules/ext/org.eclipse.lsp4j-0.4.1.jar
+%%DATADIR%%/ide/modules/ext/org.eclipse.lsp4j.generator-0.4.1.jar
+%%DATADIR%%/ide/modules/ext/org.eclipse.lsp4j.jsonrpc-0.4.1.jar
+%%DATADIR%%/ide/modules/ext/org.eclipse.xtend.lib-2.14.0.jar
+%%DATADIR%%/ide/modules/ext/org.eclipse.xtend.lib.macro-2.14.0.jar
+%%DATADIR%%/ide/modules/ext/org.eclipse.xtext.xbase.lib-2.14.0.jar
+%%DATADIR%%/ide/modules/ext/postgresql-42.2.5.jar
%%DATADIR%%/ide/modules/ext/processtreekiller-1.0.7.jar
%%DATADIR%%/ide/modules/ext/resolver-1.2.jar
%%DATADIR%%/ide/modules/ext/saxon9B.jar
%%DATADIR%%/ide/modules/ext/servlet-2.2.jar
%%DATADIR%%/ide/modules/ext/smack.jar
%%DATADIR%%/ide/modules/ext/smackx.jar
-%%DATADIR%%/ide/modules/ext/sqljet.jar
%%DATADIR%%/ide/modules/ext/svnClientAdapter-javahl.jar
%%DATADIR%%/ide/modules/ext/svnClientAdapter-main.jar
-%%DATADIR%%/ide/modules/ext/svnClientAdapter-svnkit.jar
%%DATADIR%%/ide/modules/ext/svnjavahl.jar
-%%DATADIR%%/ide/modules/ext/svnkit.jar
-%%DATADIR%%/ide/modules/ext/swingx-all-1.6.4.jar
-%%DATADIR%%/ide/modules/ext/trilead.ssh2.jar
%%DATADIR%%/ide/modules/ext/validator.jar
%%DATADIR%%/ide/modules/ext/webserver.jar
-%%DATADIR%%/ide/modules/ext/winp-1.14-patched.jar
+%%DATADIR%%/ide/modules/ext/winp-1.26.jar
%%DATADIR%%/ide/modules/ext/xerces-2.8.0.jar
%%DATADIR%%/ide/modules/lib/extbrowser.dll
%%DATADIR%%/ide/modules/lib/extbrowser64.dll
-%%DATADIR%%/ide/modules/locale/org-apache-xml-resolver_ja.jar
-%%DATADIR%%/ide/modules/locale/org-apache-xml-resolver_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-apache-xml-resolver_ru.jar
-%%DATADIR%%/ide/modules/locale/org-apache-xml-resolver_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-api-debugger_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-api-debugger_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-api-debugger_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-api-debugger_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-api-java-classpath_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-api-java-classpath_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-api-java-classpath_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-api-java-classpath_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-api-xml-ui_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-api-xml-ui_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-api-xml-ui_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-api-xml-ui_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-api-xml_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-api-xml_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-api-xml_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-api-xml_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-core-browser-webview_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-core-browser-webview_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-core-browser-webview_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-core-browser-webview_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-core-browser_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-core-browser_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-core-browser_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-core-browser_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-core-ide_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-core-ide_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-core-ide_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-core-ide_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-core-multitabs-project_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-core-multitabs-project_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-core-multitabs-project_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-core-multitabs-project_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-lib-terminalemulator_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-lib-terminalemulator_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-lib-terminalemulator_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-lib-terminalemulator_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-antlr3-runtime_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-antlr3-runtime_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-antlr3-runtime_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-antlr3-runtime_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-antlr4-runtime_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-antlr4-runtime_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-antlr4-runtime_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-antlr4-runtime_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-bytelist_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-bytelist_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-bytelist_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-bytelist_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-commons_compress_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-commons_compress_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-commons_compress_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-commons_compress_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-commons_net_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-commons_net_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-commons_net_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-commons_net_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-freemarker_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-freemarker_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-freemarker_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-freemarker_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-git_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-git_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-git_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-git_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-ini4j_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-ini4j_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-ini4j_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-ini4j_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-jaxb_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-jaxb_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-jaxb_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-jaxb_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-jsch-agentproxy_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-jsch-agentproxy_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-jsch-agentproxy_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-jsch-agentproxy_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-json_simple_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-json_simple_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-json_simple_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-json_simple_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-jvyamlb_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-jvyamlb_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-jvyamlb_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-jvyamlb_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-lucene_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-lucene_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-lucene_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-lucene_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-smack_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-smack_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-smack_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-smack_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-svnClientAdapter-javahl_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-svnClientAdapter-javahl_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-svnClientAdapter-javahl_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-svnClientAdapter-javahl_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-svnClientAdapter-svnkit_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-svnClientAdapter-svnkit_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-svnClientAdapter-svnkit_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-svnClientAdapter-svnkit_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-svnClientAdapter_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-svnClientAdapter_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-svnClientAdapter_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-svnClientAdapter_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-swingx_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-swingx_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-swingx_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-swingx_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-xerces_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-xerces_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-xerces_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-xerces_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-bugtracking-bridge_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-bugtracking-bridge_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-bugtracking-bridge_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-bugtracking-bridge_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-bugtracking-commons_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-bugtracking-commons_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-bugtracking-commons_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-bugtracking-commons_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-bugtracking_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-bugtracking_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-bugtracking_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-bugtracking_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-bugzilla_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-bugzilla_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-bugzilla_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-bugzilla_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-code-analysis_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-code-analysis_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-code-analysis_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-code-analysis_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-csl-api_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-csl-api_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-csl-api_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-csl-api_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-csl-types_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-csl-types_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-csl-types_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-csl-types_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-css-editor_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-css-editor_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-css-editor_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-css-editor_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-css-lib_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-css-lib_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-css-lib_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-css-lib_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-css-model_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-css-model_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-css-model_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-css-model_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-css-prep_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-css-prep_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-css-prep_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-css-prep_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-css-visual_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-css-visual_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-css-visual_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-css-visual_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-db-core_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-db-core_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-db-core_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-db-core_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-db-dataview_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-db-dataview_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-db-dataview_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-db-dataview_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-db-drivers_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-db-drivers_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-db-drivers_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-db-drivers_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-db-kit_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-db-kit_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-db-kit_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-db-kit_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-db-metadata-model_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-db-metadata-model_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-db-metadata-model_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-db-metadata-model_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-db-mysql_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-db-mysql_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-db-mysql_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-db-mysql_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-db-sql-editor_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-db-sql-editor_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-db-sql-editor_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-db-sql-editor_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-db-sql-visualeditor_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-db-sql-visualeditor_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-db-sql-visualeditor_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-db-sql-visualeditor_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-db_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-db_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-db_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-db_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-dbapi_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-dbapi_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-dbapi_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-dbapi_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-defaults_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-defaults_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-defaults_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-defaults_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-derby_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-derby_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-derby_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-derby_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-diff_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-diff_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-diff_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-diff_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-dlight-nativeexecution-nb_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-dlight-nativeexecution-nb_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-dlight-nativeexecution-nb_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-dlight-nativeexecution-nb_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-dlight-nativeexecution_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-dlight-nativeexecution_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-dlight-nativeexecution_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-dlight-nativeexecution_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-dlight-terminal_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-dlight-terminal_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-dlight-terminal_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-dlight-terminal_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-docker-api_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-docker-api_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-docker-api_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-docker-api_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-docker-editor_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-docker-editor_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-docker-editor_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-docker-editor_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-docker-ui_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-docker-ui_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-docker-ui_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-docker-ui_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-actions_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-actions_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-actions_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-actions_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-bookmarks_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-bookmarks_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-bookmarks_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-bookmarks_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-bracesmatching_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-bracesmatching_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-bracesmatching_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-bracesmatching_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-breadcrumbs_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-breadcrumbs_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-breadcrumbs_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-breadcrumbs_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-codetemplates_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-codetemplates_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-codetemplates_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-codetemplates_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-completion_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-completion_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-completion_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-completion_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-deprecated-pre65formatting_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-deprecated-pre65formatting_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-deprecated-pre65formatting_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-deprecated-pre65formatting_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-document_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-document_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-document_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-document_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-errorstripe-api_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-errorstripe-api_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-errorstripe-api_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-errorstripe-api_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-errorstripe_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-errorstripe_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-errorstripe_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-errorstripe_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-fold-nbui_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-fold-nbui_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-fold-nbui_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-fold-nbui_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-fold_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-fold_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-fold_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-fold_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-global-format_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-global-format_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-global-format_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-global-format_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-guards_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-guards_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-guards_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-guards_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-indent-project_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-indent-project_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-indent-project_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-indent-project_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-indent-support_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-indent-support_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-indent-support_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-indent-support_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-indent_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-indent_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-indent_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-indent_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-kit_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-kit_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-kit_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-kit_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-lib2_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-lib2_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-lib2_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-lib2_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-lib_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-lib_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-lib_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-lib_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-macros_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-macros_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-macros_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-macros_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-plain-lib_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-plain-lib_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-plain-lib_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-plain-lib_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-plain_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-plain_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-plain_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-plain_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-search_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-search_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-search_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-search_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-settings-lib_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-settings-lib_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-settings-lib_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-settings-lib_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-settings-storage_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-settings-storage_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-settings-storage_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-settings-storage_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-settings_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-settings_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-settings_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-settings_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-structure_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-structure_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-structure_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-structure_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-tools-storage_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-tools-storage_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-tools-storage_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-tools-storage_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-util_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-util_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-util_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-util_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-extbrowser_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-extbrowser_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-extbrowser_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-extbrowser_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-extexecution-base_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-extexecution-base_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-extexecution-base_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-extexecution-base_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-extexecution-impl_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-extexecution-impl_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-extexecution-impl_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-extexecution-impl_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-extexecution-process-jdk9_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-extexecution-process-jdk9_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-extexecution-process-jdk9_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-extexecution-process-jdk9_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-extexecution-process_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-extexecution-process_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-extexecution-process_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-extexecution-process_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-extexecution_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-extexecution_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-extexecution_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-extexecution_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-git_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-git_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-git_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-git_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-gototest_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-gototest_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-gototest_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-gototest_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-gsf-codecoverage_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-gsf-codecoverage_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-gsf-codecoverage_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-gsf-codecoverage_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-gsf-testrunner-ui_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-gsf-testrunner-ui_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-gsf-testrunner-ui_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-gsf-testrunner-ui_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-gsf-testrunner_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-gsf-testrunner_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-gsf-testrunner_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-gsf-testrunner_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-html-custom_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-html-custom_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-html-custom_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-html-custom_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-html-editor-lib_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-html-editor-lib_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-html-editor-lib_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-html-editor-lib_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-html-editor_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-html-editor_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-html-editor_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-html-editor_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-html-lexer_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-html-lexer_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-html-lexer_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-html-lexer_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-html-parser_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-html-parser_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-html-parser_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-html-parser_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-html-validation_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-html-validation_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-html-validation_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-html-validation_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-html_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-html_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-html_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-html_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-httpserver_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-httpserver_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-httpserver_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-httpserver_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-hudson-git_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-hudson-git_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-hudson-git_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-hudson-git_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-hudson-mercurial_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-hudson-mercurial_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-hudson-mercurial_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-hudson-mercurial_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-hudson-subversion_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-hudson-subversion_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-hudson-subversion_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-hudson-subversion_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-hudson-tasklist_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-hudson-tasklist_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-hudson-tasklist_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-hudson-tasklist_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-hudson-ui_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-hudson-ui_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-hudson-ui_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-hudson-ui_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-hudson_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-hudson_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-hudson_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-hudson_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-ide-kit_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-ide-kit_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-ide-kit_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-ide-kit_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-image_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-image_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-image_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-image_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-javascript2-debug-ui_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-javascript2-debug-ui_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-javascript2-debug-ui_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-javascript2-debug-ui_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-javascript2-debug_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-javascript2-debug_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-javascript2-debug_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-javascript2-debug_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-jellytools-ide_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-jellytools-ide_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-jellytools-ide_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-jellytools-ide_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-jumpto_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-jumpto_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-jumpto_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-jumpto_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-languages-diff_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-languages-diff_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-languages-diff_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-languages-diff_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-languages-manifest_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-languages-manifest_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-languages-manifest_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-languages-manifest_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-languages-yaml_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-languages-yaml_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-languages-yaml_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-languages-yaml_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-languages_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-languages_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-languages_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-languages_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-lexer-nbbridge_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-lexer-nbbridge_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-lexer-nbbridge_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-lexer-nbbridge_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-lexer_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-lexer_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-lexer_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-lexer_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-localhistory_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-localhistory_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-localhistory_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-localhistory_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-localtasks_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-localtasks_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-localtasks_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-localtasks_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-mercurial_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-mercurial_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-mercurial_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-mercurial_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-mylyn-util_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-mylyn-util_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-mylyn-util_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-mylyn-util_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-notifications_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-notifications_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-notifications_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-notifications_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-options-editor_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-options-editor_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-options-editor_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-options-editor_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-parsing-api_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-parsing-api_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-parsing-api_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-parsing-api_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-parsing-indexing_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-parsing-indexing_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-parsing-indexing_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-parsing-indexing_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-parsing-lucene_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-parsing-lucene_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-parsing-lucene_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-parsing-lucene_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-parsing-nb_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-parsing-nb_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-parsing-nb_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-parsing-nb_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-parsing-ui_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-parsing-ui_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-parsing-ui_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-parsing-ui_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-print-editor_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-print-editor_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-print-editor_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-print-editor_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-project-ant-compat8_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-project-ant-compat8_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-project-ant-compat8_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-project-ant-compat8_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-project-ant-ui_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-project-ant-ui_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-project-ant-ui_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-project-ant-ui_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-project-ant_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-project-ant_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-project-ant_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-project-ant_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-project-indexingbridge_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-project-indexingbridge_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-project-indexingbridge_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-project-indexingbridge_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-project-libraries-ui_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-project-libraries-ui_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-project-libraries-ui_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-project-libraries-ui_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-project-libraries_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-project-libraries_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-project-libraries_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-project-libraries_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-project-spi-intern-impl_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-project-spi-intern-impl_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-project-spi-intern-impl_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-project-spi-intern-impl_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-project-spi-intern_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-project-spi-intern_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-project-spi-intern_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-project-spi-intern_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-projectapi-nb_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-projectapi-nb_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-projectapi-nb_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-projectapi-nb_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-projectapi_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-projectapi_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-projectapi_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-projectapi_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-projectui-buildmenu_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-projectui-buildmenu_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-projectui-buildmenu_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-projectui-buildmenu_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-projectui_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-projectui_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-projectui_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-projectui_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-projectuiapi-base_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-projectuiapi-base_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-projectuiapi-base_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-projectuiapi-base_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-projectuiapi_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-projectuiapi_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-projectuiapi_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-projectuiapi_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-properties-syntax_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-properties-syntax_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-properties-syntax_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-properties-syntax_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-properties_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-properties_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-properties_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-properties_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-refactoring-api_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-refactoring-api_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-refactoring-api_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-refactoring-api_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-schema2beans_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-schema2beans_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-schema2beans_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-schema2beans_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-selenium2-server_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-selenium2-server_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-selenium2-server_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-selenium2-server_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-selenium2_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-selenium2_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-selenium2_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-selenium2_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-server_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-server_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-server_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-server_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-servletapi_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-servletapi_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-servletapi_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-servletapi_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-spellchecker-apimodule_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-spellchecker-apimodule_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-spellchecker-apimodule_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-spellchecker-apimodule_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-spellchecker-bindings-htmlxml_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-spellchecker-bindings-htmlxml_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-spellchecker-bindings-htmlxml_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-spellchecker-bindings-htmlxml_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-spellchecker-bindings-properties_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-spellchecker-bindings-properties_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-spellchecker-bindings-properties_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-spellchecker-bindings-properties_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-spellchecker-dictionary_en_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-spellchecker-dictionary_en_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-spellchecker-dictionary_en_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-spellchecker-dictionary_en_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-spellchecker-kit_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-spellchecker-kit_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-spellchecker-kit_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-spellchecker-kit_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-spellchecker_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-spellchecker_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-spellchecker_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-spellchecker_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-subversion_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-subversion_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-subversion_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-subversion_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-swing-validation_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-swing-validation_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-swing-validation_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-swing-validation_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-target-iterator_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-target-iterator_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-target-iterator_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-target-iterator_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-tasklist-kit_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-tasklist-kit_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-tasklist-kit_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-tasklist-kit_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-tasklist-projectint_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-tasklist-projectint_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-tasklist-projectint_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-tasklist-projectint_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-tasklist-todo_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-tasklist-todo_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-tasklist-todo_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-tasklist-todo_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-tasklist-ui_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-tasklist-ui_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-tasklist-ui_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-tasklist-ui_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-team-commons_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-team-commons_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-team-commons_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-team-commons_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-team-ide_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-team-ide_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-team-ide_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-team-ide_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-terminal-nb_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-terminal-nb_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-terminal-nb_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-terminal-nb_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-terminal_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-terminal_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-terminal_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-terminal_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-usersguide_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-usersguide_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-usersguide_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-usersguide_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-utilities-project_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-utilities-project_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-utilities-project_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-utilities-project_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-utilities_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-utilities_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-utilities_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-utilities_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-versioning-core_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-versioning-core_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-versioning-core_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-versioning-core_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-versioning-indexingbridge_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-versioning-indexingbridge_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-versioning-indexingbridge_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-versioning-indexingbridge_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-versioning-masterfs_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-versioning-masterfs_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-versioning-masterfs_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-versioning-masterfs_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-versioning-system-cvss-installer_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-versioning-system-cvss-installer_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-versioning-system-cvss-installer_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-versioning-system-cvss-installer_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-versioning-ui_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-versioning-ui_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-versioning-ui_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-versioning-ui_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-versioning-util_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-versioning-util_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-versioning-util_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-versioning-util_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-versioning_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-versioning_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-versioning_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-versioning_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-web-browser-api_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-web-browser-api_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-web-browser-api_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-web-browser-api_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-web-common-ui_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-web-common-ui_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-web-common-ui_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-web-common-ui_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-web-common_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-web-common_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-web-common_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-web-common_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-web-indent_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-web-indent_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-web-indent_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-web-indent_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-web-webkit-debugging_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-web-webkit-debugging_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-web-webkit-debugging_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-web-webkit-debugging_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-axi_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-axi_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-axi_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-axi_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-catalog-ui_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-catalog-ui_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-catalog-ui_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-catalog-ui_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-catalog_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-catalog_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-catalog_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-catalog_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-core_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-core_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-core_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-core_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-jaxb-api_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-jaxb-api_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-jaxb-api_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-jaxb-api_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-lexer_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-lexer_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-lexer_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-lexer_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-multiview_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-multiview_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-multiview_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-multiview_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-retriever_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-retriever_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-retriever_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-retriever_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-schema-completion_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-schema-completion_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-schema-completion_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-schema-completion_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-schema-model_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-schema-model_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-schema-model_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-schema-model_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-tax_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-tax_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-tax_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-tax_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-text_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-text_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-text_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-text_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-tools_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-tools_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-tools_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-tools_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-wsdl-model_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-wsdl-model_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-wsdl-model_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-wsdl-model_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-xam_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-xam_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-xam_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-xam_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-xdm_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-xdm_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-xdm_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-xdm_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xsl_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xsl_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xsl_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xsl_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-spi-debugger-ui_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-spi-debugger-ui_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-spi-debugger-ui_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-spi-debugger-ui_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-spi-editor-hints-projects_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-spi-editor-hints-projects_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-spi-editor-hints-projects_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-spi-editor-hints-projects_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-spi-editor-hints_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-spi-editor-hints_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-spi-editor-hints_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-spi-editor-hints_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-spi-navigator_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-spi-navigator_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-spi-navigator_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-spi-navigator_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-spi-palette_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-spi-palette_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-spi-palette_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-spi-palette_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-spi-tasklist_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-spi-tasklist_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-spi-tasklist_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-spi-tasklist_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-spi-viewmodel_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-spi-viewmodel_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-spi-viewmodel_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-spi-viewmodel_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-swing-dirchooser_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-swing-dirchooser_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-swing-dirchooser_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-swing-dirchooser_zh_CN.jar
-%%DATADIR%%/ide/modules/locale/org-openidex-util_ja.jar
-%%DATADIR%%/ide/modules/locale/org-openidex-util_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-openidex-util_ru.jar
-%%DATADIR%%/ide/modules/locale/org-openidex-util_zh_CN.jar
%%DATADIR%%/ide/modules/org-apache-commons-codec.jar
%%DATADIR%%/ide/modules/org-apache-commons-httpclient.jar
%%DATADIR%%/ide/modules/org-apache-commons-io.jar
@@ -3524,9 +874,7 @@ bin/%%DATADIR%%
%%DATADIR%%/ide/modules/org-netbeans-libs-lucene.jar
%%DATADIR%%/ide/modules/org-netbeans-libs-smack.jar
%%DATADIR%%/ide/modules/org-netbeans-libs-svnClientAdapter-javahl.jar
-%%DATADIR%%/ide/modules/org-netbeans-libs-svnClientAdapter-svnkit.jar
%%DATADIR%%/ide/modules/org-netbeans-libs-svnClientAdapter.jar
-%%DATADIR%%/ide/modules/org-netbeans-libs-swingx.jar
%%DATADIR%%/ide/modules/org-netbeans-libs-xerces.jar
%%DATADIR%%/ide/modules/org-netbeans-modules-bugtracking-bridge.jar
%%DATADIR%%/ide/modules/org-netbeans-modules-bugtracking-commons.jar
@@ -3629,6 +977,7 @@ bin/%%DATADIR%%
%%DATADIR%%/ide/modules/org-netbeans-modules-lexer.jar
%%DATADIR%%/ide/modules/org-netbeans-modules-localhistory.jar
%%DATADIR%%/ide/modules/org-netbeans-modules-localtasks.jar
+%%DATADIR%%/ide/modules/org-netbeans-modules-lsp-client.jar
%%DATADIR%%/ide/modules/org-netbeans-modules-mercurial.jar
%%DATADIR%%/ide/modules/org-netbeans-modules-mylyn-util.jar
%%DATADIR%%/ide/modules/org-netbeans-modules-notifications.jar
@@ -3704,6 +1053,7 @@ bin/%%DATADIR%%
%%DATADIR%%/ide/modules/org-netbeans-modules-xml-schema-completion.jar
%%DATADIR%%/ide/modules/org-netbeans-modules-xml-schema-model.jar
%%DATADIR%%/ide/modules/org-netbeans-modules-xml-tax.jar
+%%DATADIR%%/ide/modules/org-netbeans-modules-xml-text-obsolete90.jar
%%DATADIR%%/ide/modules/org-netbeans-modules-xml-text.jar
%%DATADIR%%/ide/modules/org-netbeans-modules-xml-tools.jar
%%DATADIR%%/ide/modules/org-netbeans-modules-xml-wsdl-model.jar
@@ -3720,6 +1070,7 @@ bin/%%DATADIR%%
%%DATADIR%%/ide/modules/org-netbeans-spi-viewmodel.jar
%%DATADIR%%/ide/modules/org-netbeans-swing-dirchooser.jar
%%DATADIR%%/ide/modules/org-openidex-util.jar
+%%DATADIR%%/ide/update_tracking/com-google-gson.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
@@ -3778,9 +1129,7 @@ bin/%%DATADIR%%
%%DATADIR%%/ide/update_tracking/org-netbeans-libs-lucene.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-libs-smack.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-libs-svnClientAdapter-javahl.xml
-%%DATADIR%%/ide/update_tracking/org-netbeans-libs-svnClientAdapter-svnkit.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-libs-svnClientAdapter.xml
-%%DATADIR%%/ide/update_tracking/org-netbeans-libs-swingx.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-libs-xerces.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-modules-bugtracking-bridge.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-modules-bugtracking-commons.xml
@@ -3883,6 +1232,7 @@ bin/%%DATADIR%%
%%DATADIR%%/ide/update_tracking/org-netbeans-modules-lexer.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-modules-localhistory.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-modules-localtasks.xml
+%%DATADIR%%/ide/update_tracking/org-netbeans-modules-lsp-client.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-modules-mercurial.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-modules-mylyn-util.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-modules-notifications.xml
@@ -3958,6 +1308,7 @@ bin/%%DATADIR%%
%%DATADIR%%/ide/update_tracking/org-netbeans-modules-xml-schema-completion.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-modules-xml-schema-model.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-modules-xml-tax.xml
+%%DATADIR%%/ide/update_tracking/org-netbeans-modules-xml-text-obsolete90.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-modules-xml-text.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-modules-xml-tools.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-modules-xml-wsdl-model.xml
@@ -3987,14 +1338,17 @@ bin/%%DATADIR%%
%%DATADIR%%/java/config/ModuleAutoDeps/org-netbeans-modules-java-platform.xml
%%DATADIR%%/java/config/ModuleAutoDeps/org-netbeans-modules-java-project.xml
%%DATADIR%%/java/config/ModuleAutoDeps/org-netbeans-modules-java-source.xml
-%%DATADIR%%/java/config/Modules/org-jdesktop-beansbinding.xml
%%DATADIR%%/java/config/Modules/org-netbeans-api-debugger-jpda.xml
%%DATADIR%%/java/config/Modules/org-netbeans-api-java.xml
%%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-javacimpl.xml
+%%DATADIR%%/java/config/Modules/org-netbeans-libs-jshell-compile.xml
%%DATADIR%%/java/config/Modules/org-netbeans-libs-springframework.xml
%%DATADIR%%/java/config/Modules/org-netbeans-modules-ant-browsetask.xml
%%DATADIR%%/java/config/Modules/org-netbeans-modules-ant-debugger.xml
@@ -4010,18 +1364,17 @@ bin/%%DATADIR%%
%%DATADIR%%/java/config/Modules/org-netbeans-modules-debugger-jpda-kit.xml
%%DATADIR%%/java/config/Modules/org-netbeans-modules-debugger-jpda-projects.xml
%%DATADIR%%/java/config/Modules/org-netbeans-modules-debugger-jpda-projectsui.xml
+%%DATADIR%%/java/config/Modules/org-netbeans-modules-debugger-jpda-truffle.xml
+%%DATADIR%%/java/config/Modules/org-netbeans-modules-debugger-jpda-trufflenode.xml
%%DATADIR%%/java/config/Modules/org-netbeans-modules-debugger-jpda-ui.xml
%%DATADIR%%/java/config/Modules/org-netbeans-modules-debugger-jpda-visual.xml
%%DATADIR%%/java/config/Modules/org-netbeans-modules-debugger-jpda.xml
+%%DATADIR%%/java/config/Modules/org-netbeans-modules-editor-htmlui.xml
%%DATADIR%%/java/config/Modules/org-netbeans-modules-findbugs-installer.xml
-%%DATADIR%%/java/config/Modules/org-netbeans-modules-form-binding.xml
-%%DATADIR%%/java/config/Modules/org-netbeans-modules-form-j2ee.xml
%%DATADIR%%/java/config/Modules/org-netbeans-modules-form-kit.xml
%%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-hibernate.xml
-%%DATADIR%%/java/config/Modules/org-netbeans-modules-hibernate4lib.xml
%%DATADIR%%/java/config/Modules/org-netbeans-modules-hudson-ant.xml
%%DATADIR%%/java/config/Modules/org-netbeans-modules-hudson-maven.xml
%%DATADIR%%/java/config/Modules/org-netbeans-modules-i18n-form.xml
@@ -4044,6 +1397,7 @@ bin/%%DATADIR%%
%%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-freeform.xml
+%%DATADIR%%/java/config/Modules/org-netbeans-modules-java-graph.xml
%%DATADIR%%/java/config/Modules/org-netbeans-modules-java-guards.xml
%%DATADIR%%/java/config/Modules/org-netbeans-modules-java-hints-declarative-test.xml
%%DATADIR%%/java/config/Modules/org-netbeans-modules-java-hints-declarative.xml
@@ -4053,13 +1407,16 @@ bin/%%DATADIR%%
%%DATADIR%%/java/config/Modules/org-netbeans-modules-java-hints.xml
%%DATADIR%%/java/config/Modules/org-netbeans-modules-java-j2sedeploy.xml
%%DATADIR%%/java/config/Modules/org-netbeans-modules-java-j2seembedded.xml
+%%DATADIR%%/java/config/Modules/org-netbeans-modules-java-j2semodule.xml
%%DATADIR%%/java/config/Modules/org-netbeans-modules-java-j2seplatform.xml
%%DATADIR%%/java/config/Modules/org-netbeans-modules-java-j2seprofiles.xml
%%DATADIR%%/java/config/Modules/org-netbeans-modules-java-j2seproject.xml
%%DATADIR%%/java/config/Modules/org-netbeans-modules-java-kit.xml
%%DATADIR%%/java/config/Modules/org-netbeans-modules-java-lexer.xml
%%DATADIR%%/java/config/Modules/org-netbeans-modules-java-metrics.xml
+%%DATADIR%%/java/config/Modules/org-netbeans-modules-java-module-graph.xml
%%DATADIR%%/java/config/Modules/org-netbeans-modules-java-navigation.xml
+%%DATADIR%%/java/config/Modules/org-netbeans-modules-java-openjdk-project.xml
%%DATADIR%%/java/config/Modules/org-netbeans-modules-java-platform-ui.xml
%%DATADIR%%/java/config/Modules/org-netbeans-modules-java-platform.xml
%%DATADIR%%/java/config/Modules/org-netbeans-modules-java-preprocessorbridge.xml
@@ -4068,6 +1425,7 @@ bin/%%DATADIR%%
%%DATADIR%%/java/config/Modules/org-netbeans-modules-java-source-ant.xml
%%DATADIR%%/java/config/Modules/org-netbeans-modules-java-source-base.xml
%%DATADIR%%/java/config/Modules/org-netbeans-modules-java-source-compat8.xml
+%%DATADIR%%/java/config/Modules/org-netbeans-modules-java-source-nbjavac.xml
%%DATADIR%%/java/config/Modules/org-netbeans-modules-java-source-queries.xml
%%DATADIR%%/java/config/Modules/org-netbeans-modules-java-source-queriesimpl.xml
%%DATADIR%%/java/config/Modules/org-netbeans-modules-java-source.xml
@@ -4079,6 +1437,7 @@ bin/%%DATADIR%%
%%DATADIR%%/java/config/Modules/org-netbeans-modules-javaee-injection.xml
%%DATADIR%%/java/config/Modules/org-netbeans-modules-javawebstart.xml
%%DATADIR%%/java/config/Modules/org-netbeans-modules-jellytools-java.xml
+%%DATADIR%%/java/config/Modules/org-netbeans-modules-jshell-support.xml
%%DATADIR%%/java/config/Modules/org-netbeans-modules-junit-ant-ui.xml
%%DATADIR%%/java/config/Modules/org-netbeans-modules-junit-ant.xml
%%DATADIR%%/java/config/Modules/org-netbeans-modules-junit-ui.xml
@@ -4089,6 +1448,7 @@ bin/%%DATADIR%%
%%DATADIR%%/java/config/Modules/org-netbeans-modules-maven-grammar.xml
%%DATADIR%%/java/config/Modules/org-netbeans-modules-maven-graph.xml
%%DATADIR%%/java/config/Modules/org-netbeans-modules-maven-hints.xml
+%%DATADIR%%/java/config/Modules/org-netbeans-modules-maven-htmlui.xml
%%DATADIR%%/java/config/Modules/org-netbeans-modules-maven-indexer-ui.xml
%%DATADIR%%/java/config/Modules/org-netbeans-modules-maven-indexer.xml
%%DATADIR%%/java/config/Modules/org-netbeans-modules-maven-junit-ui.xml
@@ -4124,83 +1484,109 @@ bin/%%DATADIR%%
%%DATADIR%%/java/config/Modules/org-netbeans-modules-xml-tools-java.xml
%%DATADIR%%/java/config/Modules/org-netbeans-spi-debugger-jpda-ui.xml
%%DATADIR%%/java/config/Modules/org-netbeans-spi-java-hints.xml
-%%DATADIR%%/java/docs/beansbinding-1.2.1-doc.zip
%%DATADIR%%/java/docs/jaxws-api-doc.zip
%%DATADIR%%/java/maven-nblib/netbeans-cos.jar
%%DATADIR%%/java/maven-nblib/netbeans-eventspy.jar
-%%DATADIR%%/java/maven/LICENSE.txt
-%%DATADIR%%/java/maven/NOTICE.txt
+%%DATADIR%%/java/maven/LICENSE
+%%DATADIR%%/java/maven/NOTICE
%%DATADIR%%/java/maven/README.txt
%%DATADIR%%/java/maven/bin/m2.conf
%%DATADIR%%/java/maven/bin/mvn
-%%DATADIR%%/java/maven/bin/mvn.bat
+%%DATADIR%%/java/maven/bin/mvn.cmd
%%DATADIR%%/java/maven/bin/mvnDebug
-%%DATADIR%%/java/maven/bin/mvnDebug.bat
+%%DATADIR%%/java/maven/bin/mvnDebug.cmd
%%DATADIR%%/java/maven/bin/mvnyjp
-%%DATADIR%%/java/maven/boot/plexus-classworlds-2.4.jar
+%%DATADIR%%/java/maven/boot/plexus-classworlds-2.5.2.jar
+%%DATADIR%%/java/maven/conf/logging/simplelogger.properties
%%DATADIR%%/java/maven/conf/settings.xml
-%%DATADIR%%/java/maven/lib/aether-api-1.13.1.jar
-%%DATADIR%%/java/maven/lib/aether-connector-wagon-1.13.1.jar
-%%DATADIR%%/java/maven/lib/aether-impl-1.13.1.jar
-%%DATADIR%%/java/maven/lib/aether-spi-1.13.1.jar
-%%DATADIR%%/java/maven/lib/aether-util-1.13.1.jar
+%%DATADIR%%/java/maven/conf/toolchains.xml
+%%DATADIR%%/java/maven/lib/aether-api-1.0.2.v20150114.jar
+%%DATADIR%%/java/maven/lib/aether-api.license
+%%DATADIR%%/java/maven/lib/aether-connector-basic-1.0.2.v20150114.jar
+%%DATADIR%%/java/maven/lib/aether-connector-basic.license
+%%DATADIR%%/java/maven/lib/aether-impl-1.0.2.v20150114.jar
+%%DATADIR%%/java/maven/lib/aether-impl.license
+%%DATADIR%%/java/maven/lib/aether-spi-1.0.2.v20150114.jar
+%%DATADIR%%/java/maven/lib/aether-spi.license
+%%DATADIR%%/java/maven/lib/aether-transport-wagon-1.0.2.v20150114.jar
+%%DATADIR%%/java/maven/lib/aether-transport-wagon.license
+%%DATADIR%%/java/maven/lib/aether-util-1.0.2.v20150114.jar
+%%DATADIR%%/java/maven/lib/aether-util.license
+%%DATADIR%%/java/maven/lib/aopalliance-1.0.jar
+%%DATADIR%%/java/maven/lib/cdi-api-1.0.jar
+%%DATADIR%%/java/maven/lib/cdi-api.license
%%DATADIR%%/java/maven/lib/commons-cli-1.2.jar
+%%DATADIR%%/java/maven/lib/commons-io-2.2.jar
+%%DATADIR%%/java/maven/lib/commons-lang-2.6.jar
+%%DATADIR%%/java/maven/lib/commons-lang3-3.4.jar
+%%DATADIR%%/java/maven/lib/commons-lang3.license
%%DATADIR%%/java/maven/lib/ext/README.txt
-%%DATADIR%%/java/maven/lib/maven-aether-provider-3.0.5.jar
-%%DATADIR%%/java/maven/lib/maven-artifact-3.0.5.jar
-%%DATADIR%%/java/maven/lib/maven-compat-3.0.5.jar
-%%DATADIR%%/java/maven/lib/maven-core-3.0.5.jar
-%%DATADIR%%/java/maven/lib/maven-embedder-3.0.5.jar
-%%DATADIR%%/java/maven/lib/maven-model-3.0.5.jar
-%%DATADIR%%/java/maven/lib/maven-model-builder-3.0.5.jar
-%%DATADIR%%/java/maven/lib/maven-plugin-api-3.0.5.jar
-%%DATADIR%%/java/maven/lib/maven-repository-metadata-3.0.5.jar
-%%DATADIR%%/java/maven/lib/maven-settings-3.0.5.jar
-%%DATADIR%%/java/maven/lib/maven-settings-builder-3.0.5.jar
+%%DATADIR%%/java/maven/lib/guava-18.0.jar
+%%DATADIR%%/java/maven/lib/guice-4.0-no_aop.jar
+%%DATADIR%%/java/maven/lib/javax.inject-1.jar
+%%DATADIR%%/java/maven/lib/jsoup-1.7.2.jar
+%%DATADIR%%/java/maven/lib/jsoup.license
+%%DATADIR%%/java/maven/lib/jsr250-api-1.0.jar
+%%DATADIR%%/java/maven/lib/jsr250-api.license
+%%DATADIR%%/java/maven/lib/maven-aether-provider-3.3.9.jar
+%%DATADIR%%/java/maven/lib/maven-aether-provider.license
+%%DATADIR%%/java/maven/lib/maven-artifact-3.3.9.jar
+%%DATADIR%%/java/maven/lib/maven-artifact.license
+%%DATADIR%%/java/maven/lib/maven-builder-support-3.3.9.jar
+%%DATADIR%%/java/maven/lib/maven-builder-support.license
+%%DATADIR%%/java/maven/lib/maven-compat-3.3.9.jar
+%%DATADIR%%/java/maven/lib/maven-compat.license
+%%DATADIR%%/java/maven/lib/maven-core-3.3.9.jar
+%%DATADIR%%/java/maven/lib/maven-core.license
+%%DATADIR%%/java/maven/lib/maven-embedder-3.3.9.jar
+%%DATADIR%%/java/maven/lib/maven-embedder.license
+%%DATADIR%%/java/maven/lib/maven-model-3.3.9.jar
+%%DATADIR%%/java/maven/lib/maven-model-builder-3.3.9.jar
+%%DATADIR%%/java/maven/lib/maven-model-builder.license
+%%DATADIR%%/java/maven/lib/maven-model.license
+%%DATADIR%%/java/maven/lib/maven-plugin-api-3.3.9.jar
+%%DATADIR%%/java/maven/lib/maven-plugin-api.license
+%%DATADIR%%/java/maven/lib/maven-repository-metadata-3.3.9.jar
+%%DATADIR%%/java/maven/lib/maven-repository-metadata.license
+%%DATADIR%%/java/maven/lib/maven-settings-3.3.9.jar
+%%DATADIR%%/java/maven/lib/maven-settings-builder-3.3.9.jar
+%%DATADIR%%/java/maven/lib/maven-settings-builder.license
+%%DATADIR%%/java/maven/lib/maven-settings.license
+%%DATADIR%%/java/maven/lib/org.eclipse.sisu.inject-0.3.2.jar
+%%DATADIR%%/java/maven/lib/org.eclipse.sisu.inject.license
+%%DATADIR%%/java/maven/lib/org.eclipse.sisu.plexus-0.3.2.jar
+%%DATADIR%%/java/maven/lib/org.eclipse.sisu.plexus.license
%%DATADIR%%/java/maven/lib/plexus-cipher-1.7.jar
-%%DATADIR%%/java/maven/lib/plexus-component-annotations-1.5.5.jar
-%%DATADIR%%/java/maven/lib/plexus-interpolation-1.14.jar
+%%DATADIR%%/java/maven/lib/plexus-cipher.license
+%%DATADIR%%/java/maven/lib/plexus-component-annotations-1.6.jar
+%%DATADIR%%/java/maven/lib/plexus-interpolation-1.21.jar
%%DATADIR%%/java/maven/lib/plexus-sec-dispatcher-1.3.jar
-%%DATADIR%%/java/maven/lib/plexus-utils-2.0.6.jar
-%%DATADIR%%/java/maven/lib/sisu-guava-0.9.9.jar
-%%DATADIR%%/java/maven/lib/sisu-guice-3.1.0-no_aop.jar
-%%DATADIR%%/java/maven/lib/sisu-inject-bean-2.3.0.jar
-%%DATADIR%%/java/maven/lib/sisu-inject-plexus-2.3.0.jar
+%%DATADIR%%/java/maven/lib/plexus-sec-dispatcher.license
+%%DATADIR%%/java/maven/lib/plexus-utils-3.0.22.jar
+%%DATADIR%%/java/maven/lib/slf4j-api-1.7.5.jar
+%%DATADIR%%/java/maven/lib/slf4j-api.license
+%%DATADIR%%/java/maven/lib/slf4j-simple-1.7.5.jar
+%%DATADIR%%/java/maven/lib/slf4j-simple.license
%%DATADIR%%/java/maven/lib/wagon-file-2.10.jar
+%%DATADIR%%/java/maven/lib/wagon-file.license
%%DATADIR%%/java/maven/lib/wagon-http-2.10-shaded.jar
%%DATADIR%%/java/maven/lib/wagon-http-shared-2.10.jar
+%%DATADIR%%/java/maven/lib/wagon-http-shared.license
+%%DATADIR%%/java/maven/lib/wagon-http.license
%%DATADIR%%/java/maven/lib/wagon-provider-api-2.10.jar
+%%DATADIR%%/java/maven/lib/wagon-provider-api.license
%%DATADIR%%/java/modules/ext/AbsoluteLayout.jar
-%%DATADIR%%/java/modules/ext/beansbinding-1.2.1.jar
+%%DATADIR%%/java/modules/ext/byte-buddy-1.7.9.jar
%%DATADIR%%/java/modules/ext/cglib-2.2.jar
-%%DATADIR%%/java/modules/ext/docs/javax.persistence-2.1.0-doc.zip
-%%DATADIR%%/java/modules/ext/eclipselink/eclipselink.jar
-%%DATADIR%%/java/modules/ext/eclipselink/javax.persistence_2.1.0.v201304241213.jar
-%%DATADIR%%/java/modules/ext/eclipselink/org.eclipse.persistence.jpa.jpql_2.5.2.v20140319-9ad6abd.jar
-%%DATADIR%%/java/modules/ext/eclipselink/org.eclipse.persistence.jpa.modelgen_2.5.2.v20140319-9ad6abd.jar
-%%DATADIR%%/java/modules/ext/hibernate4/antlr-2.7.7.jar
-%%DATADIR%%/java/modules/ext/hibernate4/c3p0-0.9.2.1.jar
-%%DATADIR%%/java/modules/ext/hibernate4/cglib-2.2.jar
-%%DATADIR%%/java/modules/ext/hibernate4/commons-collections-3.2.1.jar
-%%DATADIR%%/java/modules/ext/hibernate4/dom4j-1.6.1.jar
-%%DATADIR%%/java/modules/ext/hibernate4/ehcache-core-2.4.3.jar
-%%DATADIR%%/java/modules/ext/hibernate4/hibernate-c3p0-4.3.1.Final.jar
-%%DATADIR%%/java/modules/ext/hibernate4/hibernate-commons-annotations-4.0.4.Final.jar
-%%DATADIR%%/java/modules/ext/hibernate4/hibernate-core-4.3.1.Final.jar
-%%DATADIR%%/java/modules/ext/hibernate4/hibernate-ehcache-4.3.1.Final.jar
-%%DATADIR%%/java/modules/ext/hibernate4/hibernate-entitymanager-4.3.1.Final.jar
-%%DATADIR%%/java/modules/ext/hibernate4/hibernate-jpa-2.1-api-1.0.0.Final.jar
-%%DATADIR%%/java/modules/ext/hibernate4/hibernate-jpamodelgen-4.3.1.Final.jar
-%%DATADIR%%/java/modules/ext/hibernate4/hibernate-tools-4.3.1.CR1.jar
-%%DATADIR%%/java/modules/ext/hibernate4/javassist-3.18.1-GA.jar
-%%DATADIR%%/java/modules/ext/hibernate4/jboss-logging-3.1.3.GA.jar
-%%DATADIR%%/java/modules/ext/hibernate4/jboss-transaction-api_1.2_spec-1.0.0.Final.jar
-%%DATADIR%%/java/modules/ext/hibernate4/jtidy-r8-20060801.jar
-%%DATADIR%%/java/modules/ext/hibernate4/log4j-1.2.12.jar
-%%DATADIR%%/java/modules/ext/hibernate4/mchange-commons-java-0.2.3.4.jar
-%%DATADIR%%/java/modules/ext/hibernate4/slf4j-api-1.6.1.jar
-%%DATADIR%%/java/modules/ext/hibernate4/slf4j-log4j12-1.6.1.jar
-%%DATADIR%%/java/modules/ext/hibernate4/slf4j-simple-1.6.1.jar
+%%DATADIR%%/java/modules/ext/docs
+%%DATADIR%%/java/modules/ext/eclipselink/javax.persistence-2.1.0.jar
+%%DATADIR%%/java/modules/ext/eclipselink/org.eclipse.persistence.antlr-2.5.2.jar
+%%DATADIR%%/java/modules/ext/eclipselink/org.eclipse.persistence.asm-2.5.2.jar
+%%DATADIR%%/java/modules/ext/eclipselink/org.eclipse.persistence.core-2.5.2.jar
+%%DATADIR%%/java/modules/ext/eclipselink/org.eclipse.persistence.jpa-2.5.2.jar
+%%DATADIR%%/java/modules/ext/eclipselink/org.eclipse.persistence.jpa.jpql-2.5.2.jar
+%%DATADIR%%/java/modules/ext/eclipselink/org.eclipse.persistence.jpa.modelgen.processor-2.5.2.jar
+%%DATADIR%%/java/modules/ext/fakeJdkClasses.zip
%%DATADIR%%/java/modules/ext/jaxws22/FastInfoset.jar
%%DATADIR%%/java/modules/ext/jaxws22/api/javax.annotation.jar
%%DATADIR%%/java/modules/ext/jaxws22/api/jaxws-api.jar
@@ -4219,15 +1605,17 @@ bin/%%DATADIR%%
%%DATADIR%%/java/modules/ext/jaxws22/stax2-api.jar
%%DATADIR%%/java/modules/ext/jaxws22/streambuffer.jar
%%DATADIR%%/java/modules/ext/jaxws22/woodstox-core-asl.jar
-%%DATADIR%%/java/modules/ext/maven/indexer-artifact-5.1.1.jar
-%%DATADIR%%/java/modules/ext/maven/indexer-core-5.1.1-patched.jar
+%%DATADIR%%/java/modules/ext/maven/indexer-core-6.0.0.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-core-3.6.2.jar
-%%DATADIR%%/java/modules/ext/maven/lucene-highlighter-3.6.2.jar
+%%DATADIR%%/java/modules/ext/maven/lucene-analyzers-common-5.5.5.jar
+%%DATADIR%%/java/modules/ext/maven/lucene-core-5.5.5.jar
+%%DATADIR%%/java/modules/ext/maven/lucene-highlighter-5.5.5.jar
+%%DATADIR%%/java/modules/ext/maven/lucene-queryparser-5.5.5.jar
%%DATADIR%%/java/modules/ext/maven/maven-dependency-tree-2.0.jar
%%DATADIR%%/java/modules/ext/maven/rootpackage/default-report.xml
-%%DATADIR%%/java/modules/ext/nb-javac-api.jar
-%%DATADIR%%/java/modules/ext/nb-javac-impl.jar
+%%DATADIR%%/java/modules/ext/nb-custom-jshell-probe.jar
+%%DATADIR%%/java/modules/ext/nb-mod-jshell-probe.jar
%%DATADIR%%/java/modules/ext/org-netbeans-modules-java-j2seembedded-probe.jar
%%DATADIR%%/java/modules/ext/org-netbeans-modules-java-j2seplatform-probe.jar
%%DATADIR%%/java/modules/ext/spring-3.0/license.txt
@@ -4275,562 +1663,17 @@ bin/%%DATADIR%%
%%DATADIR%%/java/modules/ext/spring-4/spring-webmvc-4.0.1.RELEASE.jar
%%DATADIR%%/java/modules/ext/spring-4/spring-webmvc-portlet-4.0.1.RELEASE.jar
%%DATADIR%%/java/modules/ext/spring-4/spring-websocket-4.0.1.RELEASE.jar
-%%DATADIR%%/java/modules/locale/org-jdesktop-beansbinding_ja.jar
-%%DATADIR%%/java/modules/locale/org-jdesktop-beansbinding_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-jdesktop-beansbinding_ru.jar
-%%DATADIR%%/java/modules/locale/org-jdesktop-beansbinding_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-api-debugger-jpda_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-api-debugger-jpda_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-api-debugger-jpda_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-api-debugger-jpda_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-api-java_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-api-java_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-api-java_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-api-java_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-api-maven_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-api-maven_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-api-maven_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-api-maven_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-lib-nbjavac_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-lib-nbjavac_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-lib-nbjavac_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-lib-nbjavac_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-libs-cglib_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-libs-cglib_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-libs-cglib_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-libs-cglib_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-libs-javacapi_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-libs-javacapi_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-libs-javacapi_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-libs-javacapi_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-libs-javacimpl_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-libs-javacimpl_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-libs-javacimpl_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-libs-javacimpl_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-libs-springframework_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-libs-springframework_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-libs-springframework_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-libs-springframework_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-ant-browsetask_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-ant-browsetask_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-ant-browsetask_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-ant-browsetask_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-ant-debugger_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-ant-debugger_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-ant-debugger_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-ant-debugger_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-ant-freeform_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-ant-freeform_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-ant-freeform_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-ant-freeform_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-ant-grammar_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-ant-grammar_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-ant-grammar_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-ant-grammar_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-ant-kit_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-ant-kit_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-ant-kit_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-ant-kit_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-beans_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-beans_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-beans_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-beans_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-classfile_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-classfile_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-classfile_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-classfile_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-dbschema_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-dbschema_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-dbschema_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-dbschema_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-debugger-jpda-ant_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-debugger-jpda-ant_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-debugger-jpda-ant_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-debugger-jpda-ant_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-debugger-jpda-js_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-debugger-jpda-js_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-debugger-jpda-js_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-debugger-jpda-js_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-debugger-jpda-jsui_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-debugger-jpda-jsui_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-debugger-jpda-jsui_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-debugger-jpda-jsui_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-debugger-jpda-kit_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-debugger-jpda-kit_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-debugger-jpda-kit_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-debugger-jpda-kit_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-debugger-jpda-projects_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-debugger-jpda-projects_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-debugger-jpda-projects_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-debugger-jpda-projects_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-debugger-jpda-projectsui_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-debugger-jpda-projectsui_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-debugger-jpda-projectsui_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-debugger-jpda-projectsui_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-debugger-jpda-ui_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-debugger-jpda-ui_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-debugger-jpda-ui_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-debugger-jpda-ui_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-debugger-jpda-visual_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-debugger-jpda-visual_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-debugger-jpda-visual_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-debugger-jpda-visual_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-debugger-jpda_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-debugger-jpda_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-debugger-jpda_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-debugger-jpda_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-findbugs-installer_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-findbugs-installer_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-findbugs-installer_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-findbugs-installer_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-form-binding_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-form-binding_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-form-binding_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-form-binding_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-form-j2ee_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-form-j2ee_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-form-j2ee_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-form-j2ee_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-form-kit_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-form-kit_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-form-kit_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-form-kit_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-form-nb_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-form-nb_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-form-nb_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-form-nb_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-form-refactoring_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-form-refactoring_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-form-refactoring_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-form-refactoring_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-form_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-form_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-form_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-form_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-hibernate4lib_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-hibernate4lib_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-hibernate4lib_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-hibernate4lib_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-hibernate_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-hibernate_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-hibernate_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-hibernate_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-hudson-ant_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-hudson-ant_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-hudson-ant_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-hudson-ant_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-hudson-maven_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-hudson-maven_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-hudson-maven_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-hudson-maven_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-i18n-form_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-i18n-form_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-i18n-form_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-i18n-form_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-i18n_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-i18n_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-i18n_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-i18n_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-core-utilities_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-core-utilities_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-core-utilities_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-core-utilities_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-eclipselink_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-eclipselink_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-eclipselink_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-eclipselink_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-eclipselinkmodelgen_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-eclipselinkmodelgen_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-eclipselinkmodelgen_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-eclipselinkmodelgen_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-jpa-refactoring_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-jpa-refactoring_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-jpa-refactoring_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-jpa-refactoring_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-jpa-verification_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-jpa-verification_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-jpa-verification_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-jpa-verification_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-metadata-model-support_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-metadata-model-support_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-metadata-model-support_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-metadata-model-support_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-metadata_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-metadata_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-metadata_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-metadata_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-persistence-kit_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-persistence-kit_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-persistence-kit_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-persistence-kit_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-persistence_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-persistence_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-persistence_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-persistence_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-persistenceapi_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-persistenceapi_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-persistenceapi_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-persistenceapi_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-api-common_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-api-common_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-api-common_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-api-common_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-completion_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-completion_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-completion_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-completion_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-debug_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-debug_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-debug_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-debug_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-editor-base_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-editor-base_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-editor-base_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-editor-base_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-editor-lib_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-editor-lib_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-editor-lib_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-editor-lib_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-editor_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-editor_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-editor_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-editor_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-examples_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-examples_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-examples_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-examples_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-freeform_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-freeform_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-freeform_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-freeform_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-guards_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-guards_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-guards_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-guards_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-hints-declarative-test_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-hints-declarative-test_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-hints-declarative-test_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-hints-declarative-test_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-hints-declarative_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-hints-declarative_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-hints-declarative_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-hints-declarative_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-hints-legacy-spi_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-hints-legacy-spi_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-hints-legacy-spi_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-hints-legacy-spi_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-hints-test_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-hints-test_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-hints-test_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-hints-test_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-hints-ui_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-hints-ui_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-hints-ui_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-hints-ui_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-hints_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-hints_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-hints_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-hints_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-j2sedeploy_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-j2sedeploy_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-j2sedeploy_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-j2sedeploy_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-j2seembedded_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-j2seembedded_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-j2seembedded_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-j2seembedded_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-j2seplatform_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-j2seplatform_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-j2seplatform_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-j2seplatform_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-j2seprofiles_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-j2seprofiles_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-j2seprofiles_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-j2seprofiles_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-j2seproject_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-j2seproject_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-j2seproject_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-j2seproject_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-kit_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-kit_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-kit_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-kit_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-lexer_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-lexer_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-lexer_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-lexer_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-metrics_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-metrics_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-metrics_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-metrics_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-navigation_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-navigation_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-navigation_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-navigation_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-platform-ui_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-platform-ui_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-platform-ui_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-platform-ui_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-platform_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-platform_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-platform_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-platform_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-preprocessorbridge_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-preprocessorbridge_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-preprocessorbridge_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-preprocessorbridge_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-project-ui_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-project-ui_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-project-ui_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-project-ui_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-project_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-project_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-project_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-project_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-source-ant_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-source-ant_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-source-ant_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-source-ant_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-source-base_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-source-base_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-source-base_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-source-base_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-source-compat8_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-source-compat8_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-source-compat8_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-source-compat8_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-source-queries_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-source-queries_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-source-queries_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-source-queries_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-source-queriesimpl_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-source-queriesimpl_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-source-queriesimpl_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-source-queriesimpl_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-source_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-source_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-source_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-source_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-sourceui_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-sourceui_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-sourceui_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-sourceui_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-testrunner-ant_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-testrunner-ant_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-testrunner-ant_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-testrunner-ant_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-testrunner-ui_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-testrunner-ui_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-testrunner-ui_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-testrunner-ui_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-testrunner_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-testrunner_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-testrunner_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-testrunner_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-javadoc_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-javadoc_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-javadoc_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-javadoc_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-javaee-injection_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-javaee-injection_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-javaee-injection_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-javaee-injection_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-javawebstart_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-javawebstart_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-javawebstart_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-javawebstart_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-jellytools-java_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-jellytools-java_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-jellytools-java_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-jellytools-java_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-junit-ant-ui_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-junit-ant-ui_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-junit-ant-ui_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-junit-ant-ui_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-junit-ant_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-junit-ant_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-junit-ant_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-junit-ant_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-junit-ui_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-junit-ui_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-junit-ui_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-junit-ui_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-junit_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-junit_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-junit_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-junit_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-checkstyle_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-checkstyle_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-checkstyle_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-checkstyle_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-coverage_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-coverage_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-coverage_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-coverage_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-embedder_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-embedder_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-embedder_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-embedder_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-grammar_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-grammar_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-grammar_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-grammar_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-graph_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-graph_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-graph_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-graph_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-hints_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-hints_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-hints_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-hints_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-indexer-ui_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-indexer-ui_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-indexer-ui_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-indexer-ui_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-indexer_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-indexer_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-indexer_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-indexer_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-junit-ui_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-junit-ui_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-junit-ui_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-junit-ui_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-junit_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-junit_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-junit_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-junit_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-kit_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-kit_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-kit_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-kit_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-model_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-model_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-model_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-model_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-osgi_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-osgi_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-osgi_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-osgi_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-persistence_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-persistence_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-persistence_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-persistence_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-refactoring_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-refactoring_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-refactoring_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-refactoring_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-repository_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-repository_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-repository_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-repository_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-search_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-search_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-search_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-search_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-spring_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-spring_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-spring_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-spring_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-nashorn-execution_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-nashorn-execution_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-nashorn-execution_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-nashorn-execution_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-performance-java_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-performance-java_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-performance-java_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-performance-java_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-performance_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-performance_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-performance_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-performance_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-projectimport-eclipse-core_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-projectimport-eclipse-core_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-projectimport-eclipse-core_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-projectimport-eclipse-core_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-projectimport-eclipse-j2se_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-projectimport-eclipse-j2se_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-projectimport-eclipse-j2se_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-projectimport-eclipse-j2se_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-refactoring-java_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-refactoring-java_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-refactoring-java_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-refactoring-java_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-selenium2-java_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-selenium2-java_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-selenium2-java_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-selenium2-java_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-selenium2-maven_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-selenium2-maven_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-selenium2-maven_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-selenium2-maven_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-spellchecker-bindings-java_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-spellchecker-bindings-java_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-spellchecker-bindings-java_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-spellchecker-bindings-java_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-spring-beans_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-spring-beans_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-spring-beans_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-spring-beans_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-testng-ant_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-testng-ant_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-testng-ant_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-testng-ant_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-testng-maven_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-testng-maven_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-testng-maven_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-testng-maven_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-testng-ui_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-testng-ui_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-testng-ui_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-testng-ui_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-testng_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-testng_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-testng_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-testng_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-websvc-jaxws21_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-websvc-jaxws21_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-websvc-jaxws21_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-websvc-jaxws21_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-websvc-jaxws21api_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-websvc-jaxws21api_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-websvc-jaxws21api_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-websvc-jaxws21api_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-websvc-saas-codegen-java_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-websvc-saas-codegen-java_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-websvc-saas-codegen-java_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-websvc-saas-codegen-java_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-whitelist_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-whitelist_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-whitelist_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-whitelist_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-xml-jaxb_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-xml-jaxb_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-xml-jaxb_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-xml-jaxb_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-xml-tools-java_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-xml-tools-java_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-xml-tools-java_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-xml-tools-java_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-spi-debugger-jpda-ui_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-spi-debugger-jpda-ui_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-spi-debugger-jpda-ui_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-spi-debugger-jpda-ui_zh_CN.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-spi-java-hints_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-spi-java-hints_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-spi-java-hints_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-spi-java-hints_zh_CN.jar
-%%DATADIR%%/java/modules/org-jdesktop-beansbinding.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-javacimpl.jar
+%%DATADIR%%/java/modules/org-netbeans-libs-jshell-compile.jar
%%DATADIR%%/java/modules/org-netbeans-libs-springframework.jar
%%DATADIR%%/java/modules/org-netbeans-modules-ant-browsetask.jar
%%DATADIR%%/java/modules/org-netbeans-modules-ant-debugger.jar
@@ -4846,18 +1689,17 @@ bin/%%DATADIR%%
%%DATADIR%%/java/modules/org-netbeans-modules-debugger-jpda-kit.jar
%%DATADIR%%/java/modules/org-netbeans-modules-debugger-jpda-projects.jar
%%DATADIR%%/java/modules/org-netbeans-modules-debugger-jpda-projectsui.jar
+%%DATADIR%%/java/modules/org-netbeans-modules-debugger-jpda-truffle.jar
+%%DATADIR%%/java/modules/org-netbeans-modules-debugger-jpda-trufflenode.jar
%%DATADIR%%/java/modules/org-netbeans-modules-debugger-jpda-ui.jar
%%DATADIR%%/java/modules/org-netbeans-modules-debugger-jpda-visual.jar
%%DATADIR%%/java/modules/org-netbeans-modules-debugger-jpda.jar
+%%DATADIR%%/java/modules/org-netbeans-modules-editor-htmlui.jar
%%DATADIR%%/java/modules/org-netbeans-modules-findbugs-installer.jar
-%%DATADIR%%/java/modules/org-netbeans-modules-form-binding.jar
-%%DATADIR%%/java/modules/org-netbeans-modules-form-j2ee.jar
%%DATADIR%%/java/modules/org-netbeans-modules-form-kit.jar
%%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-hibernate.jar
-%%DATADIR%%/java/modules/org-netbeans-modules-hibernate4lib.jar
%%DATADIR%%/java/modules/org-netbeans-modules-hudson-ant.jar
%%DATADIR%%/java/modules/org-netbeans-modules-hudson-maven.jar
%%DATADIR%%/java/modules/org-netbeans-modules-i18n-form.jar
@@ -4880,6 +1722,7 @@ bin/%%DATADIR%%
%%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-freeform.jar
+%%DATADIR%%/java/modules/org-netbeans-modules-java-graph.jar
%%DATADIR%%/java/modules/org-netbeans-modules-java-guards.jar
%%DATADIR%%/java/modules/org-netbeans-modules-java-hints-declarative-test.jar
%%DATADIR%%/java/modules/org-netbeans-modules-java-hints-declarative.jar
@@ -4889,13 +1732,16 @@ bin/%%DATADIR%%
%%DATADIR%%/java/modules/org-netbeans-modules-java-hints.jar
%%DATADIR%%/java/modules/org-netbeans-modules-java-j2sedeploy.jar
%%DATADIR%%/java/modules/org-netbeans-modules-java-j2seembedded.jar
+%%DATADIR%%/java/modules/org-netbeans-modules-java-j2semodule.jar
%%DATADIR%%/java/modules/org-netbeans-modules-java-j2seplatform.jar
%%DATADIR%%/java/modules/org-netbeans-modules-java-j2seprofiles.jar
%%DATADIR%%/java/modules/org-netbeans-modules-java-j2seproject.jar
%%DATADIR%%/java/modules/org-netbeans-modules-java-kit.jar
%%DATADIR%%/java/modules/org-netbeans-modules-java-lexer.jar
%%DATADIR%%/java/modules/org-netbeans-modules-java-metrics.jar
+%%DATADIR%%/java/modules/org-netbeans-modules-java-module-graph.jar
%%DATADIR%%/java/modules/org-netbeans-modules-java-navigation.jar
+%%DATADIR%%/java/modules/org-netbeans-modules-java-openjdk-project.jar
%%DATADIR%%/java/modules/org-netbeans-modules-java-platform-ui.jar
%%DATADIR%%/java/modules/org-netbeans-modules-java-platform.jar
%%DATADIR%%/java/modules/org-netbeans-modules-java-preprocessorbridge.jar
@@ -4904,6 +1750,7 @@ bin/%%DATADIR%%
%%DATADIR%%/java/modules/org-netbeans-modules-java-source-ant.jar
%%DATADIR%%/java/modules/org-netbeans-modules-java-source-base.jar
%%DATADIR%%/java/modules/org-netbeans-modules-java-source-compat8.jar
+%%DATADIR%%/java/modules/org-netbeans-modules-java-source-nbjavac.jar
%%DATADIR%%/java/modules/org-netbeans-modules-java-source-queries.jar
%%DATADIR%%/java/modules/org-netbeans-modules-java-source-queriesimpl.jar
%%DATADIR%%/java/modules/org-netbeans-modules-java-source.jar
@@ -4915,6 +1762,7 @@ bin/%%DATADIR%%
%%DATADIR%%/java/modules/org-netbeans-modules-javaee-injection.jar
%%DATADIR%%/java/modules/org-netbeans-modules-javawebstart.jar
%%DATADIR%%/java/modules/org-netbeans-modules-jellytools-java.jar
+%%DATADIR%%/java/modules/org-netbeans-modules-jshell-support.jar
%%DATADIR%%/java/modules/org-netbeans-modules-junit-ant-ui.jar
%%DATADIR%%/java/modules/org-netbeans-modules-junit-ant.jar
%%DATADIR%%/java/modules/org-netbeans-modules-junit-ui.jar
@@ -4925,6 +1773,7 @@ bin/%%DATADIR%%
%%DATADIR%%/java/modules/org-netbeans-modules-maven-grammar.jar
%%DATADIR%%/java/modules/org-netbeans-modules-maven-graph.jar
%%DATADIR%%/java/modules/org-netbeans-modules-maven-hints.jar
+%%DATADIR%%/java/modules/org-netbeans-modules-maven-htmlui.jar
%%DATADIR%%/java/modules/org-netbeans-modules-maven-indexer-ui.jar
%%DATADIR%%/java/modules/org-netbeans-modules-maven-indexer.jar
%%DATADIR%%/java/modules/org-netbeans-modules-maven-junit-ui.jar
@@ -4960,17 +1809,24 @@ bin/%%DATADIR%%
%%DATADIR%%/java/modules/org-netbeans-modules-xml-tools-java.jar
%%DATADIR%%/java/modules/org-netbeans-spi-debugger-jpda-ui.jar
%%DATADIR%%/java/modules/org-netbeans-spi-java-hints.jar
+%%DATADIR%%/java/patterns/project-marker-jdk
+%%DATADIR%%/java/scripts/build-generic.xml
+%%DATADIR%%/java/scripts/build-langtools-consol.xml
+%%DATADIR%%/java/scripts/build-langtools.xml
%%DATADIR%%/java/sources/org/netbeans/lib/awtextra/AbsoluteConstraints.java
%%DATADIR%%/java/sources/org/netbeans/lib/awtextra/AbsoluteLayout.java
%%DATADIR%%/java/sources/readme.txt
-%%DATADIR%%/java/update_tracking/org-jdesktop-beansbinding.xml
%%DATADIR%%/java/update_tracking/org-netbeans-api-debugger-jpda.xml
%%DATADIR%%/java/update_tracking/org-netbeans-api-java.xml
%%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-javacimpl.xml
+%%DATADIR%%/java/update_tracking/org-netbeans-libs-jshell-compile.xml
%%DATADIR%%/java/update_tracking/org-netbeans-libs-springframework.xml
%%DATADIR%%/java/update_tracking/org-netbeans-modules-ant-browsetask.xml
%%DATADIR%%/java/update_tracking/org-netbeans-modules-ant-debugger.xml
@@ -4986,18 +1842,17 @@ bin/%%DATADIR%%
%%DATADIR%%/java/update_tracking/org-netbeans-modules-debugger-jpda-kit.xml
%%DATADIR%%/java/update_tracking/org-netbeans-modules-debugger-jpda-projects.xml
%%DATADIR%%/java/update_tracking/org-netbeans-modules-debugger-jpda-projectsui.xml
+%%DATADIR%%/java/update_tracking/org-netbeans-modules-debugger-jpda-truffle.xml
+%%DATADIR%%/java/update_tracking/org-netbeans-modules-debugger-jpda-trufflenode.xml
%%DATADIR%%/java/update_tracking/org-netbeans-modules-debugger-jpda-ui.xml
%%DATADIR%%/java/update_tracking/org-netbeans-modules-debugger-jpda-visual.xml
%%DATADIR%%/java/update_tracking/org-netbeans-modules-debugger-jpda.xml
+%%DATADIR%%/java/update_tracking/org-netbeans-modules-editor-htmlui.xml
%%DATADIR%%/java/update_tracking/org-netbeans-modules-findbugs-installer.xml
-%%DATADIR%%/java/update_tracking/org-netbeans-modules-form-binding.xml
-%%DATADIR%%/java/update_tracking/org-netbeans-modules-form-j2ee.xml
%%DATADIR%%/java/update_tracking/org-netbeans-modules-form-kit.xml
%%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-hibernate.xml
-%%DATADIR%%/java/update_tracking/org-netbeans-modules-hibernate4lib.xml
%%DATADIR%%/java/update_tracking/org-netbeans-modules-hudson-ant.xml
%%DATADIR%%/java/update_tracking/org-netbeans-modules-hudson-maven.xml
%%DATADIR%%/java/update_tracking/org-netbeans-modules-i18n-form.xml
@@ -5020,6 +1875,7 @@ bin/%%DATADIR%%
%%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-freeform.xml
+%%DATADIR%%/java/update_tracking/org-netbeans-modules-java-graph.xml
%%DATADIR%%/java/update_tracking/org-netbeans-modules-java-guards.xml
%%DATADIR%%/java/update_tracking/org-netbeans-modules-java-hints-declarative-test.xml
%%DATADIR%%/java/update_tracking/org-netbeans-modules-java-hints-declarative.xml
@@ -5029,13 +1885,16 @@ bin/%%DATADIR%%
%%DATADIR%%/java/update_tracking/org-netbeans-modules-java-hints.xml
%%DATADIR%%/java/update_tracking/org-netbeans-modules-java-j2sedeploy.xml
%%DATADIR%%/java/update_tracking/org-netbeans-modules-java-j2seembedded.xml
+%%DATADIR%%/java/update_tracking/org-netbeans-modules-java-j2semodule.xml
%%DATADIR%%/java/update_tracking/org-netbeans-modules-java-j2seplatform.xml
%%DATADIR%%/java/update_tracking/org-netbeans-modules-java-j2seprofiles.xml
%%DATADIR%%/java/update_tracking/org-netbeans-modules-java-j2seproject.xml
%%DATADIR%%/java/update_tracking/org-netbeans-modules-java-kit.xml
%%DATADIR%%/java/update_tracking/org-netbeans-modules-java-lexer.xml
%%DATADIR%%/java/update_tracking/org-netbeans-modules-java-metrics.xml
+%%DATADIR%%/java/update_tracking/org-netbeans-modules-java-module-graph.xml
%%DATADIR%%/java/update_tracking/org-netbeans-modules-java-navigation.xml
+%%DATADIR%%/java/update_tracking/org-netbeans-modules-java-openjdk-project.xml
%%DATADIR%%/java/update_tracking/org-netbeans-modules-java-platform-ui.xml
%%DATADIR%%/java/update_tracking/org-netbeans-modules-java-platform.xml
%%DATADIR%%/java/update_tracking/org-netbeans-modules-java-preprocessorbridge.xml
@@ -5044,6 +1903,7 @@ bin/%%DATADIR%%
%%DATADIR%%/java/update_tracking/org-netbeans-modules-java-source-ant.xml
%%DATADIR%%/java/update_tracking/org-netbeans-modules-java-source-base.xml
%%DATADIR%%/java/update_tracking/org-netbeans-modules-java-source-compat8.xml
+%%DATADIR%%/java/update_tracking/org-netbeans-modules-java-source-nbjavac.xml
%%DATADIR%%/java/update_tracking/org-netbeans-modules-java-source-queries.xml
%%DATADIR%%/java/update_tracking/org-netbeans-modules-java-source-queriesimpl.xml
%%DATADIR%%/java/update_tracking/org-netbeans-modules-java-source.xml
@@ -5055,6 +1915,7 @@ bin/%%DATADIR%%
%%DATADIR%%/java/update_tracking/org-netbeans-modules-javaee-injection.xml
%%DATADIR%%/java/update_tracking/org-netbeans-modules-javawebstart.xml
%%DATADIR%%/java/update_tracking/org-netbeans-modules-jellytools-java.xml
+%%DATADIR%%/java/update_tracking/org-netbeans-modules-jshell-support.xml
%%DATADIR%%/java/update_tracking/org-netbeans-modules-junit-ant-ui.xml
%%DATADIR%%/java/update_tracking/org-netbeans-modules-junit-ant.xml
%%DATADIR%%/java/update_tracking/org-netbeans-modules-junit-ui.xml
@@ -5065,6 +1926,7 @@ bin/%%DATADIR%%
%%DATADIR%%/java/update_tracking/org-netbeans-modules-maven-grammar.xml
%%DATADIR%%/java/update_tracking/org-netbeans-modules-maven-graph.xml
%%DATADIR%%/java/update_tracking/org-netbeans-modules-maven-hints.xml
+%%DATADIR%%/java/update_tracking/org-netbeans-modules-maven-htmlui.xml
%%DATADIR%%/java/update_tracking/org-netbeans-modules-maven-indexer-ui.xml
%%DATADIR%%/java/update_tracking/org-netbeans-modules-maven-indexer.xml
%%DATADIR%%/java/update_tracking/org-netbeans-modules-maven-junit-ui.xml
@@ -5100,720 +1962,6 @@ bin/%%DATADIR%%
%%DATADIR%%/java/update_tracking/org-netbeans-modules-xml-tools-java.xml
%%DATADIR%%/java/update_tracking/org-netbeans-spi-debugger-jpda-ui.xml
%%DATADIR%%/java/update_tracking/org-netbeans-spi-java-hints.xml
-%%DATADIR%%/javacard/.lastModified
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/COPYRIGHT-docs.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/COPYRIGHT-software.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/RELEASENOTES-BIN.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/Uninstaller/uninstaller.jar
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/java/io/javacard/io.exp
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/java/lang/javacard/lang.exp
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/java/rmi/javacard/rmi.exp
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacard/framework/javacard/framework.exp
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacard/framework/service/javacard/service.exp
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacard/security/javacard/security.exp
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx/apdu/javacard/apdu.exp
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx/biometry/javacard/biometry.exp
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx/crypto/javacard/crypto.exp
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx/external/javacard/external.exp
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx/framework/math/javacard/math.exp
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx/framework/tlv/javacard/tlv.exp
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx/framework/util/intx/javacard/intx.exp
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx/framework/util/javacard/util.exp
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/bin/apdutool.bat
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/bin/cjcre.exe
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/bin/converter.bat
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/bin/debug.info
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/bin/debugproxy.bat
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/bin/installer.bat
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/bin/javacardc.bat
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/bin/normalizer.bat
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/bin/packager.bat
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/JCDevKitUG-Connected-3_0_2.pdf
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/apduio-classic.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/apdutool-connected.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/buildCJCRE-connected.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/cap-manifest-connected.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/cardinstaller-connected.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/compilertool-connected.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/configuringRI-connected.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/connectedUGLOF.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/connectedUGLOT.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/copyright.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/debuggertool-connected.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/developing-javacardApps.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/figures/buildCJCRE-connected-4.jpg
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/figures/cap-manifest-connected-4.jpg
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/figures/cap-manifest-connected-5.jpg
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/figures/cap-manifest-connected-6.jpg
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/figures/cap-manifest-connected-7.jpg
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/figures/cap-manifest-connected-8.jpg
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/figures/debuggertool-connected-4.jpg
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/figures/developing-javacardApps-4.jpg
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/figures/install-connected-5.jpg
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/figures/install-connected-6.jpg
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/figures/install-connected-7.jpg
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/figures/intro-connected-4.jpg
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/figures/normalizer-connected-4.jpg
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/figures/samples-connected-4.jpg
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/figures/samples-connected-5.jpg
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/index.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/install-connected.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/intro-connected.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/ix.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/jcgloss.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/normalizer-connected.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/packagertool-connected.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/part.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/part2.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/preface-connected.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/ri-connected.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/samples-connected.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/shared/SunLogo.gif
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/shared/bullet.gif
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/shared/chars/bullet.gif
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/shared/chars/tm.gif
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/shared/downtriangle.gif
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/shared/downtriangle_sm.gif
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/shared/index01.gif
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/shared/md-blank.gif
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/shared/next01.gif
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/shared/next02.gif
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/shared/prev01.gif
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/shared/prev02.gif
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/shared/sm-space.gif
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/shared/toc01.gif
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/unx_unstr_styles.css
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/COPYRIGHT_jcspecs.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/allclasses-frame.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/allclasses-noframe.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/Apdu.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/CadClientInterface.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/CadDevice.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/CadEvent.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/CadPCSCClient.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/CadServerListener.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/CadT0.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/CadT0Client.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/CadT1.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/CadT1Client.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/CadT1Dual.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/CadTransportException.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/ClientPCSCProtocol.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/ClientProtocol.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/ClientT0Protocol.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/ClientT1Protocol.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/ServerT0Protocol.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/ServerT1Data.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/ServerT1Protocol.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/T1Block.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/T1Exception.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/TLP224Exception.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/TLP224Message.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/package-frame.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/package-summary.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/package-tree.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/constant-values.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/deprecated-list.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/help-doc.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/index-all.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/index.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/overview-summary.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/overview-tree.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/package-list
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/resources/inherit.gif
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/serialized-form.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/stylesheet.css
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/COPYRIGHT_jcspecs.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/allclasses-frame.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/allclasses-noframe.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/constant-values.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/deprecated-list.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/help-doc.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/index-all.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/index.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io/BufferedReader.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io/BufferedWriter.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io/ByteArrayInputStream.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io/ByteArrayOutputStream.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io/DataInput.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io/DataInputStream.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io/DataOutput.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io/DataOutputStream.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io/EOFException.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io/IOException.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io/InputStream.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io/InputStreamReader.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io/InterruptedIOException.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io/OutputStream.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io/OutputStreamWriter.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io/PrintStream.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io/PrintWriter.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io/Reader.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io/UTFDataFormatException.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io/UnsupportedEncodingException.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io/Writer.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io/package-frame.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io/package-summary.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io/package-tree.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/ArithmeticException.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/ArrayIndexOutOfBoundsException.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/ArrayStoreException.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/AssertionError.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/Boolean.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/Byte.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/Character.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/Class.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/ClassCastException.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/ClassNotFoundException.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/Enum.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/Error.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/Exception.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/IllegalAccessException.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/IllegalArgumentException.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/IllegalMonitorStateException.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/IllegalStateException.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/IllegalThreadStateException.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/IndexOutOfBoundsException.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/InstantiationException.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/Integer.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/InterruptedException.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/Iterable.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/Long.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/Math.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/NegativeArraySizeException.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/NoClassDefFoundError.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/NoSuchFieldError.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/NullPointerException.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/NumberFormatException.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/Object.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/OutOfMemoryError.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/Override.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/Runnable.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/Runtime.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/RuntimeException.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/SecurityException.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/Short.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/String.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/StringBuffer.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/StringBuilder.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/StringIndexOutOfBoundsException.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/SuppressWarnings.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/System.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/Thread.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/Throwable.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/VirtualMachineError.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/Void.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/annotation/Annotation.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/annotation/AnnotationFormatError.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/annotation/Documented.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/annotation/ElementType.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/annotation/Inherited.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/annotation/Retention.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/annotation/RetentionPolicy.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/annotation/Target.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/annotation/package-frame.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/annotation/package-summary.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/annotation/package-tree.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/package-frame.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/package-summary.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/package-tree.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/rmi/Remote.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/rmi/RemoteException.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/rmi/package-frame.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/rmi/package-summary.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/rmi/package-tree.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/security/AccessControlException.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/security/AccessController.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/security/BasicPermission.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/security/Permission.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/security/package-frame.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/security/package-summary.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/security/package-tree.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/util/Calendar.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/util/Date.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/util/EmptyStackException.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/util/Enumeration.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/util/EventListener.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/util/EventObject.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/util/Hashtable.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/util/Iterator.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/util/ListResourceBundle.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/util/Locale.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/util/MissingResourceException.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/util/NoSuchElementException.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/util/Random.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/util/ResourceBundle.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/util/Stack.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/util/StringTokenizer.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/util/TimeZone.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/util/Vector.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/util/package-frame.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/util/package-summary.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/util/package-tree.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/AID.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/APDU.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/APDUException.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/Applet.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/AppletEvent.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/CardException.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/CardRuntimeException.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/ISO7816.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/ISOException.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/JCSystem.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/MultiSelectable.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/OwnerPIN.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/PIN.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/PINException.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/Shareable.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/SystemException.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/TransactionException.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/UserException.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/Util.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/package-frame.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/package-summary.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/package-tree.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/service/BasicService.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/service/CardRemoteObject.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/service/Dispatcher.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/service/RMIService.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/service/RemoteService.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/service/SecurityService.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/service/Service.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/service/ServiceException.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/service/package-frame.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/service/package-summary.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/service/package-tree.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/AESKey.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/Checksum.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/CryptoException.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/DESKey.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/DSAKey.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/DSAPrivateKey.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/DSAPublicKey.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/ECKey.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/ECPrivateKey.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/ECPublicKey.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/HMACKey.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/InitializedMessageDigest.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/Key.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/KeyAgreement.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/KeyBuilder.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/KeyPair.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/KoreanSEEDKey.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/MessageDigest.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/PrivateKey.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/PublicKey.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/RSAPrivateCrtKey.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/RSAPrivateKey.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/RSAPublicKey.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/RandomData.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/SecretKey.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/Signature.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/SignatureMessageRecovery.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/package-frame.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/package-summary.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/package-tree.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/apdu/ExtendedLength.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/apdu/package-frame.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/apdu/package-summary.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/apdu/package-tree.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/biometry/BioBuilder.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/biometry/BioException.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/biometry/BioTemplate.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/biometry/OwnerBioTemplate.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/biometry/SharedBioTemplate.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/biometry/package-frame.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/biometry/package-summary.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/biometry/package-tree.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/crypto/Cipher.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/crypto/KeyEncryption.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/crypto/package-frame.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/crypto/package-summary.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/crypto/package-tree.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/external/ExternalException.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/external/Memory.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/external/MemoryAccess.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/external/package-frame.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/external/package-summary.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/external/package-tree.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/facilities/Event.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/facilities/EventNotificationListener.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/facilities/EventRegistry.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/facilities/EventRegistryPermission.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/facilities/ServiceFactory.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/facilities/ServiceRegistry.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/facilities/ServiceRegistryPermission.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/facilities/SharedEvent.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/facilities/TaskRegistry.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/facilities/TaskRegistryPermission.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/facilities/package-frame.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/facilities/package-summary.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/facilities/package-tree.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/ApplicationException.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/Authenticator.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/ClassicSIOProxy.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/ContextPermission.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/JCRuntimePermission.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/JCSystem.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/Password.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/SharedBioTemplateAuth.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/SharedPINAuth.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/SharedPasswordAuth.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/TransactionType.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/TransactionTypeValue.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/TransientReference.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/math/BCDUtil.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/math/BigNumber.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/math/ParityBit.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/math/package-frame.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/math/package-summary.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/math/package-tree.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/package-frame.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/package-summary.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/package-tree.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/tlv/BERTLV.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/tlv/BERTag.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/tlv/ConstructedBERTLV.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/tlv/ConstructedBERTag.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/tlv/PrimitiveBERTLV.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/tlv/PrimitiveBERTag.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/tlv/TLVException.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/tlv/package-frame.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/tlv/package-summary.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/tlv/package-tree.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/util/ArrayLogic.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/util/UtilException.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/util/intx/JCint.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/util/intx/package-frame.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/util/intx/package-summary.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/util/intx/package-tree.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/util/package-frame.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/util/package-summary.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/util/package-tree.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/io/ConnectorPermission.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/io/FileConnection.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/io/PSKException.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/io/ServerSecureConnection.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/io/TLSSecurityInfo.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/io/package-frame.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/io/package-summary.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/io/package-tree.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/security/CredentialManager.SecurityRequirements.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/security/CredentialManager.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/security/CryptoServicePermission.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/security/CryptoServices.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/security/NamedPermission.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/security/SensitiveMethod.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/security/SensitiveType.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/security/SensitivityValue.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/security/URIPermission.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/security/package-frame.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/security/package-summary.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/security/package-tree.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/servlet/http/DefaultServlet.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/servlet/http/HttpDigestAuthentication.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/servlet/http/package-frame.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/servlet/http/package-summary.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/servlet/http/package-tree.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/io/Connection.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/io/ConnectionNotFoundException.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/io/Connector.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/io/ContentConnection.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/io/Datagram.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/io/DatagramConnection.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/io/HttpConnection.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/io/HttpsConnection.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/io/InputConnection.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/io/OutputConnection.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/io/SecureConnection.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/io/SecurityInfo.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/io/ServerSocketConnection.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/io/SocketConnection.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/io/StreamConnection.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/io/StreamConnectionNotifier.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/io/UDPDatagramConnection.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/io/package-frame.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/io/package-summary.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/io/package-tree.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/pki/Certificate.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/pki/CertificateException.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/pki/package-frame.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/pki/package-summary.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/pki/package-tree.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/Filter.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/FilterChain.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/FilterConfig.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/GenericServlet.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/RequestDispatcher.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/Servlet.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/ServletConfig.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/ServletContext.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/ServletContextAttributeEvent.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/ServletContextAttributeListener.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/ServletContextEvent.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/ServletContextListener.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/ServletException.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/ServletInputStream.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/ServletOutputStream.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/ServletRequest.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/ServletRequestAttributeEvent.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/ServletRequestAttributeListener.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/ServletRequestEvent.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/ServletRequestListener.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/ServletRequestWrapper.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/ServletResponse.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/ServletResponseWrapper.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/UnavailableException.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/http/Cookie.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/http/HttpServlet.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/http/HttpServletRequest.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/http/HttpServletRequestWrapper.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/http/HttpServletResponse.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/http/HttpServletResponseWrapper.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/http/HttpSession.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/http/HttpSessionAttributeListener.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/http/HttpSessionBindingEvent.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/http/HttpSessionBindingListener.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/http/HttpSessionEvent.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/http/HttpSessionListener.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/http/package-frame.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/http/package-summary.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/http/package-tree.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/package-frame.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/package-summary.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/package-tree.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/overview-frame.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/overview-summary.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/overview-tree.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/package-list
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/resources/inherit.gif
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/COPYRIGHT_jcspecs.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/allclasses-frame.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/allclasses-noframe.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/com/sun/javacard/spi/cardmgmt/Application.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/com/sun/javacard/spi/cardmgmt/ApplicationGroup.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/com/sun/javacard/spi/cardmgmt/DeploymentException.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/com/sun/javacard/spi/cardmgmt/DeploymentUnit.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/com/sun/javacard/spi/cardmgmt/DeploymentUnitLoader.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/com/sun/javacard/spi/cardmgmt/Library.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/com/sun/javacard/spi/cardmgmt/package-frame.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/com/sun/javacard/spi/cardmgmt/package-summary.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/com/sun/javacard/spi/cardmgmt/package-tree.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/com/sun/javacard/spi/security/ProtectionDomain.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/com/sun/javacard/spi/security/package-frame.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/com/sun/javacard/spi/security/package-summary.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/com/sun/javacard/spi/security/package-tree.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/constant-values.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/deprecated-list.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/help-doc.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/index-all.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/index.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/javacardx/spi/cardmgmt/CardManagementPermission.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/javacardx/spi/cardmgmt/package-frame.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/javacardx/spi/cardmgmt/package-summary.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/javacardx/spi/cardmgmt/package-tree.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/javacardx/spi/framework/JCREPermission.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/javacardx/spi/framework/package-frame.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/javacardx/spi/framework/package-summary.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/javacardx/spi/framework/package-tree.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/javacardx/spi/security/CryptoProvider.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/javacardx/spi/security/package-frame.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/javacardx/spi/security/package-summary.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/javacardx/spi/security/package-tree.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/overview-frame.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/overview-summary.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/overview-tree.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/package-list
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/resources/inherit.gif
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/stylesheet.css
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/stylesheet.css
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/document.css
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/legal/Distribution_ReadME.txt
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/legal/THIRDPARTYREADME.txt
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/legal/TechnologyEvaluationLicense.txt
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/lib/ant-contrib-1.0b3.jar
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/lib/api_classic.jar
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/lib/api_connected.jar
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/lib/asm-all-3.1.jar
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/lib/bcel-5.2.jar
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/lib/commons-cli-1.0.jar
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/lib/commons-codec-1.3.jar
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/lib/commons-httpclient-3.0.jar
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/lib/commons-logging-1.1.jar
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/lib/config.properties
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/lib/jcapt.jar
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/lib/jctasks.jar
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/lib/locale/nbutils_ja.jar
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/lib/locale/nbutils_pt_BR.jar
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/lib/locale/nbutils_ru.jar
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/lib/locale/nbutils_zh_CN.jar
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/lib/logging.properties
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/lib/nbtasks.jar
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/lib/nbutils.jar
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/lib/system.properties
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/lib/tools.jar
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/platform.properties
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_applets/HelloWorld/APPLET-INF/applet.xml
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_applets/HelloWorld/Helloworld.expected.output
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_applets/HelloWorld/META-INF/MANIFEST.MF
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_applets/HelloWorld/META-INF/javacard.xml
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_applets/HelloWorld/build.xml
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_applets/HelloWorld/catalog.xml
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_applets/HelloWorld/nbproject/build-impl.xml
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_applets/HelloWorld/nbproject/deployment.xml
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_applets/HelloWorld/nbproject/genfiles.properties
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_applets/HelloWorld/nbproject/project.properties
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_applets/HelloWorld/nbproject/project.xml
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_applets/HelloWorld/scripts/helloworld.scr
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_applets/HelloWorld/src/com/sun/jcclassic/samples/helloworld/HelloWorld.java
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets/HelloWorld/APPLET-INF/applet.xml
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets/HelloWorld/Helloworld.expected.output
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets/HelloWorld/META-INF/MANIFEST.MF
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets/HelloWorld/META-INF/javacard.xml
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets/HelloWorld/build.xml
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets/HelloWorld/nbproject/build-impl.xml
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets/HelloWorld/nbproject/deployment.xml
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets/HelloWorld/nbproject/genfiles.properties
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets/HelloWorld/nbproject/private/private.properties
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets/HelloWorld/nbproject/project.properties
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets/HelloWorld/nbproject/project.xml
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets/HelloWorld/scripts/helloworld.scr
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets/HelloWorld/src/com/sun/jchowto/helloworld/HelloWorldApplet.java
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/keystore/a.certificate
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/keystore/a.keystore
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/keystore/a.privateKey
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/keystore/b.certificate
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/keystore/b.keystore
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/keystore/b.privateKey
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/keystore/c.certificate
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/keystore/c.keystore
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/keystore/c.privateKey
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/META-INF/MANIFEST.MF
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/META-INF/javacard.xml
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/WEB-INF/footer.i
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/WEB-INF/header.i
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/WEB-INF/index.i
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/WEB-INF/web.xml
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/build.xml
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/html/images/lines.png
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/html/images/title.png
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/html/index.html
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/nbproject/build-impl.xml
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/nbproject/genfiles.properties
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/nbproject/private/private.properties
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/nbproject/project.properties
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/nbproject/project.xml
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/src/com/sun/jchowto/helloworld/HelloWorldServlet.java
-%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/src/com/sun/jchowto/helloworld/IndexServlet.java
-%%DATADIR%%/javacard/VERSION.txt
-%%DATADIR%%/javacard/config/Modules/org-netbeans-modules-javacard-apdu-io.xml
-%%DATADIR%%/javacard/config/Modules/org-netbeans-modules-javacard-apdufile.xml
-%%DATADIR%%/javacard/config/Modules/org-netbeans-modules-javacard-common.xml
-%%DATADIR%%/javacard/config/Modules/org-netbeans-modules-javacard-console.xml
-%%DATADIR%%/javacard/config/Modules/org-netbeans-modules-javacard-filemodels.xml
-%%DATADIR%%/javacard/config/Modules/org-netbeans-modules-javacard-kit.xml
-%%DATADIR%%/javacard/config/Modules/org-netbeans-modules-javacard-oberthur.xml
-%%DATADIR%%/javacard/config/Modules/org-netbeans-modules-javacard-platform-ui.xml
-%%DATADIR%%/javacard/config/Modules/org-netbeans-modules-javacard-project.xml
-%%DATADIR%%/javacard/config/Modules/org-netbeans-modules-javacard-ri-bundle.xml
-%%DATADIR%%/javacard/config/Modules/org-netbeans-modules-javacard-ri-platform.xml
-%%DATADIR%%/javacard/config/Modules/org-netbeans-modules-javacard-spi.xml
-%%DATADIR%%/javacard/config/Modules/org-netbeans-modules-properties-based-dataobjects.xml
-%%DATADIR%%/javacard/config/Modules/org-netbeans-modules-simple-project-templates.xml
-%%DATADIR%%/javacard/config/Modules/org-netbeans-modules-swing-customizerlayout.xml
-%%DATADIR%%/javacard/javacard302/anttasks.jar
-%%DATADIR%%/javacard/modules/docs/org-netbeans-modules-javacard-project.jar
-%%DATADIR%%/javacard/modules/ext/apduio.jar
-%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-apdu-io_ja.jar
-%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-apdu-io_pt_BR.jar
-%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-apdu-io_ru.jar
-%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-apdu-io_zh_CN.jar
-%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-apdufile_ja.jar
-%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-apdufile_pt_BR.jar
-%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-apdufile_ru.jar
-%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-apdufile_zh_CN.jar
-%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-common_ja.jar
-%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-common_pt_BR.jar
-%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-common_ru.jar
-%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-common_zh_CN.jar
-%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-console_ja.jar
-%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-console_pt_BR.jar
-%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-console_ru.jar
-%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-console_zh_CN.jar
-%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-filemodels_ja.jar
-%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-filemodels_pt_BR.jar
-%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-filemodels_ru.jar
-%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-filemodels_zh_CN.jar
-%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-kit_ja.jar
-%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-kit_pt_BR.jar
-%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-kit_ru.jar
-%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-kit_zh_CN.jar
-%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-oberthur_ja.jar
-%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-oberthur_pt_BR.jar
-%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-oberthur_ru.jar
-%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-oberthur_zh_CN.jar
-%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-platform-ui_ja.jar
-%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-platform-ui_pt_BR.jar
-%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-platform-ui_ru.jar
-%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-platform-ui_zh_CN.jar
-%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-project_ja.jar
-%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-project_pt_BR.jar
-%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-project_ru.jar
-%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-project_zh_CN.jar
-%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-ri-bundle_ja.jar
-%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-ri-bundle_pt_BR.jar
-%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-ri-bundle_ru.jar
-%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-ri-bundle_zh_CN.jar
-%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-ri-platform_ja.jar
-%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-ri-platform_pt_BR.jar
-%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-ri-platform_ru.jar
-%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-ri-platform_zh_CN.jar
-%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-spi_ja.jar
-%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-spi_pt_BR.jar
-%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-spi_ru.jar
-%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-spi_zh_CN.jar
-%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-properties-based-dataobjects_ja.jar
-%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-properties-based-dataobjects_pt_BR.jar
-%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-properties-based-dataobjects_ru.jar
-%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-properties-based-dataobjects_zh_CN.jar
-%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-simple-project-templates_ja.jar
-%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-simple-project-templates_pt_BR.jar
-%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-simple-project-templates_ru.jar
-%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-simple-project-templates_zh_CN.jar
-%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-swing-customizerlayout_ja.jar
-%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-swing-customizerlayout_pt_BR.jar
-%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-swing-customizerlayout_ru.jar
-%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-swing-customizerlayout_zh_CN.jar
-%%DATADIR%%/javacard/modules/org-netbeans-modules-javacard-apdu-io.jar
-%%DATADIR%%/javacard/modules/org-netbeans-modules-javacard-apdufile.jar
-%%DATADIR%%/javacard/modules/org-netbeans-modules-javacard-common.jar
-%%DATADIR%%/javacard/modules/org-netbeans-modules-javacard-console.jar
-%%DATADIR%%/javacard/modules/org-netbeans-modules-javacard-filemodels.jar
-%%DATADIR%%/javacard/modules/org-netbeans-modules-javacard-kit.jar
-%%DATADIR%%/javacard/modules/org-netbeans-modules-javacard-oberthur.jar
-%%DATADIR%%/javacard/modules/org-netbeans-modules-javacard-platform-ui.jar
-%%DATADIR%%/javacard/modules/org-netbeans-modules-javacard-project.jar
-%%DATADIR%%/javacard/modules/org-netbeans-modules-javacard-ri-bundle.jar
-%%DATADIR%%/javacard/modules/org-netbeans-modules-javacard-ri-platform.jar
-%%DATADIR%%/javacard/modules/org-netbeans-modules-javacard-spi.jar
-%%DATADIR%%/javacard/modules/org-netbeans-modules-properties-based-dataobjects.jar
-%%DATADIR%%/javacard/modules/org-netbeans-modules-simple-project-templates.jar
-%%DATADIR%%/javacard/modules/org-netbeans-modules-swing-customizerlayout.jar
-%%DATADIR%%/javacard/update_tracking/org-netbeans-modules-javacard-apdu-io.xml
-%%DATADIR%%/javacard/update_tracking/org-netbeans-modules-javacard-apdufile.xml
-%%DATADIR%%/javacard/update_tracking/org-netbeans-modules-javacard-common.xml
-%%DATADIR%%/javacard/update_tracking/org-netbeans-modules-javacard-console.xml
-%%DATADIR%%/javacard/update_tracking/org-netbeans-modules-javacard-filemodels.xml
-%%DATADIR%%/javacard/update_tracking/org-netbeans-modules-javacard-kit.xml
-%%DATADIR%%/javacard/update_tracking/org-netbeans-modules-javacard-oberthur.xml
-%%DATADIR%%/javacard/update_tracking/org-netbeans-modules-javacard-platform-ui.xml
-%%DATADIR%%/javacard/update_tracking/org-netbeans-modules-javacard-project.xml
-%%DATADIR%%/javacard/update_tracking/org-netbeans-modules-javacard-ri-bundle.xml
-%%DATADIR%%/javacard/update_tracking/org-netbeans-modules-javacard-ri-platform.xml
-%%DATADIR%%/javacard/update_tracking/org-netbeans-modules-javacard-spi.xml
-%%DATADIR%%/javacard/update_tracking/org-netbeans-modules-properties-based-dataobjects.xml
-%%DATADIR%%/javacard/update_tracking/org-netbeans-modules-simple-project-templates.xml
-%%DATADIR%%/javacard/update_tracking/org-netbeans-modules-swing-customizerlayout.xml
%%DATADIR%%/javafx/.lastModified
%%DATADIR%%/javafx/VERSION.txt
%%DATADIR%%/javafx/config/Modules/org-netbeans-modules-javafx2-editor.xml
@@ -5822,30 +1970,6 @@ bin/%%DATADIR%%
%%DATADIR%%/javafx/config/Modules/org-netbeans-modules-javafx2-project.xml
%%DATADIR%%/javafx/config/Modules/org-netbeans-modules-javafx2-samples.xml
%%DATADIR%%/javafx/config/Modules/org-netbeans-modules-javafx2-scenebuilder.xml
-%%DATADIR%%/javafx/modules/locale/org-netbeans-modules-javafx2-editor_ja.jar
-%%DATADIR%%/javafx/modules/locale/org-netbeans-modules-javafx2-editor_pt_BR.jar
-%%DATADIR%%/javafx/modules/locale/org-netbeans-modules-javafx2-editor_ru.jar
-%%DATADIR%%/javafx/modules/locale/org-netbeans-modules-javafx2-editor_zh_CN.jar
-%%DATADIR%%/javafx/modules/locale/org-netbeans-modules-javafx2-kit_ja.jar
-%%DATADIR%%/javafx/modules/locale/org-netbeans-modules-javafx2-kit_pt_BR.jar
-%%DATADIR%%/javafx/modules/locale/org-netbeans-modules-javafx2-kit_ru.jar
-%%DATADIR%%/javafx/modules/locale/org-netbeans-modules-javafx2-kit_zh_CN.jar
-%%DATADIR%%/javafx/modules/locale/org-netbeans-modules-javafx2-platform_ja.jar
-%%DATADIR%%/javafx/modules/locale/org-netbeans-modules-javafx2-platform_pt_BR.jar
-%%DATADIR%%/javafx/modules/locale/org-netbeans-modules-javafx2-platform_ru.jar
-%%DATADIR%%/javafx/modules/locale/org-netbeans-modules-javafx2-platform_zh_CN.jar
-%%DATADIR%%/javafx/modules/locale/org-netbeans-modules-javafx2-project_ja.jar
-%%DATADIR%%/javafx/modules/locale/org-netbeans-modules-javafx2-project_pt_BR.jar
-%%DATADIR%%/javafx/modules/locale/org-netbeans-modules-javafx2-project_ru.jar
-%%DATADIR%%/javafx/modules/locale/org-netbeans-modules-javafx2-project_zh_CN.jar
-%%DATADIR%%/javafx/modules/locale/org-netbeans-modules-javafx2-samples_ja.jar
-%%DATADIR%%/javafx/modules/locale/org-netbeans-modules-javafx2-samples_pt_BR.jar
-%%DATADIR%%/javafx/modules/locale/org-netbeans-modules-javafx2-samples_ru.jar
-%%DATADIR%%/javafx/modules/locale/org-netbeans-modules-javafx2-samples_zh_CN.jar
-%%DATADIR%%/javafx/modules/locale/org-netbeans-modules-javafx2-scenebuilder_ja.jar
-%%DATADIR%%/javafx/modules/locale/org-netbeans-modules-javafx2-scenebuilder_pt_BR.jar
-%%DATADIR%%/javafx/modules/locale/org-netbeans-modules-javafx2-scenebuilder_ru.jar
-%%DATADIR%%/javafx/modules/locale/org-netbeans-modules-javafx2-scenebuilder_zh_CN.jar
%%DATADIR%%/javafx/modules/org-netbeans-modules-javafx2-editor.jar
%%DATADIR%%/javafx/modules/org-netbeans-modules-javafx2-kit.jar
%%DATADIR%%/javafx/modules/org-netbeans-modules-javafx2-platform.jar
@@ -5858,104 +1982,66 @@ bin/%%DATADIR%%
%%DATADIR%%/javafx/update_tracking/org-netbeans-modules-javafx2-project.xml
%%DATADIR%%/javafx/update_tracking/org-netbeans-modules-javafx2-samples.xml
%%DATADIR%%/javafx/update_tracking/org-netbeans-modules-javafx2-scenebuilder.xml
-%%DATADIR%%/mobility/.lastModified
-%%DATADIR%%/mobility/VERSION.txt
-%%DATADIR%%/mobility/ant/nblib/locale/org-netbeans-modules-j2me-keystore_ja.jar
-%%DATADIR%%/mobility/ant/nblib/locale/org-netbeans-modules-j2me-keystore_pt_BR.jar
-%%DATADIR%%/mobility/ant/nblib/locale/org-netbeans-modules-j2me-keystore_ru.jar
-%%DATADIR%%/mobility/ant/nblib/locale/org-netbeans-modules-j2me-keystore_zh_CN.jar
-%%DATADIR%%/mobility/ant/nblib/locale/org-netbeans-modules-mobility-project-ant_ja.jar
-%%DATADIR%%/mobility/ant/nblib/locale/org-netbeans-modules-mobility-project-ant_pt_BR.jar
-%%DATADIR%%/mobility/ant/nblib/locale/org-netbeans-modules-mobility-project-ant_ru.jar
-%%DATADIR%%/mobility/ant/nblib/locale/org-netbeans-modules-mobility-project-ant_zh_CN.jar
-%%DATADIR%%/mobility/ant/nblib/org-netbeans-modules-j2me-keystore.jar
-%%DATADIR%%/mobility/ant/nblib/org-netbeans-modules-mobility-project-ant.jar
-%%DATADIR%%/mobility/config/Modules/org-netbeans-api-mobility.xml
-%%DATADIR%%/mobility/config/Modules/org-netbeans-modules-j2me-common-ant.xml
-%%DATADIR%%/mobility/config/Modules/org-netbeans-modules-j2me-keystore.xml
-%%DATADIR%%/mobility/config/Modules/org-netbeans-modules-j2me-kit.xml
-%%DATADIR%%/mobility/config/Modules/org-netbeans-modules-j2me-project.xml
-%%DATADIR%%/mobility/config/Modules/org-netbeans-modules-mobility-cldcplatform.xml
-%%DATADIR%%/mobility/config/Modules/org-netbeans-modules-mobility-databindingme.xml
-%%DATADIR%%/mobility/config/Modules/org-netbeans-modules-mobility-end2end.xml
-%%DATADIR%%/mobility/config/Modules/org-netbeans-modules-mobility-jsr172.xml
-%%DATADIR%%/mobility/config/Modules/org-netbeans-modules-mobility-licensing.xml
-%%DATADIR%%/mobility/config/Modules/org-netbeans-modules-mobility-project-ant.xml
-%%DATADIR%%/mobility/modules/docs/netbeans_databindingme-api.zip
-%%DATADIR%%/mobility/modules/docs/netbeans_databindingme_pim-api.zip
-%%DATADIR%%/mobility/modules/docs/netbeans_databindingme_svg-api.zip
-%%DATADIR%%/mobility/modules/ext/netbeans_databindingme.jar
-%%DATADIR%%/mobility/modules/ext/netbeans_databindingme_pim.jar
-%%DATADIR%%/mobility/modules/ext/netbeans_databindingme_svg.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-api-mobility_ja.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-api-mobility_pt_BR.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-api-mobility_ru.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-api-mobility_zh_CN.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-common-ant_ja.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-common-ant_pt_BR.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-common-ant_ru.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-common-ant_zh_CN.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-keystore_ja.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-keystore_pt_BR.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-keystore_ru.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-keystore_zh_CN.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-kit_ja.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-kit_pt_BR.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-kit_ru.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-kit_zh_CN.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-project_ja.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-project_pt_BR.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-project_ru.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-project_zh_CN.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-cldcplatform_ja.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-cldcplatform_pt_BR.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-cldcplatform_ru.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-cldcplatform_zh_CN.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-databindingme_ja.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-databindingme_pt_BR.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-databindingme_ru.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-databindingme_zh_CN.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-end2end_ja.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-end2end_pt_BR.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-end2end_ru.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-end2end_zh_CN.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-jsr172_ja.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-jsr172_pt_BR.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-jsr172_ru.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-jsr172_zh_CN.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-licensing_ja.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-licensing_pt_BR.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-licensing_ru.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-licensing_zh_CN.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-project-ant_ja.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-project-ant_pt_BR.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-project-ant_ru.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-project-ant_zh_CN.jar
-%%DATADIR%%/mobility/modules/org-netbeans-api-mobility.jar
-%%DATADIR%%/mobility/modules/org-netbeans-modules-j2me-common-ant.jar
-%%DATADIR%%/mobility/modules/org-netbeans-modules-j2me-keystore.jar
-%%DATADIR%%/mobility/modules/org-netbeans-modules-j2me-kit.jar
-%%DATADIR%%/mobility/modules/org-netbeans-modules-j2me-project.jar
-%%DATADIR%%/mobility/modules/org-netbeans-modules-mobility-cldcplatform.jar
-%%DATADIR%%/mobility/modules/org-netbeans-modules-mobility-databindingme.jar
-%%DATADIR%%/mobility/modules/org-netbeans-modules-mobility-end2end.jar
-%%DATADIR%%/mobility/modules/org-netbeans-modules-mobility-jsr172.jar
-%%DATADIR%%/mobility/modules/org-netbeans-modules-mobility-licensing.jar
-%%DATADIR%%/mobility/modules/org-netbeans-modules-mobility-project-ant.jar
-%%DATADIR%%/mobility/sources/netbeans_databindingme-src.zip
-%%DATADIR%%/mobility/sources/netbeans_databindingme_pim-src.zip
-%%DATADIR%%/mobility/sources/netbeans_databindingme_svg-src.zip
-%%DATADIR%%/mobility/update_tracking/org-netbeans-api-mobility.xml
-%%DATADIR%%/mobility/update_tracking/org-netbeans-modules-j2me-common-ant.xml
-%%DATADIR%%/mobility/update_tracking/org-netbeans-modules-j2me-keystore.xml
-%%DATADIR%%/mobility/update_tracking/org-netbeans-modules-j2me-kit.xml
-%%DATADIR%%/mobility/update_tracking/org-netbeans-modules-j2me-project.xml
-%%DATADIR%%/mobility/update_tracking/org-netbeans-modules-mobility-cldcplatform.xml
-%%DATADIR%%/mobility/update_tracking/org-netbeans-modules-mobility-databindingme.xml
-%%DATADIR%%/mobility/update_tracking/org-netbeans-modules-mobility-end2end.xml
-%%DATADIR%%/mobility/update_tracking/org-netbeans-modules-mobility-jsr172.xml
-%%DATADIR%%/mobility/update_tracking/org-netbeans-modules-mobility-licensing.xml
-%%DATADIR%%/mobility/update_tracking/org-netbeans-modules-mobility-project-ant.xml
+%%DATADIR%%/licenses/Apache-1.1
+%%DATADIR%%/licenses/Apache-2.0
+%%DATADIR%%/licenses/Apache-2.0+BSD-INRIA
+%%DATADIR%%/licenses/Apache-2.0+MIT+testng
+%%DATADIR%%/licenses/Apache-2.0+MIT-Bindex
+%%DATADIR%%/licenses/Apache-2.0-ant
+%%DATADIR%%/licenses/Apache-2.0-groovy
+%%DATADIR%%/licenses/Apache-2.0-lucene
+%%DATADIR%%/licenses/Apache-2.0-smack
+%%DATADIR%%/licenses/Apache-2.0-spring3.2.7
+%%DATADIR%%/licenses/Apache-2.0-spring4.0.1
+%%DATADIR%%/licenses/BSD-INRIA
+%%DATADIR%%/licenses/BSD-JDOM
+%%DATADIR%%/licenses/BSD-SCOWL
+%%DATADIR%%/licenses/BSD-antlr-runtime3
+%%DATADIR%%/licenses/BSD-antlr-runtime4
+%%DATADIR%%/licenses/BSD-ecmascript
+%%DATADIR%%/licenses/BSD-hamcrest
+%%DATADIR%%/licenses/BSD-iri
+%%DATADIR%%/licenses/BSD-jing
+%%DATADIR%%/licenses/BSD-jsch
+%%DATADIR%%/licenses/BSD-jsch-agentproxy
+%%DATADIR%%/licenses/BSD-jzlib
+%%DATADIR%%/licenses/BSD-postgresql
+%%DATADIR%%/licenses/BSD-woodstox
+%%DATADIR%%/licenses/CC-BY-3.0
+%%DATADIR%%/licenses/CC0-v10
+%%DATADIR%%/licenses/CDDL-1.0
+%%DATADIR%%/licenses/CDDL-1.1
+%%DATADIR%%/licenses/CDDL-1.1-BSD-MIT-jaxb1-xjc
+%%DATADIR%%/licenses/CDDL-1.1-MIT-jaxb-xjc
+%%DATADIR%%/licenses/EDL-1.0
+%%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/HTML5DOC
+%%DATADIR%%/licenses/JavaCUP
+%%DATADIR%%/licenses/MIT
+%%DATADIR%%/licenses/MIT-dd-plist
+%%DATADIR%%/licenses/MIT-html5-parser
+%%DATADIR%%/licenses/MIT-icu4j
+%%DATADIR%%/licenses/MIT-isorelax
+%%DATADIR%%/licenses/MIT-jvyamlb
+%%DATADIR%%/licenses/MIT-nocopyright
+%%DATADIR%%/licenses/MIT-phpstan
+%%DATADIR%%/licenses/MIT-validator
+%%DATADIR%%/licenses/MIT-winp
+%%DATADIR%%/licenses/MPL-1.0
+%%DATADIR%%/licenses/Maven-CDDL-1.0
+%%DATADIR%%/licenses/Maven-EPL-v10
+%%DATADIR%%/licenses/Maven-MIT
+%%DATADIR%%/licenses/Maven-PD
+%%DATADIR%%/licenses/Maven-jsoup
+%%DATADIR%%/licenses/OSGi
+%%DATADIR%%/licenses/W3C
+%%DATADIR%%/licenses/W3C2
+%%DATADIR%%/licenses/WSDL-2004
+%%DATADIR%%/licenses/freemarker
%%DATADIR%%/nb/.lastModified
%%DATADIR%%/nb/VERSION.txt
%%DATADIR%%/nb/build_info
@@ -5964,19 +2050,12 @@ bin/%%DATADIR%%
%%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-ko4j-debugging.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/locale/core_nb_ja.jar
-%%DATADIR%%/nb/core/locale/core_nb_pt_BR.jar
-%%DATADIR%%/nb/core/locale/core_nb_ru.jar
-%%DATADIR%%/nb/core/locale/core_nb_zh_CN.jar
-%%DATADIR%%/nb/core/locale/org-netbeans-upgrader_ja.jar
-%%DATADIR%%/nb/core/locale/org-netbeans-upgrader_pt_BR.jar
-%%DATADIR%%/nb/core/locale/org-netbeans-upgrader_ru.jar
-%%DATADIR%%/nb/core/locale/org-netbeans-upgrader_zh_CN.jar
%%DATADIR%%/nb/core/org-netbeans-upgrader.jar
%%DATADIR%%/nb/docs/GUIExamplesDescription.html
%%DATADIR%%/nb/docs/SwingInteropDescription.html
@@ -5999,69 +2078,18 @@ bin/%%DATADIR%%
%%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
-%%DATADIR%%/nb/modules/locale/org-netbeans-core-ui_nb_ja.jar
-%%DATADIR%%/nb/modules/locale/org-netbeans-core-ui_nb_pt_BR.jar
-%%DATADIR%%/nb/modules/locale/org-netbeans-core-ui_nb_ru.jar
-%%DATADIR%%/nb/modules/locale/org-netbeans-core-ui_nb_zh_CN.jar
%%DATADIR%%/nb/modules/locale/org-netbeans-core-windows_nb.jar
%%DATADIR%%/nb/modules/locale/org-netbeans-core_nb.jar
-%%DATADIR%%/nb/modules/locale/org-netbeans-core_nb_ja.jar
-%%DATADIR%%/nb/modules/locale/org-netbeans-core_nb_pt_BR.jar
-%%DATADIR%%/nb/modules/locale/org-netbeans-core_nb_ru.jar
-%%DATADIR%%/nb/modules/locale/org-netbeans-core_nb_zh_CN.jar
-%%DATADIR%%/nb/modules/locale/org-netbeans-modules-autoupdate-pluginimporter_ja.jar
-%%DATADIR%%/nb/modules/locale/org-netbeans-modules-autoupdate-pluginimporter_pt_BR.jar
-%%DATADIR%%/nb/modules/locale/org-netbeans-modules-autoupdate-pluginimporter_ru.jar
-%%DATADIR%%/nb/modules/locale/org-netbeans-modules-autoupdate-pluginimporter_zh_CN.jar
%%DATADIR%%/nb/modules/locale/org-netbeans-modules-autoupdate-ui_nb.jar
-%%DATADIR%%/nb/modules/locale/org-netbeans-modules-autoupdate-ui_nb_ja.jar
-%%DATADIR%%/nb/modules/locale/org-netbeans-modules-autoupdate-ui_nb_pt_BR.jar
-%%DATADIR%%/nb/modules/locale/org-netbeans-modules-autoupdate-ui_nb_ru.jar
-%%DATADIR%%/nb/modules/locale/org-netbeans-modules-autoupdate-ui_nb_zh_CN.jar
-%%DATADIR%%/nb/modules/locale/org-netbeans-modules-bugzilla-exceptionreporter_ja.jar
-%%DATADIR%%/nb/modules/locale/org-netbeans-modules-bugzilla-exceptionreporter_pt_BR.jar
-%%DATADIR%%/nb/modules/locale/org-netbeans-modules-bugzilla-exceptionreporter_ru.jar
-%%DATADIR%%/nb/modules/locale/org-netbeans-modules-bugzilla-exceptionreporter_zh_CN.jar
-%%DATADIR%%/nb/modules/locale/org-netbeans-modules-deadlock-detector_ja.jar
-%%DATADIR%%/nb/modules/locale/org-netbeans-modules-deadlock-detector_pt_BR.jar
-%%DATADIR%%/nb/modules/locale/org-netbeans-modules-deadlock-detector_ru.jar
-%%DATADIR%%/nb/modules/locale/org-netbeans-modules-deadlock-detector_zh_CN.jar
-%%DATADIR%%/nb/modules/locale/org-netbeans-modules-ide-branding-kit_ja.jar
-%%DATADIR%%/nb/modules/locale/org-netbeans-modules-ide-branding-kit_pt_BR.jar
-%%DATADIR%%/nb/modules/locale/org-netbeans-modules-ide-branding-kit_ru.jar
-%%DATADIR%%/nb/modules/locale/org-netbeans-modules-ide-branding-kit_zh_CN.jar
-%%DATADIR%%/nb/modules/locale/org-netbeans-modules-ide-branding_ja.jar
-%%DATADIR%%/nb/modules/locale/org-netbeans-modules-ide-branding_pt_BR.jar
-%%DATADIR%%/nb/modules/locale/org-netbeans-modules-ide-branding_ru.jar
-%%DATADIR%%/nb/modules/locale/org-netbeans-modules-ide-branding_zh_CN.jar
%%DATADIR%%/nb/modules/locale/org-netbeans-modules-options-api_nb.jar
-%%DATADIR%%/nb/modules/locale/org-netbeans-modules-options-api_nb_ja.jar
-%%DATADIR%%/nb/modules/locale/org-netbeans-modules-options-api_nb_pt_BR.jar
-%%DATADIR%%/nb/modules/locale/org-netbeans-modules-options-api_nb_ru.jar
-%%DATADIR%%/nb/modules/locale/org-netbeans-modules-options-api_nb_zh_CN.jar
-%%DATADIR%%/nb/modules/locale/org-netbeans-modules-uihandler-exceptionreporter_ja.jar
-%%DATADIR%%/nb/modules/locale/org-netbeans-modules-uihandler-exceptionreporter_pt_BR.jar
-%%DATADIR%%/nb/modules/locale/org-netbeans-modules-uihandler-exceptionreporter_ru.jar
-%%DATADIR%%/nb/modules/locale/org-netbeans-modules-uihandler-exceptionreporter_zh_CN.jar
%%DATADIR%%/nb/modules/locale/org-netbeans-modules-uihandler_nb.jar
-%%DATADIR%%/nb/modules/locale/org-netbeans-modules-uihandler_nb_ja.jar
-%%DATADIR%%/nb/modules/locale/org-netbeans-modules-uihandler_nb_pt_BR.jar
-%%DATADIR%%/nb/modules/locale/org-netbeans-modules-uihandler_nb_ru.jar
-%%DATADIR%%/nb/modules/locale/org-netbeans-modules-uihandler_nb_zh_CN.jar
-%%DATADIR%%/nb/modules/locale/org-netbeans-modules-updatecenters_ja.jar
-%%DATADIR%%/nb/modules/locale/org-netbeans-modules-updatecenters_pt_BR.jar
-%%DATADIR%%/nb/modules/locale/org-netbeans-modules-updatecenters_ru.jar
-%%DATADIR%%/nb/modules/locale/org-netbeans-modules-updatecenters_zh_CN.jar
-%%DATADIR%%/nb/modules/locale/org-netbeans-modules-welcome_ja.jar
-%%DATADIR%%/nb/modules/locale/org-netbeans-modules-welcome_pt_BR.jar
-%%DATADIR%%/nb/modules/locale/org-netbeans-modules-welcome_ru.jar
-%%DATADIR%%/nb/modules/locale/org-netbeans-modules-welcome_zh_CN.jar
%%DATADIR%%/nb/modules/locale/org-netbeans-spi-quicksearch_nb.jar
%%DATADIR%%/nb/modules/org-netbeans-modules-autoupdate-pluginimporter.jar
%%DATADIR%%/nb/modules/org-netbeans-modules-bugzilla-exceptionreporter.jar
%%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-ko4j-debugging.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
@@ -6074,6 +2102,7 @@ bin/%%DATADIR%%
%%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-ko4j-debugging.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
@@ -6105,7 +2134,6 @@ bin/%%DATADIR%%
%%DATADIR%%/php/config/Modules/org-netbeans-modules-php-nette-tester.xml
%%DATADIR%%/php/config/Modules/org-netbeans-modules-php-nette2.xml
%%DATADIR%%/php/config/Modules/org-netbeans-modules-php-phing.xml
-%%DATADIR%%/php/config/Modules/org-netbeans-modules-php-phpdoc-documentation.xml
%%DATADIR%%/php/config/Modules/org-netbeans-modules-php-phpdoc.xml
%%DATADIR%%/php/config/Modules/org-netbeans-modules-php-phpunit.xml
%%DATADIR%%/php/config/Modules/org-netbeans-modules-php-project.xml
@@ -6120,165 +2148,9 @@ bin/%%DATADIR%%
%%DATADIR%%/php/config/Modules/org-netbeans-modules-selenium2-php.xml
%%DATADIR%%/php/config/Modules/org-netbeans-modules-spellchecker-bindings-php.xml
%%DATADIR%%/php/config/Modules/org-netbeans-modules-websvc-saas-codegen-php.xml
-%%DATADIR%%/php/docs/phpdocdesc.zip
+%%DATADIR%%/php/docs/phpsigfiles.zip
%%DATADIR%%/php/docs/predefined_vars.zip
%%DATADIR%%/php/modules/ext/java-cup-11a.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-libs-javacup_ja.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-libs-javacup_pt_BR.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-libs-javacup_ru.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-libs-javacup_zh_CN.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-hudson-php_ja.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-hudson-php_pt_BR.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-hudson-php_ru.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-hudson-php_zh_CN.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-languages-neon_ja.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-languages-neon_pt_BR.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-languages-neon_ru.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-languages-neon_zh_CN.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-api-annotation_ja.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-api-annotation_pt_BR.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-api-annotation_ru.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-api-annotation_zh_CN.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-api-documentation_ja.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-api-documentation_pt_BR.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-api-documentation_ru.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-api-documentation_zh_CN.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-api-editor_ja.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-api-editor_pt_BR.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-api-editor_ru.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-api-editor_zh_CN.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-api-executable_ja.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-api-executable_pt_BR.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-api-executable_ru.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-api-executable_zh_CN.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-api-framework_ja.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-api-framework_pt_BR.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-api-framework_ru.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-api-framework_zh_CN.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-api-phpmodule_ja.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-api-phpmodule_pt_BR.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-api-phpmodule_ru.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-api-phpmodule_zh_CN.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-api-templates_ja.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-api-templates_pt_BR.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-api-templates_ru.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-api-templates_zh_CN.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-api-testing_ja.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-api-testing_pt_BR.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-api-testing_ru.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-api-testing_zh_CN.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-apigen_ja.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-apigen_pt_BR.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-apigen_ru.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-apigen_zh_CN.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-atoum_ja.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-atoum_pt_BR.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-atoum_ru.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-atoum_zh_CN.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-code-analysis_ja.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-code-analysis_pt_BR.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-code-analysis_ru.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-code-analysis_zh_CN.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-codeception_ja.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-codeception_pt_BR.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-codeception_ru.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-codeception_zh_CN.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-composer_ja.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-composer_pt_BR.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-composer_ru.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-composer_zh_CN.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-dbgp_ja.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-dbgp_pt_BR.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-dbgp_ru.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-dbgp_zh_CN.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-doctrine2_ja.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-doctrine2_pt_BR.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-doctrine2_ru.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-doctrine2_zh_CN.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-editor_ja.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-editor_pt_BR.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-editor_ru.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-editor_zh_CN.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-kit_ja.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-kit_pt_BR.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-kit_ru.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-kit_zh_CN.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-latte_ja.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-latte_pt_BR.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-latte_ru.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-latte_zh_CN.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-nette-tester_ja.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-nette-tester_pt_BR.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-nette-tester_ru.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-nette-tester_zh_CN.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-nette2_ja.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-nette2_pt_BR.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-nette2_ru.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-nette2_zh_CN.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-phing_ja.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-phing_pt_BR.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-phing_ru.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-phing_zh_CN.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-phpdoc-documentation_ja.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-phpdoc-documentation_pt_BR.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-phpdoc-documentation_ru.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-phpdoc-documentation_zh_CN.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-phpdoc_ja.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-phpdoc_pt_BR.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-phpdoc_ru.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-phpdoc_zh_CN.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-phpunit_ja.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-phpunit_pt_BR.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-phpunit_ru.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-phpunit_zh_CN.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-project_ja.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-project_pt_BR.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-project_ru.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-project_zh_CN.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-refactoring_ja.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-refactoring_pt_BR.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-refactoring_ru.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-refactoring_zh_CN.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-samples_ja.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-samples_pt_BR.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-samples_ru.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-samples_zh_CN.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-smarty_ja.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-smarty_pt_BR.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-smarty_ru.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-smarty_zh_CN.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-symfony2_ja.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-symfony2_pt_BR.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-symfony2_ru.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-symfony2_zh_CN.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-symfony_ja.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-symfony_pt_BR.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-symfony_ru.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-symfony_zh_CN.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-twig_ja.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-twig_pt_BR.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-twig_ru.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-twig_zh_CN.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-zend2_ja.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-zend2_pt_BR.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-zend2_ru.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-zend2_zh_CN.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-zend_ja.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-zend_pt_BR.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-zend_ru.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-zend_zh_CN.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-selenium2-php_ja.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-selenium2-php_pt_BR.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-selenium2-php_ru.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-selenium2-php_zh_CN.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-spellchecker-bindings-php_ja.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-spellchecker-bindings-php_pt_BR.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-spellchecker-bindings-php_ru.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-spellchecker-bindings-php_zh_CN.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-websvc-saas-codegen-php_ja.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-websvc-saas-codegen-php_pt_BR.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-websvc-saas-codegen-php_ru.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-websvc-saas-codegen-php_zh_CN.jar
%%DATADIR%%/php/modules/org-netbeans-libs-javacup.jar
%%DATADIR%%/php/modules/org-netbeans-modules-hudson-php.jar
%%DATADIR%%/php/modules/org-netbeans-modules-languages-neon.jar
@@ -6303,7 +2175,6 @@ bin/%%DATADIR%%
%%DATADIR%%/php/modules/org-netbeans-modules-php-nette-tester.jar
%%DATADIR%%/php/modules/org-netbeans-modules-php-nette2.jar
%%DATADIR%%/php/modules/org-netbeans-modules-php-phing.jar
-%%DATADIR%%/php/modules/org-netbeans-modules-php-phpdoc-documentation.jar
%%DATADIR%%/php/modules/org-netbeans-modules-php-phpdoc.jar
%%DATADIR%%/php/modules/org-netbeans-modules-php-phpunit.jar
%%DATADIR%%/php/modules/org-netbeans-modules-php-project.jar
@@ -6318,83 +2189,6 @@ bin/%%DATADIR%%
%%DATADIR%%/php/modules/org-netbeans-modules-selenium2-php.jar
%%DATADIR%%/php/modules/org-netbeans-modules-spellchecker-bindings-php.jar
%%DATADIR%%/php/modules/org-netbeans-modules-websvc-saas-codegen-php.jar
-%%DATADIR%%/php/phpstubs/phpruntime/Core.php
-%%DATADIR%%/php/phpstubs/phpruntime/PDO.php
-%%DATADIR%%/php/phpstubs/phpruntime/PDO_Firebird.php
-%%DATADIR%%/php/phpstubs/phpruntime/PDO_ODBC.php
-%%DATADIR%%/php/phpstubs/phpruntime/Phar.php
-%%DATADIR%%/php/phpstubs/phpruntime/Reflection.php
-%%DATADIR%%/php/phpstubs/phpruntime/SPL.php
-%%DATADIR%%/php/phpstubs/phpruntime/SimpleXML.php
-%%DATADIR%%/php/phpstubs/phpruntime/Zend-OPcache.php
-%%DATADIR%%/php/phpstubs/phpruntime/basic.php
-%%DATADIR%%/php/phpstubs/phpruntime/bcmath.php
-%%DATADIR%%/php/phpstubs/phpruntime/bz2.php
-%%DATADIR%%/php/phpstubs/phpruntime/calendar.php
-%%DATADIR%%/php/phpstubs/phpruntime/ctype.php
-%%DATADIR%%/php/phpstubs/phpruntime/curl.php
-%%DATADIR%%/php/phpstubs/phpruntime/date.php
-%%DATADIR%%/php/phpstubs/phpruntime/dom.php
-%%DATADIR%%/php/phpstubs/phpruntime/enchant.php
-%%DATADIR%%/php/phpstubs/phpruntime/ereg.php
-%%DATADIR%%/php/phpstubs/phpruntime/exif.php
-%%DATADIR%%/php/phpstubs/phpruntime/fileinfo.php
-%%DATADIR%%/php/phpstubs/phpruntime/filter.php
-%%DATADIR%%/php/phpstubs/phpruntime/ftp.php
-%%DATADIR%%/php/phpstubs/phpruntime/gd.php
-%%DATADIR%%/php/phpstubs/phpruntime/gettext.php
-%%DATADIR%%/php/phpstubs/phpruntime/hash.php
-%%DATADIR%%/php/phpstubs/phpruntime/iconv.php
-%%DATADIR%%/php/phpstubs/phpruntime/igbinary.php
-%%DATADIR%%/php/phpstubs/phpruntime/imagick.php
-%%DATADIR%%/php/phpstubs/phpruntime/imap.php
-%%DATADIR%%/php/phpstubs/phpruntime/interbase.php
-%%DATADIR%%/php/phpstubs/phpruntime/intl.php
-%%DATADIR%%/php/phpstubs/phpruntime/json.php
-%%DATADIR%%/php/phpstubs/phpruntime/ldap.php
-%%DATADIR%%/php/phpstubs/phpruntime/libxml.php
-%%DATADIR%%/php/phpstubs/phpruntime/mbstring.php
-%%DATADIR%%/php/phpstubs/phpruntime/mcrypt.php
-%%DATADIR%%/php/phpstubs/phpruntime/memcache.php
-%%DATADIR%%/php/phpstubs/phpruntime/mssql.php
-%%DATADIR%%/php/phpstubs/phpruntime/mysqli.php
-%%DATADIR%%/php/phpstubs/phpruntime/mysqlnd.php
-%%DATADIR%%/php/phpstubs/phpruntime/oci8.php
-%%DATADIR%%/php/phpstubs/phpruntime/odbc.php
-%%DATADIR%%/php/phpstubs/phpruntime/openssl.php
-%%DATADIR%%/php/phpstubs/phpruntime/pcntl.php
-%%DATADIR%%/php/phpstubs/phpruntime/pcre.php
-%%DATADIR%%/php/phpstubs/phpruntime/pdo_dblib.php
-%%DATADIR%%/php/phpstubs/phpruntime/pdo_mysql.php
-%%DATADIR%%/php/phpstubs/phpruntime/pdo_pgsql.php
-%%DATADIR%%/php/phpstubs/phpruntime/pdo_sqlite.php
-%%DATADIR%%/php/phpstubs/phpruntime/pgsql.php
-%%DATADIR%%/php/phpstubs/phpruntime/posix.php
-%%DATADIR%%/php/phpstubs/phpruntime/pspell.php
-%%DATADIR%%/php/phpstubs/phpruntime/readline.php
-%%DATADIR%%/php/phpstubs/phpruntime/recode.php
-%%DATADIR%%/php/phpstubs/phpruntime/redis.php
-%%DATADIR%%/php/phpstubs/phpruntime/removed.php
-%%DATADIR%%/php/phpstubs/phpruntime/session.php
-%%DATADIR%%/php/phpstubs/phpruntime/shmop.php
-%%DATADIR%%/php/phpstubs/phpruntime/soap.php
-%%DATADIR%%/php/phpstubs/phpruntime/sockets.php
-%%DATADIR%%/php/phpstubs/phpruntime/sqlite3.php
-%%DATADIR%%/php/phpstubs/phpruntime/standard.php
-%%DATADIR%%/php/phpstubs/phpruntime/sysvmsg.php
-%%DATADIR%%/php/phpstubs/phpruntime/sysvsem.php
-%%DATADIR%%/php/phpstubs/phpruntime/sysvshm.php
-%%DATADIR%%/php/phpstubs/phpruntime/tidy.php
-%%DATADIR%%/php/phpstubs/phpruntime/tokenizer.php
-%%DATADIR%%/php/phpstubs/phpruntime/wddx.php
-%%DATADIR%%/php/phpstubs/phpruntime/xdebug.php
-%%DATADIR%%/php/phpstubs/phpruntime/xml.php
-%%DATADIR%%/php/phpstubs/phpruntime/xmlreader.php
-%%DATADIR%%/php/phpstubs/phpruntime/xmlrpc.php
-%%DATADIR%%/php/phpstubs/phpruntime/xmlwriter.php
-%%DATADIR%%/php/phpstubs/phpruntime/xsl.php
-%%DATADIR%%/php/phpstubs/phpruntime/zip.php
-%%DATADIR%%/php/phpstubs/phpruntime/zlib.php
%%DATADIR%%/php/phpunit/NetBeansSuite.php
%%DATADIR%%/php/update_tracking/org-netbeans-libs-javacup.xml
%%DATADIR%%/php/update_tracking/org-netbeans-modules-hudson-php.xml
@@ -6420,7 +2214,6 @@ bin/%%DATADIR%%
%%DATADIR%%/php/update_tracking/org-netbeans-modules-php-nette-tester.xml
%%DATADIR%%/php/update_tracking/org-netbeans-modules-php-nette2.xml
%%DATADIR%%/php/update_tracking/org-netbeans-modules-php-phing.xml
-%%DATADIR%%/php/update_tracking/org-netbeans-modules-php-phpdoc-documentation.xml
%%DATADIR%%/php/update_tracking/org-netbeans-modules-php-phpdoc.xml
%%DATADIR%%/php/update_tracking/org-netbeans-modules-php-phpunit.xml
%%DATADIR%%/php/update_tracking/org-netbeans-modules-php-project.xml
@@ -6459,7 +2252,6 @@ bin/%%DATADIR%%
%%DATADIR%%/platform/config/Modules/net-java-html-json.xml
%%DATADIR%%/platform/config/Modules/net-java-html-sound.xml
%%DATADIR%%/platform/config/Modules/net-java-html.xml
-%%DATADIR%%/platform/config/Modules/org-jdesktop-layout.xml
%%DATADIR%%/platform/config/Modules/org-netbeans-api-annotations-common.xml
%%DATADIR%%/platform/config/Modules/org-netbeans-api-htmlui.xml
%%DATADIR%%/platform/config/Modules/org-netbeans-api-intent.xml
@@ -6491,6 +2283,7 @@ bin/%%DATADIR%%
%%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-junit4.xml
+%%DATADIR%%/platform/config/Modules/org-netbeans-libs-junit5.xml
%%DATADIR%%/platform/config/Modules/org-netbeans-libs-osgi.xml
%%DATADIR%%/platform/config/Modules/org-netbeans-libs-testng.xml
%%DATADIR%%/platform/config/Modules/org-netbeans-modules-applemenu.xml
@@ -6547,55 +2340,19 @@ bin/%%DATADIR%%
%%DATADIR%%/platform/core/asm-all-5.0.1.jar
%%DATADIR%%/platform/core/core-base.jar
%%DATADIR%%/platform/core/core.jar
-%%DATADIR%%/platform/core/locale/core-base_ja.jar
-%%DATADIR%%/platform/core/locale/core-base_pt_BR.jar
-%%DATADIR%%/platform/core/locale/core-base_ru.jar
-%%DATADIR%%/platform/core/locale/core-base_zh_CN.jar
-%%DATADIR%%/platform/core/locale/core_ja.jar
-%%DATADIR%%/platform/core/locale/core_pt_BR.jar
-%%DATADIR%%/platform/core/locale/core_ru.jar
-%%DATADIR%%/platform/core/locale/core_zh_CN.jar
-%%DATADIR%%/platform/core/locale/org-netbeans-libs-asm_ja.jar
-%%DATADIR%%/platform/core/locale/org-netbeans-libs-asm_pt_BR.jar
-%%DATADIR%%/platform/core/locale/org-netbeans-libs-asm_ru.jar
-%%DATADIR%%/platform/core/locale/org-netbeans-libs-asm_zh_CN.jar
-%%DATADIR%%/platform/core/locale/org-openide-filesystems-compat8_ja.jar
-%%DATADIR%%/platform/core/locale/org-openide-filesystems-compat8_pt_BR.jar
-%%DATADIR%%/platform/core/locale/org-openide-filesystems-compat8_ru.jar
-%%DATADIR%%/platform/core/locale/org-openide-filesystems-compat8_zh_CN.jar
-%%DATADIR%%/platform/core/locale/org-openide-filesystems_ja.jar
-%%DATADIR%%/platform/core/locale/org-openide-filesystems_pt_BR.jar
-%%DATADIR%%/platform/core/locale/org-openide-filesystems_ru.jar
-%%DATADIR%%/platform/core/locale/org-openide-filesystems_zh_CN.jar
%%DATADIR%%/platform/core/org-netbeans-libs-asm.jar
%%DATADIR%%/platform/core/org-openide-filesystems-compat8.jar
%%DATADIR%%/platform/core/org-openide-filesystems.jar
%%DATADIR%%/platform/docs/junit-4.12-javadoc.jar
%%DATADIR%%/platform/docs/junit-4.12-sources.jar
-%%DATADIR%%/platform/docs/swing-layout-1.0.4-doc.zip
-%%DATADIR%%/platform/docs/swing-layout-1.0.4-src.zip
+%%DATADIR%%/platform/docs/junit-jupiter-api-5.3.1-javadoc.jar
+%%DATADIR%%/platform/docs/junit-jupiter-api-5.3.1-sources.jar
+%%DATADIR%%/platform/docs/junit-jupiter-engine-5.3.1-javadoc.jar
+%%DATADIR%%/platform/docs/junit-jupiter-engine-5.3.1-sources.jar
+%%DATADIR%%/platform/docs/junit-jupiter-params-5.3.1-javadoc.jar
+%%DATADIR%%/platform/docs/junit-jupiter-params-5.3.1-sources.jar
%%DATADIR%%/platform/docs/testng-6.8.1-javadoc.zip
%%DATADIR%%/platform/lib/boot.jar
-%%DATADIR%%/platform/lib/locale/boot_ja.jar
-%%DATADIR%%/platform/lib/locale/boot_pt_BR.jar
-%%DATADIR%%/platform/lib/locale/boot_ru.jar
-%%DATADIR%%/platform/lib/locale/boot_zh_CN.jar
-%%DATADIR%%/platform/lib/locale/org-openide-modules_ja.jar
-%%DATADIR%%/platform/lib/locale/org-openide-modules_pt_BR.jar
-%%DATADIR%%/platform/lib/locale/org-openide-modules_ru.jar
-%%DATADIR%%/platform/lib/locale/org-openide-modules_zh_CN.jar
-%%DATADIR%%/platform/lib/locale/org-openide-util-lookup_ja.jar
-%%DATADIR%%/platform/lib/locale/org-openide-util-lookup_pt_BR.jar
-%%DATADIR%%/platform/lib/locale/org-openide-util-lookup_ru.jar
-%%DATADIR%%/platform/lib/locale/org-openide-util-lookup_zh_CN.jar
-%%DATADIR%%/platform/lib/locale/org-openide-util-ui_ja.jar
-%%DATADIR%%/platform/lib/locale/org-openide-util-ui_pt_BR.jar
-%%DATADIR%%/platform/lib/locale/org-openide-util-ui_ru.jar
-%%DATADIR%%/platform/lib/locale/org-openide-util-ui_zh_CN.jar
-%%DATADIR%%/platform/lib/locale/org-openide-util_ja.jar
-%%DATADIR%%/platform/lib/locale/org-openide-util_pt_BR.jar
-%%DATADIR%%/platform/lib/locale/org-openide-util_ru.jar
-%%DATADIR%%/platform/lib/locale/org-openide-util_zh_CN.jar
%%DATADIR%%/platform/lib/nbexec
%%DATADIR%%/platform/lib/nbexec.dll
%%DATADIR%%/platform/lib/nbexec.exe
@@ -6605,360 +2362,24 @@ bin/%%DATADIR%%
%%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/felix-4.2.1.jar
%%DATADIR%%/platform/modules/ext/hamcrest-core-1.3.jar
-%%DATADIR%%/platform/modules/ext/jhall-2.0_05.jar
-%%DATADIR%%/platform/modules/ext/jna-4.2.2.jar
-%%DATADIR%%/platform/modules/ext/jna-platform-4.2.2.jar
+%%DATADIR%%/platform/modules/ext/jna-4.4.0.jar
+%%DATADIR%%/platform/modules/ext/jna-platform-4.4.0.jar
%%DATADIR%%/platform/modules/ext/junit-4.12.jar
-%%DATADIR%%/platform/modules/ext/locale/updater_ja.jar
-%%DATADIR%%/platform/modules/ext/locale/updater_pt_BR.jar
-%%DATADIR%%/platform/modules/ext/locale/updater_ru.jar
-%%DATADIR%%/platform/modules/ext/locale/updater_zh_CN.jar
-%%DATADIR%%/platform/modules/ext/nsProxyAutoConfig.js
-%%DATADIR%%/platform/modules/ext/org.eclipse.osgi_3.9.1.v20140110-1610.jar
-%%DATADIR%%/platform/modules/ext/osgi.cmpn-4.2.jar
+%%DATADIR%%/platform/modules/ext/junit-jupiter-api-5.3.1.jar
+%%DATADIR%%/platform/modules/ext/junit-jupiter-engine-5.3.1.jar
+%%DATADIR%%/platform/modules/ext/junit-jupiter-params-5.3.1.jar
+%%DATADIR%%/platform/modules/ext/org.apache.felix.main-4.2.1.jar
+%%DATADIR%%/platform/modules/ext/org.eclipse.osgi_3.9.1.nb9.jar
+%%DATADIR%%/platform/modules/ext/org.osgi.compendium-4.2.0.jar
%%DATADIR%%/platform/modules/ext/osgi.core-5.0.0.jar
-%%DATADIR%%/platform/modules/ext/swing-layout-1.0.4.jar
%%DATADIR%%/platform/modules/ext/testng-6.8.1-dist.jar
%%DATADIR%%/platform/modules/ext/updater.jar
-%%DATADIR%%/platform/modules/lib/amd64/jnidispatch-422.dll
-%%DATADIR%%/platform/modules/lib/amd64/linux/libjnidispatch-422.so
-%%DATADIR%%/platform/modules/lib/i386/linux/libjnidispatch-422.so
-%%DATADIR%%/platform/modules/lib/libjnidispatch-422.jnilib
-%%DATADIR%%/platform/modules/lib/x86/jnidispatch-422.dll
-%%DATADIR%%/platform/modules/locale/org-jdesktop-layout_ja.jar
-%%DATADIR%%/platform/modules/locale/org-jdesktop-layout_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-jdesktop-layout_ru.jar
-%%DATADIR%%/platform/modules/locale/org-jdesktop-layout_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-api-annotations-common_ja.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-api-annotations-common_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-api-annotations-common_ru.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-api-annotations-common_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-api-htmlui_ja.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-api-htmlui_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-api-htmlui_ru.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-api-htmlui_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-api-intent_ja.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-api-intent_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-api-intent_ru.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-api-intent_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-api-io_ja.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-api-io_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-api-io_ru.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-api-io_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-api-progress-compat8_ja.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-api-progress-compat8_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-api-progress-compat8_ru.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-api-progress-compat8_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-api-progress-nb_ja.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-api-progress-nb_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-api-progress-nb_ru.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-api-progress-nb_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-api-progress_ja.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-api-progress_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-api-progress_ru.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-api-progress_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-api-search_ja.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-api-search_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-api-search_ru.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-api-search_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-api-templates_ja.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-api-templates_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-api-templates_ru.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-api-templates_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-api-visual_ja.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-api-visual_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-api-visual_ru.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-api-visual_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-core-execution_ja.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-core-execution_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-core-execution_ru.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-core-execution_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-core-io-ui_ja.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-core-io-ui_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-core-io-ui_ru.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-core-io-ui_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-core-multitabs_ja.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-core-multitabs_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-core-multitabs_ru.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-core-multitabs_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-core-multiview_ja.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-core-multiview_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-core-multiview_ru.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-core-multiview_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-core-nativeaccess_ja.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-core-nativeaccess_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-core-nativeaccess_ru.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-core-nativeaccess_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-core-netigso_ja.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-core-netigso_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-core-netigso_ru.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-core-netigso_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-core-network_ja.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-core-network_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-core-network_ru.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-core-network_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-core-osgi_ja.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-core-osgi_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-core-osgi_ru.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-core-osgi_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-core-output2_ja.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-core-output2_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-core-output2_ru.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-core-output2_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-core-ui_ja.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-core-ui_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-core-ui_ru.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-core-ui_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-core-windows_ja.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-core-windows_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-core-windows_ru.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-core-windows_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-core_ja.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-core_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-core_ru.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-core_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-lib-uihandler_ja.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-lib-uihandler_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-lib-uihandler_ru.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-lib-uihandler_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-libs-felix_ja.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-libs-felix_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-libs-felix_ru.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-libs-felix_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-libs-javafx_ja.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-libs-javafx_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-libs-javafx_ru.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-libs-javafx_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-libs-jna-platform_ja.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-libs-jna-platform_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-libs-jna-platform_ru.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-libs-jna-platform_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-libs-jna_ja.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-libs-jna_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-libs-jna_ru.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-libs-jna_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-libs-jsr223_ja.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-libs-jsr223_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-libs-jsr223_ru.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-libs-jsr223_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-libs-junit4_ja.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-libs-junit4_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-libs-junit4_ru.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-libs-junit4_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-libs-osgi_ja.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-libs-osgi_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-libs-osgi_ru.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-libs-osgi_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-libs-testng_ja.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-libs-testng_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-libs-testng_ru.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-libs-testng_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-applemenu_ja.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-applemenu_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-applemenu_ru.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-applemenu_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-autoupdate-cli_ja.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-autoupdate-cli_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-autoupdate-cli_ru.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-autoupdate-cli_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-autoupdate-services_ja.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-autoupdate-services_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-autoupdate-services_ru.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-autoupdate-services_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-autoupdate-ui_ja.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-autoupdate-ui_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-autoupdate-ui_ru.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-autoupdate-ui_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-core-kit_ja.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-core-kit_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-core-kit_ru.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-core-kit_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-editor-mimelookup-impl_ja.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-editor-mimelookup-impl_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-editor-mimelookup-impl_ru.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-editor-mimelookup-impl_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-editor-mimelookup_ja.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-editor-mimelookup_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-editor-mimelookup_ru.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-editor-mimelookup_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-favorites_ja.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-favorites_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-favorites_ru.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-favorites_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-javahelp_ja.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-javahelp_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-javahelp_ru.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-javahelp_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-junitlib_ja.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-junitlib_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-junitlib_ru.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-junitlib_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-keyring-fallback_ja.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-keyring-fallback_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-keyring-fallback_ru.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-keyring-fallback_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-keyring-impl_ja.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-keyring-impl_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-keyring-impl_ru.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-keyring-impl_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-keyring_ja.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-keyring_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-keyring_ru.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-keyring_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-masterfs-linux_ja.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-masterfs-linux_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-masterfs-linux_ru.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-masterfs-linux_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-masterfs-macosx_ja.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-masterfs-macosx_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-masterfs-macosx_ru.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-masterfs-macosx_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-masterfs-nio2_ja.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-masterfs-nio2_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-masterfs-nio2_ru.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-masterfs-nio2_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-masterfs-ui_ja.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-masterfs-ui_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-masterfs-ui_ru.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-masterfs-ui_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-masterfs-windows_ja.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-masterfs-windows_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-masterfs-windows_ru.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-masterfs-windows_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-masterfs_ja.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-masterfs_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-masterfs_ru.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-masterfs_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-netbinox_ja.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-netbinox_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-netbinox_ru.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-netbinox_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-options-api_ja.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-options-api_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-options-api_ru.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-options-api_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-options-keymap_ja.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-options-keymap_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-options-keymap_ru.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-options-keymap_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-print_ja.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-print_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-print_ru.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-print_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-progress-ui_ja.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-progress-ui_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-progress-ui_ru.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-progress-ui_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-queries_ja.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-queries_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-queries_ru.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-queries_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-sampler_ja.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-sampler_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-sampler_ru.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-sampler_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-sendopts_ja.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-sendopts_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-sendopts_ru.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-sendopts_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-settings_ja.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-settings_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-settings_ru.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-settings_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-spi-actions_ja.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-spi-actions_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-spi-actions_ru.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-spi-actions_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-templates_ja.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-templates_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-templates_ru.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-templates_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-templatesui_ja.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-templatesui_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-templatesui_ru.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-templatesui_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-uihandler_ja.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-uihandler_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-uihandler_ru.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-uihandler_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-spi-quicksearch_ja.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-spi-quicksearch_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-spi-quicksearch_ru.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-spi-quicksearch_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-swing-outline_ja.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-swing-outline_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-swing-outline_ru.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-swing-outline_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-swing-plaf_ja.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-swing-plaf_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-swing-plaf_ru.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-swing-plaf_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-swing-tabcontrol_ja.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-swing-tabcontrol_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-swing-tabcontrol_ru.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-swing-tabcontrol_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-openide-actions_ja.jar
-%%DATADIR%%/platform/modules/locale/org-openide-actions_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-openide-actions_ru.jar
-%%DATADIR%%/platform/modules/locale/org-openide-actions_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-openide-awt_ja.jar
-%%DATADIR%%/platform/modules/locale/org-openide-awt_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-openide-awt_ru.jar
-%%DATADIR%%/platform/modules/locale/org-openide-awt_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-openide-compat_ja.jar
-%%DATADIR%%/platform/modules/locale/org-openide-compat_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-openide-compat_ru.jar
-%%DATADIR%%/platform/modules/locale/org-openide-compat_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-openide-dialogs_ja.jar
-%%DATADIR%%/platform/modules/locale/org-openide-dialogs_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-openide-dialogs_ru.jar
-%%DATADIR%%/platform/modules/locale/org-openide-dialogs_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-openide-execution-compat8_ja.jar
-%%DATADIR%%/platform/modules/locale/org-openide-execution-compat8_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-openide-execution-compat8_ru.jar
-%%DATADIR%%/platform/modules/locale/org-openide-execution-compat8_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-openide-execution_ja.jar
-%%DATADIR%%/platform/modules/locale/org-openide-execution_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-openide-execution_ru.jar
-%%DATADIR%%/platform/modules/locale/org-openide-execution_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-openide-explorer_ja.jar
-%%DATADIR%%/platform/modules/locale/org-openide-explorer_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-openide-explorer_ru.jar
-%%DATADIR%%/platform/modules/locale/org-openide-explorer_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-openide-filesystems-nb_ja.jar
-%%DATADIR%%/platform/modules/locale/org-openide-filesystems-nb_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-openide-filesystems-nb_ru.jar
-%%DATADIR%%/platform/modules/locale/org-openide-filesystems-nb_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-openide-io_ja.jar
-%%DATADIR%%/platform/modules/locale/org-openide-io_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-openide-io_ru.jar
-%%DATADIR%%/platform/modules/locale/org-openide-io_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-openide-loaders_ja.jar
-%%DATADIR%%/platform/modules/locale/org-openide-loaders_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-openide-loaders_ru.jar
-%%DATADIR%%/platform/modules/locale/org-openide-loaders_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-openide-nodes_ja.jar
-%%DATADIR%%/platform/modules/locale/org-openide-nodes_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-openide-nodes_ru.jar
-%%DATADIR%%/platform/modules/locale/org-openide-nodes_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-openide-options_ja.jar
-%%DATADIR%%/platform/modules/locale/org-openide-options_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-openide-options_ru.jar
-%%DATADIR%%/platform/modules/locale/org-openide-options_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-openide-text_ja.jar
-%%DATADIR%%/platform/modules/locale/org-openide-text_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-openide-text_ru.jar
-%%DATADIR%%/platform/modules/locale/org-openide-text_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-openide-util-enumerations_ja.jar
-%%DATADIR%%/platform/modules/locale/org-openide-util-enumerations_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-openide-util-enumerations_ru.jar
-%%DATADIR%%/platform/modules/locale/org-openide-util-enumerations_zh_CN.jar
-%%DATADIR%%/platform/modules/locale/org-openide-windows_ja.jar
-%%DATADIR%%/platform/modules/locale/org-openide-windows_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-openide-windows_ru.jar
-%%DATADIR%%/platform/modules/locale/org-openide-windows_zh_CN.jar
+%%DATADIR%%/platform/modules/lib/amd64/jnidispatch-440.dll
+%%DATADIR%%/platform/modules/lib/amd64/linux/libjnidispatch-440.so
+%%DATADIR%%/platform/modules/lib/i386/linux/libjnidispatch-440.so
+%%DATADIR%%/platform/modules/lib/libjnidispatch-440.jnilib
+%%DATADIR%%/platform/modules/lib/x86/jnidispatch-440.dll
%%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
@@ -6966,7 +2387,6 @@ bin/%%DATADIR%%
%%DATADIR%%/platform/modules/net-java-html-json.jar
%%DATADIR%%/platform/modules/net-java-html-sound.jar
%%DATADIR%%/platform/modules/net-java-html.jar
-%%DATADIR%%/platform/modules/org-jdesktop-layout.jar
%%DATADIR%%/platform/modules/org-netbeans-api-annotations-common.jar
%%DATADIR%%/platform/modules/org-netbeans-api-htmlui.jar
%%DATADIR%%/platform/modules/org-netbeans-api-intent.jar
@@ -6998,6 +2418,7 @@ bin/%%DATADIR%%
%%DATADIR%%/platform/modules/org-netbeans-libs-jna.jar
%%DATADIR%%/platform/modules/org-netbeans-libs-jsr223.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
%%DATADIR%%/platform/modules/org-netbeans-libs-testng.jar
%%DATADIR%%/platform/modules/org-netbeans-modules-applemenu.jar
@@ -7058,7 +2479,6 @@ bin/%%DATADIR%%
%%DATADIR%%/platform/update_tracking/net-java-html-json.xml
%%DATADIR%%/platform/update_tracking/net-java-html-sound.xml
%%DATADIR%%/platform/update_tracking/net-java-html.xml
-%%DATADIR%%/platform/update_tracking/org-jdesktop-layout.xml
%%DATADIR%%/platform/update_tracking/org-netbeans-api-annotations-common.xml
%%DATADIR%%/platform/update_tracking/org-netbeans-api-htmlui.xml
%%DATADIR%%/platform/update_tracking/org-netbeans-api-intent.xml
@@ -7094,6 +2514,7 @@ bin/%%DATADIR%%
%%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-junit4.xml
+%%DATADIR%%/platform/update_tracking/org-netbeans-libs-junit5.xml
%%DATADIR%%/platform/update_tracking/org-netbeans-libs-osgi.xml
%%DATADIR%%/platform/update_tracking/org-netbeans-libs-testng.xml
%%DATADIR%%/platform/update_tracking/org-netbeans-modules-applemenu.xml
@@ -7200,8 +2621,6 @@ bin/%%DATADIR%%
%%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-arm-vfp-hflt/libprofilerinterface.so
-%%DATADIR%%/profiler/lib/deployed/jdk16/linux-arm/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
@@ -7215,98 +2634,6 @@ bin/%%DATADIR%%
%%DATADIR%%/profiler/lib/jfluid-server-15.jar
%%DATADIR%%/profiler/lib/jfluid-server-cvm.jar
%%DATADIR%%/profiler/lib/jfluid-server.jar
-%%DATADIR%%/profiler/lib/locale/jfluid-server_ja.jar
-%%DATADIR%%/profiler/lib/locale/jfluid-server_pt_BR.jar
-%%DATADIR%%/profiler/lib/locale/jfluid-server_ru.jar
-%%DATADIR%%/profiler/lib/locale/jfluid-server_zh_CN.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-lib-profiler-charts_ja.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-lib-profiler-charts_pt_BR.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-lib-profiler-charts_ru.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-lib-profiler-charts_zh_CN.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-lib-profiler-common_ja.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-lib-profiler-common_pt_BR.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-lib-profiler-common_ru.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-lib-profiler-common_zh_CN.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-lib-profiler-ui_ja.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-lib-profiler-ui_pt_BR.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-lib-profiler-ui_ru.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-lib-profiler-ui_zh_CN.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-lib-profiler_ja.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-lib-profiler_pt_BR.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-lib-profiler_ru.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-lib-profiler_zh_CN.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-debugger-jpda-heapwalk_ja.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-debugger-jpda-heapwalk_pt_BR.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-debugger-jpda-heapwalk_ru.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-debugger-jpda-heapwalk_zh_CN.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-maven-profiler_ja.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-maven-profiler_pt_BR.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-maven-profiler_ru.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-maven-profiler_zh_CN.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-api_ja.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-api_pt_BR.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-api_ru.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-api_zh_CN.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-attach_ja.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-attach_pt_BR.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-attach_ru.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-attach_zh_CN.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-freeform_ja.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-freeform_pt_BR.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-freeform_ru.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-freeform_zh_CN.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-heapwalker_ja.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-heapwalker_pt_BR.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-heapwalker_ru.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-heapwalker_zh_CN.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-j2se_ja.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-j2se_pt_BR.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-j2se_ru.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-j2se_zh_CN.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-kit_ja.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-kit_pt_BR.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-kit_ru.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-kit_zh_CN.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-nbimpl_ja.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-nbimpl_pt_BR.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-nbimpl_ru.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-nbimpl_zh_CN.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-nbmodule_ja.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-nbmodule_pt_BR.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-nbmodule_ru.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-nbmodule_zh_CN.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-options_ja.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-options_pt_BR.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-options_ru.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-options_zh_CN.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-oql-language_ja.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-oql-language_pt_BR.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-oql-language_ru.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-oql-language_zh_CN.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-oql_ja.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-oql_pt_BR.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-oql_ru.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-oql_zh_CN.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-ppoints_ja.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-ppoints_pt_BR.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-ppoints_ru.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-ppoints_zh_CN.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-projectsupport_ja.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-projectsupport_pt_BR.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-projectsupport_ru.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-projectsupport_zh_CN.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-snaptracer_ja.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-snaptracer_pt_BR.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-snaptracer_ru.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-snaptracer_zh_CN.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-utilities_ja.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-utilities_pt_BR.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-utilities_ru.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-utilities_zh_CN.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler_ja.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler_pt_BR.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler_ru.jar
-%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler_zh_CN.jar
%%DATADIR%%/profiler/modules/org-netbeans-lib-profiler-charts.jar
%%DATADIR%%/profiler/modules/org-netbeans-lib-profiler-common.jar
%%DATADIR%%/profiler/modules/org-netbeans-lib-profiler-ui.jar
@@ -7387,18 +2714,12 @@ bin/%%DATADIR%%
%%DATADIR%%/webcommon/.lastModified
%%DATADIR%%/webcommon/VERSION.txt
%%DATADIR%%/webcommon/ant/extra/org-netbeans-modules-cordova-projectupdate.jar
-%%DATADIR%%/webcommon/bin/ios-sim
-%%DATADIR%%/webcommon/bin/libiDeviceNativeBinding.dylib
-%%DATADIR%%/webcommon/bin/libimobiledevice.4.dylib
-%%DATADIR%%/webcommon/bin/libplist.1.dylib
-%%DATADIR%%/webcommon/bin/libusbmuxd.2.dylib
%%DATADIR%%/webcommon/config/Modules/org-netbeans-api-knockout.xml
%%DATADIR%%/webcommon/config/Modules/org-netbeans-lib-v8debug.xml
%%DATADIR%%/webcommon/config/Modules/org-netbeans-libs-jstestdriver.xml
%%DATADIR%%/webcommon/config/Modules/org-netbeans-libs-nashorn.xml
%%DATADIR%%/webcommon/config/Modules/org-netbeans-libs-plist.xml
%%DATADIR%%/webcommon/config/Modules/org-netbeans-modules-cordova-platforms-android.xml
-%%DATADIR%%/webcommon/config/Modules/org-netbeans-modules-cordova-platforms-ios.xml
%%DATADIR%%/webcommon/config/Modules/org-netbeans-modules-cordova-platforms.xml
%%DATADIR%%/webcommon/config/Modules/org-netbeans-modules-cordova.xml
%%DATADIR%%/webcommon/config/Modules/org-netbeans-modules-extbrowser-chrome.xml
@@ -7449,9 +2770,6 @@ bin/%%DATADIR%%
%%DATADIR%%/webcommon/docs/extjs-properties.xml
%%DATADIR%%/webcommon/docs/jquery-api.xml
%%DATADIR%%/webcommon/docs/jquery-propertyNames.xml
-%%DATADIR%%/webcommon/docs/ojetdocs-1_0_0.zip
-%%DATADIR%%/webcommon/docs/ojetdocs-1_1_2.zip
-%%DATADIR%%/webcommon/docs/ojetdocs-2_0_0.zip
%%DATADIR%%/webcommon/jsstubs/corestubs.zip
%%DATADIR%%/webcommon/jsstubs/domstubs.zip
%%DATADIR%%/webcommon/jsstubs/reststubs.zip
@@ -7459,233 +2777,14 @@ bin/%%DATADIR%%
%%DATADIR%%/webcommon/karma/karma-netbeans-reporter/package.json
%%DATADIR%%/webcommon/karma/karma-netbeans.conf.js
%%DATADIR%%/webcommon/mocha/netbeans-reporter.js
-%%DATADIR%%/webcommon/modules/ext/com.oracle.js.parser.jar
%%DATADIR%%/webcommon/modules/ext/dd-plist.jar
%%DATADIR%%/webcommon/modules/ext/libs.jstestdriver-ext.jar
-%%DATADIR%%/webcommon/modules/lib/netbeans-chrome-connector.crx
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-api-knockout_ja.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-api-knockout_pt_BR.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-api-knockout_ru.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-api-knockout_zh_CN.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-lib-v8debug_ja.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-lib-v8debug_pt_BR.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-lib-v8debug_ru.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-lib-v8debug_zh_CN.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-libs-jstestdriver_ja.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-libs-jstestdriver_pt_BR.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-libs-jstestdriver_ru.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-libs-jstestdriver_zh_CN.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-libs-nashorn_ja.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-libs-nashorn_pt_BR.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-libs-nashorn_ru.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-libs-nashorn_zh_CN.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-libs-plist_ja.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-libs-plist_pt_BR.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-libs-plist_ru.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-libs-plist_zh_CN.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-cordova-platforms-android_ja.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-cordova-platforms-android_pt_BR.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-cordova-platforms-android_ru.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-cordova-platforms-android_zh_CN.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-cordova-platforms-ios_ja.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-cordova-platforms-ios_pt_BR.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-cordova-platforms-ios_ru.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-cordova-platforms-ios_zh_CN.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-cordova-platforms_ja.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-cordova-platforms_pt_BR.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-cordova-platforms_ru.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-cordova-platforms_zh_CN.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-cordova_ja.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-cordova_pt_BR.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-cordova_ru.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-cordova_zh_CN.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-extbrowser-chrome_ja.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-extbrowser-chrome_pt_BR.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-extbrowser-chrome_ru.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-extbrowser-chrome_zh_CN.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-html-angular_ja.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-html-angular_pt_BR.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-html-angular_ru.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-html-angular_zh_CN.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-html-knockout_ja.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-html-knockout_pt_BR.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-html-knockout_ru.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-html-knockout_zh_CN.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-html-ojet_ja.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-html-ojet_pt_BR.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-html-ojet_ru.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-html-ojet_zh_CN.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript-bower_ja.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript-bower_pt_BR.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript-bower_ru.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript-bower_zh_CN.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript-cdnjs_ja.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript-cdnjs_pt_BR.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript-cdnjs_ru.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript-cdnjs_zh_CN.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript-grunt_ja.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript-grunt_pt_BR.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript-grunt_ru.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript-grunt_zh_CN.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript-gulp_ja.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript-gulp_pt_BR.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript-gulp_ru.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript-gulp_zh_CN.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript-jstestdriver_ja.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript-jstestdriver_pt_BR.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript-jstestdriver_ru.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript-jstestdriver_zh_CN.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript-karma_ja.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript-karma_pt_BR.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript-karma_ru.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript-karma_zh_CN.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript-nodejs_ja.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript-nodejs_pt_BR.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript-nodejs_ru.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript-nodejs_zh_CN.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript-v8debug-ui_ja.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript-v8debug-ui_pt_BR.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript-v8debug-ui_ru.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript-v8debug-ui_zh_CN.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript-v8debug_ja.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript-v8debug_pt_BR.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript-v8debug_ru.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript-v8debug_zh_CN.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-doc_ja.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-doc_pt_BR.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-doc_ru.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-doc_zh_CN.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-editor_ja.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-editor_pt_BR.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-editor_ru.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-editor_zh_CN.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-extdoc_ja.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-extdoc_pt_BR.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-extdoc_ru.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-extdoc_zh_CN.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-extjs_ja.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-extjs_pt_BR.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-extjs_ru.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-extjs_zh_CN.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-jade_ja.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-jade_pt_BR.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-jade_ru.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-jade_zh_CN.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-jquery_ja.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-jquery_pt_BR.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-jquery_ru.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-jquery_zh_CN.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-jsdoc_ja.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-jsdoc_pt_BR.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-jsdoc_ru.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-jsdoc_zh_CN.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-json_ja.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-json_pt_BR.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-json_ru.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-json_zh_CN.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-kit_ja.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-kit_pt_BR.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-kit_ru.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-kit_zh_CN.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-knockout_ja.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-knockout_pt_BR.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-knockout_ru.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-knockout_zh_CN.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-lexer_ja.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-lexer_pt_BR.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-lexer_ru.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-lexer_zh_CN.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-model_ja.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-model_pt_BR.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-model_ru.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-model_zh_CN.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-nodejs_ja.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-nodejs_pt_BR.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-nodejs_ru.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-nodejs_zh_CN.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-prototypejs_ja.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-prototypejs_pt_BR.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-prototypejs_ru.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-prototypejs_zh_CN.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-react_ja.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-react_pt_BR.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-react_ru.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-react_zh_CN.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-requirejs_ja.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-requirejs_pt_BR.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-requirejs_ru.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-requirejs_zh_CN.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-sdoc_ja.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-sdoc_pt_BR.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-sdoc_ru.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-sdoc_zh_CN.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-source-query_ja.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-source-query_pt_BR.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-source-query_ru.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-source-query_zh_CN.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-types_ja.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-types_pt_BR.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-types_ru.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-javascript2-types_zh_CN.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-languages-apacheconf_ja.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-languages-apacheconf_pt_BR.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-languages-apacheconf_ru.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-languages-apacheconf_zh_CN.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-languages-ini_ja.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-languages-ini_pt_BR.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-languages-ini_ru.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-languages-ini_zh_CN.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-netserver_ja.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-netserver_pt_BR.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-netserver_ru.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-netserver_zh_CN.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-selenium2-webclient-mocha_ja.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-selenium2-webclient-mocha_pt_BR.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-selenium2-webclient-mocha_ru.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-selenium2-webclient-mocha_zh_CN.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-selenium2-webclient-protractor_ja.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-selenium2-webclient-protractor_pt_BR.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-selenium2-webclient-protractor_ru.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-selenium2-webclient-protractor_zh_CN.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-selenium2-webclient_ja.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-selenium2-webclient_pt_BR.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-selenium2-webclient_ru.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-selenium2-webclient_zh_CN.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-web-client-kit_ja.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-web-client-kit_pt_BR.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-web-client-kit_ru.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-web-client-kit_zh_CN.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-web-client-samples_ja.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-web-client-samples_pt_BR.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-web-client-samples_ru.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-web-client-samples_zh_CN.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-web-clientproject-api_ja.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-web-clientproject-api_pt_BR.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-web-clientproject-api_ru.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-web-clientproject-api_zh_CN.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-web-clientproject_ja.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-web-clientproject_pt_BR.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-web-clientproject_ru.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-web-clientproject_zh_CN.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-web-inspect_ja.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-web-inspect_pt_BR.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-web-inspect_ru.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-web-inspect_zh_CN.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-web-javascript-debugger_ja.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-web-javascript-debugger_pt_BR.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-web-javascript-debugger_ru.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-web-javascript-debugger_zh_CN.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-web-webkit-tooling_ja.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-web-webkit-tooling_pt_BR.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-web-webkit-tooling_ru.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-web-webkit-tooling_zh_CN.jar
%%DATADIR%%/webcommon/modules/org-netbeans-api-knockout.jar
%%DATADIR%%/webcommon/modules/org-netbeans-lib-v8debug.jar
%%DATADIR%%/webcommon/modules/org-netbeans-libs-jstestdriver.jar
%%DATADIR%%/webcommon/modules/org-netbeans-libs-nashorn.jar
%%DATADIR%%/webcommon/modules/org-netbeans-libs-plist.jar
%%DATADIR%%/webcommon/modules/org-netbeans-modules-cordova-platforms-android.jar
-%%DATADIR%%/webcommon/modules/org-netbeans-modules-cordova-platforms-ios.jar
%%DATADIR%%/webcommon/modules/org-netbeans-modules-cordova-platforms.jar
%%DATADIR%%/webcommon/modules/org-netbeans-modules-cordova.jar
%%DATADIR%%/webcommon/modules/org-netbeans-modules-extbrowser-chrome.jar
@@ -7741,7 +2840,6 @@ bin/%%DATADIR%%
%%DATADIR%%/webcommon/update_tracking/org-netbeans-libs-nashorn.xml
%%DATADIR%%/webcommon/update_tracking/org-netbeans-libs-plist.xml
%%DATADIR%%/webcommon/update_tracking/org-netbeans-modules-cordova-platforms-android.xml
-%%DATADIR%%/webcommon/update_tracking/org-netbeans-modules-cordova-platforms-ios.xml
%%DATADIR%%/webcommon/update_tracking/org-netbeans-modules-cordova-platforms.xml
%%DATADIR%%/webcommon/update_tracking/org-netbeans-modules-cordova.xml
%%DATADIR%%/webcommon/update_tracking/org-netbeans-modules-extbrowser-chrome.xml
@@ -7795,91 +2893,15 @@ bin/%%DATADIR%%
%%DATADIR%%/websvccommon/config/Modules/org-netbeans-modules-websvc-saas-api.xml
%%DATADIR%%/websvccommon/config/Modules/org-netbeans-modules-websvc-saas-codegen.xml
%%DATADIR%%/websvccommon/config/Modules/org-netbeans-modules-websvc-saas-kit.xml
-%%DATADIR%%/websvccommon/config/Modules/org-netbeans-modules-websvc-saas-services-amazon.xml
-%%DATADIR%%/websvccommon/config/Modules/org-netbeans-modules-websvc-saas-services-delicious.xml
-%%DATADIR%%/websvccommon/config/Modules/org-netbeans-modules-websvc-saas-services-flickr.xml
-%%DATADIR%%/websvccommon/config/Modules/org-netbeans-modules-websvc-saas-services-google.xml
-%%DATADIR%%/websvccommon/config/Modules/org-netbeans-modules-websvc-saas-services-strikeiron.xml
-%%DATADIR%%/websvccommon/config/Modules/org-netbeans-modules-websvc-saas-services-weatherbug.xml
-%%DATADIR%%/websvccommon/config/Modules/org-netbeans-modules-websvc-saas-services-zillow.xml
-%%DATADIR%%/websvccommon/config/Modules/org-netbeans-modules-websvc-saas-services-zvents.xml
%%DATADIR%%/websvccommon/config/Modules/org-netbeans-modules-websvc-saas-ui.xml
%%DATADIR%%/websvccommon/modules/ext/build-jaxb.xml
-%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-jaxwsmodelapi_ja.jar
-%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-jaxwsmodelapi_pt_BR.jar
-%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-jaxwsmodelapi_ru.jar
-%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-jaxwsmodelapi_zh_CN.jar
-%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-api_ja.jar
-%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-api_pt_BR.jar
-%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-api_ru.jar
-%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-api_zh_CN.jar
-%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-codegen_ja.jar
-%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-codegen_pt_BR.jar
-%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-codegen_ru.jar
-%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-codegen_zh_CN.jar
-%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-kit_ja.jar
-%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-kit_pt_BR.jar
-%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-kit_ru.jar
-%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-kit_zh_CN.jar
-%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-amazon_ja.jar
-%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-amazon_pt_BR.jar
-%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-amazon_ru.jar
-%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-amazon_zh_CN.jar
-%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-delicious_ja.jar
-%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-delicious_pt_BR.jar
-%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-delicious_ru.jar
-%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-delicious_zh_CN.jar
-%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-flickr_ja.jar
-%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-flickr_pt_BR.jar
-%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-flickr_ru.jar
-%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-flickr_zh_CN.jar
-%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-google_ja.jar
-%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-google_pt_BR.jar
-%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-google_ru.jar
-%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-google_zh_CN.jar
-%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-strikeiron_ja.jar
-%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-strikeiron_pt_BR.jar
-%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-strikeiron_ru.jar
-%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-strikeiron_zh_CN.jar
-%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-weatherbug_ja.jar
-%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-weatherbug_pt_BR.jar
-%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-weatherbug_ru.jar
-%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-weatherbug_zh_CN.jar
-%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-zillow_ja.jar
-%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-zillow_pt_BR.jar
-%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-zillow_ru.jar
-%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-zillow_zh_CN.jar
-%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-zvents_ja.jar
-%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-zvents_pt_BR.jar
-%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-zvents_ru.jar
-%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-zvents_zh_CN.jar
-%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-ui_ja.jar
-%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-ui_pt_BR.jar
-%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-ui_ru.jar
-%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-ui_zh_CN.jar
%%DATADIR%%/websvccommon/modules/org-netbeans-modules-websvc-jaxwsmodelapi.jar
%%DATADIR%%/websvccommon/modules/org-netbeans-modules-websvc-saas-api.jar
%%DATADIR%%/websvccommon/modules/org-netbeans-modules-websvc-saas-codegen.jar
%%DATADIR%%/websvccommon/modules/org-netbeans-modules-websvc-saas-kit.jar
-%%DATADIR%%/websvccommon/modules/org-netbeans-modules-websvc-saas-services-amazon.jar
-%%DATADIR%%/websvccommon/modules/org-netbeans-modules-websvc-saas-services-delicious.jar
-%%DATADIR%%/websvccommon/modules/org-netbeans-modules-websvc-saas-services-flickr.jar
-%%DATADIR%%/websvccommon/modules/org-netbeans-modules-websvc-saas-services-google.jar
-%%DATADIR%%/websvccommon/modules/org-netbeans-modules-websvc-saas-services-strikeiron.jar
-%%DATADIR%%/websvccommon/modules/org-netbeans-modules-websvc-saas-services-weatherbug.jar
-%%DATADIR%%/websvccommon/modules/org-netbeans-modules-websvc-saas-services-zillow.jar
-%%DATADIR%%/websvccommon/modules/org-netbeans-modules-websvc-saas-services-zvents.jar
%%DATADIR%%/websvccommon/modules/org-netbeans-modules-websvc-saas-ui.jar
%%DATADIR%%/websvccommon/update_tracking/org-netbeans-modules-websvc-jaxwsmodelapi.xml
%%DATADIR%%/websvccommon/update_tracking/org-netbeans-modules-websvc-saas-api.xml
%%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-services-amazon.xml
-%%DATADIR%%/websvccommon/update_tracking/org-netbeans-modules-websvc-saas-services-delicious.xml
-%%DATADIR%%/websvccommon/update_tracking/org-netbeans-modules-websvc-saas-services-flickr.xml
-%%DATADIR%%/websvccommon/update_tracking/org-netbeans-modules-websvc-saas-services-google.xml
-%%DATADIR%%/websvccommon/update_tracking/org-netbeans-modules-websvc-saas-services-strikeiron.xml
-%%DATADIR%%/websvccommon/update_tracking/org-netbeans-modules-websvc-saas-services-weatherbug.xml
-%%DATADIR%%/websvccommon/update_tracking/org-netbeans-modules-websvc-saas-services-zillow.xml
-%%DATADIR%%/websvccommon/update_tracking/org-netbeans-modules-websvc-saas-services-zvents.xml
%%DATADIR%%/websvccommon/update_tracking/org-netbeans-modules-websvc-saas-ui.xml