[Midnightbsd-cvs] mports [19781] trunk/java/netbeans: netbeans 8
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Aug 18 19:44:33 EDT 2015
Revision: 19781
http://svnweb.midnightbsd.org/mports/?rev=19781
Author: laffer1
Date: 2015-08-18 19:44:32 -0400 (Tue, 18 Aug 2015)
Log Message:
-----------
netbeans 8
Modified Paths:
--------------
trunk/java/netbeans/Makefile
trunk/java/netbeans/distinfo
trunk/java/netbeans/files/patch-bin_netbeans
trunk/java/netbeans/pkg-plist
Removed Paths:
-------------
trunk/java/netbeans/files/patch-platform-lib_nbexec
Property Changed:
----------------
trunk/java/netbeans/files/patch-bin_netbeans
Modified: trunk/java/netbeans/Makefile
===================================================================
--- trunk/java/netbeans/Makefile 2015-08-18 23:41:56 UTC (rev 19780)
+++ trunk/java/netbeans/Makefile 2015-08-18 23:44:32 UTC (rev 19781)
@@ -1,19 +1,26 @@
# $MidnightBSD$
PORTNAME= netbeans
-PORTVERSION= 7.3
+PORTVERSION= 8.0.2
+PORTREVISION= 1
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}-201302132200
+DISTNAME= netbeans-${PORTVERSION}-201411181905
MAINTAINER= ports at MidnightBSD.org
COMMENT= A full-featured integrated environment for Java
-LICENSE= agg
-USE_ZIP= yes
+LICENSE= cddl gpl2
+LICENSE_COMB= dual
+
+USES= shebangfix zip
+SHEBANG_FILES= extide/ant/bin/antRun.pl \
+ extide/ant/bin/complete-ant-cmd.pl \
+ extide/ant/bin/runant.pl \
+ extide/ant/bin/runant.py
USE_JAVA= yes
-JAVA_VERSION= 1.6+
+JAVA_VERSION= 1.7+
NO_BUILD= yes
WRKSRC= ${WRKDIR}/netbeans
@@ -26,22 +33,19 @@
${DATADIR}/nb/netbeans.png \
${PORTNAME}-${PORTVERSION} \
"Development;" \
- ${FALSE}
+ false
post-patch:
@${REINPLACE_CMD} -i "" -e '57s|#||;57s|/path/to/jdk|${JAVA_HOME}|' \
${WRKSRC}/etc/netbeans.conf
- @${REINPLACE_CMD} -i "" -e 's|%%GCONFTOOL2%%|${LOCALBASE}/bin/gconftool-2|g; \
- s|%%GREP%%|${GREP}|g;s|%%SED%%|${SED}|g;s|%%AWK%%|${AWK}|g' \
- ${WRKSRC}/platform/lib/nbexec
@${FIND} ${WRKSRC} -name "*.orig" -delete
do-install:
- @(cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${DATADIR})
- @${CHMOD} ${BINMODE} ${DATADIR}/bin/netbeans
- @${LN} -sf ${DATADIR}/bin/netbeans ${PREFIX}/bin/${PORTNAME}-${PORTVERSION}
+ cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${DATADIR}
+ ${CHMOD} ${BINMODE} ${STAGEDIR}${DATADIR}/bin/netbeans
+ ${LN} -sf ${DATADIR}/bin/netbeans ${STAGEDIR}${PREFIX}/bin/${PORTNAME}-${PORTVERSION}
post-install:
- @${CHMOD} ${BINMODE} ${DATADIR}/java/maven/bin/mvn
+ ${FIND} ${STAGEDIR}${DATADIR} -type f -ipath "*/bin/*" | ${XARGS} ${CHMOD} ${BINMODE}
.include <bsd.port.mk>
Modified: trunk/java/netbeans/distinfo
===================================================================
--- trunk/java/netbeans/distinfo 2015-08-18 23:41:56 UTC (rev 19780)
+++ trunk/java/netbeans/distinfo 2015-08-18 23:44:32 UTC (rev 19781)
@@ -1,2 +1,2 @@
-SHA256 (netbeans-7.3-201302132200.zip) = 0c1fbb318086ecb1cda8393f8f501e887a46af1c492776353e1e162bfd3f0559
-SIZE (netbeans-7.3-201302132200.zip) = 281722325
+SHA256 (netbeans-8.0.2-201411181905.zip) = bb9f31d45746263ce34f4ea138b963c8525934c9797cec88b50c66abf9c52cc1
+SIZE (netbeans-8.0.2-201411181905.zip) = 315562592
Modified: trunk/java/netbeans/files/patch-bin_netbeans
===================================================================
--- trunk/java/netbeans/files/patch-bin_netbeans 2015-08-18 23:41:56 UTC (rev 19780)
+++ trunk/java/netbeans/files/patch-bin_netbeans 2015-08-18 23:44:32 UTC (rev 19781)
@@ -1,13 +1,22 @@
---- bin/netbeans.orig 2011-04-01 09:49:45.000000000 +0200
-+++ bin/netbeans 2011-04-01 09:51:07.000000000 +0200
-@@ -131,6 +131,10 @@
+--- 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 @@
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`
-+ ;;
++ mem=`/sbin/sysctl -n hw.realmem`
++ mem=`expr $mem / 1048576`
++ ;;
*)
;;
esac
Property changes on: trunk/java/netbeans/files/patch-bin_netbeans
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.3
\ No newline at end of property
Deleted: trunk/java/netbeans/files/patch-platform-lib_nbexec
===================================================================
--- trunk/java/netbeans/files/patch-platform-lib_nbexec 2015-08-18 23:41:56 UTC (rev 19780)
+++ trunk/java/netbeans/files/patch-platform-lib_nbexec 2015-08-18 23:44:32 UTC (rev 19781)
@@ -1,603 +0,0 @@
---- platform/lib/nbexec.orig 1970-01-01 01:00:00.000000000 +0100
-+++ platform/lib/nbexec 2013-02-26 10:40:18.000000000 +0100
-@@ -0,0 +1,600 @@
-+#!/bin/sh
-+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-+#
-+# Copyright 1997-2012 Oracle and/or its affiliates. All rights reserved.
-+#
-+# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-+# Other names may be trademarks of their respective owners.
-+#
-+# The contents of this file are subject to the terms of either the GNU
-+# General Public License Version 2 only ("GPL") or the Common
-+# Development and Distribution License("CDDL") (collectively, the
-+# "License"). You may not use this file except in compliance with the
-+# License. You can obtain a copy of the License at
-+# http://www.netbeans.org/cddl-gplv2.html
-+# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-+# specific language governing permissions and limitations under the
-+# License. When distributing the software, include this License Header
-+# Notice in each file and include the License file at
-+# nbbuild/licenses/CDDL-GPL-2-CP. Oracle designates this
-+# particular file as subject to the "Classpath" exception as provided
-+# by Oracle in the GPL Version 2 section of the License file that
-+# accompanied this code. If applicable, add the following below the
-+# License Header, with the fields enclosed by brackets [] replaced by
-+# your own identifying information:
-+# "Portions Copyrighted [year] [name of copyright owner]"
-+#
-+# Contributor(s):
-+#
-+# The Original Software is NetBeans. The Initial Developer of the Original
-+# Software is Sun Microsystems, Inc. Portions Copyright 1997-2011 Sun
-+# Microsystems, Inc. All Rights Reserved.
-+#
-+# If you wish your version of this file to be governed by only the CDDL
-+# or only the GPL Version 2, indicate your decision by adding
-+# "[Contributor] elects to include this software in this distribution
-+# under the [CDDL or GPL Version 2] license." If you do not indicate a
-+# single choice of license, a recipient has the option to distribute
-+# your version of this file under either the CDDL, the GPL Version 2 or
-+# to extend the choice of license to its licensees as provided above.
-+# However, if you add GPL Version 2 code and therefore, elected the GPL
-+# Version 2 license, then the option applies only if the new code is
-+# made subject to such option by the copyright holder.
-+
-+
-+PRG=$0
-+
-+
-+resolve_symlink () {
-+ file="$1"
-+ while [ -h "$file" ]; do
-+ ls=`ls -ld "$file"`
-+ link=`expr "$ls" : '^.*-> \(.*\)$' 2>/dev/null`
-+ if expr "$link" : '^/' 2> /dev/null >/dev/null; then
-+ file="$link"
-+ else
-+ file=`dirname "$1"`"/$link"
-+ fi
-+ done
-+ echo "$file"
-+}
-+
-+absolutize_path () {
-+ oldpwd=`pwd`
-+ cd "$1"
-+ abspath=`pwd`
-+ cd "${oldpwd}"
-+ echo "$abspath"
-+}
-+
-+PRG=`resolve_symlink "$PRG"`
-+progdir=`dirname "$PRG"`
-+plathome=`absolutize_path "$progdir/.."`
-+
-+jargs=${jreflags}
-+jargs="$jargs -Dnetbeans.home=\"$plathome\""
-+
-+args=""
-+
-+prefixcp=""
-+postfixcp=""
-+
-+updater_class=org.netbeans.updater.UpdaterFrame
-+
-+#
-+# parse arguments
-+#
-+
-+parse_args() {
-+while [ $# -gt 0 ] ; do
-+ case "$1" in
-+ -h|-\?|-help|--help) cat >&2 <<EOF
-+Usage: $0 {options} arguments
-+
-+General options:
-+ --help show this help
-+ --jdkhome <path> path to Java(TM) 2 SDK, Standard Edition
-+ -J<jvm_option> pass <jvm_option> to JVM
-+
-+ --cp:p <classpath> prepend <classpath> to classpath
-+ --cp:a <classpath> append <classpath> to classpath
-+EOF
-+ # go on and print IDE options as well
-+ args="$args --help"
-+ ;;
-+ --jdkhome) shift; if [ $# -gt 0 ] ; then jdkhome=$1; fi
-+ ;;
-+ # this has to be here for purposes of updater.jar, but it should be
-+ # better to handle this argument inside the java launcher part
-+ --userdir) shift; if [ $# -gt 0 ] ; then userdir="$1"; fi
-+ ;;
-+ -cp|-cp:a|--cp|--cp:a)
-+ shift;
-+ if [ $# -gt 0 ] ; then
-+ if [ ! -z "$postfixcp" ] ; then postfixcp="$postfixcp:" ; fi
-+ postfixcp=$postfixcp$1;
-+ fi
-+ ;;
-+
-+ -cp:p|--cp:p)
-+ shift;
-+ if [ $# -gt 0 ] ; then
-+ if [ ! -z "$prefixcp" ] ; then prefixcp="$prefixcp:" ; fi
-+ prefixcp=$prefixcp$1;
-+ fi
-+ ;;
-+ --clusters)
-+ shift;
-+ if [ $# -gt 0 ] ; then
-+ clusters="$1"
-+ fi
-+ ;;
-+ -psn*)
-+ shift;
-+ ;;
-+ -J*) jopt=`expr "X-$1" : 'X--J\(.*\)'`; jargs="$jargs '$jopt'";;
-+ *) args="$args \"$1\"" ;;
-+ esac
-+ shift
-+done
-+} # parse_args()
-+
-+# Process arguments given on the command line.
-+parse_args "$@"
-+
-+#
-+# check JDK
-+#
-+
-+if [ -z "$jdkhome" ] ; then
-+ # try to find JDK
-+
-+ case "`uname`" in
-+ Darwin*)
-+ # read Java Preferences
-+ if [ -x "/usr/libexec/java_home" ]; then
-+ jdkhome=`/usr/libexec/java_home --version 1.7.0_10+ --failfast`
-+ if [ -z $jdkhome ]; then
-+ jdkhome=`/usr/libexec/java_home --version 1.6 --failfast`
-+ fi
-+
-+ # JDK1.7 Update 10 as a fallback
-+ elif [ -f "/Library/Java/JavaVirtualMachines/jdk1.7.0_10.jdk/Contents/Home/bin/java" ] ; then
-+ jdkhome="/Library/Java/JavaVirtualMachines/jdk1.7.0_10.jdk/Contents/Home"
-+
-+ # JDK1.6
-+ elif [ -f "/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin/java" ] ; then
-+ jdkhome="/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home"
-+ elif [ -f "/System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home/bin/java" ] ; then
-+ jdkhome="/System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home"
-+ elif [ -f "/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/bin/java" ] ; then
-+ jdkhome="/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home"
-+ fi
-+ echo Found jdkhome=$jdkhome
-+ ;;
-+ *) javac=`which javac`
-+ if [ -z "$javac" ] ; then
-+ java=`which java`
-+ if [ ! -z "$java" ] ; then
-+ java=`resolve_symlink "$java"`
-+ jdkhome=`dirname $java`"/.."
-+ fi
-+ else
-+ javac=`resolve_symlink "$javac"`
-+ jdkhome=`dirname $javac`"/.."
-+ fi
-+ ;;
-+ esac
-+fi
-+
-+if [ ! -x "${jdkhome}/bin/java" ] ; then
-+ echo "Cannot find java. Please use the --jdkhome switch." >&2
-+ exit 2
-+fi
-+
-+# Make sure native code libraries of jdk7 are found
-+LD_LIBRARY_PATH=${jdkhome}/jre/lib/amd64:${jdkhome}/jre/lib/i386:${LD_LIBRARY_PATH}
-+export LD_LIBRARY_PATH
-+
-+# if the Java option for heap dump on OOME is supported enable it
-+if "${jdkhome}/bin/java" -XX:+HeapDumpOnOutOfMemoryError -cp "${progdir}/boot.jar" org.netbeans.NbExecJavaStartTry > /dev/null 2>&1 ; then
-+ jargs="$jargs -XX:+HeapDumpOnOutOfMemoryError"
-+ if echo $jargs | /usr/bin/grep -v -- "-XX:HeapDumpPath=" > /dev/null ; then
-+ jargs="$jargs -XX:HeapDumpPath=\"${userdir}/var/log/heapdump.hprof\""
-+ fi
-+ # rename old heap dump to .old
-+ mv "${userdir}/var/log/heapdump.hprof" "${userdir}/var/log/heapdump.hprof.old" > /dev/null 2>&1
-+fi
-+
-+jargs_without_clusters="$jargs"
-+jargs="-Dnetbeans.dirs=\"${clusters}\" $jargs_without_clusters"
-+
-+jdkhome=`absolutize_path "$jdkhome"`
-+
-+args="--userdir \"${userdir}\" $args"
-+
-+append_jars_to_cp() {
-+ dir="$1"
-+ subpath="$2"
-+ for ex in jar zip ; do
-+ if [ "`echo "${dir}"/*.$ex`" != "${dir}/*.$ex" ] ; then
-+ for x in "${dir}"/*.$ex ; do
-+ subx=`basename "$x"`
-+ if echo "$paths" | /usr/bin/grep -v "$subpath$subx" > /dev/null ; then
-+ if [ ! -z "$cp" ] ; then cp="$cp:" ; fi
-+ cp="$cp$x"
-+ if [ ! -z "$paths" ] ; then paths="$paths:" ; fi
-+ paths="$paths$subpath$subx"
-+ fi
-+ done
-+ fi
-+ done
-+}
-+
-+construct_cp() {
-+ cp=""
-+ updatercp=""
-+ paths=""
-+
-+ build_cp "${userdir}"
-+ build_cp "${plathome}"
-+
-+ if [ -f "${userdir}/modules/ext/updater.jar" ] ; then
-+ updatercp="${userdir}/modules/ext/updater.jar"
-+ else
-+ if [ -f "${plathome}/modules/ext/updater.jar" ] ; then
-+ updatercp="${plathome}/modules/ext/updater.jar"
-+ fi
-+ fi
-+
-+ # JDK tools
-+ for x in "${jdkhome}/lib/dt.jar" "${jdkhome}/lib/tools.jar"; do
-+ if [ -f "$x" ]; then
-+ if [ ! -z "$cp" ] ; then cp="$cp:" ; fi
-+ cp="${cp}$x"
-+ fi
-+ done
-+
-+ # user-specified prefix and postfix CLASSPATH
-+
-+ if [ ! -z "${prefixcp}" ] ; then
-+ cp="${prefixcp}:$cp"
-+ fi
-+
-+ if [ ! -z "${postfixcp}" ] ; then
-+ cp="$cp:${postfixcp}"
-+ fi
-+
-+
-+ # prepend IDE's classpath to updater's classpath
-+ # (just xml-apis.jar and one XML parser would suffice)
-+ if [ ! -z "$updatercp" ] ; then
-+ updatercp=${cp}:${updatercp}
-+ else
-+ updatercp=${cp}
-+ fi
-+}
-+
-+build_cp() {
-+ base="$1"
-+ append_jars_to_cp "${base}/lib/patches" "patches"
-+ append_jars_to_cp "${base}/lib" "lib"
-+ append_jars_to_cp "${base}/lib/locale" "locale"
-+}
-+
-+do_run_updater() {
-+ eval "\"$jdkhome/bin/java\"" -classpath "\"${updatercp}\"" "$jargs" "-Dnetbeans.user=\"$userdir\"" $updater_class "$args"
-+ construct_cp
-+}
-+
-+look_for_pre_runs() {
-+ base="$1"
-+ install_new_updater "$1"
-+ dir="${base}/update/download"
-+ if [ "`echo "${dir}"/*.nbm`" != "${dir}/*.nbm" -o "`echo "${dir}"/*.jar`" != "${dir}/*.jar" ] ; then
-+ run_updater=yes
-+ else
-+ dir="${base}/update/deactivate"
-+ if [ -f "${dir}/to_disable.txt" -o -f "${dir}/to_uninstall.txt" ] ; then
-+ run_updater=yes
-+ fi
-+ fi
-+}
-+
-+look_for_post_runs() {
-+ base="$1"
-+ install_new_updater "$1"
-+ dir="${base}/update/download"
-+ if [ \! -f "${dir}/install_later.xml" ] && [ "`echo "${dir}"/*.nbm`" != "${dir}/*.nbm" -o "`echo "${dir}"/*.jar`" != "${dir}/*.jar" ] ; then
-+ run_updater=yes
-+ else
-+ dir="${base}/update/deactivate"
-+ if [ \! -f "${dir}/deactivate_later.txt" ] ; then
-+ if [ -f "${dir}/to_disable.txt" -o -f "${dir}/to_uninstall.txt" ] ; then
-+ run_updater=yes
-+ fi
-+ fi
-+ fi
-+}
-+
-+look_for_new_clusters() {
-+ base="$userdir"
-+ dir="${base}/update/download"
-+ newclusters="${dir}/netbeans.dirs"
-+ if [ -f "${newclusters}" ] ; then
-+ clusters=`cat "${newclusters}"`
-+ jargs="-Dnetbeans.dirs=\"${clusters}\" $jargs_without_clusters"
-+ rm -f "${newclusters}"
-+ fi
-+}
-+
-+delete_new_clusters_file() {
-+ base="$userdir"
-+ dir="${base}/update/download"
-+ newclusters="${dir}/netbeans.dirs"
-+ if [ \! -f "${newclusters}" ] ; then
-+ rm -f "${newclusters}"
-+ fi
-+}
-+
-+install_new_updater() {
-+ base="$1"
-+ newUpdaterDir="${base}/update/new_updater"
-+ if [ -d "${newUpdaterDir}" ]; then
-+ mkdir -p "${base}/modules/ext/"
-+ if [ -f "${newUpdaterDir}/updater.jar" ]; then
-+ mv -f "${newUpdaterDir}/updater.jar" "${base}/modules/ext/"
-+ fi
-+ ls -l "${newUpdaterDir}/"updater_*.jar
-+ for i in "${newUpdaterDir}/"updater_*.jar; do
-+ mkdir -p "${base}/modules/ext/locale/"
-+ mv -f "$i" "${base}/modules/ext/locale/"
-+ done
-+ rmdir "${newUpdaterDir}"
-+ fi
-+}
-+
-+# detect system http proxy setting
-+
-+detect_system_proxy () {
-+ if [ ! -z "$http_proxy" ]; then
-+ http_proxy_tmp=$http_proxy
-+ fi
-+ return 0
-+}
-+
-+detect_gnome_proxy () {
-+ gconftool=%%GCONFTOOL2%%
-+ if [ -x $gconftool ] ; then
-+ proxy_mode=`$gconftool --get /system/proxy/mode 2>/dev/null`
-+ if [ "$proxy_mode" = "manual" ] ; then
-+ http_proxy_host=`$gconftool --get /system/http_proxy/host 2>/dev/null`
-+ http_proxy_port=`$gconftool --get /system/http_proxy/port 2>/dev/null`
-+ http_proxy_tmp=$http_proxy_host:$http_proxy_port
-+ http_non_proxy_hosts=`$gconftool --get /system/http_proxy/ignore_hosts 2>/dev/null`
-+ if [ $? ] ; then
-+ http_non_proxy_hosts=`echo $http_non_proxy_hosts | /usr/bin/sed 's/\]//'`
-+ fi
-+ socks_proxy_host=`$gconftool --get /system/proxy/socks_host 2>/dev/null`
-+ socks_proxy_port=`$gconftool --get /system/proxy/socks_port 2>/dev/null`
-+ socks_proxy_tmp=$socks_proxy_host:$socks_proxy_port
-+
-+ return 0
-+ else
-+ if [ "$proxy_mode" = "none" ] ; then
-+ detect_system_proxy
-+ if [ -z "$http_proxy_tmp" ]; then
-+ http_proxy_tmp="DIRECT"
-+ fi
-+ return 0
-+ else
-+ if [ "$proxy_mode" = "auto" ] ; then
-+ detect_system_proxy
-+ pac_file=`$gconftool --get /system/proxy/autoconfig_url 2>/dev/null`
-+ if [ ! -z "$pac_file" ]; then
-+ http_proxy_tmp="PAC "$pac_file
-+ fi
-+ return 0
-+ fi
-+ fi
-+ fi
-+ fi
-+ return 1
-+}
-+
-+detect_kde_proxy () {
-+ kioslaverc="${HOME}/.kde/share/config/kioslaverc"
-+ if [ -f $kioslaverc ] ; then
-+ if /usr/bin/grep 'ProxyType=1' "$kioslaverc" >/dev/null 2>&1; then
-+ http_proxy_tmp=`/usr/bin/grep 'httpProxy=http://' "$kioslaverc"`
-+ if [ $? ] ; then
-+ http_proxy_tmp=`echo $http_proxy_tmp | /usr/bin/sed 's/httpProxy=http:\/\///'`
-+ return 0
-+ fi
-+ http_non_proxy_hosts=`/usr/bin/grep 'NoProxyFor=' "$kioslaverc"`
-+ if [ $? ] ; then
-+ http_non_proxy_hosts=`echo $http_non_proxy_hosts | /usr/bin/sed 's/NoProxyFor=//'`
-+ fi
-+ else
-+ if /usr/bin/grep 'ProxyType=0' "$kioslaverc" >/dev/null 2>&1; then
-+ detect_system_proxy
-+ if [ -z "$http_proxy_tmp" ]; then
-+ http_proxy_tmp="DIRECT"
-+ fi
-+ return 0
-+ else
-+ if /usr/bin/grep 'ProxyType=2' "$kioslaverc" >/dev/null 2>&1; then
-+ pac_file=`/usr/bin/grep "Proxy Config Script=" $kioslaverc | cut -f 2 -d =`
-+ http_proxy_tmp="PAC "$pac_file
-+ return 0
-+ fi
-+ fi
-+ fi
-+ fi
-+ return 1
-+}
-+
-+detect_macosx_proxy () {
-+ if [ ! -x /usr/sbin/scutil ] ; then
-+ return 1
-+ fi
-+
-+ scutil_out=/tmp/nb-proxy-detection.$$
-+ cat <<EOF | /usr/sbin/scutil > ${scutil_out}
-+open
-+show State:/Network/Global/Proxies
-+close
-+EOF
-+
-+ if /usr/bin/grep "ProxyAuto.*: *1" ${scutil_out} >/dev/null 2>&1; then
-+ if /usr/bin/grep "ProxyAutoConfigEnable.*: *1" ${scutil_out} >/dev/null 2>&1; then
-+ http_proxy_tmp="PAC `/usr/bin/grep ProxyAutoConfigURLString ${scutil_out} | /usr/bin/awk 'END{print $3}'`"
-+ rm ${scutil_out}
-+ return 0
-+ fi
-+
-+ rm ${scutil_out}
-+ return 1
-+ fi
-+
-+ if /usr/bin/grep "HTTPEnable *: *1" ${scutil_out} >/dev/null 2>&1; then
-+ http_proxy_host=`/usr/bin/grep HTTPProxy ${scutil_out} | /usr/bin/awk 'END{print $3}'`
-+ http_proxy_port=`/usr/bin/grep HTTPPort ${scutil_out} | /usr/bin/awk 'END{print $3} '`
-+ http_proxy_tmp=$http_proxy_host:$http_proxy_port
-+ rm ${scutil_out}
-+ return 0
-+ fi
-+
-+ http_proxy_tmp="DIRECT"
-+ rm ${scutil_out}
-+ return 0
-+}
-+
-+unset http_proxy_tmp
-+
-+if [ `uname` = Darwin ] ; then
-+ detect_macosx_proxy
-+else
-+ if [ "$KDE_FULL_SESSION" = "true" ] ; then
-+ detect_kde_proxy
-+ else
-+ if [ ! -z "$GNOME_DESKTOP_SESSION_ID" ] ; then
-+ detect_gnome_proxy
-+ fi
-+ fi
-+fi
-+
-+# fall back to the environment-defined http_proxy if nothing found so far
-+if [ -z "$http_proxy_tmp" ]; then
-+ http_proxy_tmp=$http_proxy
-+fi
-+
-+if [ ! -z "$http_proxy_tmp" ] ; then
-+ jargs="-Dnetbeans.system_http_proxy=\"$http_proxy_tmp\" -Dnetbeans.system_http_non_proxy_hosts=\"$http_non_proxy_hosts\" $jargs"
-+fi
-+
-+if [ ! -z "$socks_proxy_tmp" ] ; then
-+ jargs="-Dnetbeans.system_socks_proxy=\"$socks_proxy_tmp\" $jargs"
-+fi
-+
-+if [ ! -z "${DEFAULT_USERDIR_ROOT}" ] ; then
-+ jargs="-Dnetbeans.default_userdir_root=\"${DEFAULT_USERDIR_ROOT}\" $jargs"
-+ unset DEFAULT_USERDIR_ROOT
-+fi
-+
-+# http://java.sun.com/j2se/1.5.0/docs/guide/2d/flags.html#pixmaps
-+J2D_PIXMAPS=shared
-+export J2D_PIXMAPS
-+
-+# Check DISPLAY variable on non-Mac
-+if [ "no$DISPLAY" = "no" -a `uname` != Darwin ]; then
-+ echo "$0: WARNING: environment variable DISPLAY is not set"
-+fi
-+
-+
-+# The Startup Notification Protocol Specification [1]
-+# recommends to unset the DESKTOP_STARTUP_ID environment variable
-+# to avoid possible reuse by some process started later by this
-+# process, e.g. when a browser will be launched by the NetBeans [2].
-+#
-+# See:
-+# [1] http://standards.freedesktop.org/startup-notification-spec
-+# [2] http://netbeans.org/bugzilla/show_bug.cgi?id=76970
-+if [ ! -z "$DESKTOP_STARTUP_ID" ] ; then
-+ # Save a value for later using
-+ NB_DESKTOP_STARTUP_ID="$DESKTOP_STARTUP_ID"; export NB_DESKTOP_STARTUP_ID
-+
-+ unset DESKTOP_STARTUP_ID
-+fi
-+
-+
-+#
-+# main loop
-+#
-+
-+# clear to prevent loop from ending
-+restart="yes"
-+first_time_starting="yes"
-+restart_file="${userdir}/var/restart"
-+
-+while [ "$restart" ] ; do
-+
-+ #
-+ # build CLASSPATH
-+ #
-+ construct_cp
-+
-+ # First check for pre-run updates.
-+ if [ "$first_time_starting" ] ; then
-+ run_updater=""
-+ look_for_pre_runs "$plathome"
-+ save="$IFS"
-+ IFS=':' ; for oneCls in $clusters ; do
-+ IFS="$save"
-+ look_for_pre_runs "$oneCls"
-+ done
-+ IFS="$save"
-+ look_for_pre_runs "$userdir"
-+ if [ "$run_updater" ] ; then do_run_updater ; fi
-+ # Do not check this after a restart, it makes no sense.
-+ first_time_starting=""
-+ fi
-+
-+ #
-+ # let's go
-+ #
-+ delete_new_clusters_file
-+ rm -f "${restart_file}"
-+ eval ${_NB_PROFILE_CMD} "\"${jdkhome}/bin/java\"" -Djdk.home="\"${jdkhome}\"" -classpath "\"$cp\"" \
-+ "$jargs" org.netbeans.Main "$args" '<&0' '&'
-+ PID=$!
-+ trap "kill $PID" EXIT
-+ wait $PID
-+ exitcode=$?
-+ trap '' EXIT
-+ look_for_new_clusters
-+ # If we should update anything, do it and restart IDE.
-+ run_updater=""
-+ look_for_post_runs "$plathome"
-+
-+ save="$IFS"
-+ IFS=':' ; for oneCls in $clusters ; do
-+ IFS="$save"
-+ look_for_post_runs "$oneCls"
-+ done
-+ IFS="$save"
-+ look_for_post_runs "$userdir"
-+ if [ "$run_updater" ] ; then
-+ do_run_updater
-+ restart="yes"
-+ else
-+ if [ ! -f "${restart_file}" ] ; then
-+ # will fall thru loop and exit
-+ restart=""
-+ fi
-+ fi
-+
-+done
-+
-+# and we exit.
-+exit $exitcode
Modified: trunk/java/netbeans/pkg-plist
===================================================================
--- trunk/java/netbeans/pkg-plist 2015-08-18 23:41:56 UTC (rev 19780)
+++ trunk/java/netbeans/pkg-plist 2015-08-18 23:44:32 UTC (rev 19781)
@@ -124,6 +124,8 @@
%%DATADIR%%/cnd/bin/SunOS-x86_64/rfs_test_env
%%DATADIR%%/cnd/bin/dorun.sh
%%DATADIR%%/cnd/bin/rfs_test_env.sh
+%%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
@@ -146,7 +148,6 @@
%%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-litemodel.xml
%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-makeproject-source-bridge.xml
%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-makeproject.xml
%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-model-services.xml
@@ -172,6 +173,14 @@
%%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/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
@@ -260,10 +269,6 @@
%%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-litemodel_ja.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-litemodel_pt_BR.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-litemodel_ru.jar
-%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-litemodel_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
@@ -360,6 +365,8 @@
%%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-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
@@ -382,7 +389,6 @@
%%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-litemodel.jar
%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-makeproject-source-bridge.jar
%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-makeproject.jar
%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-model-services.jar
@@ -407,6 +413,8 @@
%%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-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
@@ -429,7 +437,6 @@
%%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-litemodel.xml
%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-makeproject-source-bridge.xml
%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-makeproject.xml
%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-model-services.xml
@@ -456,11 +463,17 @@
%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-jellytools-cnd.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-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.xml
-%%DATADIR%%/dlight/config/Modules/org-netbeans-modules-dlight-util.xml
%%DATADIR%%/dlight/config/Modules/org-netbeans-modules-remotefs-versioning.xml
%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-dlight-kit_ja.jar
%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-dlight-kit_pt_BR.jar
@@ -478,10 +491,6 @@
%%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-util_ja.jar
-%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-dlight-util_pt_BR.jar
-%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-dlight-util_ru.jar
-%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-dlight-util_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
@@ -490,13 +499,11 @@
%%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.jar
-%%DATADIR%%/dlight/modules/org-netbeans-modules-dlight-util.jar
%%DATADIR%%/dlight/modules/org-netbeans-modules-remotefs-versioning.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.xml
-%%DATADIR%%/dlight/update_tracking/org-netbeans-modules-dlight-util.xml
%%DATADIR%%/dlight/update_tracking/org-netbeans-modules-remotefs-versioning.xml
%%DATADIR%%/enterprise/.lastModified
%%DATADIR%%/enterprise/VERSION.txt
@@ -512,11 +519,14 @@
%%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-sdk.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-hibernateweb.xml
@@ -546,12 +556,20 @@
%%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
@@ -565,7 +583,6 @@
%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-web-el.xml
%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-web-examples.xml
%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-web-freeform.xml
-%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-web-helpset.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
@@ -577,7 +594,6 @@
%%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-jstl11.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
@@ -584,6 +600,7 @@
%%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-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
@@ -610,29 +627,14 @@
%%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/javaee6-doc-api.zip
-%%DATADIR%%/enterprise/docs/jersey-1.13-javadoc.zip
-%%DATADIR%%/enterprise/docs/jersey-apache-client-1.13-javadoc.zip
-%%DATADIR%%/enterprise/docs/jersey-atom-abdera-1.13-javadoc.zip
-%%DATADIR%%/enterprise/docs/jersey-guice-1.13-javadoc.zip
-%%DATADIR%%/enterprise/docs/jersey-multipart-1.13-javadoc.zip
-%%DATADIR%%/enterprise/docs/jersey-simple-server-1.13-javadoc.zip
-%%DATADIR%%/enterprise/docs/jersey-spring-1.13-javadoc.zip
+%%DATADIR%%/enterprise/docs/javaee-doc-api.jar
%%DATADIR%%/enterprise/docs/jsf-api-docs.zip
%%DATADIR%%/enterprise/docs/jsf12-tlddoc.zip
-%%DATADIR%%/enterprise/docs/jsr311-api-1.1.1-javadoc.zip
%%DATADIR%%/enterprise/docs/jstl11-doc.zip
%%DATADIR%%/enterprise/docs/metro-1.4-doc.zip
-%%DATADIR%%/enterprise/docs/oauth-client-1.13-javadoc.zip
-%%DATADIR%%/enterprise/docs/oauth-server-1.13-javadoc.zip
-%%DATADIR%%/enterprise/docs/oauth-signature-1.13-javadoc.zip
%%DATADIR%%/enterprise/docs/struts-1.3.10-javadoc.zip
%%DATADIR%%/enterprise/docs/struts-tags.zip
%%DATADIR%%/enterprise/docs/syntaxref20.zip
-%%DATADIR%%/enterprise/modules/docs/org-netbeans-modules-j2ee-platform.jar
-%%DATADIR%%/enterprise/modules/docs/org-netbeans-modules-tomcat5.jar
-%%DATADIR%%/enterprise/modules/docs/org-netbeans-modules-web-helpset.jar
-%%DATADIR%%/enterprise/modules/docs/org-netbeans-modules-web-monitor.jar
%%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
@@ -639,14 +641,19 @@
%%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.0.jar
+%%DATADIR%%/enterprise/modules/ext/commons-fileupload-1.3.jar
%%DATADIR%%/enterprise/modules/ext/el-impl.jar
-%%DATADIR%%/enterprise/modules/ext/glassfish-jspparser-3.0.jar
+%%DATADIR%%/enterprise/modules/ext/glassfish-jspparser-4.0.jar
%%DATADIR%%/enterprise/modules/ext/glassfish-logging-2.0.jar
+%%DATADIR%%/enterprise/modules/ext/glassfish-tooling-sdk.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
@@ -653,6 +660,38 @@
%%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
@@ -662,11 +701,12 @@
%%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_1/javax.faces.jar
-%%DATADIR%%/enterprise/modules/ext/jsf-2_1/license.txt
+%%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.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
@@ -677,31 +717,8 @@
%%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-3.4.jar
-%%DATADIR%%/enterprise/modules/ext/rest/asm-3.1.jar
-%%DATADIR%%/enterprise/modules/ext/rest/jackson-core-asl-1.9.2.jar
-%%DATADIR%%/enterprise/modules/ext/rest/jackson-jaxrs-1.9.2.jar
-%%DATADIR%%/enterprise/modules/ext/rest/jackson-mapper-asl-1.9.2.jar
-%%DATADIR%%/enterprise/modules/ext/rest/jackson-xc-1.9.2.jar
-%%DATADIR%%/enterprise/modules/ext/rest/jersey-apache-client-1.13.jar
-%%DATADIR%%/enterprise/modules/ext/rest/jersey-atom-abdera-1.13.jar
-%%DATADIR%%/enterprise/modules/ext/rest/jersey-client-1.13.jar
-%%DATADIR%%/enterprise/modules/ext/rest/jersey-core-1.13.jar
-%%DATADIR%%/enterprise/modules/ext/rest/jersey-guice-1.13.jar
-%%DATADIR%%/enterprise/modules/ext/rest/jersey-json-1.13.jar
-%%DATADIR%%/enterprise/modules/ext/rest/jersey-multipart-1.13.jar
-%%DATADIR%%/enterprise/modules/ext/rest/jersey-server-1.13.jar
-%%DATADIR%%/enterprise/modules/ext/rest/jersey-servlet-1.13.jar
-%%DATADIR%%/enterprise/modules/ext/rest/jersey-simple-server-1.13.jar
-%%DATADIR%%/enterprise/modules/ext/rest/jersey-spring-1.13.jar
-%%DATADIR%%/enterprise/modules/ext/rest/jettison-1.1.jar
-%%DATADIR%%/enterprise/modules/ext/rest/jsr311-api-1.1.1.jar
-%%DATADIR%%/enterprise/modules/ext/rest/oauth-client-1.13.jar
-%%DATADIR%%/enterprise/modules/ext/rest/oauth-server-1.13.jar
-%%DATADIR%%/enterprise/modules/ext/rest/oauth-signature-1.13.jar
-%%DATADIR%%/enterprise/modules/ext/servlet3.0-jsp2.2-api.jar
-%%DATADIR%%/enterprise/modules/ext/spring/spring-webmvc-2.5.6.SEC03.jar
-%%DATADIR%%/enterprise/modules/ext/standard.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
@@ -738,10 +755,18 @@
%%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-sdk_ja.jar
+%%DATADIR%%/enterprise/modules/locale/org-netbeans-libs-glassfish-sdk_pt_BR.jar
+%%DATADIR%%/enterprise/modules/locale/org-netbeans-libs-glassfish-sdk_ru.jar
+%%DATADIR%%/enterprise/modules/locale/org-netbeans-libs-glassfish-sdk_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
@@ -758,6 +783,10 @@
%%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
@@ -874,10 +903,26 @@
%%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
@@ -886,6 +931,10 @@
%%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
@@ -898,6 +947,18 @@
%%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
@@ -950,10 +1011,6 @@
%%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-helpset_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-helpset_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-helpset_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-helpset_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
@@ -998,10 +1055,6 @@
%%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-jstl11_ja.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jstl11_pt_BR.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jstl11_ru.jar
-%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jstl11_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
@@ -1026,6 +1079,10 @@
%%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-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
@@ -1134,11 +1191,14 @@
%%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-sdk.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-hibernateweb.jar
@@ -1168,12 +1228,20 @@
%%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
@@ -1187,7 +1255,6 @@
%%DATADIR%%/enterprise/modules/org-netbeans-modules-web-el.jar
%%DATADIR%%/enterprise/modules/org-netbeans-modules-web-examples.jar
%%DATADIR%%/enterprise/modules/org-netbeans-modules-web-freeform.jar
-%%DATADIR%%/enterprise/modules/org-netbeans-modules-web-helpset.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
@@ -1199,7 +1266,6 @@
%%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-jstl11.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
@@ -1206,6 +1272,7 @@
%%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-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
@@ -1236,11 +1303,14 @@
%%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-sdk.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-hibernateweb.xml
@@ -1270,12 +1340,20 @@
%%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
@@ -1289,7 +1367,6 @@
%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-web-el.xml
%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-web-examples.xml
%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-web-freeform.xml
-%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-web-helpset.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
@@ -1301,7 +1378,6 @@
%%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-jstl11.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
@@ -1308,6 +1384,7 @@
%%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-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
@@ -1337,8 +1414,7 @@
%%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-aguiswinglayout.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-libs-ppawtlayout.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
@@ -1356,6 +1432,8 @@
%%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
@@ -1391,14 +1469,20 @@
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-testrunner.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-kit.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-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-glassfish-common.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-glassfish-javaee.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-groovy-antproject.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-groovy-editor.xml
@@ -1437,29 +1521,22 @@
%%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-cdc-kit.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-j2me-cdc-platform-nokias80.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-j2me-cdc-platform-semc.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-j2me-cdc-platform-sjmc.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-j2me-cdc-platform-sun.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-j2me-cdc-platform.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-j2me-cdc-project-execui.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-j2me-cdc-project-execuiimpl.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-j2me-cdc-project-nokiaS80.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-j2me-cdc-project-savaje.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-j2me-cdc-project-semc.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-j2me-cdc-project-sjmc.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-j2me-cdc-project.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-helpset.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-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-navigation.xml
@@ -1478,6 +1555,10 @@
%%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
@@ -1485,6 +1566,7 @@
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-javafx2-samples.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-javafx2-scenebuilder.xml
%%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-javawebstart.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-junit.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-languages-apacheconf.xml
@@ -1498,31 +1580,26 @@
%%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-mobility-antext.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-mobility-cldcplatform-catalog.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-mobility-cldcplatform.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-mobility-deployment-ftpscp.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-mobility-deployment-sonyericsson.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-mobility-deployment-webdav.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-mobility-editor.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-mobility-j2meunit.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-mobility-javahelp.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-mobility-kit.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-plugins-mpowerplayer.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-mobility-project-ant.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-mobility-project-bridge.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-mobility-project.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-mobility-svgcore.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
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-php-apigen.xml
+%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-php-atoum.xml
+%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-php-code-analysis.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-php-composer.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-php-dbgp.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-php-doctrine2.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-php-editor.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-php-help.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-php-kit.xml
+%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-php-latte.xml
+%%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-phpdoc-documentation.xml
+%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-php-phpunit.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-php-project.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-php-refactoring.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-php-samples.xml
@@ -1531,6 +1608,7 @@
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-php-symfony2.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-php-twig.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-php-zend.xml
+%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-php-zend2.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-profiler-drilldown.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-profiler-heapwalker.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-profiler-kit.xml
@@ -1543,15 +1621,11 @@
%%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-testng-ant.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-testng-maven.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-testng.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-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-helpset.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
@@ -1559,7 +1633,6 @@
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-web-el.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-web-examples.xml
%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-web-freeform.xml
-%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-web-helpset.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
@@ -1572,7 +1645,6 @@
%%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-jstl11.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
@@ -1579,6 +1651,8 @@
%%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
@@ -1595,7 +1669,6 @@
%%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-restlib.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
@@ -1605,7 +1678,6 @@
%%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-twitter.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
@@ -1619,11 +1691,88 @@
%%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
-%%DATADIR%%/etc/netbeans.clusters
-%%DATADIR%%/etc/netbeans.conf
-%%DATADIR%%/etc/netbeans.import
+%%DATADIR%%/ergonomics/update_tracking/org-netbeans-modules-performance-ergonomics.xml
+%%DATADIR%%/%%ETCDIR%%.clusters
+%%DATADIR%%/%%ETCDIR%%.conf
+%%DATADIR%%/%%ETCDIR%%.import
+%%DATADIR%%/extide/.lastModified
+%%DATADIR%%/extide/VERSION.txt
+%%DATADIR%%/extide/ant/bin/ant
+%%DATADIR%%/extide/ant/bin/ant.bat
+%%DATADIR%%/extide/ant/bin/ant.cmd
+%%DATADIR%%/extide/ant/bin/antRun
+%%DATADIR%%/extide/ant/bin/antRun.bat
+%%DATADIR%%/extide/ant/bin/antRun.pl
+%%DATADIR%%/extide/ant/bin/antenv.cmd
+%%DATADIR%%/extide/ant/bin/complete-ant-cmd.pl
+%%DATADIR%%/extide/ant/bin/envset.cmd
+%%DATADIR%%/extide/ant/bin/lcp.bat
+%%DATADIR%%/extide/ant/bin/runant.pl
+%%DATADIR%%/extide/ant/bin/runant.py
+%%DATADIR%%/extide/ant/bin/runrc.cmd
+%%DATADIR%%/extide/ant/etc/ant-bootstrap.jar
+%%DATADIR%%/extide/ant/etc/changelog.xsl
+%%DATADIR%%/extide/ant/etc/checkstyle/checkstyle-frames.xsl
+%%DATADIR%%/extide/ant/etc/checkstyle/checkstyle-text.xsl
+%%DATADIR%%/extide/ant/etc/checkstyle/checkstyle-xdoc.xsl
+%%DATADIR%%/extide/ant/etc/coverage-frames.xsl
+%%DATADIR%%/extide/ant/etc/jdepend-frames.xsl
+%%DATADIR%%/extide/ant/etc/jdepend.xsl
+%%DATADIR%%/extide/ant/etc/junit-frames-xalan1.xsl
+%%DATADIR%%/extide/ant/etc/junit-frames.xsl
+%%DATADIR%%/extide/ant/etc/junit-noframes.xsl
+%%DATADIR%%/extide/ant/etc/log.xsl
+%%DATADIR%%/extide/ant/etc/maudit-frames.xsl
+%%DATADIR%%/extide/ant/etc/mmetrics-frames.xsl
+%%DATADIR%%/extide/ant/etc/tagdiff.xsl
+%%DATADIR%%/extide/ant/lib/ant-antlr.jar
+%%DATADIR%%/extide/ant/lib/ant-apache-bcel.jar
+%%DATADIR%%/extide/ant/lib/ant-apache-bsf.jar
+%%DATADIR%%/extide/ant/lib/ant-apache-log4j.jar
+%%DATADIR%%/extide/ant/lib/ant-apache-oro.jar
+%%DATADIR%%/extide/ant/lib/ant-apache-regexp.jar
+%%DATADIR%%/extide/ant/lib/ant-apache-resolver.jar
+%%DATADIR%%/extide/ant/lib/ant-apache-xalan2.jar
+%%DATADIR%%/extide/ant/lib/ant-commons-logging.jar
+%%DATADIR%%/extide/ant/lib/ant-commons-net.jar
+%%DATADIR%%/extide/ant/lib/ant-jai.jar
+%%DATADIR%%/extide/ant/lib/ant-javamail.jar
+%%DATADIR%%/extide/ant/lib/ant-jdepend.jar
+%%DATADIR%%/extide/ant/lib/ant-jmf.jar
+%%DATADIR%%/extide/ant/lib/ant-jsch.jar
+%%DATADIR%%/extide/ant/lib/ant-junit.jar
+%%DATADIR%%/extide/ant/lib/ant-junit4.jar
+%%DATADIR%%/extide/ant/lib/ant-launcher.jar
+%%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.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
+%%DATADIR%%/extide/update_tracking/org-netbeans-modules-options-java.xml
%%DATADIR%%/groovy/.lastModified
%%DATADIR%%/groovy/VERSION.txt
%%DATADIR%%/groovy/config/Modules/org-netbeans-modules-groovy-antproject.xml
@@ -1635,6 +1784,7 @@
%%DATADIR%%/groovy/config/Modules/org-netbeans-modules-groovy-refactoring.xml
%%DATADIR%%/groovy/config/Modules/org-netbeans-modules-groovy-samples.xml
%%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
@@ -1673,6 +1823,10 @@
%%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
@@ -1686,6 +1840,7 @@
%%DATADIR%%/groovy/modules/org-netbeans-modules-groovy-refactoring.jar
%%DATADIR%%/groovy/modules/org-netbeans-modules-groovy-samples.jar
%%DATADIR%%/groovy/modules/org-netbeans-modules-groovy-support.jar
+%%DATADIR%%/groovy/modules/org-netbeans-modules-libs-groovy.jar
%%DATADIR%%/groovy/modules/org-netbeans-modules-maven-groovy.jar
%%DATADIR%%/groovy/update_tracking/org-netbeans-modules-groovy-antproject.xml
%%DATADIR%%/groovy/update_tracking/org-netbeans-modules-groovy-editor.xml
@@ -1696,6 +1851,7 @@
%%DATADIR%%/groovy/update_tracking/org-netbeans-modules-groovy-refactoring.xml
%%DATADIR%%/groovy/update_tracking/org-netbeans-modules-groovy-samples.xml
%%DATADIR%%/groovy/update_tracking/org-netbeans-modules-groovy-support.xml
+%%DATADIR%%/groovy/update_tracking/org-netbeans-modules-libs-groovy.xml
%%DATADIR%%/groovy/update_tracking/org-netbeans-modules-maven-groovy.xml
%%DATADIR%%/harness/.lastModified
%%DATADIR%%/harness/README
@@ -1837,7 +1993,13 @@
%%DATADIR%%/harness/update_tracking/org-netbeans-modules-nbjunit.xml
%%DATADIR%%/ide/.lastModified
%%DATADIR%%/ide/VERSION.txt
-%%DATADIR%%/ide/ant/nblib/org-netbeans-modules-web-browser-api.jar
+%%DATADIR%%/ide/bin/nativeexecution/Linux-arm/killall
+%%DATADIR%%/ide/bin/nativeexecution/Linux-arm/process_start
+%%DATADIR%%/ide/bin/nativeexecution/Linux-arm/pty
+%%DATADIR%%/ide/bin/nativeexecution/Linux-arm/pty_open
+%%DATADIR%%/ide/bin/nativeexecution/Linux-arm/sigqueue
+%%DATADIR%%/ide/bin/nativeexecution/Linux-arm/stat
+%%DATADIR%%/ide/bin/nativeexecution/Linux-arm/unbuffer.so
%%DATADIR%%/ide/bin/nativeexecution/Linux-x86/killall
%%DATADIR%%/ide/bin/nativeexecution/Linux-x86/process_start
%%DATADIR%%/ide/bin/nativeexecution/Linux-x86/pty
@@ -1906,6 +2068,7 @@
%%DATADIR%%/ide/bin/nativeexecution/Windows-x86_64/pty
%%DATADIR%%/ide/bin/nativeexecution/Windows-x86_64/pty_open
%%DATADIR%%/ide/bin/nativeexecution/Windows-x86_64/sigqueue
+%%DATADIR%%/ide/bin/nativeexecution/Windows-x86_64/unbuffer.dll
%%DATADIR%%/ide/bin/nativeexecution/dorun.sh
%%DATADIR%%/ide/bin/nativeexecution/hostinfo.sh
%%DATADIR%%/ide/config/ModuleAutoDeps/org-netbeans-modules-db.xml
@@ -1920,6 +2083,7 @@
%%DATADIR%%/ide/config/ModuleAutoDeps/org-netbeans-spi-palette.xml
%%DATADIR%%/ide/config/Modules/com-jcraft-jsch.xml
%%DATADIR%%/ide/config/Modules/com-jcraft-jzlib.xml
+%%DATADIR%%/ide/config/Modules/javaewah-dummy.xml
%%DATADIR%%/ide/config/Modules/org-apache-commons-codec.xml
%%DATADIR%%/ide/config/Modules/org-apache-commons-httpclient.xml
%%DATADIR%%/ide/config/Modules/org-apache-commons-io.xml
@@ -1938,6 +2102,7 @@
%%DATADIR%%/ide/config/Modules/org-eclipse-equinox-preferences.xml
%%DATADIR%%/ide/config/Modules/org-eclipse-equinox-registry.xml
%%DATADIR%%/ide/config/Modules/org-eclipse-equinox-security.xml
+%%DATADIR%%/ide/config/Modules/org-eclipse-jgit-java7.xml
%%DATADIR%%/ide/config/Modules/org-eclipse-jgit.xml
%%DATADIR%%/ide/config/Modules/org-eclipse-mylyn-bugzilla-core.xml
%%DATADIR%%/ide/config/Modules/org-eclipse-mylyn-commons-core.xml
@@ -1945,6 +2110,9 @@
%%DATADIR%%/ide/config/Modules/org-eclipse-mylyn-commons-repositories-core.xml
%%DATADIR%%/ide/config/Modules/org-eclipse-mylyn-commons-xmlrpc.xml
%%DATADIR%%/ide/config/Modules/org-eclipse-mylyn-tasks-core.xml
+%%DATADIR%%/ide/config/Modules/org-eclipse-mylyn-wikitext-confluence-core.xml
+%%DATADIR%%/ide/config/Modules/org-eclipse-mylyn-wikitext-core.xml
+%%DATADIR%%/ide/config/Modules/org-eclipse-mylyn-wikitext-textile-core.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-api-debugger.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-api-java-classpath.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-api-xml.xml
@@ -1951,6 +2119,7 @@
%%DATADIR%%/ide/config/Modules/org-netbeans-core-browser-webview.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-core-browser.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-core-ide.xml
+%%DATADIR%%/ide/config/Modules/org-netbeans-core-multitabs-project.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-lib-terminalemulator.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-libs-antlr3-runtime.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-libs-bytelist.xml
@@ -1957,9 +2126,9 @@
%%DATADIR%%/ide/config/Modules/org-netbeans-libs-commons_net.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-libs-freemarker.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-libs-git.xml
-%%DATADIR%%/ide/config/Modules/org-netbeans-libs-glassfish-sdk.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-libs-ini4j.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-libs-jaxb.xml
+%%DATADIR%%/ide/config/Modules/org-netbeans-libs-jsch-agentproxy.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-libs-json_simple.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-libs-jvyamlb.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-libs-lucene.xml
@@ -1971,6 +2140,7 @@
%%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
%%DATADIR%%/ide/config/Modules/org-netbeans-modules-bugtracking.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-modules-bugzilla.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-modules-code-analysis.xml
@@ -1978,6 +2148,7 @@
%%DATADIR%%/ide/config/Modules/org-netbeans-modules-css-editor.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-modules-css-lib.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-modules-css-model.xml
+%%DATADIR%%/ide/config/Modules/org-netbeans-modules-css-prep.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-modules-css-visual.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-modules-db-core.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-modules-db-dataview.xml
@@ -2003,6 +2174,7 @@
%%DATADIR%%/ide/config/Modules/org-netbeans-modules-editor-deprecated-pre65formatting.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-modules-editor-errorstripe-api.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-modules-editor-errorstripe.xml
+%%DATADIR%%/ide/config/Modules/org-netbeans-modules-editor-fold-nbui.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-modules-editor-fold.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-modules-editor-global-format.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-modules-editor-guards.xml
@@ -2018,6 +2190,7 @@
%%DATADIR%%/ide/config/Modules/org-netbeans-modules-editor-settings-storage.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-modules-editor-settings.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-modules-editor-structure.xml
+%%DATADIR%%/ide/config/Modules/org-netbeans-modules-editor-tools-storage.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-modules-editor-util.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-modules-editor.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-modules-extbrowser.xml
@@ -2024,14 +2197,15 @@
%%DATADIR%%/ide/config/Modules/org-netbeans-modules-extexecution-impl.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-modules-extexecution.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-modules-git.xml
-%%DATADIR%%/ide/config/Modules/org-netbeans-modules-glassfish-common.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-modules-gototest.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-modules-gsf-codecoverage.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-modules-gsf-testrunner.xml
+%%DATADIR%%/ide/config/Modules/org-netbeans-modules-html-angular.xml
+%%DATADIR%%/ide/config/Modules/org-netbeans-modules-html-custom.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-modules-html-editor-lib.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-modules-html-editor.xml
+%%DATADIR%%/ide/config/Modules/org-netbeans-modules-html-knockout.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-modules-html-lexer.xml
-%%DATADIR%%/ide/config/Modules/org-netbeans-modules-html-navigator.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-modules-html-parser.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-modules-html-validation.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-modules-html.xml
@@ -2040,11 +2214,18 @@
%%DATADIR%%/ide/config/Modules/org-netbeans-modules-hudson-mercurial.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-modules-hudson-subversion.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-modules-hudson-tasklist.xml
+%%DATADIR%%/ide/config/Modules/org-netbeans-modules-hudson-ui.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-modules-hudson.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-modules-ide-kit.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-modules-image.xml
+%%DATADIR%%/ide/config/Modules/org-netbeans-modules-javascript2-debug.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-modules-javascript2-editor.xml
+%%DATADIR%%/ide/config/Modules/org-netbeans-modules-javascript2-extjs.xml
+%%DATADIR%%/ide/config/Modules/org-netbeans-modules-javascript2-jquery.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-modules-javascript2-kit.xml
+%%DATADIR%%/ide/config/Modules/org-netbeans-modules-javascript2-knockout.xml
+%%DATADIR%%/ide/config/Modules/org-netbeans-modules-javascript2-prototypejs.xml
+%%DATADIR%%/ide/config/Modules/org-netbeans-modules-javascript2-requirejs.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-modules-jellytools-ide.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-modules-jumpto.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-modules-languages-diff.xml
@@ -2054,9 +2235,10 @@
%%DATADIR%%/ide/config/Modules/org-netbeans-modules-lexer-nbbridge.xml
%%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-mercurial.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-modules-mylyn-util.xml
-%%DATADIR%%/ide/config/Modules/org-netbeans-modules-netserver.xml
+%%DATADIR%%/ide/config/Modules/org-netbeans-modules-notifications.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-modules-options-editor.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-modules-parsing-api.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-modules-parsing-lucene.xml
@@ -2088,6 +2270,8 @@
%%DATADIR%%/ide/config/Modules/org-netbeans-modules-tasklist-projectint.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-modules-tasklist-todo.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-modules-tasklist-ui.xml
+%%DATADIR%%/ide/config/Modules/org-netbeans-modules-team-commons.xml
+%%DATADIR%%/ide/config/Modules/org-netbeans-modules-team-ide.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-modules-terminal.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-modules-usersguide.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-modules-utilities-project.xml
@@ -2121,6 +2305,7 @@
%%DATADIR%%/ide/config/Modules/org-netbeans-modules-xml.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-modules-xsl.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-spi-debugger-ui.xml
+%%DATADIR%%/ide/config/Modules/org-netbeans-spi-editor-hints-projects.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-spi-editor-hints.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-spi-navigator.xml
%%DATADIR%%/ide/config/Modules/org-netbeans-spi-palette.xml
@@ -2130,10 +2315,12 @@
%%DATADIR%%/ide/config/Modules/org-openidex-util.xml
%%DATADIR%%/ide/docs/css21-spec.zip
%%DATADIR%%/ide/docs/css3-spec.zip
+%%DATADIR%%/ide/docs/extjs-properties.xml
%%DATADIR%%/ide/docs/html-4.01.zip
%%DATADIR%%/ide/docs/html5doc.zip
%%DATADIR%%/ide/docs/jaxb-api-doc.zip
%%DATADIR%%/ide/docs/jquery-api.xml
+%%DATADIR%%/ide/docs/jquery-propertyNames.xml
%%DATADIR%%/ide/docs/org/netbeans/modules/usersguide/ide.css
%%DATADIR%%/ide/jsstubs/corestubs.zip
%%DATADIR%%/ide/jsstubs/domstubs.zip
@@ -2144,27 +2331,22 @@
%%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/docs/org-netbeans-modules-git.jar
-%%DATADIR%%/ide/modules/docs/org-netbeans-modules-mercurial.jar
-%%DATADIR%%/ide/modules/docs/org-netbeans-modules-subversion.jar
%%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/asm-all-4.0.jar
%%DATADIR%%/ide/modules/ext/bytelist-0.1.jar
-%%DATADIR%%/ide/modules/ext/commons-net-3.1.jar
-%%DATADIR%%/ide/modules/ext/core.browser.webview-ext.jar
+%%DATADIR%%/ide/modules/ext/commons-net-3.3.jar
%%DATADIR%%/ide/modules/ext/ddl.jar
%%DATADIR%%/ide/modules/ext/derbysampledb.zip
-%%DATADIR%%/ide/modules/ext/freemarker-2.3.8.jar
-%%DATADIR%%/ide/modules/ext/glassfish-tooling-sdk.jar
+%%DATADIR%%/ide/modules/ext/freemarker-2.3.19.jar
%%DATADIR%%/ide/modules/ext/html5-datatypes.jar
%%DATADIR%%/ide/modules/ext/html5-parser.jar
-%%DATADIR%%/ide/modules/ext/icu4j-4_0.jar
+%%DATADIR%%/ide/modules/ext/icu4j-4_4_2.jar
%%DATADIR%%/ide/modules/ext/ini4j-0.5.1.jar
%%DATADIR%%/ide/modules/ext/io-xml-util.jar
%%DATADIR%%/ide/modules/ext/iri.jar
-%%DATADIR%%/ide/modules/ext/isorelax20041111.jar
+%%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
@@ -2172,7 +2354,10 @@
%%DATADIR%%/ide/modules/ext/jaxb/jaxb-xjc.jar
%%DATADIR%%/ide/modules/ext/jaxb/jaxb1-impl.jar
%%DATADIR%%/ide/modules/ext/jing.jar
-%%DATADIR%%/ide/modules/ext/js.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.3.jar
%%DATADIR%%/ide/modules/ext/libpam4j-1.1.jar
@@ -2180,14 +2365,14 @@
%%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/core.browser.webview-ext_ja.jar
-%%DATADIR%%/ide/modules/ext/locale/core.browser.webview-ext_pt_BR.jar
-%%DATADIR%%/ide/modules/ext/locale/core.browser.webview-ext_ru.jar
-%%DATADIR%%/ide/modules/ext/locale/core.browser.webview-ext_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/freemarker-2.3.19_ja.jar
+%%DATADIR%%/ide/modules/ext/locale/freemarker-2.3.19_pt_BR.jar
+%%DATADIR%%/ide/modules/ext/locale/freemarker-2.3.19_ru.jar
+%%DATADIR%%/ide/modules/ext/locale/freemarker-2.3.19_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
@@ -2194,12 +2379,12 @@
%%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.18-bin.jar
-%%DATADIR%%/ide/modules/ext/nashorn-5f2db2d8a7fa-patched.jar
+%%DATADIR%%/ide/modules/ext/mysql-connector-java-5.1.23-bin.jar
+%%DATADIR%%/ide/modules/ext/nashorn-02f810c26ff9-patched.jar
%%DATADIR%%/ide/modules/ext/non-schema.jar
%%DATADIR%%/ide/modules/ext/org-netbeans-tax.jar
-%%DATADIR%%/ide/modules/ext/postgresql-9.1-901.jdbc4.jar
-%%DATADIR%%/ide/modules/ext/processtreekiller-1.0.1.jar
+%%DATADIR%%/ide/modules/ext/postgresql-9.2-1002.jdbc4.jar
+%%DATADIR%%/ide/modules/ext/processtreekiller-1.0.2.jar
%%DATADIR%%/ide/modules/ext/resolver-1.2.jar
%%DATADIR%%/ide/modules/ext/saxon9B.jar
%%DATADIR%%/ide/modules/ext/servlet-2.2.jar
@@ -2217,9 +2402,9 @@
%%DATADIR%%/ide/modules/ext/webserver.jar
%%DATADIR%%/ide/modules/ext/winp-1.14-patched.jar
%%DATADIR%%/ide/modules/ext/xerces-2.8.0.jar
+%%DATADIR%%/ide/modules/javaewah-dummy.jar
%%DATADIR%%/ide/modules/lib/extbrowser.dll
%%DATADIR%%/ide/modules/lib/extbrowser64.dll
-%%DATADIR%%/ide/modules/lib/netbeans-chrome-connector.crx
%%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
@@ -2248,6 +2433,10 @@
%%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
@@ -2272,10 +2461,6 @@
%%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-glassfish-sdk_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-glassfish-sdk_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-glassfish-sdk_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-libs-glassfish-sdk_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
@@ -2284,6 +2469,10 @@
%%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
@@ -2328,6 +2517,10 @@
%%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
@@ -2356,6 +2549,10 @@
%%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
@@ -2456,6 +2653,10 @@
%%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
@@ -2516,6 +2717,10 @@
%%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
@@ -2540,10 +2745,6 @@
%%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-glassfish-common_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-glassfish-common_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-glassfish-common_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-glassfish-common_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
@@ -2556,6 +2757,14 @@
%%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-angular_ja.jar
+%%DATADIR%%/ide/modules/locale/org-netbeans-modules-html-angular_pt_BR.jar
+%%DATADIR%%/ide/modules/locale/org-netbeans-modules-html-angular_ru.jar
+%%DATADIR%%/ide/modules/locale/org-netbeans-modules-html-angular_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
@@ -2564,14 +2773,14 @@
%%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-knockout_ja.jar
+%%DATADIR%%/ide/modules/locale/org-netbeans-modules-html-knockout_pt_BR.jar
+%%DATADIR%%/ide/modules/locale/org-netbeans-modules-html-knockout_ru.jar
+%%DATADIR%%/ide/modules/locale/org-netbeans-modules-html-knockout_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-navigator_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-html-navigator_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-html-navigator_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-html-navigator_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
@@ -2604,6 +2813,10 @@
%%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
@@ -2616,14 +2829,38 @@
%%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_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-javascript2-editor_ja.jar
%%DATADIR%%/ide/modules/locale/org-netbeans-modules-javascript2-editor_pt_BR.jar
%%DATADIR%%/ide/modules/locale/org-netbeans-modules-javascript2-editor_ru.jar
%%DATADIR%%/ide/modules/locale/org-netbeans-modules-javascript2-editor_zh_CN.jar
+%%DATADIR%%/ide/modules/locale/org-netbeans-modules-javascript2-extjs_ja.jar
+%%DATADIR%%/ide/modules/locale/org-netbeans-modules-javascript2-extjs_pt_BR.jar
+%%DATADIR%%/ide/modules/locale/org-netbeans-modules-javascript2-extjs_ru.jar
+%%DATADIR%%/ide/modules/locale/org-netbeans-modules-javascript2-extjs_zh_CN.jar
+%%DATADIR%%/ide/modules/locale/org-netbeans-modules-javascript2-jquery_ja.jar
+%%DATADIR%%/ide/modules/locale/org-netbeans-modules-javascript2-jquery_pt_BR.jar
+%%DATADIR%%/ide/modules/locale/org-netbeans-modules-javascript2-jquery_ru.jar
+%%DATADIR%%/ide/modules/locale/org-netbeans-modules-javascript2-jquery_zh_CN.jar
%%DATADIR%%/ide/modules/locale/org-netbeans-modules-javascript2-kit_ja.jar
%%DATADIR%%/ide/modules/locale/org-netbeans-modules-javascript2-kit_pt_BR.jar
%%DATADIR%%/ide/modules/locale/org-netbeans-modules-javascript2-kit_ru.jar
%%DATADIR%%/ide/modules/locale/org-netbeans-modules-javascript2-kit_zh_CN.jar
+%%DATADIR%%/ide/modules/locale/org-netbeans-modules-javascript2-knockout_ja.jar
+%%DATADIR%%/ide/modules/locale/org-netbeans-modules-javascript2-knockout_pt_BR.jar
+%%DATADIR%%/ide/modules/locale/org-netbeans-modules-javascript2-knockout_ru.jar
+%%DATADIR%%/ide/modules/locale/org-netbeans-modules-javascript2-knockout_zh_CN.jar
+%%DATADIR%%/ide/modules/locale/org-netbeans-modules-javascript2-prototypejs_ja.jar
+%%DATADIR%%/ide/modules/locale/org-netbeans-modules-javascript2-prototypejs_pt_BR.jar
+%%DATADIR%%/ide/modules/locale/org-netbeans-modules-javascript2-prototypejs_ru.jar
+%%DATADIR%%/ide/modules/locale/org-netbeans-modules-javascript2-prototypejs_zh_CN.jar
+%%DATADIR%%/ide/modules/locale/org-netbeans-modules-javascript2-requirejs_ja.jar
+%%DATADIR%%/ide/modules/locale/org-netbeans-modules-javascript2-requirejs_pt_BR.jar
+%%DATADIR%%/ide/modules/locale/org-netbeans-modules-javascript2-requirejs_ru.jar
+%%DATADIR%%/ide/modules/locale/org-netbeans-modules-javascript2-requirejs_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
@@ -2660,6 +2897,10 @@
%%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
@@ -2668,10 +2909,10 @@
%%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-netserver_ja.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-netserver_pt_BR.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-netserver_ru.jar
-%%DATADIR%%/ide/modules/locale/org-netbeans-modules-netserver_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
@@ -2796,6 +3037,14 @@
%%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_ja.jar
%%DATADIR%%/ide/modules/locale/org-netbeans-modules-terminal_pt_BR.jar
%%DATADIR%%/ide/modules/locale/org-netbeans-modules-terminal_ru.jar
@@ -2928,6 +3177,10 @@
%%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
@@ -2974,6 +3227,7 @@
%%DATADIR%%/ide/modules/org-eclipse-equinox-preferences.jar
%%DATADIR%%/ide/modules/org-eclipse-equinox-registry.jar
%%DATADIR%%/ide/modules/org-eclipse-equinox-security.jar
+%%DATADIR%%/ide/modules/org-eclipse-jgit-java7.jar
%%DATADIR%%/ide/modules/org-eclipse-jgit.jar
%%DATADIR%%/ide/modules/org-eclipse-mylyn-bugzilla-core.jar
%%DATADIR%%/ide/modules/org-eclipse-mylyn-commons-core.jar
@@ -2981,6 +3235,9 @@
%%DATADIR%%/ide/modules/org-eclipse-mylyn-commons-repositories-core.jar
%%DATADIR%%/ide/modules/org-eclipse-mylyn-commons-xmlrpc.jar
%%DATADIR%%/ide/modules/org-eclipse-mylyn-tasks-core.jar
+%%DATADIR%%/ide/modules/org-eclipse-mylyn-wikitext-confluence-core.jar
+%%DATADIR%%/ide/modules/org-eclipse-mylyn-wikitext-core.jar
+%%DATADIR%%/ide/modules/org-eclipse-mylyn-wikitext-textile-core.jar
%%DATADIR%%/ide/modules/org-netbeans-api-debugger.jar
%%DATADIR%%/ide/modules/org-netbeans-api-java-classpath.jar
%%DATADIR%%/ide/modules/org-netbeans-api-xml.jar
@@ -2987,6 +3244,7 @@
%%DATADIR%%/ide/modules/org-netbeans-core-browser-webview.jar
%%DATADIR%%/ide/modules/org-netbeans-core-browser.jar
%%DATADIR%%/ide/modules/org-netbeans-core-ide.jar
+%%DATADIR%%/ide/modules/org-netbeans-core-multitabs-project.jar
%%DATADIR%%/ide/modules/org-netbeans-lib-terminalemulator.jar
%%DATADIR%%/ide/modules/org-netbeans-libs-antlr3-runtime.jar
%%DATADIR%%/ide/modules/org-netbeans-libs-bytelist.jar
@@ -2993,9 +3251,9 @@
%%DATADIR%%/ide/modules/org-netbeans-libs-commons_net.jar
%%DATADIR%%/ide/modules/org-netbeans-libs-freemarker.jar
%%DATADIR%%/ide/modules/org-netbeans-libs-git.jar
-%%DATADIR%%/ide/modules/org-netbeans-libs-glassfish-sdk.jar
%%DATADIR%%/ide/modules/org-netbeans-libs-ini4j.jar
%%DATADIR%%/ide/modules/org-netbeans-libs-jaxb.jar
+%%DATADIR%%/ide/modules/org-netbeans-libs-jsch-agentproxy.jar
%%DATADIR%%/ide/modules/org-netbeans-libs-json_simple.jar
%%DATADIR%%/ide/modules/org-netbeans-libs-jvyamlb.jar
%%DATADIR%%/ide/modules/org-netbeans-libs-lucene.jar
@@ -3007,6 +3265,7 @@
%%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
%%DATADIR%%/ide/modules/org-netbeans-modules-bugtracking.jar
%%DATADIR%%/ide/modules/org-netbeans-modules-bugzilla.jar
%%DATADIR%%/ide/modules/org-netbeans-modules-code-analysis.jar
@@ -3014,6 +3273,7 @@
%%DATADIR%%/ide/modules/org-netbeans-modules-css-editor.jar
%%DATADIR%%/ide/modules/org-netbeans-modules-css-lib.jar
%%DATADIR%%/ide/modules/org-netbeans-modules-css-model.jar
+%%DATADIR%%/ide/modules/org-netbeans-modules-css-prep.jar
%%DATADIR%%/ide/modules/org-netbeans-modules-css-visual.jar
%%DATADIR%%/ide/modules/org-netbeans-modules-db-core.jar
%%DATADIR%%/ide/modules/org-netbeans-modules-db-dataview.jar
@@ -3039,6 +3299,7 @@
%%DATADIR%%/ide/modules/org-netbeans-modules-editor-deprecated-pre65formatting.jar
%%DATADIR%%/ide/modules/org-netbeans-modules-editor-errorstripe-api.jar
%%DATADIR%%/ide/modules/org-netbeans-modules-editor-errorstripe.jar
+%%DATADIR%%/ide/modules/org-netbeans-modules-editor-fold-nbui.jar
%%DATADIR%%/ide/modules/org-netbeans-modules-editor-fold.jar
%%DATADIR%%/ide/modules/org-netbeans-modules-editor-global-format.jar
%%DATADIR%%/ide/modules/org-netbeans-modules-editor-guards.jar
@@ -3054,6 +3315,7 @@
%%DATADIR%%/ide/modules/org-netbeans-modules-editor-settings-storage.jar
%%DATADIR%%/ide/modules/org-netbeans-modules-editor-settings.jar
%%DATADIR%%/ide/modules/org-netbeans-modules-editor-structure.jar
+%%DATADIR%%/ide/modules/org-netbeans-modules-editor-tools-storage.jar
%%DATADIR%%/ide/modules/org-netbeans-modules-editor-util.jar
%%DATADIR%%/ide/modules/org-netbeans-modules-editor.jar
%%DATADIR%%/ide/modules/org-netbeans-modules-extbrowser.jar
@@ -3060,14 +3322,15 @@
%%DATADIR%%/ide/modules/org-netbeans-modules-extexecution-impl.jar
%%DATADIR%%/ide/modules/org-netbeans-modules-extexecution.jar
%%DATADIR%%/ide/modules/org-netbeans-modules-git.jar
-%%DATADIR%%/ide/modules/org-netbeans-modules-glassfish-common.jar
%%DATADIR%%/ide/modules/org-netbeans-modules-gototest.jar
%%DATADIR%%/ide/modules/org-netbeans-modules-gsf-codecoverage.jar
%%DATADIR%%/ide/modules/org-netbeans-modules-gsf-testrunner.jar
+%%DATADIR%%/ide/modules/org-netbeans-modules-html-angular.jar
+%%DATADIR%%/ide/modules/org-netbeans-modules-html-custom.jar
%%DATADIR%%/ide/modules/org-netbeans-modules-html-editor-lib.jar
%%DATADIR%%/ide/modules/org-netbeans-modules-html-editor.jar
+%%DATADIR%%/ide/modules/org-netbeans-modules-html-knockout.jar
%%DATADIR%%/ide/modules/org-netbeans-modules-html-lexer.jar
-%%DATADIR%%/ide/modules/org-netbeans-modules-html-navigator.jar
%%DATADIR%%/ide/modules/org-netbeans-modules-html-parser.jar
%%DATADIR%%/ide/modules/org-netbeans-modules-html-validation.jar
%%DATADIR%%/ide/modules/org-netbeans-modules-html.jar
@@ -3076,11 +3339,18 @@
%%DATADIR%%/ide/modules/org-netbeans-modules-hudson-mercurial.jar
%%DATADIR%%/ide/modules/org-netbeans-modules-hudson-subversion.jar
%%DATADIR%%/ide/modules/org-netbeans-modules-hudson-tasklist.jar
+%%DATADIR%%/ide/modules/org-netbeans-modules-hudson-ui.jar
%%DATADIR%%/ide/modules/org-netbeans-modules-hudson.jar
%%DATADIR%%/ide/modules/org-netbeans-modules-ide-kit.jar
%%DATADIR%%/ide/modules/org-netbeans-modules-image.jar
+%%DATADIR%%/ide/modules/org-netbeans-modules-javascript2-debug.jar
%%DATADIR%%/ide/modules/org-netbeans-modules-javascript2-editor.jar
+%%DATADIR%%/ide/modules/org-netbeans-modules-javascript2-extjs.jar
+%%DATADIR%%/ide/modules/org-netbeans-modules-javascript2-jquery.jar
%%DATADIR%%/ide/modules/org-netbeans-modules-javascript2-kit.jar
+%%DATADIR%%/ide/modules/org-netbeans-modules-javascript2-knockout.jar
+%%DATADIR%%/ide/modules/org-netbeans-modules-javascript2-prototypejs.jar
+%%DATADIR%%/ide/modules/org-netbeans-modules-javascript2-requirejs.jar
%%DATADIR%%/ide/modules/org-netbeans-modules-jellytools-ide.jar
%%DATADIR%%/ide/modules/org-netbeans-modules-jumpto.jar
%%DATADIR%%/ide/modules/org-netbeans-modules-languages-diff.jar
@@ -3090,9 +3360,10 @@
%%DATADIR%%/ide/modules/org-netbeans-modules-lexer-nbbridge.jar
%%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-mercurial.jar
%%DATADIR%%/ide/modules/org-netbeans-modules-mylyn-util.jar
-%%DATADIR%%/ide/modules/org-netbeans-modules-netserver.jar
+%%DATADIR%%/ide/modules/org-netbeans-modules-notifications.jar
%%DATADIR%%/ide/modules/org-netbeans-modules-options-editor.jar
%%DATADIR%%/ide/modules/org-netbeans-modules-parsing-api.jar
%%DATADIR%%/ide/modules/org-netbeans-modules-parsing-lucene.jar
@@ -3124,6 +3395,8 @@
%%DATADIR%%/ide/modules/org-netbeans-modules-tasklist-projectint.jar
%%DATADIR%%/ide/modules/org-netbeans-modules-tasklist-todo.jar
%%DATADIR%%/ide/modules/org-netbeans-modules-tasklist-ui.jar
+%%DATADIR%%/ide/modules/org-netbeans-modules-team-commons.jar
+%%DATADIR%%/ide/modules/org-netbeans-modules-team-ide.jar
%%DATADIR%%/ide/modules/org-netbeans-modules-terminal.jar
%%DATADIR%%/ide/modules/org-netbeans-modules-usersguide.jar
%%DATADIR%%/ide/modules/org-netbeans-modules-utilities-project.jar
@@ -3157,6 +3430,7 @@
%%DATADIR%%/ide/modules/org-netbeans-modules-xml.jar
%%DATADIR%%/ide/modules/org-netbeans-modules-xsl.jar
%%DATADIR%%/ide/modules/org-netbeans-spi-debugger-ui.jar
+%%DATADIR%%/ide/modules/org-netbeans-spi-editor-hints-projects.jar
%%DATADIR%%/ide/modules/org-netbeans-spi-editor-hints.jar
%%DATADIR%%/ide/modules/org-netbeans-spi-navigator.jar
%%DATADIR%%/ide/modules/org-netbeans-spi-palette.jar
@@ -3166,6 +3440,7 @@
%%DATADIR%%/ide/modules/org-openidex-util.jar
%%DATADIR%%/ide/update_tracking/com-jcraft-jsch.xml
%%DATADIR%%/ide/update_tracking/com-jcraft-jzlib.xml
+%%DATADIR%%/ide/update_tracking/javaewah-dummy.xml
%%DATADIR%%/ide/update_tracking/org-apache-commons-codec.xml
%%DATADIR%%/ide/update_tracking/org-apache-commons-httpclient.xml
%%DATADIR%%/ide/update_tracking/org-apache-commons-io.xml
@@ -3184,6 +3459,7 @@
%%DATADIR%%/ide/update_tracking/org-eclipse-equinox-preferences.xml
%%DATADIR%%/ide/update_tracking/org-eclipse-equinox-registry.xml
%%DATADIR%%/ide/update_tracking/org-eclipse-equinox-security.xml
+%%DATADIR%%/ide/update_tracking/org-eclipse-jgit-java7.xml
%%DATADIR%%/ide/update_tracking/org-eclipse-jgit.xml
%%DATADIR%%/ide/update_tracking/org-eclipse-mylyn-bugzilla-core.xml
%%DATADIR%%/ide/update_tracking/org-eclipse-mylyn-commons-core.xml
@@ -3191,6 +3467,9 @@
%%DATADIR%%/ide/update_tracking/org-eclipse-mylyn-commons-repositories-core.xml
%%DATADIR%%/ide/update_tracking/org-eclipse-mylyn-commons-xmlrpc.xml
%%DATADIR%%/ide/update_tracking/org-eclipse-mylyn-tasks-core.xml
+%%DATADIR%%/ide/update_tracking/org-eclipse-mylyn-wikitext-confluence-core.xml
+%%DATADIR%%/ide/update_tracking/org-eclipse-mylyn-wikitext-core.xml
+%%DATADIR%%/ide/update_tracking/org-eclipse-mylyn-wikitext-textile-core.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-api-debugger.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-api-java-classpath.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-api-xml.xml
@@ -3197,6 +3476,7 @@
%%DATADIR%%/ide/update_tracking/org-netbeans-core-browser-webview.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-core-browser.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-core-ide.xml
+%%DATADIR%%/ide/update_tracking/org-netbeans-core-multitabs-project.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-lib-terminalemulator.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-libs-antlr3-runtime.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-libs-bytelist.xml
@@ -3203,9 +3483,9 @@
%%DATADIR%%/ide/update_tracking/org-netbeans-libs-commons_net.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-libs-freemarker.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-libs-git.xml
-%%DATADIR%%/ide/update_tracking/org-netbeans-libs-glassfish-sdk.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-libs-ini4j.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-libs-jaxb.xml
+%%DATADIR%%/ide/update_tracking/org-netbeans-libs-jsch-agentproxy.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-libs-json_simple.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-libs-jvyamlb.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-libs-lucene.xml
@@ -3217,6 +3497,7 @@
%%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
%%DATADIR%%/ide/update_tracking/org-netbeans-modules-bugtracking.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-modules-bugzilla.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-modules-code-analysis.xml
@@ -3224,6 +3505,7 @@
%%DATADIR%%/ide/update_tracking/org-netbeans-modules-css-editor.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-modules-css-lib.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-modules-css-model.xml
+%%DATADIR%%/ide/update_tracking/org-netbeans-modules-css-prep.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-modules-css-visual.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-modules-db-core.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-modules-db-dataview.xml
@@ -3249,6 +3531,7 @@
%%DATADIR%%/ide/update_tracking/org-netbeans-modules-editor-deprecated-pre65formatting.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-modules-editor-errorstripe-api.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-modules-editor-errorstripe.xml
+%%DATADIR%%/ide/update_tracking/org-netbeans-modules-editor-fold-nbui.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-modules-editor-fold.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-modules-editor-global-format.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-modules-editor-guards.xml
@@ -3264,6 +3547,7 @@
%%DATADIR%%/ide/update_tracking/org-netbeans-modules-editor-settings-storage.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-modules-editor-settings.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-modules-editor-structure.xml
+%%DATADIR%%/ide/update_tracking/org-netbeans-modules-editor-tools-storage.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-modules-editor-util.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-modules-editor.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-modules-extbrowser.xml
@@ -3270,14 +3554,15 @@
%%DATADIR%%/ide/update_tracking/org-netbeans-modules-extexecution-impl.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-modules-extexecution.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-modules-git.xml
-%%DATADIR%%/ide/update_tracking/org-netbeans-modules-glassfish-common.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-modules-gototest.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-modules-gsf-codecoverage.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-modules-gsf-testrunner.xml
+%%DATADIR%%/ide/update_tracking/org-netbeans-modules-html-angular.xml
+%%DATADIR%%/ide/update_tracking/org-netbeans-modules-html-custom.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-modules-html-editor-lib.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-modules-html-editor.xml
+%%DATADIR%%/ide/update_tracking/org-netbeans-modules-html-knockout.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-modules-html-lexer.xml
-%%DATADIR%%/ide/update_tracking/org-netbeans-modules-html-navigator.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-modules-html-parser.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-modules-html-validation.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-modules-html.xml
@@ -3286,11 +3571,18 @@
%%DATADIR%%/ide/update_tracking/org-netbeans-modules-hudson-mercurial.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-modules-hudson-subversion.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-modules-hudson-tasklist.xml
+%%DATADIR%%/ide/update_tracking/org-netbeans-modules-hudson-ui.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-modules-hudson.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-modules-ide-kit.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-modules-image.xml
+%%DATADIR%%/ide/update_tracking/org-netbeans-modules-javascript2-debug.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-modules-javascript2-editor.xml
+%%DATADIR%%/ide/update_tracking/org-netbeans-modules-javascript2-extjs.xml
+%%DATADIR%%/ide/update_tracking/org-netbeans-modules-javascript2-jquery.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-modules-javascript2-kit.xml
+%%DATADIR%%/ide/update_tracking/org-netbeans-modules-javascript2-knockout.xml
+%%DATADIR%%/ide/update_tracking/org-netbeans-modules-javascript2-prototypejs.xml
+%%DATADIR%%/ide/update_tracking/org-netbeans-modules-javascript2-requirejs.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-modules-jellytools-ide.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-modules-jumpto.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-modules-languages-diff.xml
@@ -3300,9 +3592,10 @@
%%DATADIR%%/ide/update_tracking/org-netbeans-modules-lexer-nbbridge.xml
%%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-mercurial.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-modules-mylyn-util.xml
-%%DATADIR%%/ide/update_tracking/org-netbeans-modules-netserver.xml
+%%DATADIR%%/ide/update_tracking/org-netbeans-modules-notifications.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-modules-options-editor.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-modules-parsing-api.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-modules-parsing-lucene.xml
@@ -3334,6 +3627,8 @@
%%DATADIR%%/ide/update_tracking/org-netbeans-modules-tasklist-projectint.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-modules-tasklist-todo.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-modules-tasklist-ui.xml
+%%DATADIR%%/ide/update_tracking/org-netbeans-modules-team-commons.xml
+%%DATADIR%%/ide/update_tracking/org-netbeans-modules-team-ide.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-modules-terminal.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-modules-usersguide.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-modules-utilities-project.xml
@@ -3367,6 +3662,7 @@
%%DATADIR%%/ide/update_tracking/org-netbeans-modules-xml.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-modules-xsl.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-spi-debugger-ui.xml
+%%DATADIR%%/ide/update_tracking/org-netbeans-spi-editor-hints-projects.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-spi-editor-hints.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-spi-navigator.xml
%%DATADIR%%/ide/update_tracking/org-netbeans-spi-palette.xml
@@ -3376,63 +3672,8 @@
%%DATADIR%%/ide/update_tracking/org-openidex-util.xml
%%DATADIR%%/java/.lastModified
%%DATADIR%%/java/VERSION.txt
-%%DATADIR%%/java/ant/bin/ant
-%%DATADIR%%/java/ant/bin/ant.bat
-%%DATADIR%%/java/ant/bin/ant.cmd
-%%DATADIR%%/java/ant/bin/antRun
-%%DATADIR%%/java/ant/bin/antRun.bat
-%%DATADIR%%/java/ant/bin/antRun.pl
-%%DATADIR%%/java/ant/bin/antenv.cmd
-%%DATADIR%%/java/ant/bin/complete-ant-cmd.pl
-%%DATADIR%%/java/ant/bin/envset.cmd
-%%DATADIR%%/java/ant/bin/lcp.bat
-%%DATADIR%%/java/ant/bin/runant.pl
-%%DATADIR%%/java/ant/bin/runant.py
-%%DATADIR%%/java/ant/bin/runrc.cmd
-%%DATADIR%%/java/ant/etc/ant-bootstrap.jar
-%%DATADIR%%/java/ant/etc/changelog.xsl
-%%DATADIR%%/java/ant/etc/checkstyle/checkstyle-frames.xsl
-%%DATADIR%%/java/ant/etc/checkstyle/checkstyle-text.xsl
-%%DATADIR%%/java/ant/etc/checkstyle/checkstyle-xdoc.xsl
-%%DATADIR%%/java/ant/etc/coverage-frames.xsl
-%%DATADIR%%/java/ant/etc/jdepend-frames.xsl
-%%DATADIR%%/java/ant/etc/jdepend.xsl
-%%DATADIR%%/java/ant/etc/junit-frames-xalan1.xsl
-%%DATADIR%%/java/ant/etc/junit-frames.xsl
-%%DATADIR%%/java/ant/etc/junit-noframes.xsl
-%%DATADIR%%/java/ant/etc/log.xsl
-%%DATADIR%%/java/ant/etc/maudit-frames.xsl
-%%DATADIR%%/java/ant/etc/mmetrics-frames.xsl
-%%DATADIR%%/java/ant/etc/tagdiff.xsl
%%DATADIR%%/java/ant/extra/org-netbeans-modules-java-j2seproject-copylibstask.jar
%%DATADIR%%/java/ant/extra/org-netbeans-modules-javawebstart-anttasks.jar
-%%DATADIR%%/java/ant/lib/ant-antlr.jar
-%%DATADIR%%/java/ant/lib/ant-apache-bcel.jar
-%%DATADIR%%/java/ant/lib/ant-apache-bsf.jar
-%%DATADIR%%/java/ant/lib/ant-apache-log4j.jar
-%%DATADIR%%/java/ant/lib/ant-apache-oro.jar
-%%DATADIR%%/java/ant/lib/ant-apache-regexp.jar
-%%DATADIR%%/java/ant/lib/ant-apache-resolver.jar
-%%DATADIR%%/java/ant/lib/ant-apache-xalan2.jar
-%%DATADIR%%/java/ant/lib/ant-commons-logging.jar
-%%DATADIR%%/java/ant/lib/ant-commons-net.jar
-%%DATADIR%%/java/ant/lib/ant-jai.jar
-%%DATADIR%%/java/ant/lib/ant-javamail.jar
-%%DATADIR%%/java/ant/lib/ant-jdepend.jar
-%%DATADIR%%/java/ant/lib/ant-jmf.jar
-%%DATADIR%%/java/ant/lib/ant-jsch.jar
-%%DATADIR%%/java/ant/lib/ant-junit.jar
-%%DATADIR%%/java/ant/lib/ant-junit4.jar
-%%DATADIR%%/java/ant/lib/ant-launcher.jar
-%%DATADIR%%/java/ant/lib/ant-netrexx.jar
-%%DATADIR%%/java/ant/lib/ant-swing.jar
-%%DATADIR%%/java/ant/lib/ant-testutil.jar
-%%DATADIR%%/java/ant/lib/ant.jar
-%%DATADIR%%/java/ant/nblib/bridge.jar
-%%DATADIR%%/java/ant/nblib/locale/bridge_ja.jar
-%%DATADIR%%/java/ant/nblib/locale/bridge_pt_BR.jar
-%%DATADIR%%/java/ant/nblib/locale/bridge_ru.jar
-%%DATADIR%%/java/ant/nblib/locale/bridge_zh_CN.jar
%%DATADIR%%/java/ant/nblib/org-netbeans-modules-ant-browsetask.jar
%%DATADIR%%/java/ant/nblib/org-netbeans-modules-debugger-jpda-ant.jar
%%DATADIR%%/java/ant/nblib/org-netbeans-modules-java-source-ant.jar
@@ -3440,10 +3681,10 @@
%%DATADIR%%/java/config/ModuleAutoDeps/org-netbeans-api-java.xml
%%DATADIR%%/java/config/ModuleAutoDeps/org-netbeans-modules-java-platform.xml
%%DATADIR%%/java/config/ModuleAutoDeps/org-netbeans-modules-java-project.xml
-%%DATADIR%%/java/config/Modules/org-apache-tools-ant-module.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-nbjavac.xml
%%DATADIR%%/java/config/Modules/org-netbeans-libs-cglib.xml
%%DATADIR%%/java/config/Modules/org-netbeans-libs-javacapi.xml
@@ -3458,6 +3699,7 @@
%%DATADIR%%/java/config/Modules/org-netbeans-modules-classfile.xml
%%DATADIR%%/java/config/Modules/org-netbeans-modules-dbschema.xml
%%DATADIR%%/java/config/Modules/org-netbeans-modules-debugger-jpda-ant.xml
+%%DATADIR%%/java/config/Modules/org-netbeans-modules-debugger-jpda-js.xml
%%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-ui.xml
@@ -3471,7 +3713,7 @@
%%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-hibernatelib.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
@@ -3493,7 +3735,6 @@
%%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-guards.xml
-%%DATADIR%%/java/config/Modules/org-netbeans-modules-java-helpset.xml
%%DATADIR%%/java/config/Modules/org-netbeans-modules-java-hints-declarative-test.xml
%%DATADIR%%/java/config/Modules/org-netbeans-modules-java-hints-declarative.xml
%%DATADIR%%/java/config/Modules/org-netbeans-modules-java-hints-legacy-spi.xml
@@ -3500,10 +3741,14 @@
%%DATADIR%%/java/config/Modules/org-netbeans-modules-java-hints-test.xml
%%DATADIR%%/java/config/Modules/org-netbeans-modules-java-hints-ui.xml
%%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-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-navigation.xml
%%DATADIR%%/java/config/Modules/org-netbeans-modules-java-platform.xml
%%DATADIR%%/java/config/Modules/org-netbeans-modules-java-preprocessorbridge.xml
@@ -3515,6 +3760,7 @@
%%DATADIR%%/java/config/Modules/org-netbeans-modules-java-sourceui.xml
%%DATADIR%%/java/config/Modules/org-netbeans-modules-java-testrunner.xml
%%DATADIR%%/java/config/Modules/org-netbeans-modules-javadoc.xml
+%%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-junit.xml
@@ -3535,7 +3781,9 @@
%%DATADIR%%/java/config/Modules/org-netbeans-modules-maven-search.xml
%%DATADIR%%/java/config/Modules/org-netbeans-modules-maven-spring.xml
%%DATADIR%%/java/config/Modules/org-netbeans-modules-maven.xml
-%%DATADIR%%/java/config/Modules/org-netbeans-modules-options-java.xml
+%%DATADIR%%/java/config/Modules/org-netbeans-modules-nashorn-execution.xml
+%%DATADIR%%/java/config/Modules/org-netbeans-modules-performance-java.xml
+%%DATADIR%%/java/config/Modules/org-netbeans-modules-performance.xml
%%DATADIR%%/java/config/Modules/org-netbeans-modules-projectimport-eclipse-core.xml
%%DATADIR%%/java/config/Modules/org-netbeans-modules-projectimport-eclipse-j2se.xml
%%DATADIR%%/java/config/Modules/org-netbeans-modules-refactoring-java.xml
@@ -3553,6 +3801,8 @@
%%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/README.txt
@@ -3571,17 +3821,17 @@
%%DATADIR%%/java/maven/lib/aether-util-1.13.1.jar
%%DATADIR%%/java/maven/lib/commons-cli-1.2.jar
%%DATADIR%%/java/maven/lib/ext/README.txt
-%%DATADIR%%/java/maven/lib/maven-aether-provider-3.0.4.jar
-%%DATADIR%%/java/maven/lib/maven-artifact-3.0.4.jar
-%%DATADIR%%/java/maven/lib/maven-compat-3.0.4.jar
-%%DATADIR%%/java/maven/lib/maven-core-3.0.4.jar
-%%DATADIR%%/java/maven/lib/maven-embedder-3.0.4.jar
-%%DATADIR%%/java/maven/lib/maven-model-3.0.4.jar
-%%DATADIR%%/java/maven/lib/maven-model-builder-3.0.4.jar
-%%DATADIR%%/java/maven/lib/maven-plugin-api-3.0.4.jar
-%%DATADIR%%/java/maven/lib/maven-repository-metadata-3.0.4.jar
-%%DATADIR%%/java/maven/lib/maven-settings-3.0.4.jar
-%%DATADIR%%/java/maven/lib/maven-settings-builder-3.0.4.jar
+%%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/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
@@ -3591,34 +3841,40 @@
%%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/wagon-file-2.2.jar
-%%DATADIR%%/java/maven/lib/wagon-http-2.2-shaded.jar
-%%DATADIR%%/java/maven/lib/wagon-provider-api-2.2.jar
-%%DATADIR%%/java/modules/docs/org-netbeans-modules-java-helpset.jar
+%%DATADIR%%/java/maven/lib/wagon-file-2.4.jar
+%%DATADIR%%/java/maven/lib/wagon-http-2.4-shaded.jar
+%%DATADIR%%/java/maven/lib/wagon-provider-api-2.4.jar
%%DATADIR%%/java/modules/ext/AbsoluteLayout.jar
%%DATADIR%%/java/modules/ext/beansbinding-1.2.1.jar
%%DATADIR%%/java/modules/ext/cglib-2.2.jar
-%%DATADIR%%/java/modules/ext/eclipselink/eclipselink-2.3.2.jar
-%%DATADIR%%/java/modules/ext/eclipselink/javax.persistence-2.0.3.jar
-%%DATADIR%%/java/modules/ext/eclipselink/org.eclipse.persistence.jpa.jpql_1.0.1.jar
-%%DATADIR%%/java/modules/ext/eclipselink/org.eclipse.persistence.jpa.modelgen.processor-2.3.2.jar
-%%DATADIR%%/java/modules/ext/hibernate/antlr-2.7.6.jar
-%%DATADIR%%/java/modules/ext/hibernate/asm-attrs.jar
-%%DATADIR%%/java/modules/ext/hibernate/asm.jar
-%%DATADIR%%/java/modules/ext/hibernate/cglib-2.1.3.jar
-%%DATADIR%%/java/modules/ext/hibernate/commons-collections-2.1.1.jar
-%%DATADIR%%/java/modules/ext/hibernate/dom4j-1.6.1.jar
-%%DATADIR%%/java/modules/ext/hibernate/ehcache-1.2.3.jar
-%%DATADIR%%/java/modules/ext/hibernate/ejb3-persistence.jar
-%%DATADIR%%/java/modules/ext/hibernate/hibernate-annotations.jar
-%%DATADIR%%/java/modules/ext/hibernate/hibernate-commons-annotations.jar
-%%DATADIR%%/java/modules/ext/hibernate/hibernate-entitymanager.jar
-%%DATADIR%%/java/modules/ext/hibernate/hibernate-tools.jar
-%%DATADIR%%/java/modules/ext/hibernate/hibernate3.jar
-%%DATADIR%%/java/modules/ext/hibernate/javassist.jar
-%%DATADIR%%/java/modules/ext/hibernate/jdbc2_0-stdext.jar
-%%DATADIR%%/java/modules/ext/hibernate/jta.jar
-%%DATADIR%%/java/modules/ext/hibernate/jtidy-r8-20060801.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/jaxws22/FastInfoset.jar
%%DATADIR%%/java/modules/ext/jaxws22/api/javax.annotation.jar
%%DATADIR%%/java/modules/ext/jaxws22/api/jaxws-api.jar
@@ -3637,42 +3893,62 @@
%%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.0.jar
-%%DATADIR%%/java/modules/ext/maven/indexer-core-5.1.0.jar
+%%DATADIR%%/java/modules/ext/maven/indexer-artifact-5.1.1.jar
+%%DATADIR%%/java/modules/ext/maven/indexer-core-5.1.1.jar
%%DATADIR%%/java/modules/ext/maven/jdom-1.0.jar
-%%DATADIR%%/java/modules/ext/maven/lucene-core-3.6.1.jar
-%%DATADIR%%/java/modules/ext/maven/lucene-highlighter-3.6.1.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/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/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
-%%DATADIR%%/java/modules/ext/spring-3.0/spring-aop-3.1.1.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-3.0/spring-asm-3.1.1.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-3.0/spring-aspects-3.1.1.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-3.0/spring-beans-3.1.1.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-3.0/spring-context-3.1.1.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-3.0/spring-context-support-3.1.1.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-3.0/spring-core-3.1.1.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-3.0/spring-expression-3.1.1.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-3.0/spring-instrument-3.1.1.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-3.0/spring-instrument-tomcat-3.1.1.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-3.0/spring-jdbc-3.1.1.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-3.0/spring-jms-3.1.1.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-3.0/spring-orm-3.1.1.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-3.0/spring-oxm-3.1.1.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-3.0/spring-struts-3.1.1.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-3.0/spring-test-3.1.1.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-3.0/spring-tx-3.1.1.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-3.0/spring-web-3.1.1.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-3.0/spring-webmvc-3.1.1.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring-3.0/spring-webmvc-portlet-3.1.1.RELEASE.jar
-%%DATADIR%%/java/modules/ext/spring/spring-2.5.6.SEC03.jar
-%%DATADIR%%/java/modules/locale/org-apache-tools-ant-module_ja.jar
-%%DATADIR%%/java/modules/locale/org-apache-tools-ant-module_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-apache-tools-ant-module_ru.jar
-%%DATADIR%%/java/modules/locale/org-apache-tools-ant-module_zh_CN.jar
+%%DATADIR%%/java/modules/ext/spring-3.0/spring-aop-3.2.7.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-3.0/spring-aspects-3.2.7.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-3.0/spring-beans-3.2.7.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-3.0/spring-build-src-3.2.7.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-3.0/spring-context-3.2.7.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-3.0/spring-context-support-3.2.7.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-3.0/spring-core-3.2.7.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-3.0/spring-expression-3.2.7.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-3.0/spring-framework-bom-3.2.7.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-3.0/spring-instrument-3.2.7.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-3.0/spring-instrument-tomcat-3.2.7.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-3.0/spring-jdbc-3.2.7.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-3.0/spring-jms-3.2.7.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-3.0/spring-orm-3.2.7.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-3.0/spring-oxm-3.2.7.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-3.0/spring-struts-3.2.7.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-3.0/spring-test-3.2.7.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-3.0/spring-tx-3.2.7.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-3.0/spring-web-3.2.7.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-3.0/spring-webmvc-3.2.7.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-3.0/spring-webmvc-portlet-3.2.7.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-4/license.txt
+%%DATADIR%%/java/modules/ext/spring-4/spring-aop-4.0.1.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-4/spring-aspects-4.0.1.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-4/spring-beans-4.0.1.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-4/spring-build-src-4.0.1.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-4/spring-context-4.0.1.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-4/spring-context-support-4.0.1.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-4/spring-core-4.0.1.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-4/spring-expression-4.0.1.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-4/spring-framework-bom-4.0.1.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-4/spring-instrument-4.0.1.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-4/spring-instrument-tomcat-4.0.1.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-4/spring-jdbc-4.0.1.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-4/spring-jms-4.0.1.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-4/spring-messaging-4.0.1.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-4/spring-orm-4.0.1.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-4/spring-oxm-4.0.1.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-4/spring-test-4.0.1.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-4/spring-tx-4.0.1.RELEASE.jar
+%%DATADIR%%/java/modules/ext/spring-4/spring-web-4.0.1.RELEASE.jar
+%%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
@@ -3685,6 +3961,10 @@
%%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
@@ -3741,6 +4021,10 @@
%%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-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
@@ -3789,14 +4073,14 @@
%%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-hibernatelib_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-hibernatelib_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-hibernatelib_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-hibernatelib_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
@@ -3881,10 +4165,6 @@
%%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-helpset_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-helpset_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-helpset_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-helpset_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
@@ -3909,10 +4189,22 @@
%%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
@@ -3925,6 +4217,10 @@
%%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
@@ -3969,6 +4265,10 @@
%%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
@@ -4049,10 +4349,18 @@
%%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-options-java_ja.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-options-java_pt_BR.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-options-java_ru.jar
-%%DATADIR%%/java/modules/locale/org-netbeans-modules-options-java_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
@@ -4113,10 +4421,10 @@
%%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-apache-tools-ant-module.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-nbjavac.jar
%%DATADIR%%/java/modules/org-netbeans-libs-cglib.jar
%%DATADIR%%/java/modules/org-netbeans-libs-javacapi.jar
@@ -4131,6 +4439,7 @@
%%DATADIR%%/java/modules/org-netbeans-modules-classfile.jar
%%DATADIR%%/java/modules/org-netbeans-modules-dbschema.jar
%%DATADIR%%/java/modules/org-netbeans-modules-debugger-jpda-ant.jar
+%%DATADIR%%/java/modules/org-netbeans-modules-debugger-jpda-js.jar
%%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-ui.jar
@@ -4144,7 +4453,7 @@
%%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-hibernatelib.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
@@ -4166,7 +4475,6 @@
%%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-guards.jar
-%%DATADIR%%/java/modules/org-netbeans-modules-java-helpset.jar
%%DATADIR%%/java/modules/org-netbeans-modules-java-hints-declarative-test.jar
%%DATADIR%%/java/modules/org-netbeans-modules-java-hints-declarative.jar
%%DATADIR%%/java/modules/org-netbeans-modules-java-hints-legacy-spi.jar
@@ -4173,10 +4481,14 @@
%%DATADIR%%/java/modules/org-netbeans-modules-java-hints-test.jar
%%DATADIR%%/java/modules/org-netbeans-modules-java-hints-ui.jar
%%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-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-navigation.jar
%%DATADIR%%/java/modules/org-netbeans-modules-java-platform.jar
%%DATADIR%%/java/modules/org-netbeans-modules-java-preprocessorbridge.jar
@@ -4188,6 +4500,7 @@
%%DATADIR%%/java/modules/org-netbeans-modules-java-sourceui.jar
%%DATADIR%%/java/modules/org-netbeans-modules-java-testrunner.jar
%%DATADIR%%/java/modules/org-netbeans-modules-javadoc.jar
+%%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-junit.jar
@@ -4208,7 +4521,9 @@
%%DATADIR%%/java/modules/org-netbeans-modules-maven-search.jar
%%DATADIR%%/java/modules/org-netbeans-modules-maven-spring.jar
%%DATADIR%%/java/modules/org-netbeans-modules-maven.jar
-%%DATADIR%%/java/modules/org-netbeans-modules-options-java.jar
+%%DATADIR%%/java/modules/org-netbeans-modules-nashorn-execution.jar
+%%DATADIR%%/java/modules/org-netbeans-modules-performance-java.jar
+%%DATADIR%%/java/modules/org-netbeans-modules-performance.jar
%%DATADIR%%/java/modules/org-netbeans-modules-projectimport-eclipse-core.jar
%%DATADIR%%/java/modules/org-netbeans-modules-projectimport-eclipse-j2se.jar
%%DATADIR%%/java/modules/org-netbeans-modules-refactoring-java.jar
@@ -4227,10 +4542,10 @@
%%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-apache-tools-ant-module.xml
%%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-nbjavac.xml
%%DATADIR%%/java/update_tracking/org-netbeans-libs-cglib.xml
%%DATADIR%%/java/update_tracking/org-netbeans-libs-javacapi.xml
@@ -4245,6 +4560,7 @@
%%DATADIR%%/java/update_tracking/org-netbeans-modules-classfile.xml
%%DATADIR%%/java/update_tracking/org-netbeans-modules-dbschema.xml
%%DATADIR%%/java/update_tracking/org-netbeans-modules-debugger-jpda-ant.xml
+%%DATADIR%%/java/update_tracking/org-netbeans-modules-debugger-jpda-js.xml
%%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-ui.xml
@@ -4258,7 +4574,7 @@
%%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-hibernatelib.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
@@ -4280,7 +4596,6 @@
%%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-guards.xml
-%%DATADIR%%/java/update_tracking/org-netbeans-modules-java-helpset.xml
%%DATADIR%%/java/update_tracking/org-netbeans-modules-java-hints-declarative-test.xml
%%DATADIR%%/java/update_tracking/org-netbeans-modules-java-hints-declarative.xml
%%DATADIR%%/java/update_tracking/org-netbeans-modules-java-hints-legacy-spi.xml
@@ -4287,10 +4602,14 @@
%%DATADIR%%/java/update_tracking/org-netbeans-modules-java-hints-test.xml
%%DATADIR%%/java/update_tracking/org-netbeans-modules-java-hints-ui.xml
%%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-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-navigation.xml
%%DATADIR%%/java/update_tracking/org-netbeans-modules-java-platform.xml
%%DATADIR%%/java/update_tracking/org-netbeans-modules-java-preprocessorbridge.xml
@@ -4302,6 +4621,7 @@
%%DATADIR%%/java/update_tracking/org-netbeans-modules-java-sourceui.xml
%%DATADIR%%/java/update_tracking/org-netbeans-modules-java-testrunner.xml
%%DATADIR%%/java/update_tracking/org-netbeans-modules-javadoc.xml
+%%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-junit.xml
@@ -4322,7 +4642,9 @@
%%DATADIR%%/java/update_tracking/org-netbeans-modules-maven-search.xml
%%DATADIR%%/java/update_tracking/org-netbeans-modules-maven-spring.xml
%%DATADIR%%/java/update_tracking/org-netbeans-modules-maven.xml
-%%DATADIR%%/java/update_tracking/org-netbeans-modules-options-java.xml
+%%DATADIR%%/java/update_tracking/org-netbeans-modules-nashorn-execution.xml
+%%DATADIR%%/java/update_tracking/org-netbeans-modules-performance-java.xml
+%%DATADIR%%/java/update_tracking/org-netbeans-modules-performance.xml
%%DATADIR%%/java/update_tracking/org-netbeans-modules-projectimport-eclipse-core.xml
%%DATADIR%%/java/update_tracking/org-netbeans-modules-projectimport-eclipse-j2se.xml
%%DATADIR%%/java/update_tracking/org-netbeans-modules-refactoring-java.xml
@@ -5098,340 +5420,119 @@
%%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/locale/org-netbeans-modules-mobility-project_ja.jar
-%%DATADIR%%/mobility/ant/nblib/locale/org-netbeans-modules-mobility-project_pt_BR.jar
-%%DATADIR%%/mobility/ant/nblib/locale/org-netbeans-modules-mobility-project_ru.jar
-%%DATADIR%%/mobility/ant/nblib/locale/org-netbeans-modules-mobility-project_zh_CN.jar
-%%DATADIR%%/mobility/ant/nblib/org-netbeans-modules-deployment-deviceanywhere.jar
+%%DATADIR%%/mobility/ant/nblib/org-netbeans-modules-j2me-keystore.jar
%%DATADIR%%/mobility/ant/nblib/org-netbeans-modules-mobility-project-ant.jar
-%%DATADIR%%/mobility/ant/nblib/org-netbeans-modules-mobility-project.jar
%%DATADIR%%/mobility/config/Modules/org-netbeans-api-mobility.xml
-%%DATADIR%%/mobility/config/Modules/org-netbeans-libs-aguiswinglayout.xml
-%%DATADIR%%/mobility/config/Modules/org-netbeans-libs-ppawtlayout.xml
-%%DATADIR%%/mobility/config/Modules/org-netbeans-modules-deployment-deviceanywhere.xml
-%%DATADIR%%/mobility/config/Modules/org-netbeans-modules-j2me-cdc-kit.xml
-%%DATADIR%%/mobility/config/Modules/org-netbeans-modules-j2me-cdc-platform-nokias80.xml
-%%DATADIR%%/mobility/config/Modules/org-netbeans-modules-j2me-cdc-platform-ojec.xml
-%%DATADIR%%/mobility/config/Modules/org-netbeans-modules-j2me-cdc-platform-semc.xml
-%%DATADIR%%/mobility/config/Modules/org-netbeans-modules-j2me-cdc-platform-sjmc.xml
-%%DATADIR%%/mobility/config/Modules/org-netbeans-modules-j2me-cdc-platform-sun.xml
-%%DATADIR%%/mobility/config/Modules/org-netbeans-modules-j2me-cdc-platform.xml
-%%DATADIR%%/mobility/config/Modules/org-netbeans-modules-j2me-cdc-project-execui.xml
-%%DATADIR%%/mobility/config/Modules/org-netbeans-modules-j2me-cdc-project-execuiimpl.xml
-%%DATADIR%%/mobility/config/Modules/org-netbeans-modules-j2me-cdc-project-nokiaS80.xml
-%%DATADIR%%/mobility/config/Modules/org-netbeans-modules-j2me-cdc-project-ojec.xml
-%%DATADIR%%/mobility/config/Modules/org-netbeans-modules-j2me-cdc-project-savaje.xml
-%%DATADIR%%/mobility/config/Modules/org-netbeans-modules-j2me-cdc-project-semc.xml
-%%DATADIR%%/mobility/config/Modules/org-netbeans-modules-j2me-cdc-project-sjmc.xml
-%%DATADIR%%/mobility/config/Modules/org-netbeans-modules-j2me-cdc-project.xml
-%%DATADIR%%/mobility/config/Modules/org-netbeans-modules-mobility-antext.xml
-%%DATADIR%%/mobility/config/Modules/org-netbeans-modules-mobility-cldcplatform-catalog.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-deployment-ftpscp.xml
-%%DATADIR%%/mobility/config/Modules/org-netbeans-modules-mobility-deployment-nokia.xml
-%%DATADIR%%/mobility/config/Modules/org-netbeans-modules-mobility-deployment-sonyericsson.xml
-%%DATADIR%%/mobility/config/Modules/org-netbeans-modules-mobility-deployment-webdav.xml
-%%DATADIR%%/mobility/config/Modules/org-netbeans-modules-mobility-editor.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-j2meunit.xml
-%%DATADIR%%/mobility/config/Modules/org-netbeans-modules-mobility-javahelp.xml
%%DATADIR%%/mobility/config/Modules/org-netbeans-modules-mobility-jsr172.xml
-%%DATADIR%%/mobility/config/Modules/org-netbeans-modules-mobility-kit.xml
%%DATADIR%%/mobility/config/Modules/org-netbeans-modules-mobility-licensing.xml
-%%DATADIR%%/mobility/config/Modules/org-netbeans-modules-mobility-plugins-mpowerplayer.xml
%%DATADIR%%/mobility/config/Modules/org-netbeans-modules-mobility-project-ant.xml
-%%DATADIR%%/mobility/config/Modules/org-netbeans-modules-mobility-project-bridge-impl.xml
-%%DATADIR%%/mobility/config/Modules/org-netbeans-modules-mobility-project-bridge.xml
-%%DATADIR%%/mobility/config/Modules/org-netbeans-modules-mobility-project.xml
-%%DATADIR%%/mobility/config/Modules/org-netbeans-modules-mobility-svgcore.xml
-%%DATADIR%%/mobility/config/Modules/org-netbeans-modules-svg-perseus.xml
-%%DATADIR%%/mobility/modules/docs/jmunit-1.2.1-api.zip
-%%DATADIR%%/mobility/modules/docs/org-netbeans-modules-mobility-javahelp.jar
-%%DATADIR%%/mobility/modules/ext/ant-contrib-1.0b3.jar
-%%DATADIR%%/mobility/modules/ext/cdc-agui-swing-layout.jar
-%%DATADIR%%/mobility/modules/ext/cdc-pp-awt-layout.jar
-%%DATADIR%%/mobility/modules/ext/commons-httpclient-3.0.1.jar
-%%DATADIR%%/mobility/modules/ext/jakarta-slide-ant-webdav-2.1.jar
-%%DATADIR%%/mobility/modules/ext/jakarta-slide-webdavlib-2.1.jar
-%%DATADIR%%/mobility/modules/ext/jdom-1.0.jar
-%%DATADIR%%/mobility/modules/ext/jmunit4cldc10-1.2.1.jar
-%%DATADIR%%/mobility/modules/ext/jmunit4cldc11-1.2.1.jar
-%%DATADIR%%/mobility/modules/ext/org-netbeans-modules-deployment-deviceanywhere.jar
-%%DATADIR%%/mobility/modules/ext/org-netbeans-modules-j2me-cdc-project-nokiaS80.jar
-%%DATADIR%%/mobility/modules/ext/org-netbeans-modules-j2me-cdc-project-ojec.jar
-%%DATADIR%%/mobility/modules/ext/org-netbeans-modules-j2me-cdc-project-savaje.jar
-%%DATADIR%%/mobility/modules/ext/org-netbeans-modules-j2me-cdc-project-semc.jar
-%%DATADIR%%/mobility/modules/ext/org-netbeans-modules-j2me-cdc-project-sjmc.jar
-%%DATADIR%%/mobility/modules/ext/org-netbeans-modules-j2me-cdc-project.jar
-%%DATADIR%%/mobility/modules/ext/perseus-nb-1.0.1.jar
-%%DATADIR%%/mobility/modules/lib/ConnJNI.dll
+%%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-libs-aguiswinglayout_ja.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-libs-aguiswinglayout_pt_BR.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-libs-aguiswinglayout_ru.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-libs-aguiswinglayout_zh_CN.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-libs-ppawtlayout_ja.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-libs-ppawtlayout_pt_BR.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-libs-ppawtlayout_ru.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-libs-ppawtlayout_zh_CN.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-deployment-deviceanywhere_ja.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-deployment-deviceanywhere_pt_BR.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-deployment-deviceanywhere_ru.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-deployment-deviceanywhere_zh_CN.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-kit_ja.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-kit_pt_BR.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-kit_ru.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-kit_zh_CN.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-platform-nokias80_ja.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-platform-nokias80_pt_BR.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-platform-nokias80_ru.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-platform-nokias80_zh_CN.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-platform-ojec_ja.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-platform-ojec_pt_BR.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-platform-ojec_ru.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-platform-ojec_zh_CN.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-platform-semc_ja.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-platform-semc_pt_BR.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-platform-semc_ru.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-platform-semc_zh_CN.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-platform-sjmc_ja.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-platform-sjmc_pt_BR.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-platform-sjmc_ru.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-platform-sjmc_zh_CN.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-platform-sun_ja.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-platform-sun_pt_BR.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-platform-sun_ru.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-platform-sun_zh_CN.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-platform_ja.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-platform_pt_BR.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-platform_ru.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-platform_zh_CN.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-project-execui_ja.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-project-execui_pt_BR.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-project-execui_ru.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-project-execui_zh_CN.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-project-execuiimpl_ja.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-project-execuiimpl_pt_BR.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-project-execuiimpl_ru.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-project-execuiimpl_zh_CN.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-project-nokiaS80_ja.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-project-nokiaS80_pt_BR.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-project-nokiaS80_ru.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-project-nokiaS80_zh_CN.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-project-ojec_ja.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-project-ojec_pt_BR.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-project-ojec_ru.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-project-ojec_zh_CN.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-project-savaje_ja.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-project-savaje_pt_BR.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-project-savaje_ru.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-project-savaje_zh_CN.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-project-semc_ja.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-project-semc_pt_BR.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-project-semc_ru.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-project-semc_zh_CN.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-project-sjmc_ja.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-project-sjmc_pt_BR.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-project-sjmc_ru.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-project-sjmc_zh_CN.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-project_ja.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-project_pt_BR.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-project_ru.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-project_zh_CN.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-antext_ja.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-antext_pt_BR.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-antext_ru.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-antext_zh_CN.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-cldcplatform-catalog_ja.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-cldcplatform-catalog_pt_BR.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-cldcplatform-catalog_ru.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-cldcplatform-catalog_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-deployment-ftpscp_ja.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-deployment-ftpscp_pt_BR.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-deployment-ftpscp_ru.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-deployment-ftpscp_zh_CN.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-deployment-nokia_ja.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-deployment-nokia_pt_BR.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-deployment-nokia_ru.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-deployment-nokia_zh_CN.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-deployment-sonyericsson_ja.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-deployment-sonyericsson_pt_BR.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-deployment-sonyericsson_ru.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-deployment-sonyericsson_zh_CN.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-deployment-webdav_ja.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-deployment-webdav_pt_BR.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-deployment-webdav_ru.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-deployment-webdav_zh_CN.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-editor_ja.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-editor_pt_BR.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-editor_ru.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-editor_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-j2meunit_ja.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-j2meunit_pt_BR.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-j2meunit_ru.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-j2meunit_zh_CN.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-javahelp_ja.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-javahelp_pt_BR.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-javahelp_ru.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-javahelp_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-kit_ja.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-kit_pt_BR.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-kit_ru.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-kit_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-plugins-mpowerplayer_ja.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-plugins-mpowerplayer_pt_BR.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-plugins-mpowerplayer_ru.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-plugins-mpowerplayer_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/locale/org-netbeans-modules-mobility-project-bridge-impl_ja.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-project-bridge-impl_pt_BR.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-project-bridge-impl_ru.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-project-bridge-impl_zh_CN.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-project-bridge_ja.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-project-bridge_pt_BR.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-project-bridge_ru.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-project-bridge_zh_CN.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-project_ja.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-project_pt_BR.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-project_ru.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-project_zh_CN.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-svgcore_ja.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-svgcore_pt_BR.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-svgcore_ru.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-mobility-svgcore_zh_CN.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-svg-perseus_ja.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-svg-perseus_pt_BR.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-svg-perseus_ru.jar
-%%DATADIR%%/mobility/modules/locale/org-netbeans-modules-svg-perseus_zh_CN.jar
%%DATADIR%%/mobility/modules/org-netbeans-api-mobility.jar
-%%DATADIR%%/mobility/modules/org-netbeans-libs-aguiswinglayout.jar
-%%DATADIR%%/mobility/modules/org-netbeans-libs-ppawtlayout.jar
-%%DATADIR%%/mobility/modules/org-netbeans-modules-deployment-deviceanywhere.jar
-%%DATADIR%%/mobility/modules/org-netbeans-modules-j2me-cdc-kit.jar
-%%DATADIR%%/mobility/modules/org-netbeans-modules-j2me-cdc-platform-nokias80.jar
-%%DATADIR%%/mobility/modules/org-netbeans-modules-j2me-cdc-platform-ojec.jar
-%%DATADIR%%/mobility/modules/org-netbeans-modules-j2me-cdc-platform-semc.jar
-%%DATADIR%%/mobility/modules/org-netbeans-modules-j2me-cdc-platform-sjmc.jar
-%%DATADIR%%/mobility/modules/org-netbeans-modules-j2me-cdc-platform-sun.jar
-%%DATADIR%%/mobility/modules/org-netbeans-modules-j2me-cdc-platform.jar
-%%DATADIR%%/mobility/modules/org-netbeans-modules-j2me-cdc-project-execui.jar
-%%DATADIR%%/mobility/modules/org-netbeans-modules-j2me-cdc-project-execuiimpl.jar
-%%DATADIR%%/mobility/modules/org-netbeans-modules-j2me-cdc-project-nokiaS80.jar
-%%DATADIR%%/mobility/modules/org-netbeans-modules-j2me-cdc-project-ojec.jar
-%%DATADIR%%/mobility/modules/org-netbeans-modules-j2me-cdc-project-savaje.jar
-%%DATADIR%%/mobility/modules/org-netbeans-modules-j2me-cdc-project-semc.jar
-%%DATADIR%%/mobility/modules/org-netbeans-modules-j2me-cdc-project-sjmc.jar
-%%DATADIR%%/mobility/modules/org-netbeans-modules-j2me-cdc-project.jar
-%%DATADIR%%/mobility/modules/org-netbeans-modules-mobility-antext.jar
-%%DATADIR%%/mobility/modules/org-netbeans-modules-mobility-cldcplatform-catalog.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-deployment-ftpscp.jar
-%%DATADIR%%/mobility/modules/org-netbeans-modules-mobility-deployment-nokia.jar
-%%DATADIR%%/mobility/modules/org-netbeans-modules-mobility-deployment-sonyericsson.jar
-%%DATADIR%%/mobility/modules/org-netbeans-modules-mobility-deployment-webdav.jar
-%%DATADIR%%/mobility/modules/org-netbeans-modules-mobility-editor.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-j2meunit.jar
-%%DATADIR%%/mobility/modules/org-netbeans-modules-mobility-javahelp.jar
%%DATADIR%%/mobility/modules/org-netbeans-modules-mobility-jsr172.jar
-%%DATADIR%%/mobility/modules/org-netbeans-modules-mobility-kit.jar
%%DATADIR%%/mobility/modules/org-netbeans-modules-mobility-licensing.jar
-%%DATADIR%%/mobility/modules/org-netbeans-modules-mobility-plugins-mpowerplayer.jar
%%DATADIR%%/mobility/modules/org-netbeans-modules-mobility-project-ant.jar
-%%DATADIR%%/mobility/modules/org-netbeans-modules-mobility-project-bridge-impl.jar
-%%DATADIR%%/mobility/modules/org-netbeans-modules-mobility-project-bridge.jar
-%%DATADIR%%/mobility/modules/org-netbeans-modules-mobility-project.jar
-%%DATADIR%%/mobility/modules/org-netbeans-modules-mobility-svgcore.jar
-%%DATADIR%%/mobility/modules/org-netbeans-modules-svg-perseus.jar
-%%DATADIR%%/mobility/modules/scr/deploy-copy-impl.xml
-%%DATADIR%%/mobility/modules/scr/deploy-deviceanywhere-impl.xml
-%%DATADIR%%/mobility/modules/scr/deploy-ftp-impl.xml
-%%DATADIR%%/mobility/modules/scr/deploy-nokia-impl.xml
-%%DATADIR%%/mobility/modules/scr/deploy-scp-impl.xml
-%%DATADIR%%/mobility/modules/scr/deploy-sonyericsson-impl.xml
-%%DATADIR%%/mobility/modules/scr/deploy-webdav-impl.xml
-%%DATADIR%%/mobility/sources/cdc-agui-swing-layout-src.zip
-%%DATADIR%%/mobility/sources/cdc-pp-awt-layout-src.zip
+%%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-libs-aguiswinglayout.xml
-%%DATADIR%%/mobility/update_tracking/org-netbeans-libs-ppawtlayout.xml
-%%DATADIR%%/mobility/update_tracking/org-netbeans-modules-deployment-deviceanywhere.xml
-%%DATADIR%%/mobility/update_tracking/org-netbeans-modules-j2me-cdc-kit.xml
-%%DATADIR%%/mobility/update_tracking/org-netbeans-modules-j2me-cdc-platform-nokias80.xml
-%%DATADIR%%/mobility/update_tracking/org-netbeans-modules-j2me-cdc-platform-ojec.xml
-%%DATADIR%%/mobility/update_tracking/org-netbeans-modules-j2me-cdc-platform-semc.xml
-%%DATADIR%%/mobility/update_tracking/org-netbeans-modules-j2me-cdc-platform-sjmc.xml
-%%DATADIR%%/mobility/update_tracking/org-netbeans-modules-j2me-cdc-platform-sun.xml
-%%DATADIR%%/mobility/update_tracking/org-netbeans-modules-j2me-cdc-platform.xml
-%%DATADIR%%/mobility/update_tracking/org-netbeans-modules-j2me-cdc-project-execui.xml
-%%DATADIR%%/mobility/update_tracking/org-netbeans-modules-j2me-cdc-project-execuiimpl.xml
-%%DATADIR%%/mobility/update_tracking/org-netbeans-modules-j2me-cdc-project-nokiaS80.xml
-%%DATADIR%%/mobility/update_tracking/org-netbeans-modules-j2me-cdc-project-ojec.xml
-%%DATADIR%%/mobility/update_tracking/org-netbeans-modules-j2me-cdc-project-savaje.xml
-%%DATADIR%%/mobility/update_tracking/org-netbeans-modules-j2me-cdc-project-semc.xml
-%%DATADIR%%/mobility/update_tracking/org-netbeans-modules-j2me-cdc-project-sjmc.xml
-%%DATADIR%%/mobility/update_tracking/org-netbeans-modules-j2me-cdc-project.xml
-%%DATADIR%%/mobility/update_tracking/org-netbeans-modules-mobility-antext.xml
-%%DATADIR%%/mobility/update_tracking/org-netbeans-modules-mobility-cldcplatform-catalog.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-deployment-ftpscp.xml
-%%DATADIR%%/mobility/update_tracking/org-netbeans-modules-mobility-deployment-nokia.xml
-%%DATADIR%%/mobility/update_tracking/org-netbeans-modules-mobility-deployment-sonyericsson.xml
-%%DATADIR%%/mobility/update_tracking/org-netbeans-modules-mobility-deployment-webdav.xml
-%%DATADIR%%/mobility/update_tracking/org-netbeans-modules-mobility-editor.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-j2meunit.xml
-%%DATADIR%%/mobility/update_tracking/org-netbeans-modules-mobility-javahelp.xml
%%DATADIR%%/mobility/update_tracking/org-netbeans-modules-mobility-jsr172.xml
-%%DATADIR%%/mobility/update_tracking/org-netbeans-modules-mobility-kit.xml
%%DATADIR%%/mobility/update_tracking/org-netbeans-modules-mobility-licensing.xml
-%%DATADIR%%/mobility/update_tracking/org-netbeans-modules-mobility-plugins-mpowerplayer.xml
%%DATADIR%%/mobility/update_tracking/org-netbeans-modules-mobility-project-ant.xml
-%%DATADIR%%/mobility/update_tracking/org-netbeans-modules-mobility-project-bridge-impl.xml
-%%DATADIR%%/mobility/update_tracking/org-netbeans-modules-mobility-project-bridge.xml
-%%DATADIR%%/mobility/update_tracking/org-netbeans-modules-mobility-project.xml
-%%DATADIR%%/mobility/update_tracking/org-netbeans-modules-mobility-svgcore.xml
-%%DATADIR%%/mobility/update_tracking/org-netbeans-modules-svg-perseus.xml
%%DATADIR%%/nb/.lastModified
%%DATADIR%%/nb/VERSION.txt
%%DATADIR%%/nb/build_info
-%%DATADIR%%/nb/config/Modules/org-netbeans-lib-uihandler.xml
%%DATADIR%%/nb/config/Modules/org-netbeans-modules-autoupdate-pluginimporter.xml
%%DATADIR%%/nb/config/Modules/org-netbeans-modules-bugzilla-exceptionreporter.xml
+%%DATADIR%%/nb/config/Modules/org-netbeans-modules-deadlock-detector.xml
%%DATADIR%%/nb/config/Modules/org-netbeans-modules-ide-branding-kit.xml
%%DATADIR%%/nb/config/Modules/org-netbeans-modules-ide-branding.xml
%%DATADIR%%/nb/config/Modules/org-netbeans-modules-uihandler-exceptionreporter.xml
-%%DATADIR%%/nb/config/Modules/org-netbeans-modules-uihandler.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
@@ -5458,21 +5559,33 @@
%%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-lib-uihandler_ja.jar
-%%DATADIR%%/nb/modules/locale/org-netbeans-lib-uihandler_pt_BR.jar
-%%DATADIR%%/nb/modules/locale/org-netbeans-lib-uihandler_ru.jar
-%%DATADIR%%/nb/modules/locale/org-netbeans-lib-uihandler_zh_CN.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
@@ -5482,14 +5595,15 @@
%%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_ja.jar
-%%DATADIR%%/nb/modules/locale/org-netbeans-modules-uihandler_pt_BR.jar
-%%DATADIR%%/nb/modules/locale/org-netbeans-modules-uihandler_ru.jar
-%%DATADIR%%/nb/modules/locale/org-netbeans-modules-uihandler_zh_CN.jar
+%%DATADIR%%/nb/modules/locale/org-netbeans-modules-uihandler_nb.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
@@ -5499,13 +5613,16 @@
%%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-lib-uihandler.jar
+%%DATADIR%%/nb/modules/locale/uihandler_nb_ja.jar
+%%DATADIR%%/nb/modules/locale/uihandler_nb_pt_BR.jar
+%%DATADIR%%/nb/modules/locale/uihandler_nb_ru.jar
+%%DATADIR%%/nb/modules/locale/uihandler_nb_zh_CN.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-uihandler-exceptionreporter.jar
-%%DATADIR%%/nb/modules/org-netbeans-modules-uihandler.jar
%%DATADIR%%/nb/modules/org-netbeans-modules-updatecenters.jar
%%DATADIR%%/nb/modules/org-netbeans-modules-welcome.jar
%%DATADIR%%/nb/netbeans.icns
@@ -5512,13 +5629,12 @@
%%DATADIR%%/nb/netbeans.png
%%DATADIR%%/nb/shortcuts.pdf
%%DATADIR%%/nb/shortcuts_mac.pdf
-%%DATADIR%%/nb/update_tracking/org-netbeans-lib-uihandler.xml
%%DATADIR%%/nb/update_tracking/org-netbeans-modules-autoupdate-pluginimporter.xml
%%DATADIR%%/nb/update_tracking/org-netbeans-modules-bugzilla-exceptionreporter.xml
+%%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-uihandler-exceptionreporter.xml
-%%DATADIR%%/nb/update_tracking/org-netbeans-modules-uihandler.xml
%%DATADIR%%/nb/update_tracking/org-netbeans-modules-updatecenters.xml
%%DATADIR%%/nb/update_tracking/org-netbeans-modules-welcome.xml
%%DATADIR%%/nb/update_tracking/org-netbeans-upgrader.xml
@@ -5527,6 +5643,7 @@
%%DATADIR%%/php/VERSION.txt
%%DATADIR%%/php/config/Modules/org-netbeans-libs-javacup.xml
%%DATADIR%%/php/config/Modules/org-netbeans-modules-hudson-php.xml
+%%DATADIR%%/php/config/Modules/org-netbeans-modules-languages-neon.xml
%%DATADIR%%/php/config/Modules/org-netbeans-modules-php-api-annotation.xml
%%DATADIR%%/php/config/Modules/org-netbeans-modules-php-api-documentation.xml
%%DATADIR%%/php/config/Modules/org-netbeans-modules-php-api-editor.xml
@@ -5533,14 +5650,21 @@
%%DATADIR%%/php/config/Modules/org-netbeans-modules-php-api-executable.xml
%%DATADIR%%/php/config/Modules/org-netbeans-modules-php-api-framework.xml
%%DATADIR%%/php/config/Modules/org-netbeans-modules-php-api-phpmodule.xml
+%%DATADIR%%/php/config/Modules/org-netbeans-modules-php-api-templates.xml
+%%DATADIR%%/php/config/Modules/org-netbeans-modules-php-api-testing.xml
%%DATADIR%%/php/config/Modules/org-netbeans-modules-php-apigen.xml
+%%DATADIR%%/php/config/Modules/org-netbeans-modules-php-atoum.xml
+%%DATADIR%%/php/config/Modules/org-netbeans-modules-php-code-analysis.xml
%%DATADIR%%/php/config/Modules/org-netbeans-modules-php-composer.xml
%%DATADIR%%/php/config/Modules/org-netbeans-modules-php-dbgp.xml
%%DATADIR%%/php/config/Modules/org-netbeans-modules-php-doctrine2.xml
%%DATADIR%%/php/config/Modules/org-netbeans-modules-php-editor.xml
-%%DATADIR%%/php/config/Modules/org-netbeans-modules-php-help.xml
%%DATADIR%%/php/config/Modules/org-netbeans-modules-php-kit.xml
+%%DATADIR%%/php/config/Modules/org-netbeans-modules-php-latte.xml
+%%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-phpdoc-documentation.xml
+%%DATADIR%%/php/config/Modules/org-netbeans-modules-php-phpunit.xml
%%DATADIR%%/php/config/Modules/org-netbeans-modules-php-project.xml
%%DATADIR%%/php/config/Modules/org-netbeans-modules-php-refactoring.xml
%%DATADIR%%/php/config/Modules/org-netbeans-modules-php-samples.xml
@@ -5549,11 +5673,10 @@
%%DATADIR%%/php/config/Modules/org-netbeans-modules-php-symfony2.xml
%%DATADIR%%/php/config/Modules/org-netbeans-modules-php-twig.xml
%%DATADIR%%/php/config/Modules/org-netbeans-modules-php-zend.xml
+%%DATADIR%%/php/config/Modules/org-netbeans-modules-php-zend2.xml
%%DATADIR%%/php/config/Modules/org-netbeans-modules-websvc-saas-codegen-php.xml
%%DATADIR%%/php/docs/phpdocdesc.zip
%%DATADIR%%/php/docs/predefined_vars.zip
-%%DATADIR%%/php/hudson/config.xml
-%%DATADIR%%/php/modules/docs/org-netbeans-modules-php-help.jar
%%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
@@ -5563,6 +5686,10 @@
%%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
@@ -5587,10 +5714,26 @@
%%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-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
@@ -5607,18 +5750,30 @@
%%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-help_ja.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-help_pt_BR.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-help_ru.jar
-%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-help_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-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-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
@@ -5647,6 +5802,10 @@
%%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
@@ -5657,6 +5816,7 @@
%%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
%%DATADIR%%/php/modules/org-netbeans-modules-php-api-annotation.jar
%%DATADIR%%/php/modules/org-netbeans-modules-php-api-documentation.jar
%%DATADIR%%/php/modules/org-netbeans-modules-php-api-editor.jar
@@ -5663,14 +5823,21 @@
%%DATADIR%%/php/modules/org-netbeans-modules-php-api-executable.jar
%%DATADIR%%/php/modules/org-netbeans-modules-php-api-framework.jar
%%DATADIR%%/php/modules/org-netbeans-modules-php-api-phpmodule.jar
+%%DATADIR%%/php/modules/org-netbeans-modules-php-api-templates.jar
+%%DATADIR%%/php/modules/org-netbeans-modules-php-api-testing.jar
%%DATADIR%%/php/modules/org-netbeans-modules-php-apigen.jar
+%%DATADIR%%/php/modules/org-netbeans-modules-php-atoum.jar
+%%DATADIR%%/php/modules/org-netbeans-modules-php-code-analysis.jar
%%DATADIR%%/php/modules/org-netbeans-modules-php-composer.jar
%%DATADIR%%/php/modules/org-netbeans-modules-php-dbgp.jar
%%DATADIR%%/php/modules/org-netbeans-modules-php-doctrine2.jar
%%DATADIR%%/php/modules/org-netbeans-modules-php-editor.jar
-%%DATADIR%%/php/modules/org-netbeans-modules-php-help.jar
%%DATADIR%%/php/modules/org-netbeans-modules-php-kit.jar
+%%DATADIR%%/php/modules/org-netbeans-modules-php-latte.jar
+%%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-phpdoc-documentation.jar
+%%DATADIR%%/php/modules/org-netbeans-modules-php-phpunit.jar
%%DATADIR%%/php/modules/org-netbeans-modules-php-project.jar
%%DATADIR%%/php/modules/org-netbeans-modules-php-refactoring.jar
%%DATADIR%%/php/modules/org-netbeans-modules-php-samples.jar
@@ -5679,19 +5846,25 @@
%%DATADIR%%/php/modules/org-netbeans-modules-php-symfony2.jar
%%DATADIR%%/php/modules/org-netbeans-modules-php-twig.jar
%%DATADIR%%/php/modules/org-netbeans-modules-php-zend.jar
+%%DATADIR%%/php/modules/org-netbeans-modules-php-zend2.jar
%%DATADIR%%/php/modules/org-netbeans-modules-websvc-saas-codegen-php.jar
%%DATADIR%%/php/phpstubs/phpruntime/Core.php
+%%DATADIR%%/php/phpstubs/phpruntime/OAuth.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/apc.php
+%%DATADIR%%/php/phpstubs/phpruntime/apcu.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/couchbase.php
%%DATADIR%%/php/phpstubs/phpruntime/ctype.php
%%DATADIR%%/php/phpstubs/phpruntime/curl.php
%%DATADIR%%/php/phpstubs/phpruntime/date.php
@@ -5707,6 +5880,7 @@
%%DATADIR%%/php/phpstubs/phpruntime/geoip.php
%%DATADIR%%/php/phpstubs/phpruntime/gettext.php
%%DATADIR%%/php/phpstubs/phpruntime/gmp.php
+%%DATADIR%%/php/phpstubs/phpruntime/gnupg.php
%%DATADIR%%/php/phpstubs/phpruntime/hash.php
%%DATADIR%%/php/phpstubs/phpruntime/iconv.php
%%DATADIR%%/php/phpstubs/phpruntime/imagick.php
@@ -5739,7 +5913,9 @@
%%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/sasl.php
%%DATADIR%%/php/phpstubs/phpruntime/session.php
%%DATADIR%%/php/phpstubs/phpruntime/shmop.php
%%DATADIR%%/php/phpstubs/phpruntime/snmp.php
@@ -5765,6 +5941,7 @@
%%DATADIR%%/php/phpunit/NetBeansSuite.php
%%DATADIR%%/php/update_tracking/org-netbeans-libs-javacup.xml
%%DATADIR%%/php/update_tracking/org-netbeans-modules-hudson-php.xml
+%%DATADIR%%/php/update_tracking/org-netbeans-modules-languages-neon.xml
%%DATADIR%%/php/update_tracking/org-netbeans-modules-php-api-annotation.xml
%%DATADIR%%/php/update_tracking/org-netbeans-modules-php-api-documentation.xml
%%DATADIR%%/php/update_tracking/org-netbeans-modules-php-api-editor.xml
@@ -5771,14 +5948,21 @@
%%DATADIR%%/php/update_tracking/org-netbeans-modules-php-api-executable.xml
%%DATADIR%%/php/update_tracking/org-netbeans-modules-php-api-framework.xml
%%DATADIR%%/php/update_tracking/org-netbeans-modules-php-api-phpmodule.xml
+%%DATADIR%%/php/update_tracking/org-netbeans-modules-php-api-templates.xml
+%%DATADIR%%/php/update_tracking/org-netbeans-modules-php-api-testing.xml
%%DATADIR%%/php/update_tracking/org-netbeans-modules-php-apigen.xml
+%%DATADIR%%/php/update_tracking/org-netbeans-modules-php-atoum.xml
+%%DATADIR%%/php/update_tracking/org-netbeans-modules-php-code-analysis.xml
%%DATADIR%%/php/update_tracking/org-netbeans-modules-php-composer.xml
%%DATADIR%%/php/update_tracking/org-netbeans-modules-php-dbgp.xml
%%DATADIR%%/php/update_tracking/org-netbeans-modules-php-doctrine2.xml
%%DATADIR%%/php/update_tracking/org-netbeans-modules-php-editor.xml
-%%DATADIR%%/php/update_tracking/org-netbeans-modules-php-help.xml
%%DATADIR%%/php/update_tracking/org-netbeans-modules-php-kit.xml
+%%DATADIR%%/php/update_tracking/org-netbeans-modules-php-latte.xml
+%%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-phpdoc-documentation.xml
+%%DATADIR%%/php/update_tracking/org-netbeans-modules-php-phpunit.xml
%%DATADIR%%/php/update_tracking/org-netbeans-modules-php-project.xml
%%DATADIR%%/php/update_tracking/org-netbeans-modules-php-refactoring.xml
%%DATADIR%%/php/update_tracking/org-netbeans-modules-php-samples.xml
@@ -5787,6 +5971,7 @@
%%DATADIR%%/php/update_tracking/org-netbeans-modules-php-symfony2.xml
%%DATADIR%%/php/update_tracking/org-netbeans-modules-php-twig.xml
%%DATADIR%%/php/update_tracking/org-netbeans-modules-php-zend.xml
+%%DATADIR%%/php/update_tracking/org-netbeans-modules-php-zend2.xml
%%DATADIR%%/php/update_tracking/org-netbeans-modules-websvc-saas-codegen-php.xml
%%DATADIR%%/php/zend/NetBeansCommandsProvider.php
%%DATADIR%%/platform/.lastModified
@@ -5809,15 +5994,20 @@
%%DATADIR%%/platform/config/Modules/org-netbeans-api-visual.xml
%%DATADIR%%/platform/config/Modules/org-netbeans-core-execution.xml
%%DATADIR%%/platform/config/Modules/org-netbeans-core-io-ui.xml
+%%DATADIR%%/platform/config/Modules/org-netbeans-core-multitabs.xml
%%DATADIR%%/platform/config/Modules/org-netbeans-core-multiview.xml
%%DATADIR%%/platform/config/Modules/org-netbeans-core-nativeaccess.xml
%%DATADIR%%/platform/config/Modules/org-netbeans-core-netigso.xml
+%%DATADIR%%/platform/config/Modules/org-netbeans-core-network.xml
%%DATADIR%%/platform/config/Modules/org-netbeans-core-osgi.xml
%%DATADIR%%/platform/config/Modules/org-netbeans-core-output2.xml
%%DATADIR%%/platform/config/Modules/org-netbeans-core-ui.xml
%%DATADIR%%/platform/config/Modules/org-netbeans-core-windows.xml
%%DATADIR%%/platform/config/Modules/org-netbeans-core.xml
+%%DATADIR%%/platform/config/Modules/org-netbeans-lib-uihandler.xml
%%DATADIR%%/platform/config/Modules/org-netbeans-libs-felix.xml
+%%DATADIR%%/platform/config/Modules/org-netbeans-libs-javafx.xml
+%%DATADIR%%/platform/config/Modules/org-netbeans-libs-jna-platform.xml
%%DATADIR%%/platform/config/Modules/org-netbeans-libs-jna.xml
%%DATADIR%%/platform/config/Modules/org-netbeans-libs-jsr223.xml
%%DATADIR%%/platform/config/Modules/org-netbeans-libs-osgi.xml
@@ -5831,11 +6021,12 @@
%%DATADIR%%/platform/config/Modules/org-netbeans-modules-editor-mimelookup.xml
%%DATADIR%%/platform/config/Modules/org-netbeans-modules-favorites.xml
%%DATADIR%%/platform/config/Modules/org-netbeans-modules-javahelp.xml
+%%DATADIR%%/platform/config/Modules/org-netbeans-modules-keyring-fallback.xml
%%DATADIR%%/platform/config/Modules/org-netbeans-modules-keyring-impl.xml
%%DATADIR%%/platform/config/Modules/org-netbeans-modules-keyring.xml
%%DATADIR%%/platform/config/Modules/org-netbeans-modules-masterfs-linux.xml
%%DATADIR%%/platform/config/Modules/org-netbeans-modules-masterfs-macosx.xml
-%%DATADIR%%/platform/config/Modules/org-netbeans-modules-masterfs-solaris.xml
+%%DATADIR%%/platform/config/Modules/org-netbeans-modules-masterfs-nio2.xml
%%DATADIR%%/platform/config/Modules/org-netbeans-modules-masterfs-windows.xml
%%DATADIR%%/platform/config/Modules/org-netbeans-modules-masterfs.xml
%%DATADIR%%/platform/config/Modules/org-netbeans-modules-netbinox.xml
@@ -5848,6 +6039,8 @@
%%DATADIR%%/platform/config/Modules/org-netbeans-modules-sendopts.xml
%%DATADIR%%/platform/config/Modules/org-netbeans-modules-settings.xml
%%DATADIR%%/platform/config/Modules/org-netbeans-modules-spi-actions.xml
+%%DATADIR%%/platform/config/Modules/org-netbeans-modules-templates.xml
+%%DATADIR%%/platform/config/Modules/org-netbeans-modules-uihandler.xml
%%DATADIR%%/platform/config/Modules/org-netbeans-spi-quicksearch.xml
%%DATADIR%%/platform/config/Modules/org-netbeans-swing-outline.xml
%%DATADIR%%/platform/config/Modules/org-netbeans-swing-plaf.xml
@@ -5877,7 +6070,7 @@
%%DATADIR%%/platform/core/org-openide-filesystems.jar
%%DATADIR%%/platform/docs/swing-layout-1.0.4-doc.zip
%%DATADIR%%/platform/docs/swing-layout-1.0.4-src.zip
-%%DATADIR%%/platform/docs/testng-6.5.1-javadoc.zip
+%%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
@@ -5903,26 +6096,26 @@
%%DATADIR%%/platform/lib/org-openide-modules.jar
%%DATADIR%%/platform/lib/org-openide-util-lookup.jar
%%DATADIR%%/platform/lib/org-openide-util.jar
-%%DATADIR%%/platform/modules/ext/felix-4.0.2.jar
+%%DATADIR%%/platform/modules/ext/felix-4.2.1.jar
%%DATADIR%%/platform/modules/ext/jhall-2.0_05.jar
-%%DATADIR%%/platform/modules/ext/jna-3.4.0.jar
+%%DATADIR%%/platform/modules/ext/jna-4.1.0.jar
+%%DATADIR%%/platform/modules/ext/jna-platform-4.1.0.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.8.0.v20120529-1548.jar
+%%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/osgi.core-5.0.0.jar
-%%DATADIR%%/platform/modules/ext/platform-3.4.0.jar
%%DATADIR%%/platform/modules/ext/swing-layout-1.0.4.jar
-%%DATADIR%%/platform/modules/ext/testng-6.5.1-dist.jar
+%%DATADIR%%/platform/modules/ext/testng-6.8.1-dist.jar
%%DATADIR%%/platform/modules/ext/updater.jar
-%%DATADIR%%/platform/modules/lib/amd64/jnidispatch-340.dll
-%%DATADIR%%/platform/modules/lib/amd64/linux/libjnidispatch-340.so
-%%DATADIR%%/platform/modules/lib/i386/linux/libjnidispatch-340.so
-%%DATADIR%%/platform/modules/lib/libjnidispatch-340.jnilib
-%%DATADIR%%/platform/modules/lib/x86/jnidispatch-340.dll
+%%DATADIR%%/platform/modules/lib/amd64/jnidispatch-410.dll
+%%DATADIR%%/platform/modules/lib/amd64/linux/libjnidispatch-410.so
+%%DATADIR%%/platform/modules/lib/i386/linux/libjnidispatch-410.so
+%%DATADIR%%/platform/modules/lib/libjnidispatch-410.jnilib
+%%DATADIR%%/platform/modules/lib/x86/jnidispatch-410.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
@@ -5951,6 +6144,10 @@
%%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
@@ -5963,6 +6160,10 @@
%%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
@@ -5983,10 +6184,22 @@
%%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
@@ -6039,6 +6252,10 @@
%%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-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
@@ -6055,10 +6272,10 @@
%%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-solaris_ja.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-masterfs-solaris_pt_BR.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-masterfs-solaris_ru.jar
-%%DATADIR%%/platform/modules/locale/org-netbeans-modules-masterfs-solaris_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-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
@@ -6107,6 +6324,14 @@
%%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-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
@@ -6182,15 +6407,20 @@
%%DATADIR%%/platform/modules/org-netbeans-api-visual.jar
%%DATADIR%%/platform/modules/org-netbeans-core-execution.jar
%%DATADIR%%/platform/modules/org-netbeans-core-io-ui.jar
+%%DATADIR%%/platform/modules/org-netbeans-core-multitabs.jar
%%DATADIR%%/platform/modules/org-netbeans-core-multiview.jar
%%DATADIR%%/platform/modules/org-netbeans-core-nativeaccess.jar
%%DATADIR%%/platform/modules/org-netbeans-core-netigso.jar
+%%DATADIR%%/platform/modules/org-netbeans-core-network.jar
%%DATADIR%%/platform/modules/org-netbeans-core-osgi.jar
%%DATADIR%%/platform/modules/org-netbeans-core-output2.jar
%%DATADIR%%/platform/modules/org-netbeans-core-ui.jar
%%DATADIR%%/platform/modules/org-netbeans-core-windows.jar
%%DATADIR%%/platform/modules/org-netbeans-core.jar
+%%DATADIR%%/platform/modules/org-netbeans-lib-uihandler.jar
%%DATADIR%%/platform/modules/org-netbeans-libs-felix.jar
+%%DATADIR%%/platform/modules/org-netbeans-libs-javafx.jar
+%%DATADIR%%/platform/modules/org-netbeans-libs-jna-platform.jar
%%DATADIR%%/platform/modules/org-netbeans-libs-jna.jar
%%DATADIR%%/platform/modules/org-netbeans-libs-jsr223.jar
%%DATADIR%%/platform/modules/org-netbeans-libs-osgi.jar
@@ -6204,11 +6434,12 @@
%%DATADIR%%/platform/modules/org-netbeans-modules-editor-mimelookup.jar
%%DATADIR%%/platform/modules/org-netbeans-modules-favorites.jar
%%DATADIR%%/platform/modules/org-netbeans-modules-javahelp.jar
+%%DATADIR%%/platform/modules/org-netbeans-modules-keyring-fallback.jar
%%DATADIR%%/platform/modules/org-netbeans-modules-keyring-impl.jar
%%DATADIR%%/platform/modules/org-netbeans-modules-keyring.jar
%%DATADIR%%/platform/modules/org-netbeans-modules-masterfs-linux.jar
%%DATADIR%%/platform/modules/org-netbeans-modules-masterfs-macosx.jar
-%%DATADIR%%/platform/modules/org-netbeans-modules-masterfs-solaris.jar
+%%DATADIR%%/platform/modules/org-netbeans-modules-masterfs-nio2.jar
%%DATADIR%%/platform/modules/org-netbeans-modules-masterfs-windows.jar
%%DATADIR%%/platform/modules/org-netbeans-modules-masterfs.jar
%%DATADIR%%/platform/modules/org-netbeans-modules-netbinox.jar
@@ -6221,6 +6452,8 @@
%%DATADIR%%/platform/modules/org-netbeans-modules-sendopts.jar
%%DATADIR%%/platform/modules/org-netbeans-modules-settings.jar
%%DATADIR%%/platform/modules/org-netbeans-modules-spi-actions.jar
+%%DATADIR%%/platform/modules/org-netbeans-modules-templates.jar
+%%DATADIR%%/platform/modules/org-netbeans-modules-uihandler.jar
%%DATADIR%%/platform/modules/org-netbeans-spi-quicksearch.jar
%%DATADIR%%/platform/modules/org-netbeans-swing-outline.jar
%%DATADIR%%/platform/modules/org-netbeans-swing-plaf.jar
@@ -6246,9 +6479,11 @@
%%DATADIR%%/platform/update_tracking/org-netbeans-bootstrap.xml
%%DATADIR%%/platform/update_tracking/org-netbeans-core-execution.xml
%%DATADIR%%/platform/update_tracking/org-netbeans-core-io-ui.xml
+%%DATADIR%%/platform/update_tracking/org-netbeans-core-multitabs.xml
%%DATADIR%%/platform/update_tracking/org-netbeans-core-multiview.xml
%%DATADIR%%/platform/update_tracking/org-netbeans-core-nativeaccess.xml
%%DATADIR%%/platform/update_tracking/org-netbeans-core-netigso.xml
+%%DATADIR%%/platform/update_tracking/org-netbeans-core-network.xml
%%DATADIR%%/platform/update_tracking/org-netbeans-core-osgi.xml
%%DATADIR%%/platform/update_tracking/org-netbeans-core-output2.xml
%%DATADIR%%/platform/update_tracking/org-netbeans-core-startup.xml
@@ -6255,7 +6490,10 @@
%%DATADIR%%/platform/update_tracking/org-netbeans-core-ui.xml
%%DATADIR%%/platform/update_tracking/org-netbeans-core-windows.xml
%%DATADIR%%/platform/update_tracking/org-netbeans-core.xml
+%%DATADIR%%/platform/update_tracking/org-netbeans-lib-uihandler.xml
%%DATADIR%%/platform/update_tracking/org-netbeans-libs-felix.xml
+%%DATADIR%%/platform/update_tracking/org-netbeans-libs-javafx.xml
+%%DATADIR%%/platform/update_tracking/org-netbeans-libs-jna-platform.xml
%%DATADIR%%/platform/update_tracking/org-netbeans-libs-jna.xml
%%DATADIR%%/platform/update_tracking/org-netbeans-libs-jsr223.xml
%%DATADIR%%/platform/update_tracking/org-netbeans-libs-osgi.xml
@@ -6269,11 +6507,12 @@
%%DATADIR%%/platform/update_tracking/org-netbeans-modules-editor-mimelookup.xml
%%DATADIR%%/platform/update_tracking/org-netbeans-modules-favorites.xml
%%DATADIR%%/platform/update_tracking/org-netbeans-modules-javahelp.xml
+%%DATADIR%%/platform/update_tracking/org-netbeans-modules-keyring-fallback.xml
%%DATADIR%%/platform/update_tracking/org-netbeans-modules-keyring-impl.xml
%%DATADIR%%/platform/update_tracking/org-netbeans-modules-keyring.xml
%%DATADIR%%/platform/update_tracking/org-netbeans-modules-masterfs-linux.xml
%%DATADIR%%/platform/update_tracking/org-netbeans-modules-masterfs-macosx.xml
-%%DATADIR%%/platform/update_tracking/org-netbeans-modules-masterfs-solaris.xml
+%%DATADIR%%/platform/update_tracking/org-netbeans-modules-masterfs-nio2.xml
%%DATADIR%%/platform/update_tracking/org-netbeans-modules-masterfs-windows.xml
%%DATADIR%%/platform/update_tracking/org-netbeans-modules-masterfs.xml
%%DATADIR%%/platform/update_tracking/org-netbeans-modules-netbinox.xml
@@ -6286,6 +6525,8 @@
%%DATADIR%%/platform/update_tracking/org-netbeans-modules-sendopts.xml
%%DATADIR%%/platform/update_tracking/org-netbeans-modules-settings.xml
%%DATADIR%%/platform/update_tracking/org-netbeans-modules-spi-actions.xml
+%%DATADIR%%/platform/update_tracking/org-netbeans-modules-templates.xml
+%%DATADIR%%/platform/update_tracking/org-netbeans-modules-uihandler.xml
%%DATADIR%%/platform/update_tracking/org-netbeans-spi-quicksearch.xml
%%DATADIR%%/platform/update_tracking/org-netbeans-swing-outline.xml
%%DATADIR%%/platform/update_tracking/org-netbeans-swing-plaf.xml
@@ -6359,6 +6600,7 @@
%%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
@@ -6529,6 +6771,7 @@
%%DATADIR%%/profiler/remote-pack-defs/profile-linuxamd64-15.sh
%%DATADIR%%/profiler/remote-pack-defs/profile-linuxamd64-16.sh
%%DATADIR%%/profiler/remote-pack-defs/profile-linuxarm-16.sh
+%%DATADIR%%/profiler/remote-pack-defs/profile-linuxarmvfphflt-16.sh
%%DATADIR%%/profiler/remote-pack-defs/profile-mac-15.sh
%%DATADIR%%/profiler/remote-pack-defs/profile-mac-16.sh
%%DATADIR%%/profiler/remote-pack-defs/profile-solamd64-15.sh
@@ -6573,27 +6816,74 @@
%%DATADIR%%/profiler/update_tracking/org-netbeans-modules-profiler.xml
%%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-libs-jstestdriver.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
%%DATADIR%%/webcommon/config/Modules/org-netbeans-modules-javascript-jstestdriver.xml
+%%DATADIR%%/webcommon/config/Modules/org-netbeans-modules-javascript-karma.xml
%%DATADIR%%/webcommon/config/Modules/org-netbeans-modules-languages-apacheconf.xml
%%DATADIR%%/webcommon/config/Modules/org-netbeans-modules-languages-ini.xml
-%%DATADIR%%/webcommon/config/Modules/org-netbeans-modules-languages-neon.xml
+%%DATADIR%%/webcommon/config/Modules/org-netbeans-modules-netserver.xml
%%DATADIR%%/webcommon/config/Modules/org-netbeans-modules-web-client-kit.xml
%%DATADIR%%/webcommon/config/Modules/org-netbeans-modules-web-client-samples.xml
%%DATADIR%%/webcommon/config/Modules/org-netbeans-modules-web-clientproject-api.xml
-%%DATADIR%%/webcommon/config/Modules/org-netbeans-modules-web-clientproject-helpset.xml
%%DATADIR%%/webcommon/config/Modules/org-netbeans-modules-web-clientproject.xml
%%DATADIR%%/webcommon/config/Modules/org-netbeans-modules-web-inspect.xml
%%DATADIR%%/webcommon/config/Modules/org-netbeans-modules-web-javascript-debugger.xml
+%%DATADIR%%/webcommon/config/Modules/org-netbeans-modules-web-webkit-tooling.xml
+%%DATADIR%%/webcommon/karma/karma-netbeans-reporter/index.js
+%%DATADIR%%/webcommon/karma/karma-netbeans-reporter/package.json
+%%DATADIR%%/webcommon/karma/karma-netbeans.conf.js
+%%DATADIR%%/webcommon/modules/ext/cdnjs.zip
+%%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-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-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-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-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
@@ -6602,10 +6892,10 @@
%%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-languages-neon_ja.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-languages-neon_pt_BR.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-languages-neon_ru.jar
-%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-languages-neon_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-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
@@ -6630,30 +6920,48 @@
%%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-libs-jstestdriver.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
%%DATADIR%%/webcommon/modules/org-netbeans-modules-javascript-jstestdriver.jar
+%%DATADIR%%/webcommon/modules/org-netbeans-modules-javascript-karma.jar
%%DATADIR%%/webcommon/modules/org-netbeans-modules-languages-apacheconf.jar
%%DATADIR%%/webcommon/modules/org-netbeans-modules-languages-ini.jar
-%%DATADIR%%/webcommon/modules/org-netbeans-modules-languages-neon.jar
+%%DATADIR%%/webcommon/modules/org-netbeans-modules-netserver.jar
%%DATADIR%%/webcommon/modules/org-netbeans-modules-web-client-kit.jar
%%DATADIR%%/webcommon/modules/org-netbeans-modules-web-client-samples.jar
%%DATADIR%%/webcommon/modules/org-netbeans-modules-web-clientproject-api.jar
-%%DATADIR%%/webcommon/modules/org-netbeans-modules-web-clientproject-helpset.jar
%%DATADIR%%/webcommon/modules/org-netbeans-modules-web-clientproject.jar
%%DATADIR%%/webcommon/modules/org-netbeans-modules-web-inspect.jar
%%DATADIR%%/webcommon/modules/org-netbeans-modules-web-javascript-debugger.jar
+%%DATADIR%%/webcommon/modules/org-netbeans-modules-web-webkit-tooling.jar
%%DATADIR%%/webcommon/update_tracking/org-netbeans-libs-jstestdriver.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
%%DATADIR%%/webcommon/update_tracking/org-netbeans-modules-javascript-jstestdriver.xml
+%%DATADIR%%/webcommon/update_tracking/org-netbeans-modules-javascript-karma.xml
%%DATADIR%%/webcommon/update_tracking/org-netbeans-modules-languages-apacheconf.xml
%%DATADIR%%/webcommon/update_tracking/org-netbeans-modules-languages-ini.xml
-%%DATADIR%%/webcommon/update_tracking/org-netbeans-modules-languages-neon.xml
+%%DATADIR%%/webcommon/update_tracking/org-netbeans-modules-netserver.xml
%%DATADIR%%/webcommon/update_tracking/org-netbeans-modules-web-client-kit.xml
%%DATADIR%%/webcommon/update_tracking/org-netbeans-modules-web-client-samples.xml
%%DATADIR%%/webcommon/update_tracking/org-netbeans-modules-web-clientproject-api.xml
-%%DATADIR%%/webcommon/update_tracking/org-netbeans-modules-web-clientproject-helpset.xml
%%DATADIR%%/webcommon/update_tracking/org-netbeans-modules-web-clientproject.xml
%%DATADIR%%/webcommon/update_tracking/org-netbeans-modules-web-inspect.xml
%%DATADIR%%/webcommon/update_tracking/org-netbeans-modules-web-javascript-debugger.xml
+%%DATADIR%%/webcommon/update_tracking/org-netbeans-modules-web-webkit-tooling.xml
%%DATADIR%%/websvccommon/.lastModified
%%DATADIR%%/websvccommon/VERSION.txt
%%DATADIR%%/websvccommon/config/Modules/org-netbeans-modules-websvc-jaxwsmodelapi.xml
@@ -6665,7 +6973,6 @@
%%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-twitter.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
@@ -6707,10 +7014,6 @@
%%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-twitter_ja.jar
-%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-twitter_pt_BR.jar
-%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-twitter_ru.jar
-%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-twitter_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
@@ -6736,7 +7039,6 @@
%%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-twitter.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
@@ -6750,474 +7052,7 @@
%%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-twitter.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
- at dirrm %%DATADIR%%/websvccommon/update_tracking
- at dirrm %%DATADIR%%/websvccommon/modules/locale
- at dirrm %%DATADIR%%/websvccommon/modules/ext
- at dirrm %%DATADIR%%/websvccommon/modules
- at dirrm %%DATADIR%%/websvccommon/config/Modules
- at dirrm %%DATADIR%%/websvccommon/config
- at dirrm %%DATADIR%%/websvccommon
- at dirrm %%DATADIR%%/webcommon/update_tracking
- at dirrm %%DATADIR%%/webcommon/modules/locale
- at dirrm %%DATADIR%%/webcommon/modules/ext
- at dirrm %%DATADIR%%/webcommon/modules
- at dirrm %%DATADIR%%/webcommon/config/Modules
- at dirrm %%DATADIR%%/webcommon/config
- at dirrm %%DATADIR%%/webcommon
- at dirrm %%DATADIR%%/profiler/update_tracking
- at dirrm %%DATADIR%%/profiler/remote-pack-defs
- at dirrm %%DATADIR%%/profiler/modules/locale
- at dirrm %%DATADIR%%/profiler/modules
- at dirrm %%DATADIR%%/profiler/lib/locale
- at dirrm %%DATADIR%%/profiler/lib/deployed/jdk16/windows-amd64
- at dirrm %%DATADIR%%/profiler/lib/deployed/jdk16/windows
- at dirrm %%DATADIR%%/profiler/lib/deployed/jdk16/solaris-sparcv9
- at dirrm %%DATADIR%%/profiler/lib/deployed/jdk16/solaris-sparc
- at dirrm %%DATADIR%%/profiler/lib/deployed/jdk16/solaris-i386
- at dirrm %%DATADIR%%/profiler/lib/deployed/jdk16/solaris-amd64
- at dirrm %%DATADIR%%/profiler/lib/deployed/jdk16/mac
- at dirrm %%DATADIR%%/profiler/lib/deployed/jdk16/linux-arm
- at dirrm %%DATADIR%%/profiler/lib/deployed/jdk16/linux-amd64
- at dirrm %%DATADIR%%/profiler/lib/deployed/jdk16/linux
- at dirrm %%DATADIR%%/profiler/lib/deployed/jdk16/hpux-pa_risc2.0w
- at dirrm %%DATADIR%%/profiler/lib/deployed/jdk16/hpux-pa_risc2.0
- at dirrm %%DATADIR%%/profiler/lib/deployed/jdk16
- at dirrm %%DATADIR%%/profiler/lib/deployed/jdk15/windows-amd64
- at dirrm %%DATADIR%%/profiler/lib/deployed/jdk15/windows
- at dirrm %%DATADIR%%/profiler/lib/deployed/jdk15/solaris-sparcv9
- at dirrm %%DATADIR%%/profiler/lib/deployed/jdk15/solaris-sparc
- at dirrm %%DATADIR%%/profiler/lib/deployed/jdk15/solaris-i386
- at dirrm %%DATADIR%%/profiler/lib/deployed/jdk15/solaris-amd64
- at dirrm %%DATADIR%%/profiler/lib/deployed/jdk15/mac
- at dirrm %%DATADIR%%/profiler/lib/deployed/jdk15/linux-amd64
- at dirrm %%DATADIR%%/profiler/lib/deployed/jdk15/linux
- at dirrm %%DATADIR%%/profiler/lib/deployed/jdk15/hpux-pa_risc2.0w
- at dirrm %%DATADIR%%/profiler/lib/deployed/jdk15/hpux-pa_risc2.0
- at dirrm %%DATADIR%%/profiler/lib/deployed/jdk15
- at dirrm %%DATADIR%%/profiler/lib/deployed/cvm/windows
- at dirrm %%DATADIR%%/profiler/lib/deployed/cvm/linux
- at dirrm %%DATADIR%%/profiler/lib/deployed/cvm
- at dirrm %%DATADIR%%/profiler/lib/deployed
- at dirrm %%DATADIR%%/profiler/lib
- at dirrm %%DATADIR%%/profiler/config/Modules
- at dirrm %%DATADIR%%/profiler/config
- at dirrm %%DATADIR%%/profiler/ant/nblib
- at dirrm %%DATADIR%%/profiler/ant
- at dirrm %%DATADIR%%/profiler
- at dirrm %%DATADIR%%/platform/update_tracking
- at dirrm %%DATADIR%%/platform/modules/locale
- at dirrm %%DATADIR%%/platform/modules/lib/x86
- at dirrm %%DATADIR%%/platform/modules/lib/i386/linux
- at dirrm %%DATADIR%%/platform/modules/lib/i386
- at dirrm %%DATADIR%%/platform/modules/lib/amd64/linux
- at dirrm %%DATADIR%%/platform/modules/lib/amd64
- at dirrm %%DATADIR%%/platform/modules/lib
- at dirrm %%DATADIR%%/platform/modules/ext/locale
- at dirrm %%DATADIR%%/platform/modules/ext
- at dirrm %%DATADIR%%/platform/modules
- at dirrm %%DATADIR%%/platform/lib/locale
- at dirrm %%DATADIR%%/platform/lib
- at dirrm %%DATADIR%%/platform/docs
- at dirrm %%DATADIR%%/platform/core/locale
- at dirrm %%DATADIR%%/platform/core
- at dirrm %%DATADIR%%/platform/config/Modules
- at dirrm %%DATADIR%%/platform/config/ModuleAutoDeps
- at dirrm %%DATADIR%%/platform/config
- at dirrm %%DATADIR%%/platform
- at dirrm %%DATADIR%%/php/zend
- at dirrm %%DATADIR%%/php/update_tracking
- at dirrm %%DATADIR%%/php/phpunit
- at dirrm %%DATADIR%%/php/phpstubs/phpruntime
- at dirrm %%DATADIR%%/php/phpstubs
- at dirrm %%DATADIR%%/php/modules/locale
- at dirrm %%DATADIR%%/php/modules/ext
- at dirrm %%DATADIR%%/php/modules/docs
- at dirrm %%DATADIR%%/php/modules
- at dirrm %%DATADIR%%/php/hudson
- at dirrm %%DATADIR%%/php/docs
- at dirrm %%DATADIR%%/php/config/Modules
- at dirrm %%DATADIR%%/php/config
- at dirrm %%DATADIR%%/php
- at dirrm %%DATADIR%%/nb/update_tracking
- at dirrm %%DATADIR%%/nb/modules/locale
- at dirrm %%DATADIR%%/nb/modules/ext/locale
- at dirrm %%DATADIR%%/nb/modules/ext
- at dirrm %%DATADIR%%/nb/modules
- at dirrm %%DATADIR%%/nb/docs/images
- at dirrm %%DATADIR%%/nb/docs
- at dirrm %%DATADIR%%/nb/core/locale
- at dirrm %%DATADIR%%/nb/core
- at dirrm %%DATADIR%%/nb/config/Modules
- at dirrm %%DATADIR%%/nb/config
- at dirrm %%DATADIR%%/nb
- at dirrm %%DATADIR%%/mobility/update_tracking
- at dirrm %%DATADIR%%/mobility/sources
- at dirrm %%DATADIR%%/mobility/modules/scr
- at dirrm %%DATADIR%%/mobility/modules/locale
- at dirrm %%DATADIR%%/mobility/modules/lib
- at dirrm %%DATADIR%%/mobility/modules/ext
- at dirrm %%DATADIR%%/mobility/modules/docs
- at dirrm %%DATADIR%%/mobility/modules
- at dirrm %%DATADIR%%/mobility/config/Modules
- at dirrm %%DATADIR%%/mobility/config
- at dirrm %%DATADIR%%/mobility/ant/nblib/locale
- at dirrm %%DATADIR%%/mobility/ant/nblib
- at dirrm %%DATADIR%%/mobility/ant
- at dirrm %%DATADIR%%/mobility
- at dirrm %%DATADIR%%/javafx/update_tracking
- at dirrm %%DATADIR%%/javafx/modules/locale
- at dirrm %%DATADIR%%/javafx/modules
- at dirrm %%DATADIR%%/javafx/config/Modules
- at dirrm %%DATADIR%%/javafx/config
- at dirrm %%DATADIR%%/javafx
- at dirrm %%DATADIR%%/javacard/update_tracking
- at dirrm %%DATADIR%%/javacard/modules/locale
- at dirrm %%DATADIR%%/javacard/modules/ext
- at dirrm %%DATADIR%%/javacard/modules/docs
- at dirrm %%DATADIR%%/javacard/modules
- at dirrm %%DATADIR%%/javacard/javacard302
- at dirrm %%DATADIR%%/javacard/config/Modules
- at dirrm %%DATADIR%%/javacard/config
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/src/com/sun/jchowto/helloworld
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/src/com/sun/jchowto
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/src/com/sun
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/src/com
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/src
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/nbproject/private
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/nbproject
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/html/images
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/html
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/WEB-INF
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/META-INF
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/keystore
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets/HelloWorld/src/com/sun/jchowto/helloworld
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets/HelloWorld/src/com/sun/jchowto
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets/HelloWorld/src/com/sun
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets/HelloWorld/src/com
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets/HelloWorld/src
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets/HelloWorld/scripts
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets/HelloWorld/nbproject/private
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets/HelloWorld/nbproject
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets/HelloWorld/META-INF
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets/HelloWorld/APPLET-INF
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets/HelloWorld
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_applets/HelloWorld/src/com/sun/jcclassic/samples/helloworld
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_applets/HelloWorld/src/com/sun/jcclassic/samples
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_applets/HelloWorld/src/com/sun/jcclassic
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_applets/HelloWorld/src/com/sun
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_applets/HelloWorld/src/com
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_applets/HelloWorld/src
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_applets/HelloWorld/scripts
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_applets/HelloWorld/nbproject
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_applets/HelloWorld/META-INF
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_applets/HelloWorld/APPLET-INF
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_applets/HelloWorld
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_applets
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/lib/locale
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/lib
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/legal
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/resources
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/javacardx/spi/security
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/javacardx/spi/framework
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/javacardx/spi/cardmgmt
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/javacardx/spi
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/javacardx
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/com/sun/javacard/spi/security
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/com/sun/javacard/spi/cardmgmt
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/com/sun/javacard/spi
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/com/sun/javacard
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/com/sun
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/com
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/resources
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/http
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/pki
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/io
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/servlet/http
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/servlet
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/security
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/io
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/util/intx
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/util
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/tlv
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/math
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/facilities
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/external
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/crypto
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/biometry
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/apdu
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/service
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/util
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/security
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/rmi
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/annotation
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/resources
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/shared/chars
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/shared
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/figures
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/bin
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx/framework/util/javacard
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx/framework/util/intx/javacard
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx/framework/util/intx
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx/framework/util
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx/framework/tlv/javacard
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx/framework/tlv
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx/framework/math/javacard
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx/framework/math
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx/framework
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx/external/javacard
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx/external
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx/crypto/javacard
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx/crypto
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx/biometry/javacard
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx/biometry
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx/apdu/javacard
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx/apdu
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacard/security/javacard
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacard/security
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacard/framework/service/javacard
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacard/framework/service
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacard/framework/javacard
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacard/framework
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacard
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/java/rmi/javacard
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/java/rmi
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/java/lang/javacard
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/java/lang
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/java/io/javacard
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/java/io
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/java
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/Uninstaller
- at dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition
- at dirrm %%DATADIR%%/javacard
- at dirrm %%DATADIR%%/java/update_tracking
- at dirrm %%DATADIR%%/java/sources/org/netbeans/lib/awtextra
- at dirrm %%DATADIR%%/java/sources/org/netbeans/lib
- at dirrm %%DATADIR%%/java/sources/org/netbeans
- at dirrm %%DATADIR%%/java/sources/org
- at dirrm %%DATADIR%%/java/sources
- at dirrm %%DATADIR%%/java/modules/locale
- at dirrm %%DATADIR%%/java/modules/ext/spring-3.0
- at dirrm %%DATADIR%%/java/modules/ext/spring
- at dirrm %%DATADIR%%/java/modules/ext/maven/rootpackage
- at dirrm %%DATADIR%%/java/modules/ext/maven
- at dirrm %%DATADIR%%/java/modules/ext/jaxws22/api
- at dirrm %%DATADIR%%/java/modules/ext/jaxws22
- at dirrm %%DATADIR%%/java/modules/ext/hibernate
- at dirrm %%DATADIR%%/java/modules/ext/eclipselink
- at dirrm %%DATADIR%%/java/modules/ext
- at dirrm %%DATADIR%%/java/modules/docs
- at dirrm %%DATADIR%%/java/modules
- at dirrm %%DATADIR%%/java/maven/lib/ext
- at dirrm %%DATADIR%%/java/maven/lib
- at dirrm %%DATADIR%%/java/maven/conf
- at dirrm %%DATADIR%%/java/maven/boot
- at dirrm %%DATADIR%%/java/maven/bin
- at dirrm %%DATADIR%%/java/maven
- at dirrm %%DATADIR%%/java/docs
- at dirrm %%DATADIR%%/java/config/Modules
- at dirrm %%DATADIR%%/java/config/ModuleAutoDeps
- at dirrm %%DATADIR%%/java/config
- at dirrm %%DATADIR%%/java/ant/nblib/locale
- at dirrm %%DATADIR%%/java/ant/nblib
- at dirrm %%DATADIR%%/java/ant/lib
- at dirrm %%DATADIR%%/java/ant/extra
- at dirrm %%DATADIR%%/java/ant/etc/checkstyle
- at dirrm %%DATADIR%%/java/ant/etc
- at dirrm %%DATADIR%%/java/ant/bin
- at dirrm %%DATADIR%%/java/ant
- at dirrm %%DATADIR%%/java
- at dirrm %%DATADIR%%/ide/update_tracking
- at dirrm %%DATADIR%%/ide/modules/locale
- at dirrm %%DATADIR%%/ide/modules/lib
- at dirrm %%DATADIR%%/ide/modules/ext/locale
- at dirrm %%DATADIR%%/ide/modules/ext/jaxb/api
- at dirrm %%DATADIR%%/ide/modules/ext/jaxb
- at dirrm %%DATADIR%%/ide/modules/ext
- at dirrm %%DATADIR%%/ide/modules/docs
- at dirrm %%DATADIR%%/ide/modules/dict
- at dirrm %%DATADIR%%/ide/modules
- at dirrm %%DATADIR%%/ide/jsstubs
- at dirrm %%DATADIR%%/ide/docs/org/netbeans/modules/usersguide
- at dirrm %%DATADIR%%/ide/docs/org/netbeans/modules
- at dirrm %%DATADIR%%/ide/docs/org/netbeans
- at dirrm %%DATADIR%%/ide/docs/org
- at dirrm %%DATADIR%%/ide/docs
- at dirrm %%DATADIR%%/ide/config/Modules
- at dirrm %%DATADIR%%/ide/config/ModuleAutoDeps
- at dirrm %%DATADIR%%/ide/config
- at dirrm %%DATADIR%%/ide/bin/nativeexecution/Windows-x86_64
- at dirrm %%DATADIR%%/ide/bin/nativeexecution/Windows-x86
- at dirrm %%DATADIR%%/ide/bin/nativeexecution/SunOS-x86_64
- at dirrm %%DATADIR%%/ide/bin/nativeexecution/SunOS-x86
- at dirrm %%DATADIR%%/ide/bin/nativeexecution/SunOS-sparc_64
- at dirrm %%DATADIR%%/ide/bin/nativeexecution/SunOS-sparc
- at dirrm %%DATADIR%%/ide/bin/nativeexecution/MacOSX-x86_64
- at dirrm %%DATADIR%%/ide/bin/nativeexecution/MacOSX-x86
- at dirrm %%DATADIR%%/ide/bin/nativeexecution/Linux-x86_64
- at dirrm %%DATADIR%%/ide/bin/nativeexecution/Linux-x86
- at dirrm %%DATADIR%%/ide/bin/nativeexecution
- at dirrm %%DATADIR%%/ide/bin
- at dirrm %%DATADIR%%/ide/ant/nblib
- at dirrm %%DATADIR%%/ide/ant
- at dirrm %%DATADIR%%/ide
- at dirrm %%DATADIR%%/harness/update_tracking
- at dirrm %%DATADIR%%/harness/nbi/stub/ext/infra/build/products/helloworld
- at dirrm %%DATADIR%%/harness/nbi/stub/ext/infra/build/products
- at dirrm %%DATADIR%%/harness/nbi/stub/ext/infra/build/engine
- at dirrm %%DATADIR%%/harness/nbi/stub/ext/infra/build
- at dirrm %%DATADIR%%/harness/nbi/stub/ext/infra
- at dirrm %%DATADIR%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer/wizard/components/sequences
- at dirrm %%DATADIR%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer/wizard/components/panels/resources
- at dirrm %%DATADIR%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer/wizard/components/panels
- at dirrm %%DATADIR%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer/wizard/components/actions
- at dirrm %%DATADIR%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer/wizard/components
- at dirrm %%DATADIR%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer/wizard
- at dirrm %%DATADIR%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer/utils/applications
- at dirrm %%DATADIR%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer/utils
- at dirrm %%DATADIR%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer
- at dirrm %%DATADIR%%/harness/nbi/stub/ext/engine/src/org/mycompany
- at dirrm %%DATADIR%%/harness/nbi/stub/ext/engine/src/org
- at dirrm %%DATADIR%%/harness/nbi/stub/ext/engine/src/native/launcher/windows/i18n
- at dirrm %%DATADIR%%/harness/nbi/stub/ext/engine/src/native/launcher/windows
- at dirrm %%DATADIR%%/harness/nbi/stub/ext/engine/src/native/launcher/unix/i18n
- at dirrm %%DATADIR%%/harness/nbi/stub/ext/engine/src/native/launcher/unix
- at dirrm %%DATADIR%%/harness/nbi/stub/ext/engine/src/native/launcher
- at dirrm %%DATADIR%%/harness/nbi/stub/ext/engine/src/native
- at dirrm %%DATADIR%%/harness/nbi/stub/ext/engine/src/data
- at dirrm %%DATADIR%%/harness/nbi/stub/ext/engine/src
- at dirrm %%DATADIR%%/harness/nbi/stub/ext/engine/nbproject
- at dirrm %%DATADIR%%/harness/nbi/stub/ext/engine
- at dirrm %%DATADIR%%/harness/nbi/stub/ext/components/products/helloworld/src/org/mycompany/wizard/panels
- at dirrm %%DATADIR%%/harness/nbi/stub/ext/components/products/helloworld/src/org/mycompany/wizard
- at dirrm %%DATADIR%%/harness/nbi/stub/ext/components/products/helloworld/src/org/mycompany
- at dirrm %%DATADIR%%/harness/nbi/stub/ext/components/products/helloworld/src/org
- at dirrm %%DATADIR%%/harness/nbi/stub/ext/components/products/helloworld/src
- at dirrm %%DATADIR%%/harness/nbi/stub/ext/components/products/helloworld/nbproject
- at dirrm %%DATADIR%%/harness/nbi/stub/ext/components/products/helloworld/data
- at dirrm %%DATADIR%%/harness/nbi/stub/ext/components/products/helloworld
- at dirrm %%DATADIR%%/harness/nbi/stub/ext/components/products
- at dirrm %%DATADIR%%/harness/nbi/stub/ext/components
- at dirrm %%DATADIR%%/harness/nbi/stub/ext
- at dirrm %%DATADIR%%/harness/nbi/stub
- at dirrm %%DATADIR%%/harness/nbi/.common
- at dirrm %%DATADIR%%/harness/nbi
- at dirrm %%DATADIR%%/harness/modules/locale
- at dirrm %%DATADIR%%/harness/modules/ext/locale
- at dirrm %%DATADIR%%/harness/modules/ext
- at dirrm %%DATADIR%%/harness/modules
- at dirrm %%DATADIR%%/harness/launchers
- at dirrm %%DATADIR%%/harness/jnlp
- at dirrm %%DATADIR%%/harness/etc
- at dirrm %%DATADIR%%/harness/docs
- at dirrm %%DATADIR%%/harness/config/Modules
- at dirrm %%DATADIR%%/harness/config
- at dirrm %%DATADIR%%/harness/antlib
- at dirrm %%DATADIR%%/harness
- at dirrm %%DATADIR%%/groovy/update_tracking
- at dirrm %%DATADIR%%/groovy/modules/locale
- at dirrm %%DATADIR%%/groovy/modules/ext
- at dirrm %%DATADIR%%/groovy/modules
- at dirrm %%DATADIR%%/groovy/config/Modules
- at dirrm %%DATADIR%%/groovy/config
- at dirrm %%DATADIR%%/groovy
- at dirrm %%DATADIR%%/etc
- at dirrm %%DATADIR%%/ergonomics/update_tracking
- at dirrm %%DATADIR%%/ergonomics/modules/locale
- at dirrm %%DATADIR%%/ergonomics/modules
- at dirrm %%DATADIR%%/ergonomics/config/Modules
- at dirrm %%DATADIR%%/ergonomics/config
- at dirrm %%DATADIR%%/ergonomics
- at dirrm %%DATADIR%%/enterprise/update_tracking
- at dirrm %%DATADIR%%/enterprise/modules/locale
- at dirrm %%DATADIR%%/enterprise/modules/ext/struts
- at dirrm %%DATADIR%%/enterprise/modules/ext/spring
- at dirrm %%DATADIR%%/enterprise/modules/ext/rest
- at dirrm %%DATADIR%%/enterprise/modules/ext/primefaces
- at dirrm %%DATADIR%%/enterprise/modules/ext/metro
- at dirrm %%DATADIR%%/enterprise/modules/ext/locale
- at dirrm %%DATADIR%%/enterprise/modules/ext/jsf-2_1
- at dirrm %%DATADIR%%/enterprise/modules/ext/jsf-1_2
- at dirrm %%DATADIR%%/enterprise/modules/ext/javaee6-endorsed
- at dirrm %%DATADIR%%/enterprise/modules/ext/aws-sdk
- at dirrm %%DATADIR%%/enterprise/modules/ext
- at dirrm %%DATADIR%%/enterprise/modules/docs
- at dirrm %%DATADIR%%/enterprise/modules
- at dirrm %%DATADIR%%/enterprise/docs
- at dirrm %%DATADIR%%/enterprise/config/Modules
- at dirrm %%DATADIR%%/enterprise/config
- at dirrm %%DATADIR%%/enterprise/ant/sources/org/netbeans/modules/web/project/ant
- at dirrm %%DATADIR%%/enterprise/ant/sources/org/netbeans/modules/web/project
- at dirrm %%DATADIR%%/enterprise/ant/sources/org/netbeans/modules/web
- at dirrm %%DATADIR%%/enterprise/ant/sources/org/netbeans/modules
- at dirrm %%DATADIR%%/enterprise/ant/sources/org/netbeans
- at dirrm %%DATADIR%%/enterprise/ant/sources/org
- at dirrm %%DATADIR%%/enterprise/ant/sources
- at dirrm %%DATADIR%%/enterprise/ant/nblib/locale
- at dirrm %%DATADIR%%/enterprise/ant/nblib
- at dirrm %%DATADIR%%/enterprise/ant/extra
- at dirrm %%DATADIR%%/enterprise/ant
- at dirrm %%DATADIR%%/enterprise
- at dirrm %%DATADIR%%/dlight/update_tracking
- at dirrm %%DATADIR%%/dlight/modules/locale
- at dirrm %%DATADIR%%/dlight/modules
- at dirrm %%DATADIR%%/dlight/config/Modules
- at dirrm %%DATADIR%%/dlight/config
- at dirrm %%DATADIR%%/dlight
- at dirrm %%DATADIR%%/cnd/update_tracking
- at dirrm %%DATADIR%%/cnd/modules/locale
- at dirrm %%DATADIR%%/cnd/modules/docs
- at dirrm %%DATADIR%%/cnd/modules
- at dirrm %%DATADIR%%/cnd/config/Modules
- at dirrm %%DATADIR%%/cnd/config
- at dirrm %%DATADIR%%/cnd/bin/SunOS-x86_64
- at dirrm %%DATADIR%%/cnd/bin/SunOS-x86
- at dirrm %%DATADIR%%/cnd/bin/SunOS-sparc_64
- at dirrm %%DATADIR%%/cnd/bin/SunOS-sparc
- at dirrm %%DATADIR%%/cnd/bin/MacOSX-x86_64
- at dirrm %%DATADIR%%/cnd/bin/MacOSX-x86
- at dirrm %%DATADIR%%/cnd/bin/Linux-x86_64
- at dirrm %%DATADIR%%/cnd/bin/Linux-x86
- at dirrm %%DATADIR%%/cnd/bin
- at dirrm %%DATADIR%%/cnd
- at dirrm %%DATADIR%%/bin
- at dirrm %%DATADIR%%/apisupport/update_tracking
- at dirrm %%DATADIR%%/apisupport/modules/locale
- at dirrm %%DATADIR%%/apisupport/modules
- at dirrm %%DATADIR%%/apisupport/config/Modules
- at dirrm %%DATADIR%%/apisupport/config
- at dirrm %%DATADIR%%/apisupport/ant/nblib
- at dirrm %%DATADIR%%/apisupport/ant
- at dirrm %%DATADIR%%/apisupport
- at dirrm %%DATADIR%%
More information about the Midnightbsd-cvs
mailing list