diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2013-02-26 11:02:27 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2013-02-26 11:02:27 +0000 |
commit | b2ea77ac11dd2501ddbb580d6be69cc5e871c781 (patch) | |
tree | 643d1fc6db6d5dd068fc9ac9523f2e4270430027 /java | |
parent | ba181920a6e8f248a5bf3ed833f1703dc9e8996e (diff) | |
download | ports-b2ea77ac11dd2501ddbb580d6be69cc5e871c781.tar.gz ports-b2ea77ac11dd2501ddbb580d6be69cc5e871c781.zip |
Notes
Diffstat (limited to 'java')
-rw-r--r-- | java/netbeans/Makefile | 16 | ||||
-rw-r--r-- | java/netbeans/distinfo | 4 | ||||
-rw-r--r-- | java/netbeans/files/patch-platform-lib_nbexec | 700 | ||||
-rw-r--r-- | java/netbeans/pkg-plist | 14327 |
4 files changed, 7831 insertions, 7216 deletions
diff --git a/java/netbeans/Makefile b/java/netbeans/Makefile index 30566b651f1e..5afb0f6f3c73 100644 --- a/java/netbeans/Makefile +++ b/java/netbeans/Makefile @@ -1,18 +1,12 @@ -# ex:ts=8 -# New ports collection makefile for: netbeans -# Date Created: 2 Jun 2003 -# Whom: olgeni@FreeBSD.org -# +# Created by: olgeni@FreeBSD.org # $FreeBSD$ -# PORTNAME= netbeans -PORTVERSION= 7.2.1 -PORTREVISION= 1 +PORTVERSION= 7.3 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}-201210100934-ml +DISTNAME= netbeans-${PORTVERSION}-201302132200 MAINTAINER= gahr@FreeBSD.org COMMENT= A full-featured integrated environment for Java @@ -35,10 +29,10 @@ DESKTOP_ENTRIES="NetBeans" \ ${FALSE} post-patch: - @${REINPLACE_CMD} -i "" -e '19s|#||;19s|/path/to/jdk|${JAVA_HOME}|' \ + @${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|%%FGREP%%|`which fgrep`|g;s|%%AWK%%|${AWK}|g' \ + s|%%GREP%%|${GREP}|g;s|%%SED%%|${SED}|g;s|%%AWK%%|${AWK}|g' \ ${WRKSRC}/platform/lib/nbexec @${FIND} ${WRKSRC} -name "*.orig" -delete diff --git a/java/netbeans/distinfo b/java/netbeans/distinfo index 528964fdbeae..cd367602d53e 100644 --- a/java/netbeans/distinfo +++ b/java/netbeans/distinfo @@ -1,2 +1,2 @@ -SHA256 (netbeans-7.2.1-201210100934-ml.zip) = 2c798e8ebc5b9f6a73bfe06b5d7d6ce190343c7121f5cd60e98efb23044fb28f -SIZE (netbeans-7.2.1-201210100934-ml.zip) = 271606944 +SHA256 (netbeans-7.3-201302132200.zip) = 0c1fbb318086ecb1cda8393f8f501e887a46af1c492776353e1e162bfd3f0559 +SIZE (netbeans-7.3-201302132200.zip) = 281722325 diff --git a/java/netbeans/files/patch-platform-lib_nbexec b/java/netbeans/files/patch-platform-lib_nbexec index 77560f5ebec4..88fb29ee3666 100644 --- a/java/netbeans/files/patch-platform-lib_nbexec +++ b/java/netbeans/files/patch-platform-lib_nbexec @@ -1,99 +1,603 @@ ---- platform/lib/nbexec.orig 2011-05-25 09:06:02.000000000 +0200 -+++ platform/lib/nbexec 2011-05-25 09:11:16.000000000 +0200 -@@ -182,7 +182,7 @@ - # if heap dump on OOME is supported enable it - if "${jdkhome}/bin/java" -XX:+HeapDumpOnOutOfMemoryError > /dev/null 2>&1 ; then - jargs="$jargs -XX:+HeapDumpOnOutOfMemoryError" -- if echo $jargs | grep -v -- "-XX:HeapDumpPath=" > /dev/null ; then -+ if echo $jargs | %%GREP%% -v -- "-XX:HeapDumpPath=" > /dev/null ; then - jargs="$jargs -XX:HeapDumpPath=\"${userdir}/var/log/heapdump.hprof\"" - fi - fi -@@ -201,7 +201,7 @@ - if [ "`echo "${dir}"/*.$ex`" != "${dir}/*.$ex" ] ; then - for x in "${dir}"/*.$ex ; do - subx=`basename "$x"` -- if echo "$paths" | fgrep -v "$subpath$subx" > /dev/null ; then -+ if echo "$paths" | %%GREP%% -v "$subpath$subx" > /dev/null ; then - if [ ! -z "$cp" ] ; then cp="$cp:" ; fi - cp="$cp$x" - if [ ! -z "$paths" ] ; then paths="$paths:" ; fi -@@ -345,7 +345,7 @@ - } - - detect_gnome_proxy () { -- gconftool=/usr/bin/gconftool-2 +--- 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 -@@ -354,7 +354,7 @@ - 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 | /bin/sed 's/\]//'` -+ http_non_proxy_hosts=`echo $http_non_proxy_hosts | %%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` -@@ -386,26 +386,26 @@ - detect_kde_proxy () { - kioslaverc="${HOME}/.kde/share/config/kioslaverc" - if [ -f $kioslaverc ] ; then -- if /bin/grep 'ProxyType=1' "$kioslaverc" >/dev/null 2>&1; then -- http_proxy_tmp=`/bin/grep 'httpProxy=http://' "$kioslaverc"` -+ if %%GREP%% 'ProxyType=1' "$kioslaverc" >/dev/null 2>&1; then -+ http_proxy_tmp=`%%GREP%% 'httpProxy=http://' "$kioslaverc"` - if [ $? ] ; then -- http_proxy_tmp=`echo $http_proxy_tmp | /bin/sed 's/httpProxy=http:\/\///'` -+ http_proxy_tmp=`echo $http_proxy_tmp | %%SED%% 's/httpProxy=http:\/\///'` - return 0 - fi -- http_non_proxy_hosts=`/bin/grep 'NoProxyFor=' "$kioslaverc"` -+ http_non_proxy_hosts=`%%GREP%% 'NoProxyFor=' "$kioslaverc"` - if [ $? ] ; then -- http_non_proxy_hosts=`echo $http_non_proxy_hosts | /bin/sed 's/NoProxyFor=//'` -+ http_non_proxy_hosts=`echo $http_non_proxy_hosts | %%SED%% 's/NoProxyFor=//'` - fi - else -- if /bin/grep 'ProxyType=0' "$kioslaverc" >/dev/null 2>&1; then -+ if %%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 /bin/grep 'ProxyType=2' "$kioslaverc" >/dev/null 2>&1; then -- pac_file=`grep "Proxy Config Script=" $kioslaverc | cut -f 2 -d =` -+ if %%GREP%% 'ProxyType=2' "$kioslaverc" >/dev/null 2>&1; then -+ pac_file=`%%GREP%% "Proxy Config Script=" $kioslaverc | cut -f 2 -d =` - http_proxy_tmp="PAC "$pac_file - return 0 - fi -@@ -427,9 +427,9 @@ - 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 '{print $3}'`" -+ if %%GREP%% "ProxyAuto.*: *1" ${scutil_out} >/dev/null 2>&1; then -+ if %%GREP%% "ProxyAutoConfigEnable.*: *1" ${scutil_out} >/dev/null 2>&1; then -+ http_proxy_tmp="PAC `%%GREP%% ProxyAutoConfigURLString ${scutil_out} | /usr/bin/awk '{print $3}'`" - rm ${scutil_out} - return 0 - fi -@@ -438,9 +438,9 @@ - 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 '{print $3}'` -- http_proxy_port=`/usr/bin/grep HTTPPort ${scutil_out} | /usr/bin/awk '{print $3} '` -+ if %%GREP%% "HTTPEnable *: *1" ${scutil_out} >/dev/null 2>&1; then -+ http_proxy_host=`%%GREP%% HTTPProxy ${scutil_out} | /usr/bin/awk '{print $3}'` -+ http_proxy_port=`%%GREP%% HTTPPort ${scutil_out} | /usr/bin/awk '{print $3} '` - http_proxy_tmp=$http_proxy_host:$http_proxy_port - rm ${scutil_out} - return 0 ++ 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 diff --git a/java/netbeans/pkg-plist b/java/netbeans/pkg-plist index 0808ed197325..97cda2fd4f5f 100644 --- a/java/netbeans/pkg-plist +++ b/java/netbeans/pkg-plist @@ -1,7106 +1,7223 @@ bin/netbeans-%%PORTVERSION%% -netbeans-%%PORTVERSION%%/CREDITS.html -netbeans-%%PORTVERSION%%/LICENSE.txt -netbeans-%%PORTVERSION%%/README.html -netbeans-%%PORTVERSION%%/THIRDPARTYLICENSE.txt -netbeans-%%PORTVERSION%%/apisupport/.lastModified -netbeans-%%PORTVERSION%%/apisupport/VERSION.txt -netbeans-%%PORTVERSION%%/apisupport/ant/nblib/org-netbeans-modules-apisupport-ant.jar -netbeans-%%PORTVERSION%%/apisupport/config/Modules/org-netbeans-modules-apisupport-ant.xml -netbeans-%%PORTVERSION%%/apisupport/config/Modules/org-netbeans-modules-apisupport-crudsample.xml -netbeans-%%PORTVERSION%%/apisupport/config/Modules/org-netbeans-modules-apisupport-feedreader.xml -netbeans-%%PORTVERSION%%/apisupport/config/Modules/org-netbeans-modules-apisupport-installer-maven.xml -netbeans-%%PORTVERSION%%/apisupport/config/Modules/org-netbeans-modules-apisupport-installer.xml -netbeans-%%PORTVERSION%%/apisupport/config/Modules/org-netbeans-modules-apisupport-kit.xml -netbeans-%%PORTVERSION%%/apisupport/config/Modules/org-netbeans-modules-apisupport-osgidemo.xml -netbeans-%%PORTVERSION%%/apisupport/config/Modules/org-netbeans-modules-apisupport-paintapp.xml -netbeans-%%PORTVERSION%%/apisupport/config/Modules/org-netbeans-modules-apisupport-project.xml -netbeans-%%PORTVERSION%%/apisupport/config/Modules/org-netbeans-modules-apisupport-refactoring.xml -netbeans-%%PORTVERSION%%/apisupport/config/Modules/org-netbeans-modules-apisupport-wizards.xml -netbeans-%%PORTVERSION%%/apisupport/config/Modules/org-netbeans-modules-maven-apisupport.xml -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-ant_ja.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-ant_pt_BR.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-ant_ru.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-ant_zh_CN.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-crudsample_ja.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-crudsample_pt_BR.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-crudsample_ru.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-crudsample_zh_CN.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-feedreader_ja.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-feedreader_pt_BR.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-feedreader_ru.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-feedreader_zh_CN.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-installer-maven_ja.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-installer-maven_pt_BR.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-installer-maven_ru.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-installer-maven_zh_CN.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-installer_ja.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-installer_pt_BR.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-installer_ru.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-installer_zh_CN.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-kit_ja.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-kit_pt_BR.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-kit_ru.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-kit_zh_CN.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-osgidemo_ja.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-osgidemo_pt_BR.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-osgidemo_ru.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-osgidemo_zh_CN.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-paintapp_ja.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-paintapp_pt_BR.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-paintapp_ru.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-paintapp_zh_CN.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-project_ja.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-project_pt_BR.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-project_ru.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-project_zh_CN.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-refactoring_ja.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-refactoring_pt_BR.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-refactoring_ru.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-refactoring_zh_CN.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-wizards_ja.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-wizards_pt_BR.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-wizards_ru.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-wizards_zh_CN.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-maven-apisupport_ja.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-maven-apisupport_pt_BR.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-maven-apisupport_ru.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-maven-apisupport_zh_CN.jar -netbeans-%%PORTVERSION%%/apisupport/modules/org-netbeans-modules-apisupport-ant.jar -netbeans-%%PORTVERSION%%/apisupport/modules/org-netbeans-modules-apisupport-crudsample.jar -netbeans-%%PORTVERSION%%/apisupport/modules/org-netbeans-modules-apisupport-feedreader.jar -netbeans-%%PORTVERSION%%/apisupport/modules/org-netbeans-modules-apisupport-installer-maven.jar -netbeans-%%PORTVERSION%%/apisupport/modules/org-netbeans-modules-apisupport-installer.jar -netbeans-%%PORTVERSION%%/apisupport/modules/org-netbeans-modules-apisupport-kit.jar -netbeans-%%PORTVERSION%%/apisupport/modules/org-netbeans-modules-apisupport-osgidemo.jar -netbeans-%%PORTVERSION%%/apisupport/modules/org-netbeans-modules-apisupport-paintapp.jar -netbeans-%%PORTVERSION%%/apisupport/modules/org-netbeans-modules-apisupport-project.jar -netbeans-%%PORTVERSION%%/apisupport/modules/org-netbeans-modules-apisupport-refactoring.jar -netbeans-%%PORTVERSION%%/apisupport/modules/org-netbeans-modules-apisupport-wizards.jar -netbeans-%%PORTVERSION%%/apisupport/modules/org-netbeans-modules-maven-apisupport.jar -netbeans-%%PORTVERSION%%/apisupport/update_tracking/org-netbeans-modules-apisupport-ant.xml -netbeans-%%PORTVERSION%%/apisupport/update_tracking/org-netbeans-modules-apisupport-crudsample.xml -netbeans-%%PORTVERSION%%/apisupport/update_tracking/org-netbeans-modules-apisupport-feedreader.xml -netbeans-%%PORTVERSION%%/apisupport/update_tracking/org-netbeans-modules-apisupport-installer-maven.xml -netbeans-%%PORTVERSION%%/apisupport/update_tracking/org-netbeans-modules-apisupport-installer.xml -netbeans-%%PORTVERSION%%/apisupport/update_tracking/org-netbeans-modules-apisupport-kit.xml -netbeans-%%PORTVERSION%%/apisupport/update_tracking/org-netbeans-modules-apisupport-osgidemo.xml -netbeans-%%PORTVERSION%%/apisupport/update_tracking/org-netbeans-modules-apisupport-paintapp.xml -netbeans-%%PORTVERSION%%/apisupport/update_tracking/org-netbeans-modules-apisupport-project.xml -netbeans-%%PORTVERSION%%/apisupport/update_tracking/org-netbeans-modules-apisupport-refactoring.xml -netbeans-%%PORTVERSION%%/apisupport/update_tracking/org-netbeans-modules-apisupport-wizards.xml -netbeans-%%PORTVERSION%%/apisupport/update_tracking/org-netbeans-modules-maven-apisupport.xml -netbeans-%%PORTVERSION%%/bin/netbeans -netbeans-%%PORTVERSION%%/bin/netbeans.exe -netbeans-%%PORTVERSION%%/bin/netbeans64.exe -netbeans-%%PORTVERSION%%/cnd/.lastModified -netbeans-%%PORTVERSION%%/cnd/VERSION.txt -netbeans-%%PORTVERSION%%/cnd/bin/GdbKillProc.exe -netbeans-%%PORTVERSION%%/cnd/bin/Linux-x86/libBuildTrace.so -netbeans-%%PORTVERSION%%/cnd/bin/Linux-x86/rfs_controller -netbeans-%%PORTVERSION%%/cnd/bin/Linux-x86/rfs_preload.so -netbeans-%%PORTVERSION%%/cnd/bin/Linux-x86/rfs_test_env -netbeans-%%PORTVERSION%%/cnd/bin/Linux-x86_64/libBuildTrace.so -netbeans-%%PORTVERSION%%/cnd/bin/Linux-x86_64/rfs_controller -netbeans-%%PORTVERSION%%/cnd/bin/Linux-x86_64/rfs_preload.so -netbeans-%%PORTVERSION%%/cnd/bin/Linux-x86_64/rfs_test_env -netbeans-%%PORTVERSION%%/cnd/bin/MacOSX-x86/libBuildTrace.dylib -netbeans-%%PORTVERSION%%/cnd/bin/MacOSX-x86_64/libBuildTrace.dylib -netbeans-%%PORTVERSION%%/cnd/bin/SunOS-sparc/libBuildTrace.so -netbeans-%%PORTVERSION%%/cnd/bin/SunOS-sparc/rfs_controller -netbeans-%%PORTVERSION%%/cnd/bin/SunOS-sparc/rfs_preload.so -netbeans-%%PORTVERSION%%/cnd/bin/SunOS-sparc/rfs_test_env -netbeans-%%PORTVERSION%%/cnd/bin/SunOS-sparc_64/libBuildTrace.so -netbeans-%%PORTVERSION%%/cnd/bin/SunOS-sparc_64/rfs_controller -netbeans-%%PORTVERSION%%/cnd/bin/SunOS-sparc_64/rfs_preload.so -netbeans-%%PORTVERSION%%/cnd/bin/SunOS-sparc_64/rfs_test_env -netbeans-%%PORTVERSION%%/cnd/bin/SunOS-x86/libBuildTrace.so -netbeans-%%PORTVERSION%%/cnd/bin/SunOS-x86/rfs_controller -netbeans-%%PORTVERSION%%/cnd/bin/SunOS-x86/rfs_preload.so -netbeans-%%PORTVERSION%%/cnd/bin/SunOS-x86/rfs_test_env -netbeans-%%PORTVERSION%%/cnd/bin/SunOS-x86_64/libBuildTrace.so -netbeans-%%PORTVERSION%%/cnd/bin/SunOS-x86_64/rfs_controller -netbeans-%%PORTVERSION%%/cnd/bin/SunOS-x86_64/rfs_preload.so -netbeans-%%PORTVERSION%%/cnd/bin/SunOS-x86_64/rfs_test_env -netbeans-%%PORTVERSION%%/cnd/bin/dorun.sh -netbeans-%%PORTVERSION%%/cnd/bin/rfs_test_env.sh -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-antlr.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-api-model.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-api-project.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-api-remote.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-apt.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-asm.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-callgraph.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-classview.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-cncppunit.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-completion.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-debugger-common2.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-debugger-gdb2.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-discovery.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-dwarfdiscovery.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-dwarfdump.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-editor.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-folding.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-gotodeclaration.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-highlight.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-kit.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-lexer.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-litemodel.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-makeproject-source-bridge.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-makeproject.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-model-services.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-modeldiscovery.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-modelimpl.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-modelui.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-modelutil.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-navigation.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-qnavigator.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-refactoring.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-remote-projectui.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-remote.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-repository-api.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-repository.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-script.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-search.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-simpleunit.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-source.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-spellchecker-bindings.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-testrunner.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-toolchain.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-utils.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-jellytools-cnd.xml -netbeans-%%PORTVERSION%%/cnd/modules/docs/org-netbeans-modules-cnd.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-antlr_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-antlr_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-antlr_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-antlr_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-api-model_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-api-model_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-api-model_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-api-model_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-api-project_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-api-project_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-api-project_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-api-project_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-api-remote_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-api-remote_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-api-remote_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-api-remote_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-apt_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-apt_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-apt_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-apt_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-asm_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-asm_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-asm_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-asm_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-callgraph_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-callgraph_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-callgraph_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-callgraph_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-classview_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-classview_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-classview_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-classview_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-cncppunit_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-cncppunit_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-cncppunit_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-cncppunit_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-completion_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-completion_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-completion_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-completion_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-debugger-common2_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-debugger-common2_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-debugger-common2_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-debugger-common2_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-debugger-gdb2_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-debugger-gdb2_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-debugger-gdb2_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-debugger-gdb2_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-discovery_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-discovery_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-discovery_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-discovery_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-dwarfdiscovery_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-dwarfdiscovery_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-dwarfdiscovery_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-dwarfdiscovery_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-dwarfdump_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-dwarfdump_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-dwarfdump_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-dwarfdump_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-editor_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-editor_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-editor_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-editor_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-folding_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-folding_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-folding_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-folding_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-gotodeclaration_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-gotodeclaration_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-gotodeclaration_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-gotodeclaration_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-highlight_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-highlight_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-highlight_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-highlight_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-kit_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-kit_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-kit_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-kit_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-lexer_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-lexer_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-lexer_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-lexer_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-litemodel_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-litemodel_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-litemodel_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-litemodel_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-makeproject-source-bridge_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-makeproject-source-bridge_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-makeproject-source-bridge_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-makeproject-source-bridge_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-makeproject_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-makeproject_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-makeproject_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-makeproject_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-model-services_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-model-services_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-model-services_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-model-services_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-modeldiscovery_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-modeldiscovery_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-modeldiscovery_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-modeldiscovery_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-modelimpl_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-modelimpl_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-modelimpl_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-modelimpl_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-modelui_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-modelui_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-modelui_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-modelui_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-modelutil_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-modelutil_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-modelutil_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-modelutil_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-navigation_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-navigation_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-navigation_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-navigation_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-qnavigator_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-qnavigator_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-qnavigator_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-qnavigator_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-refactoring_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-refactoring_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-refactoring_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-refactoring_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-remote-projectui_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-remote-projectui_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-remote-projectui_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-remote-projectui_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-remote_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-remote_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-remote_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-remote_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-repository-api_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-repository-api_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-repository-api_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-repository-api_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-repository_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-repository_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-repository_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-repository_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-script_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-script_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-script_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-script_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-search_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-search_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-search_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-search_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-simpleunit_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-simpleunit_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-simpleunit_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-simpleunit_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-source_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-source_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-source_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-source_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-spellchecker-bindings_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-spellchecker-bindings_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-spellchecker-bindings_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-spellchecker-bindings_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-testrunner_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-testrunner_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-testrunner_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-testrunner_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-toolchain_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-toolchain_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-toolchain_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-toolchain_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-utils_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-utils_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-utils_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-utils_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-jellytools-cnd_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-jellytools-cnd_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-jellytools-cnd_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-jellytools-cnd_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-antlr.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-api-model.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-api-project.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-api-remote.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-apt.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-asm.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-callgraph.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-classview.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-cncppunit.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-completion.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-debugger-common2.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-debugger-gdb2.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-discovery.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-dwarfdiscovery.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-dwarfdump.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-editor.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-folding.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-gotodeclaration.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-highlight.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-kit.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-lexer.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-litemodel.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-makeproject-source-bridge.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-makeproject.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-model-services.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-modeldiscovery.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-modelimpl.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-modelui.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-modelutil.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-navigation.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-qnavigator.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-refactoring.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-remote-projectui.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-remote.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-repository-api.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-repository.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-script.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-search.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-simpleunit.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-source.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-spellchecker-bindings.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-testrunner.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-toolchain.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-utils.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-jellytools-cnd.jar -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-antlr.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-api-model.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-api-project.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-api-remote.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-apt.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-asm.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-callgraph.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-classview.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-cncppunit.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-completion.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-debugger-common2.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-debugger-gdb2.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-discovery.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-dwarfdiscovery.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-dwarfdump.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-editor.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-folding.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-gotodeclaration.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-highlight.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-kit.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-lexer.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-litemodel.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-makeproject-source-bridge.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-makeproject.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-model-services.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-modeldiscovery.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-modelimpl.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-modelui.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-modelutil.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-navigation.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-qnavigator.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-refactoring.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-remote-projectui.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-remote.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-repository-api.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-repository.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-script.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-search.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-simpleunit.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-source.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-spellchecker-bindings.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-testrunner.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-toolchain.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-utils.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-jellytools-cnd.xml -netbeans-%%PORTVERSION%%/dlight/.lastModified -netbeans-%%PORTVERSION%%/dlight/VERSION.txt -netbeans-%%PORTVERSION%%/dlight/config/Modules/org-netbeans-modules-dlight-kit.xml -netbeans-%%PORTVERSION%%/dlight/config/Modules/org-netbeans-modules-dlight-libs-common.xml -netbeans-%%PORTVERSION%%/dlight/config/Modules/org-netbeans-modules-dlight-remote-impl.xml -netbeans-%%PORTVERSION%%/dlight/config/Modules/org-netbeans-modules-dlight-remote.xml -netbeans-%%PORTVERSION%%/dlight/config/Modules/org-netbeans-modules-dlight-util.xml -netbeans-%%PORTVERSION%%/dlight/config/Modules/org-netbeans-modules-remotefs-versioning.xml -netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-kit_ja.jar -netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-kit_pt_BR.jar -netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-kit_ru.jar -netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-kit_zh_CN.jar -netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-libs-common_ja.jar -netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-libs-common_pt_BR.jar -netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-libs-common_ru.jar -netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-libs-common_zh_CN.jar -netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-remote-impl_ja.jar -netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-remote-impl_pt_BR.jar -netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-remote-impl_ru.jar -netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-remote-impl_zh_CN.jar -netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-remote_ja.jar -netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-remote_pt_BR.jar -netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-remote_ru.jar -netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-remote_zh_CN.jar -netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-util_ja.jar -netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-util_pt_BR.jar -netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-util_ru.jar -netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-util_zh_CN.jar -netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-remotefs-versioning_ja.jar -netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-remotefs-versioning_pt_BR.jar -netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-remotefs-versioning_ru.jar -netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-remotefs-versioning_zh_CN.jar -netbeans-%%PORTVERSION%%/dlight/modules/org-netbeans-modules-dlight-kit.jar -netbeans-%%PORTVERSION%%/dlight/modules/org-netbeans-modules-dlight-libs-common.jar -netbeans-%%PORTVERSION%%/dlight/modules/org-netbeans-modules-dlight-remote-impl.jar -netbeans-%%PORTVERSION%%/dlight/modules/org-netbeans-modules-dlight-remote.jar -netbeans-%%PORTVERSION%%/dlight/modules/org-netbeans-modules-dlight-util.jar -netbeans-%%PORTVERSION%%/dlight/modules/org-netbeans-modules-remotefs-versioning.jar -netbeans-%%PORTVERSION%%/dlight/update_tracking/org-netbeans-modules-dlight-kit.xml -netbeans-%%PORTVERSION%%/dlight/update_tracking/org-netbeans-modules-dlight-libs-common.xml -netbeans-%%PORTVERSION%%/dlight/update_tracking/org-netbeans-modules-dlight-remote-impl.xml -netbeans-%%PORTVERSION%%/dlight/update_tracking/org-netbeans-modules-dlight-remote.xml -netbeans-%%PORTVERSION%%/dlight/update_tracking/org-netbeans-modules-dlight-util.xml -netbeans-%%PORTVERSION%%/dlight/update_tracking/org-netbeans-modules-remotefs-versioning.xml -netbeans-%%PORTVERSION%%/enterprise/.lastModified -netbeans-%%PORTVERSION%%/enterprise/VERSION.txt -netbeans-%%PORTVERSION%%/enterprise/ant/extra/jspcompile.jar -netbeans-%%PORTVERSION%%/enterprise/ant/nblib/locale/org-netbeans-modules-j2ee-ant_ja.jar -netbeans-%%PORTVERSION%%/enterprise/ant/nblib/locale/org-netbeans-modules-j2ee-ant_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/ant/nblib/locale/org-netbeans-modules-j2ee-ant_ru.jar -netbeans-%%PORTVERSION%%/enterprise/ant/nblib/locale/org-netbeans-modules-j2ee-ant_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/ant/nblib/org-netbeans-modules-j2ee-ant.jar -netbeans-%%PORTVERSION%%/enterprise/ant/sources/org/netbeans/modules/web/project/ant/JspC.java -netbeans-%%PORTVERSION%%/enterprise/ant/sources/org/netbeans/modules/web/project/ant/JspCSingle.java -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-api-web-webmodule.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-libs-amazon.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-libs-commons_fileupload.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-libs-elimpl.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-libs-glassfish_logging.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-apisupport-restsample.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-cloud-amazon.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-cloud-common.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-el-lexer.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-glassfish-eecommon.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-glassfish-javaee.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-hibernateweb.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-j2ee-ant.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-j2ee-api-ejbmodule.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-j2ee-clientproject.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-j2ee-common.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-j2ee-core.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-j2ee-dd-webservice.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-j2ee-dd.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-j2ee-ddloaders.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-j2ee-earproject.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-j2ee-ejbcore.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-j2ee-ejbjarproject.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-j2ee-ejbrefactoring.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-j2ee-ejbverification.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-j2ee-genericserver.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-j2ee-jboss4.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-j2ee-kit.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-j2ee-platform.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-j2ee-samples.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-j2ee-sun-appsrv.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-j2ee-sun-dd.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-j2ee-sun-ddui.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-j2ee-weblogic9.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-j2eeapis.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-j2eeserver.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-javaee-api.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-javaee-beanvalidation.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-javaee-specs-support.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-jellytools-enterprise.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-jsp-lexer.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-maven-j2ee.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-maven-jaxws.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-maven-samples.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-profiler-j2ee.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-projectimport-eclipse-web.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-servletjspapi.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-spring-webmvc.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-tomcat5.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-web-beans.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-web-core-syntax.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-web-core.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-web-debug.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-web-el.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-web-examples.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-web-freeform.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-web-helpset.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-web-jsf-editor.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-web-jsf-icefaces.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-web-jsf-kit.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-web-jsf-navigation.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-web-jsf-richfaces.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-web-jsf.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-web-jsf12.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-web-jsf12ri.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-web-jsf20.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-web-jsfapi.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-web-jspparser.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-web-jstl11.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-web-kit.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-web-monitor.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-web-primefaces.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-web-project.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-web-refactoring.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-web-struts.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-websvc-clientapi.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-websvc-core.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-websvc-customization.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-websvc-design.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-websvc-editor-hints.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-websvc-jaxws-lightapi.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-websvc-jaxwsapi.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-websvc-jaxwsmodel.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-websvc-kit.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-websvc-manager.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-websvc-metro-lib.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-websvc-metro-model.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-websvc-metro-samples.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-websvc-owsm.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-websvc-projectapi.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-websvc-rest-samples.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-websvc-rest.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-websvc-restapi.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-websvc-restkit.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-websvc-restlib.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-websvc-saas-codegen-j2ee.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-websvc-utilities.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-websvc-websvcapi.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-websvc-wsitconf.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-websvc-wsitmodelext.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-websvc-wsstackapi.xml -netbeans-%%PORTVERSION%%/enterprise/docs/javaee6-doc-api.zip -netbeans-%%PORTVERSION%%/enterprise/docs/jersey-1.8-javadoc.zip -netbeans-%%PORTVERSION%%/enterprise/docs/jersey-apache-client-1.8-javadoc.zip -netbeans-%%PORTVERSION%%/enterprise/docs/jersey-atom-abdera-1.8-javadoc.zip -netbeans-%%PORTVERSION%%/enterprise/docs/jersey-guice-1.8-javadoc.zip -netbeans-%%PORTVERSION%%/enterprise/docs/jersey-multipart-1.8-javadoc.zip -netbeans-%%PORTVERSION%%/enterprise/docs/jersey-simple-server-1.8-javadoc.zip -netbeans-%%PORTVERSION%%/enterprise/docs/jersey-spring-1.8-javadoc.zip -netbeans-%%PORTVERSION%%/enterprise/docs/jsf-api-docs.zip -netbeans-%%PORTVERSION%%/enterprise/docs/jsf12-tlddoc.zip -netbeans-%%PORTVERSION%%/enterprise/docs/jsr311-api-1.1.1-javadoc.zip -netbeans-%%PORTVERSION%%/enterprise/docs/jstl11-doc.zip -netbeans-%%PORTVERSION%%/enterprise/docs/metro-1.4-doc.zip -netbeans-%%PORTVERSION%%/enterprise/docs/oauth-client-1.8-javadoc.zip -netbeans-%%PORTVERSION%%/enterprise/docs/oauth-server-1.8-javadoc.zip -netbeans-%%PORTVERSION%%/enterprise/docs/oauth-signature-1.8-javadoc.zip -netbeans-%%PORTVERSION%%/enterprise/docs/struts-1.3.10-javadoc.zip -netbeans-%%PORTVERSION%%/enterprise/docs/struts-tags.zip -netbeans-%%PORTVERSION%%/enterprise/docs/syntaxref20.zip -netbeans-%%PORTVERSION%%/enterprise/modules/docs/org-netbeans-modules-j2ee-platform.jar -netbeans-%%PORTVERSION%%/enterprise/modules/docs/org-netbeans-modules-tomcat5.jar -netbeans-%%PORTVERSION%%/enterprise/modules/docs/org-netbeans-modules-web-helpset.jar -netbeans-%%PORTVERSION%%/enterprise/modules/docs/org-netbeans-modules-web-monitor.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/aws-sdk/aws-java-sdk-1.2.1.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/aws-sdk/commons-codec-1.3.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/aws-sdk/commons-logging-1.1.1.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/aws-sdk/httpclient-4.1.1.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/aws-sdk/httpcore-4.1.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/build-ws.xml -netbeans-%%PORTVERSION%%/enterprise/modules/ext/commons-fileupload-1.0.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/el-impl.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/glassfish-jspparser-3.0.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/glassfish-logging-2.0.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/javaee-api-6.0-license.txt -netbeans-%%PORTVERSION%%/enterprise/modules/ext/javaee-api-6.0.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/javaee-web-api-6.0-license.txt -netbeans-%%PORTVERSION%%/enterprise/modules/ext/javaee-web-api-6.0.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/javaee6-endorsed/javax.annotation-license.txt -netbeans-%%PORTVERSION%%/enterprise/modules/ext/javaee6-endorsed/javax.annotation.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/javaee6-endorsed/jaxb-api-osgi-license.txt -netbeans-%%PORTVERSION%%/enterprise/modules/ext/javaee6-endorsed/jaxb-api-osgi.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/javaee6-endorsed/webservices-api-osgi-license.txt -netbeans-%%PORTVERSION%%/enterprise/modules/ext/javaee6-endorsed/webservices-api-osgi.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/jsf-1_2/LICENSE-APACHE.txt -netbeans-%%PORTVERSION%%/enterprise/modules/ext/jsf-1_2/LICENSE.TXT -netbeans-%%PORTVERSION%%/enterprise/modules/ext/jsf-1_2/THIRDPARTYLICENSEREADME.txt -netbeans-%%PORTVERSION%%/enterprise/modules/ext/jsf-1_2/commons-beanutils.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/jsf-1_2/commons-collections.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/jsf-1_2/commons-digester.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/jsf-1_2/commons-logging.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/jsf-1_2/jsf-api.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/jsf-1_2/jsf-impl.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/jsf-2_1/LICENSE-APACHE.txt -netbeans-%%PORTVERSION%%/enterprise/modules/ext/jsf-2_1/LICENSE.TXT -netbeans-%%PORTVERSION%%/enterprise/modules/ext/jsf-2_1/THIRDPARTYLICENSEREADME.txt -netbeans-%%PORTVERSION%%/enterprise/modules/ext/jsf-2_1/jsf-api.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/jsf-2_1/jsf-impl.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/jsp-parser-ext.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/jsr88javax.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/jstl.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/locale/org-netbeans-modules-web-httpmonitor_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/locale/org-netbeans-modules-web-httpmonitor_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/locale/org-netbeans-modules-web-httpmonitor_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/locale/org-netbeans-modules-web-httpmonitor_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/metro/webservices-api.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/metro/webservices-extra-api.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/metro/webservices-extra.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/metro/webservices-rt.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/metro/webservices-tools.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/org-netbeans-modules-web-httpmonitor.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/primefaces/primefaces-3.2.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/rest/asm-3.1.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/rest/jackson-core-asl-1.7.1.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/rest/jackson-jaxrs-1.7.1.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/rest/jackson-mapper-asl-1.7.1.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/rest/jackson-xc-1.7.1.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/rest/jersey-apache-client-1.8.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/rest/jersey-atom-abdera-1.8.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/rest/jersey-client-1.8.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/rest/jersey-core-1.8.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/rest/jersey-guice-1.8.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/rest/jersey-json-1.8.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/rest/jersey-multipart-1.8.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/rest/jersey-server-1.8.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/rest/jersey-simple-server-1.8.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/rest/jersey-spring-1.8.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/rest/jettison-1.1.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/rest/jsr311-api-1.1.1.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/rest/oauth-client-1.8.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/rest/oauth-server-1.8.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/rest/oauth-signature-1.8.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/servlet3.0-jsp2.2-api.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/spring/spring-webmvc-2.5.6.SEC03.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/standard.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/struts/antlr-2.7.2.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/struts/bsf-2.3.0.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/struts/commons-beanutils-1.8.0.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/struts/commons-chain-1.2.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/struts/commons-digester-1.8.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/struts/commons-fileupload-1.1.1.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/struts/commons-io-1.1.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/struts/commons-logging-1.0.4.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/struts/commons-validator-1.3.1.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/struts/jstl-1.0.2.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/struts/oro-2.0.8.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/struts/standard-1.0.6.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/struts/struts-core-1.3.10.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/struts/struts-el-1.3.10.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/struts/struts-extras-1.3.10.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/struts/struts-faces-1.3.10.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/struts/struts-mailreader-dao-1.3.10.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/struts/struts-scripting-1.3.10.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/struts/struts-taglib-1.3.10.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/struts/struts-tiles-1.3.10.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-api-web-webmodule_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-api-web-webmodule_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-api-web-webmodule_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-api-web-webmodule_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-libs-amazon_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-libs-amazon_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-libs-amazon_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-libs-amazon_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-libs-commons_fileupload_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-libs-commons_fileupload_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-libs-commons_fileupload_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-libs-commons_fileupload_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-libs-elimpl_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-libs-elimpl_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-libs-elimpl_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-libs-elimpl_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-libs-glassfish_logging_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-libs-glassfish_logging_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-libs-glassfish_logging_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-libs-glassfish_logging_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-libs-oracle-cloud_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-libs-oracle-cloud_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-libs-oracle-cloud_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-libs-oracle-cloud_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-apisupport-restsample_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-apisupport-restsample_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-apisupport-restsample_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-apisupport-restsample_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-cloud-amazon_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-cloud-amazon_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-cloud-amazon_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-cloud-amazon_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-cloud-common_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-cloud-common_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-cloud-common_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-cloud-common_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-cloud-oracle_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-cloud-oracle_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-cloud-oracle_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-cloud-oracle_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-el-lexer_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-el-lexer_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-el-lexer_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-el-lexer_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-glassfish-eecommon_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-glassfish-eecommon_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-glassfish-eecommon_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-glassfish-eecommon_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-glassfish-javaee_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-glassfish-javaee_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-glassfish-javaee_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-glassfish-javaee_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-hibernateweb_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-hibernateweb_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-hibernateweb_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-hibernateweb_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-ant_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-ant_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-ant_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-ant_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-api-ejbmodule_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-api-ejbmodule_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-api-ejbmodule_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-api-ejbmodule_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-clientproject_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-clientproject_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-clientproject_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-clientproject_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-common_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-common_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-common_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-common_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-core_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-core_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-core_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-core_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-dd-webservice_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-dd-webservice_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-dd-webservice_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-dd-webservice_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-dd_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-dd_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-dd_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-dd_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-ddloaders_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-ddloaders_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-ddloaders_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-ddloaders_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-earproject_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-earproject_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-earproject_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-earproject_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-ejbcore_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-ejbcore_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-ejbcore_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-ejbcore_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-ejbjarproject_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-ejbjarproject_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-ejbjarproject_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-ejbjarproject_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-ejbrefactoring_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-ejbrefactoring_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-ejbrefactoring_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-ejbrefactoring_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-ejbverification_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-ejbverification_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-ejbverification_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-ejbverification_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-genericserver_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-genericserver_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-genericserver_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-genericserver_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-jboss4_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-jboss4_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-jboss4_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-jboss4_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-kit_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-kit_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-kit_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-kit_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-platform_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-platform_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-platform_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-platform_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-samples_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-samples_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-samples_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-samples_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-sun-appsrv_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-sun-appsrv_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-sun-appsrv_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-sun-appsrv_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-sun-dd_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-sun-dd_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-sun-dd_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-sun-dd_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-sun-ddui_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-sun-ddui_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-sun-ddui_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-sun-ddui_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-weblogic9_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-weblogic9_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-weblogic9_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-weblogic9_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2eeapis_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2eeapis_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2eeapis_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2eeapis_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2eeserver_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2eeserver_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2eeserver_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2eeserver_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-javaee-api_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-javaee-api_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-javaee-api_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-javaee-api_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-javaee-beanvalidation_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-javaee-beanvalidation_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-javaee-beanvalidation_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-javaee-beanvalidation_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-javaee-specs-support_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-javaee-specs-support_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-javaee-specs-support_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-javaee-specs-support_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-jellytools-enterprise_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-jellytools-enterprise_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-jellytools-enterprise_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-jellytools-enterprise_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-jsp-lexer_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-jsp-lexer_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-jsp-lexer_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-jsp-lexer_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-maven-j2ee_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-maven-j2ee_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-maven-j2ee_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-maven-j2ee_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-maven-jaxws_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-maven-jaxws_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-maven-jaxws_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-maven-jaxws_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-maven-samples_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-maven-samples_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-maven-samples_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-maven-samples_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-profiler-j2ee_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-profiler-j2ee_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-profiler-j2ee_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-profiler-j2ee_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-projectimport-eclipse-web_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-projectimport-eclipse-web_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-projectimport-eclipse-web_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-projectimport-eclipse-web_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-servletjspapi_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-servletjspapi_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-servletjspapi_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-servletjspapi_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-spring-webmvc_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-spring-webmvc_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-spring-webmvc_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-spring-webmvc_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-tomcat5_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-tomcat5_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-tomcat5_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-tomcat5_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-beans_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-beans_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-beans_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-beans_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-core-syntax_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-core-syntax_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-core-syntax_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-core-syntax_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-core_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-core_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-core_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-core_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-debug_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-debug_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-debug_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-debug_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-el_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-el_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-el_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-el_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-examples_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-examples_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-examples_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-examples_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-freeform_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-freeform_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-freeform_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-freeform_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-helpset_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-helpset_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-helpset_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-helpset_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-jsf-editor_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-jsf-editor_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-jsf-editor_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-jsf-editor_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-jsf-icefaces_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-jsf-icefaces_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-jsf-icefaces_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-jsf-icefaces_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-jsf-kit_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-jsf-kit_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-jsf-kit_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-jsf-kit_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-jsf-navigation_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-jsf-navigation_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-jsf-navigation_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-jsf-navigation_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-jsf-richfaces_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-jsf-richfaces_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-jsf-richfaces_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-jsf-richfaces_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-jsf12_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-jsf12_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-jsf12_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-jsf12_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-jsf12ri_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-jsf12ri_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-jsf12ri_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-jsf12ri_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-jsf20_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-jsf20_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-jsf20_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-jsf20_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-jsf_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-jsf_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-jsf_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-jsf_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-jsfapi_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-jsfapi_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-jsfapi_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-jsfapi_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-jspparser_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-jspparser_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-jspparser_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-jspparser_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-jstl11_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-jstl11_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-jstl11_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-jstl11_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-kit_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-kit_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-kit_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-kit_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-monitor_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-monitor_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-monitor_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-monitor_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-primefaces_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-primefaces_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-primefaces_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-primefaces_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-project_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-project_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-project_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-project_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-refactoring_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-refactoring_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-refactoring_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-refactoring_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-struts_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-struts_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-struts_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-struts_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-clientapi_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-clientapi_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-clientapi_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-clientapi_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-core_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-core_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-core_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-core_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-customization_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-customization_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-customization_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-customization_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-design_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-design_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-design_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-design_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-editor-hints_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-editor-hints_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-editor-hints_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-editor-hints_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-jaxws-lightapi_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-jaxws-lightapi_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-jaxws-lightapi_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-jaxws-lightapi_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-jaxwsapi_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-jaxwsapi_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-jaxwsapi_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-jaxwsapi_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-jaxwsmodel_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-jaxwsmodel_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-jaxwsmodel_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-jaxwsmodel_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-kit_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-kit_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-kit_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-kit_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-manager_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-manager_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-manager_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-manager_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-metro-lib_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-metro-lib_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-metro-lib_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-metro-lib_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-metro-model_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-metro-model_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-metro-model_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-metro-model_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-metro-samples_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-metro-samples_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-metro-samples_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-metro-samples_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-owsm_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-owsm_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-owsm_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-owsm_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-projectapi_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-projectapi_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-projectapi_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-projectapi_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-rest-samples_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-rest-samples_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-rest-samples_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-rest-samples_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-rest_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-rest_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-rest_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-rest_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-restapi_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-restapi_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-restapi_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-restapi_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-restkit_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-restkit_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-restkit_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-restkit_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-restlib_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-restlib_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-restlib_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-restlib_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-saas-codegen-j2ee_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-saas-codegen-j2ee_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-saas-codegen-j2ee_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-saas-codegen-j2ee_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-utilities_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-utilities_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-utilities_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-utilities_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-websvcapi_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-websvcapi_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-websvcapi_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-websvcapi_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-wsitconf_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-wsitconf_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-wsitconf_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-wsitconf_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-wsitmodelext_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-wsitmodelext_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-wsitmodelext_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-wsitmodelext_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-wsstackapi_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-wsstackapi_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-wsstackapi_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-wsstackapi_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-api-web-webmodule.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-libs-amazon.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-libs-commons_fileupload.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-libs-elimpl.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-libs-glassfish_logging.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-apisupport-restsample.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-cloud-amazon.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-cloud-common.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-el-lexer.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-glassfish-eecommon.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-glassfish-javaee.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-hibernateweb.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-j2ee-ant.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-j2ee-api-ejbmodule.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-j2ee-clientproject.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-j2ee-common.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-j2ee-core.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-j2ee-dd-webservice.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-j2ee-dd.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-j2ee-ddloaders.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-j2ee-earproject.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-j2ee-ejbcore.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-j2ee-ejbjarproject.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-j2ee-ejbrefactoring.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-j2ee-ejbverification.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-j2ee-genericserver.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-j2ee-jboss4.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-j2ee-kit.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-j2ee-platform.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-j2ee-samples.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-j2ee-sun-appsrv.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-j2ee-sun-dd.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-j2ee-sun-ddui.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-j2ee-weblogic9.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-j2eeapis.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-j2eeserver.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-javaee-api.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-javaee-beanvalidation.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-javaee-specs-support.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-jellytools-enterprise.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-jsp-lexer.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-maven-j2ee.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-maven-jaxws.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-maven-samples.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-profiler-j2ee.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-projectimport-eclipse-web.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-servletjspapi.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-spring-webmvc.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-tomcat5.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-web-beans.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-web-core-syntax.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-web-core.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-web-debug.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-web-el.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-web-examples.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-web-freeform.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-web-helpset.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-web-jsf-editor.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-web-jsf-icefaces.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-web-jsf-kit.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-web-jsf-navigation.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-web-jsf-richfaces.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-web-jsf.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-web-jsf12.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-web-jsf12ri.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-web-jsf20.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-web-jsfapi.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-web-jspparser.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-web-jstl11.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-web-kit.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-web-monitor.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-web-primefaces.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-web-project.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-web-refactoring.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-web-struts.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-websvc-clientapi.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-websvc-core.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-websvc-customization.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-websvc-design.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-websvc-editor-hints.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-websvc-jaxws-lightapi.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-websvc-jaxwsapi.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-websvc-jaxwsmodel.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-websvc-kit.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-websvc-manager.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-websvc-metro-lib.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-websvc-metro-model.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-websvc-metro-samples.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-websvc-owsm.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-websvc-projectapi.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-websvc-rest-samples.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-websvc-rest.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-websvc-restapi.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-websvc-restkit.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-websvc-restlib.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-websvc-saas-codegen-j2ee.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-websvc-utilities.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-websvc-websvcapi.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-websvc-wsitconf.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-websvc-wsitmodelext.jar -netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-websvc-wsstackapi.jar -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-api-web-webmodule.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-libs-amazon.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-libs-commons_fileupload.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-libs-elimpl.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-libs-glassfish_logging.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-apisupport-restsample.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-cloud-amazon.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-cloud-common.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-el-lexer.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-glassfish-eecommon.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-glassfish-javaee.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-hibernateweb.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-j2ee-ant.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-j2ee-api-ejbmodule.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-j2ee-clientproject.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-j2ee-common.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-j2ee-core.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-j2ee-dd-webservice.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-j2ee-dd.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-j2ee-ddloaders.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-j2ee-earproject.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-j2ee-ejbcore.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-j2ee-ejbjarproject.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-j2ee-ejbrefactoring.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-j2ee-ejbverification.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-j2ee-genericserver.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-j2ee-jboss4.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-j2ee-kit.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-j2ee-platform.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-j2ee-samples.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-j2ee-sun-appsrv.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-j2ee-sun-dd.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-j2ee-sun-ddui.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-j2ee-weblogic9.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-j2eeapis.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-j2eeserver.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-javaee-api.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-javaee-beanvalidation.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-javaee-specs-support.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-jellytools-enterprise.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-jsp-lexer.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-maven-j2ee.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-maven-jaxws.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-maven-samples.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-profiler-j2ee.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-projectimport-eclipse-web.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-servletjspapi.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-spring-webmvc.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-tomcat5.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-web-beans.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-web-core-syntax.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-web-core.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-web-debug.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-web-el.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-web-examples.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-web-freeform.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-web-helpset.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-web-jsf-editor.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-web-jsf-icefaces.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-web-jsf-kit.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-web-jsf-navigation.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-web-jsf-richfaces.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-web-jsf.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-web-jsf12.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-web-jsf12ri.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-web-jsf20.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-web-jsfapi.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-web-jspparser.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-web-jstl11.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-web-kit.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-web-monitor.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-web-primefaces.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-web-project.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-web-refactoring.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-web-struts.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-websvc-clientapi.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-websvc-core.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-websvc-customization.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-websvc-design.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-websvc-editor-hints.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-websvc-jaxws-lightapi.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-websvc-jaxwsapi.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-websvc-jaxwsmodel.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-websvc-kit.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-websvc-manager.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-websvc-metro-lib.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-websvc-metro-model.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-websvc-metro-samples.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-websvc-owsm.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-websvc-projectapi.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-websvc-rest-samples.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-websvc-rest.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-websvc-restapi.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-websvc-restkit.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-websvc-restlib.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-websvc-saas-codegen-j2ee.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-websvc-utilities.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-websvc-websvcapi.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-websvc-wsitconf.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-websvc-wsitmodelext.xml -netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-websvc-wsstackapi.xml -netbeans-%%PORTVERSION%%/ergonomics/.lastModified -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-apache-tools-ant-module.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-api-mobility.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-libs-aguiswinglayout.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-libs-ppawtlayout.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-ant-browsetask.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-ant-debugger.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-ant-freeform.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-ant-kit.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-apisupport-ant.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-apisupport-crudsample.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-apisupport-feedreader.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-apisupport-installer.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-apisupport-kit.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-apisupport-osgidemo.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-apisupport-paintapp.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-apisupport-project.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-apisupport-restsample.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-apisupport-wizards.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-beans.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-cloud-amazon.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-cloud-common.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-cnd-antlr.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-cnd-api-model.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-cnd-apt.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-cnd-asm.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-cnd-callgraph.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-cnd-classview.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-cnd-cncppunit.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-cnd-completion.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-cnd-debugger-common2.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-cnd-debugger-gdb2.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-cnd-discovery.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-cnd-dwarfdiscovery.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-cnd-dwarfdump.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-cnd-editor.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-cnd-folding.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-cnd-gotodeclaration.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-cnd-highlight.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-cnd-kit.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-cnd-makeproject.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-cnd-modeldiscovery.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-cnd-modelui.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-cnd-modelutil.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-cnd-navigation.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-cnd-qnavigator.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-cnd-refactoring.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-cnd-remote-projectui.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-cnd-repository-api.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-cnd-script.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-cnd-search.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-cnd-simpleunit.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-cnd-source.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-cnd-testrunner.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-cnd-utils.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-cnd.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-dbschema.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-debugger-jpda-kit.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-debugger-jpda-ui.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-debugger-jpda-visual.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-dlight-kit.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-findbugs-installer.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-form-kit.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-form.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-glassfish-javaee.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-groovy-editor.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-groovy-grails.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-groovy-grailsproject.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-groovy-gsp.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-groovy-kit.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-groovy-refactoring.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-groovy-samples.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-groovy-support.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-hibernate.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-i18n.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-ide-ergonomics.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-ant.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-clientproject.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-common.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-ddloaders.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-earproject.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-eclipselinkmodelgen.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-ejbcore.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-ejbjarproject.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-ejbrefactoring.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-ejbverification.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-genericserver.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-jboss4.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-jpa-refactoring.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-jpa-verification.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-kit.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-metadata-model-support.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-metadata.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-persistence-kit.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-persistence.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-persistenceapi.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-platform.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-samples.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-sun-appsrv.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-sun-ddui.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-weblogic9.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-j2me-cdc-kit.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-j2me-cdc-platform-nokias80.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-j2me-cdc-platform-semc.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-j2me-cdc-platform-sjmc.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-j2me-cdc-platform-sun.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-j2me-cdc-platform.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-j2me-cdc-project-execui.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-j2me-cdc-project-execuiimpl.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-j2me-cdc-project-nokiaS80.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-j2me-cdc-project-savaje.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-j2me-cdc-project-semc.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-j2me-cdc-project-sjmc.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-j2me-cdc-project.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-java-debug.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-java-editor-lib.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-java-editor.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-java-examples.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-java-freeform.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-java-helpset.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-java-hints-declarative.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-java-hints-ui.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-java-hints.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-java-j2seplatform.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-java-j2seproject.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-java-kit.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-java-navigation.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-java-source-ant.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-java-source.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-java-sourceui.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-java-testrunner.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-javacard-apdufile.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-javacard-console.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-javacard-kit.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-javacard-oberthur.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-javacard-platform-ui.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-javacard-project.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-javacard-ri-bundle.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-javacard-ri-platform.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-javadoc.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-javaee-api.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-javaee-beanvalidation.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-javafx2-editor.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-javafx2-kit.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-javafx2-platform.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-javafx2-project.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-javafx2-samples.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-javafx2-scenebuilder.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-javawebstart.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-junit.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-languages-ini.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-maven-checkstyle.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-maven-coverage.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-maven-grammar.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-maven-graph.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-maven-groovy.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-maven-kit.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-maven-osgi.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-maven-refactoring.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-maven-repository.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-maven.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-mobility-antext.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-mobility-cldcplatform-catalog.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-mobility-cldcplatform.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-mobility-deployment-ftpscp.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-mobility-deployment-sonyericsson.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-mobility-deployment-webdav.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-mobility-editor.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-mobility-j2meunit.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-mobility-javahelp.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-mobility-kit.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-mobility-licensing.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-mobility-plugins-mpowerplayer.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-mobility-project-ant.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-mobility-project-bridge.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-mobility-project.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-mobility-svgcore.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-options-java.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-php-apigen.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-php-dbgp.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-php-doctrine2.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-php-editor.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-php-help.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-php-kit.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-php-phpdoc-documentation.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-php-project.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-php-refactoring.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-php-samples.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-php-smarty.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-php-symfony.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-php-symfony2.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-php-twig.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-php-zend.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-profiler-drilldown.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-profiler-heapwalker.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-profiler-j2ee-generic.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-profiler-j2ee-jboss.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-profiler-j2ee-sunas.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-profiler-j2ee-tomcat.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-profiler-j2ee-weblogic.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-profiler-j2se-impl.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-profiler-kit.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-profiler-nbimpl.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-profiler-options.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-profiler-oql-language.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-profiler-snaptracer.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-profiler-stp.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-projectimport-eclipse-core.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-refactoring-java.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-spring-beans.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-spring-webmvc.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-testng-ant.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-testng-maven.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-testng.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-tomcat5.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-web-beans.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-web-core-syntax.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-web-core.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-web-debug.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-web-el.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-web-examples.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-web-freeform.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-web-helpset.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-web-jsf-editor.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-web-jsf-icefaces.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-web-jsf-kit.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-web-jsf-navigation.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-web-jsf-richfaces.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-web-jsf.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-web-jsf12.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-web-jsf12ri.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-web-jsf20.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-web-jsfapi.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-web-jstl11.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-web-kit.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-web-monitor.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-web-primefaces.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-web-project.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-web-refactoring.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-web-struts.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-websvc-clientapi.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-websvc-core.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-websvc-customization.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-websvc-design.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-websvc-editor-hints.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-websvc-jaxwsapi.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-websvc-jaxwsmodel.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-websvc-jaxwsmodelapi.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-websvc-kit.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-websvc-manager.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-websvc-metro-lib.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-websvc-metro-samples.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-websvc-owsm.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-websvc-projectapi.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-websvc-rest-samples.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-websvc-restkit.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-websvc-restlib.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-websvc-saas-api.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-websvc-saas-codegen-j2ee.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-websvc-saas-codegen-php.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-websvc-saas-codegen.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-websvc-saas-kit.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-websvc-saas-services-amazon.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-websvc-saas-services-delicious.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-websvc-saas-services-flickr.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-websvc-saas-services-google.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-websvc-saas-services-strikeiron.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-websvc-saas-services-twitter.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-websvc-saas-services-weatherbug.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-websvc-saas-services-zillow.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-websvc-saas-services-zvents.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-websvc-saas-ui.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-websvc-websvcapi.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-websvc-wsitconf.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-websvc-wsstackapi.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-xml-jaxb.xml -netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-xml-tools-java.xml -netbeans-%%PORTVERSION%%/ergonomics/modules/locale/org-netbeans-modules-ide-ergonomics_ja.jar -netbeans-%%PORTVERSION%%/ergonomics/modules/locale/org-netbeans-modules-ide-ergonomics_pt_BR.jar -netbeans-%%PORTVERSION%%/ergonomics/modules/locale/org-netbeans-modules-ide-ergonomics_ru.jar -netbeans-%%PORTVERSION%%/ergonomics/modules/locale/org-netbeans-modules-ide-ergonomics_zh_CN.jar -netbeans-%%PORTVERSION%%/ergonomics/modules/org-netbeans-modules-ide-ergonomics.jar -netbeans-%%PORTVERSION%%/ergonomics/update_tracking/org-netbeans-modules-ide-ergonomics.xml -netbeans-%%PORTVERSION%%/etc/netbeans.clusters -netbeans-%%PORTVERSION%%/etc/netbeans.conf -netbeans-%%PORTVERSION%%/etc/netbeans.import -netbeans-%%PORTVERSION%%/groovy/.lastModified -netbeans-%%PORTVERSION%%/groovy/VERSION.txt -netbeans-%%PORTVERSION%%/groovy/config/Modules/org-netbeans-modules-groovy-editor.xml -netbeans-%%PORTVERSION%%/groovy/config/Modules/org-netbeans-modules-groovy-grails.xml -netbeans-%%PORTVERSION%%/groovy/config/Modules/org-netbeans-modules-groovy-grailsproject.xml -netbeans-%%PORTVERSION%%/groovy/config/Modules/org-netbeans-modules-groovy-gsp.xml -netbeans-%%PORTVERSION%%/groovy/config/Modules/org-netbeans-modules-groovy-kit.xml -netbeans-%%PORTVERSION%%/groovy/config/Modules/org-netbeans-modules-groovy-refactoring.xml -netbeans-%%PORTVERSION%%/groovy/config/Modules/org-netbeans-modules-groovy-samples.xml -netbeans-%%PORTVERSION%%/groovy/config/Modules/org-netbeans-modules-groovy-support.xml -netbeans-%%PORTVERSION%%/groovy/config/Modules/org-netbeans-modules-maven-groovy.xml -netbeans-%%PORTVERSION%%/groovy/modules/ext/groovy-all.jar -netbeans-%%PORTVERSION%%/groovy/modules/locale/org-netbeans-modules-groovy-editor_ja.jar -netbeans-%%PORTVERSION%%/groovy/modules/locale/org-netbeans-modules-groovy-editor_pt_BR.jar -netbeans-%%PORTVERSION%%/groovy/modules/locale/org-netbeans-modules-groovy-editor_ru.jar -netbeans-%%PORTVERSION%%/groovy/modules/locale/org-netbeans-modules-groovy-editor_zh_CN.jar -netbeans-%%PORTVERSION%%/groovy/modules/locale/org-netbeans-modules-groovy-grails_ja.jar -netbeans-%%PORTVERSION%%/groovy/modules/locale/org-netbeans-modules-groovy-grails_pt_BR.jar -netbeans-%%PORTVERSION%%/groovy/modules/locale/org-netbeans-modules-groovy-grails_ru.jar -netbeans-%%PORTVERSION%%/groovy/modules/locale/org-netbeans-modules-groovy-grails_zh_CN.jar -netbeans-%%PORTVERSION%%/groovy/modules/locale/org-netbeans-modules-groovy-grailsproject_ja.jar -netbeans-%%PORTVERSION%%/groovy/modules/locale/org-netbeans-modules-groovy-grailsproject_pt_BR.jar -netbeans-%%PORTVERSION%%/groovy/modules/locale/org-netbeans-modules-groovy-grailsproject_ru.jar -netbeans-%%PORTVERSION%%/groovy/modules/locale/org-netbeans-modules-groovy-grailsproject_zh_CN.jar -netbeans-%%PORTVERSION%%/groovy/modules/locale/org-netbeans-modules-groovy-gsp_ja.jar -netbeans-%%PORTVERSION%%/groovy/modules/locale/org-netbeans-modules-groovy-gsp_pt_BR.jar -netbeans-%%PORTVERSION%%/groovy/modules/locale/org-netbeans-modules-groovy-gsp_ru.jar -netbeans-%%PORTVERSION%%/groovy/modules/locale/org-netbeans-modules-groovy-gsp_zh_CN.jar -netbeans-%%PORTVERSION%%/groovy/modules/locale/org-netbeans-modules-groovy-kit_ja.jar -netbeans-%%PORTVERSION%%/groovy/modules/locale/org-netbeans-modules-groovy-kit_pt_BR.jar -netbeans-%%PORTVERSION%%/groovy/modules/locale/org-netbeans-modules-groovy-kit_ru.jar -netbeans-%%PORTVERSION%%/groovy/modules/locale/org-netbeans-modules-groovy-kit_zh_CN.jar -netbeans-%%PORTVERSION%%/groovy/modules/locale/org-netbeans-modules-groovy-refactoring_ja.jar -netbeans-%%PORTVERSION%%/groovy/modules/locale/org-netbeans-modules-groovy-refactoring_pt_BR.jar -netbeans-%%PORTVERSION%%/groovy/modules/locale/org-netbeans-modules-groovy-refactoring_ru.jar -netbeans-%%PORTVERSION%%/groovy/modules/locale/org-netbeans-modules-groovy-refactoring_zh_CN.jar -netbeans-%%PORTVERSION%%/groovy/modules/locale/org-netbeans-modules-groovy-samples_ja.jar -netbeans-%%PORTVERSION%%/groovy/modules/locale/org-netbeans-modules-groovy-samples_pt_BR.jar -netbeans-%%PORTVERSION%%/groovy/modules/locale/org-netbeans-modules-groovy-samples_ru.jar -netbeans-%%PORTVERSION%%/groovy/modules/locale/org-netbeans-modules-groovy-samples_zh_CN.jar -netbeans-%%PORTVERSION%%/groovy/modules/locale/org-netbeans-modules-groovy-support_ja.jar -netbeans-%%PORTVERSION%%/groovy/modules/locale/org-netbeans-modules-groovy-support_pt_BR.jar -netbeans-%%PORTVERSION%%/groovy/modules/locale/org-netbeans-modules-groovy-support_ru.jar -netbeans-%%PORTVERSION%%/groovy/modules/locale/org-netbeans-modules-groovy-support_zh_CN.jar -netbeans-%%PORTVERSION%%/groovy/modules/locale/org-netbeans-modules-maven-groovy_ja.jar -netbeans-%%PORTVERSION%%/groovy/modules/locale/org-netbeans-modules-maven-groovy_pt_BR.jar -netbeans-%%PORTVERSION%%/groovy/modules/locale/org-netbeans-modules-maven-groovy_ru.jar -netbeans-%%PORTVERSION%%/groovy/modules/locale/org-netbeans-modules-maven-groovy_zh_CN.jar -netbeans-%%PORTVERSION%%/groovy/modules/org-netbeans-modules-groovy-editor.jar -netbeans-%%PORTVERSION%%/groovy/modules/org-netbeans-modules-groovy-grails.jar -netbeans-%%PORTVERSION%%/groovy/modules/org-netbeans-modules-groovy-grailsproject.jar -netbeans-%%PORTVERSION%%/groovy/modules/org-netbeans-modules-groovy-gsp.jar -netbeans-%%PORTVERSION%%/groovy/modules/org-netbeans-modules-groovy-kit.jar -netbeans-%%PORTVERSION%%/groovy/modules/org-netbeans-modules-groovy-refactoring.jar -netbeans-%%PORTVERSION%%/groovy/modules/org-netbeans-modules-groovy-samples.jar -netbeans-%%PORTVERSION%%/groovy/modules/org-netbeans-modules-groovy-support.jar -netbeans-%%PORTVERSION%%/groovy/modules/org-netbeans-modules-maven-groovy.jar -netbeans-%%PORTVERSION%%/groovy/update_tracking/org-netbeans-modules-groovy-editor.xml -netbeans-%%PORTVERSION%%/groovy/update_tracking/org-netbeans-modules-groovy-grails.xml -netbeans-%%PORTVERSION%%/groovy/update_tracking/org-netbeans-modules-groovy-grailsproject.xml -netbeans-%%PORTVERSION%%/groovy/update_tracking/org-netbeans-modules-groovy-gsp.xml -netbeans-%%PORTVERSION%%/groovy/update_tracking/org-netbeans-modules-groovy-kit.xml -netbeans-%%PORTVERSION%%/groovy/update_tracking/org-netbeans-modules-groovy-refactoring.xml -netbeans-%%PORTVERSION%%/groovy/update_tracking/org-netbeans-modules-groovy-samples.xml -netbeans-%%PORTVERSION%%/groovy/update_tracking/org-netbeans-modules-groovy-support.xml -netbeans-%%PORTVERSION%%/groovy/update_tracking/org-netbeans-modules-maven-groovy.xml -netbeans-%%PORTVERSION%%/harness/.lastModified -netbeans-%%PORTVERSION%%/harness/README -netbeans-%%PORTVERSION%%/harness/antlib/bindex-2.2.jar -netbeans-%%PORTVERSION%%/harness/antlib/jsearch-2.0_05.jar -netbeans-%%PORTVERSION%%/harness/build.xml -netbeans-%%PORTVERSION%%/harness/common.xml -netbeans-%%PORTVERSION%%/harness/config/Modules/org-netbeans-insane.xml -netbeans-%%PORTVERSION%%/harness/config/Modules/org-netbeans-libs-nbi-ant.xml -netbeans-%%PORTVERSION%%/harness/config/Modules/org-netbeans-libs-nbi-engine.xml -netbeans-%%PORTVERSION%%/harness/config/Modules/org-netbeans-modules-apisupport-harness.xml -netbeans-%%PORTVERSION%%/harness/config/Modules/org-netbeans-modules-jellytools-platform.xml -netbeans-%%PORTVERSION%%/harness/config/Modules/org-netbeans-modules-jemmy.xml -netbeans-%%PORTVERSION%%/harness/config/Modules/org-netbeans-modules-nbjunit.xml -netbeans-%%PORTVERSION%%/harness/etc/Info.plist -netbeans-%%PORTVERSION%%/harness/etc/app.conf -netbeans-%%PORTVERSION%%/harness/etc/applicationIcon.icns -netbeans-%%PORTVERSION%%/harness/jdk.xml -netbeans-%%PORTVERSION%%/harness/jnlp.xml -netbeans-%%PORTVERSION%%/harness/jnlp/jnlp-launcher.jar -netbeans-%%PORTVERSION%%/harness/launchers/app.exe -netbeans-%%PORTVERSION%%/harness/launchers/app.sh -netbeans-%%PORTVERSION%%/harness/launchers/app64.exe -netbeans-%%PORTVERSION%%/harness/launchers/pre7_app.exe -netbeans-%%PORTVERSION%%/harness/launchers/pre7_app_w.exe -netbeans-%%PORTVERSION%%/harness/modules/ext/jemmy-2.3.0.0.jar -netbeans-%%PORTVERSION%%/harness/modules/ext/locale/nbi-engine_ja.jar -netbeans-%%PORTVERSION%%/harness/modules/ext/locale/nbi-engine_pt_BR.jar -netbeans-%%PORTVERSION%%/harness/modules/ext/locale/nbi-engine_ru.jar -netbeans-%%PORTVERSION%%/harness/modules/ext/locale/nbi-engine_zh_CN.jar -netbeans-%%PORTVERSION%%/harness/modules/ext/nbi-ant-tasks.jar -netbeans-%%PORTVERSION%%/harness/modules/ext/nbi-engine.jar -netbeans-%%PORTVERSION%%/harness/modules/ext/nbi-registries-management.jar -netbeans-%%PORTVERSION%%/harness/modules/locale/org-netbeans-insane_ja.jar -netbeans-%%PORTVERSION%%/harness/modules/locale/org-netbeans-insane_pt_BR.jar -netbeans-%%PORTVERSION%%/harness/modules/locale/org-netbeans-insane_ru.jar -netbeans-%%PORTVERSION%%/harness/modules/locale/org-netbeans-insane_zh_CN.jar -netbeans-%%PORTVERSION%%/harness/modules/locale/org-netbeans-libs-nbi-ant_ja.jar -netbeans-%%PORTVERSION%%/harness/modules/locale/org-netbeans-libs-nbi-ant_pt_BR.jar -netbeans-%%PORTVERSION%%/harness/modules/locale/org-netbeans-libs-nbi-ant_ru.jar -netbeans-%%PORTVERSION%%/harness/modules/locale/org-netbeans-libs-nbi-ant_zh_CN.jar -netbeans-%%PORTVERSION%%/harness/modules/locale/org-netbeans-libs-nbi-engine_ja.jar -netbeans-%%PORTVERSION%%/harness/modules/locale/org-netbeans-libs-nbi-engine_pt_BR.jar -netbeans-%%PORTVERSION%%/harness/modules/locale/org-netbeans-libs-nbi-engine_ru.jar -netbeans-%%PORTVERSION%%/harness/modules/locale/org-netbeans-libs-nbi-engine_zh_CN.jar -netbeans-%%PORTVERSION%%/harness/modules/locale/org-netbeans-modules-apisupport-harness_ja.jar -netbeans-%%PORTVERSION%%/harness/modules/locale/org-netbeans-modules-apisupport-harness_pt_BR.jar -netbeans-%%PORTVERSION%%/harness/modules/locale/org-netbeans-modules-apisupport-harness_ru.jar -netbeans-%%PORTVERSION%%/harness/modules/locale/org-netbeans-modules-apisupport-harness_zh_CN.jar -netbeans-%%PORTVERSION%%/harness/modules/locale/org-netbeans-modules-jellytools-platform_ja.jar -netbeans-%%PORTVERSION%%/harness/modules/locale/org-netbeans-modules-jellytools-platform_pt_BR.jar -netbeans-%%PORTVERSION%%/harness/modules/locale/org-netbeans-modules-jellytools-platform_ru.jar -netbeans-%%PORTVERSION%%/harness/modules/locale/org-netbeans-modules-jellytools-platform_zh_CN.jar -netbeans-%%PORTVERSION%%/harness/modules/locale/org-netbeans-modules-jemmy_ja.jar -netbeans-%%PORTVERSION%%/harness/modules/locale/org-netbeans-modules-jemmy_pt_BR.jar -netbeans-%%PORTVERSION%%/harness/modules/locale/org-netbeans-modules-jemmy_ru.jar -netbeans-%%PORTVERSION%%/harness/modules/locale/org-netbeans-modules-jemmy_zh_CN.jar -netbeans-%%PORTVERSION%%/harness/modules/locale/org-netbeans-modules-nbjunit_ja.jar -netbeans-%%PORTVERSION%%/harness/modules/locale/org-netbeans-modules-nbjunit_pt_BR.jar -netbeans-%%PORTVERSION%%/harness/modules/locale/org-netbeans-modules-nbjunit_ru.jar -netbeans-%%PORTVERSION%%/harness/modules/locale/org-netbeans-modules-nbjunit_zh_CN.jar -netbeans-%%PORTVERSION%%/harness/modules/org-netbeans-insane.jar -netbeans-%%PORTVERSION%%/harness/modules/org-netbeans-libs-nbi-ant.jar -netbeans-%%PORTVERSION%%/harness/modules/org-netbeans-libs-nbi-engine.jar -netbeans-%%PORTVERSION%%/harness/modules/org-netbeans-modules-apisupport-harness.jar -netbeans-%%PORTVERSION%%/harness/modules/org-netbeans-modules-jellytools-platform.jar -netbeans-%%PORTVERSION%%/harness/modules/org-netbeans-modules-jemmy.jar -netbeans-%%PORTVERSION%%/harness/modules/org-netbeans-modules-nbjunit.jar -netbeans-%%PORTVERSION%%/harness/nbi/.common/common.properties -netbeans-%%PORTVERSION%%/harness/nbi/.common/common.xml -netbeans-%%PORTVERSION%%/harness/nbi/.common/engine.properties -netbeans-%%PORTVERSION%%/harness/nbi/.common/engine.xml -netbeans-%%PORTVERSION%%/harness/nbi/.common/group.properties -netbeans-%%PORTVERSION%%/harness/nbi/.common/group.xml -netbeans-%%PORTVERSION%%/harness/nbi/.common/product.properties -netbeans-%%PORTVERSION%%/harness/nbi/.common/product.xml -netbeans-%%PORTVERSION%%/harness/nbi/stub/build.properties -netbeans-%%PORTVERSION%%/harness/nbi/stub/build.xml -netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/components/products/helloworld/build.xml -netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/components/products/helloworld/data/Bundle.properties -netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/components/products/helloworld/data/icon.png -netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/components/products/helloworld/data/icon48.png -netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/components/products/helloworld/manifest.mf -netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/components/products/helloworld/nbproject/build-impl.xml -netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/components/products/helloworld/nbproject/genfiles.properties -netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/components/products/helloworld/nbproject/project.properties -netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/components/products/helloworld/nbproject/project.xml -netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/components/products/helloworld/src/org/mycompany/Bundle.properties -netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/components/products/helloworld/src/org/mycompany/ConfigurationLogic.java -netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/components/products/helloworld/src/org/mycompany/wizard.xml -netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/components/products/helloworld/src/org/mycompany/wizard/panels/Bundle.properties -netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/components/products/helloworld/src/org/mycompany/wizard/panels/HelloWorldPanel.java -netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/engine/build.properties -netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/engine/build.xml -netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/engine/manifest.mf -netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/engine/nbproject/build-impl.xml -netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/engine/nbproject/genfiles.properties -netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/engine/nbproject/project.properties -netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/engine/nbproject/project.xml -netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/engine/src/data/engine.properties -netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/engine/src/native/launcher/unix/i18n/launcher.properties -netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/engine/src/native/launcher/windows/i18n/launcher.properties -netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer/utils/applications/Bundle.properties -netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer/utils/applications/NetBeansRCPUtils.java -netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer/wizard/components/actions/Bundle.properties -netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer/wizard/components/actions/InitializeAction.java -netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer/wizard/components/panels/Bundle.properties -netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer/wizard/components/panels/PostInstallSummaryPanel.java -netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer/wizard/components/panels/PreInstallSummaryPanel.java -netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer/wizard/components/panels/WelcomePanel.java -netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer/wizard/components/panels/resources/welcome-left-bottom.png -netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer/wizard/components/panels/resources/welcome-left-top.png -netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer/wizard/components/sequences/Bundle.properties -netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer/wizard/components/sequences/MainSequence.java -netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer/wizard/wizard-components.xml -netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer/wizard/wizard-description-background-left.png -netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer/wizard/wizard-description-background-right.png -netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer/wizard/wizard-icon.png -netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/infra/build/engine/build.properties -netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/infra/build/engine/build.xml -netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/infra/build/products/helloworld/build.properties -netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/infra/build/products/helloworld/build.xml -netbeans-%%PORTVERSION%%/harness/nbi/stub/template.xml -netbeans-%%PORTVERSION%%/harness/nbi/stub/tmpl.properties -netbeans-%%PORTVERSION%%/harness/no-testcoverage.xml -netbeans-%%PORTVERSION%%/harness/osgi.xml -netbeans-%%PORTVERSION%%/harness/run.xml -netbeans-%%PORTVERSION%%/harness/suite.xml -netbeans-%%PORTVERSION%%/harness/tasks.jar -netbeans-%%PORTVERSION%%/harness/update_tracking/org-netbeans-insane.xml -netbeans-%%PORTVERSION%%/harness/update_tracking/org-netbeans-libs-nbi-ant.xml -netbeans-%%PORTVERSION%%/harness/update_tracking/org-netbeans-libs-nbi-engine.xml -netbeans-%%PORTVERSION%%/harness/update_tracking/org-netbeans-modules-apisupport-harness.xml -netbeans-%%PORTVERSION%%/harness/update_tracking/org-netbeans-modules-jellytools-platform.xml -netbeans-%%PORTVERSION%%/harness/update_tracking/org-netbeans-modules-jemmy.xml -netbeans-%%PORTVERSION%%/harness/update_tracking/org-netbeans-modules-nbjunit.xml -netbeans-%%PORTVERSION%%/ide/.lastModified -netbeans-%%PORTVERSION%%/ide/VERSION.txt -netbeans-%%PORTVERSION%%/ide/bin/nativeexecution/Linux-x86/process_start -netbeans-%%PORTVERSION%%/ide/bin/nativeexecution/Linux-x86/pty -netbeans-%%PORTVERSION%%/ide/bin/nativeexecution/Linux-x86/pty_open -netbeans-%%PORTVERSION%%/ide/bin/nativeexecution/Linux-x86/sigqueue -netbeans-%%PORTVERSION%%/ide/bin/nativeexecution/Linux-x86/stat -netbeans-%%PORTVERSION%%/ide/bin/nativeexecution/Linux-x86/unbuffer.so -netbeans-%%PORTVERSION%%/ide/bin/nativeexecution/Linux-x86_64/process_start -netbeans-%%PORTVERSION%%/ide/bin/nativeexecution/Linux-x86_64/pty -netbeans-%%PORTVERSION%%/ide/bin/nativeexecution/Linux-x86_64/pty_open -netbeans-%%PORTVERSION%%/ide/bin/nativeexecution/Linux-x86_64/sigqueue -netbeans-%%PORTVERSION%%/ide/bin/nativeexecution/Linux-x86_64/stat -netbeans-%%PORTVERSION%%/ide/bin/nativeexecution/Linux-x86_64/unbuffer.so -netbeans-%%PORTVERSION%%/ide/bin/nativeexecution/MacOSX-x86/process_start -netbeans-%%PORTVERSION%%/ide/bin/nativeexecution/MacOSX-x86/pty -netbeans-%%PORTVERSION%%/ide/bin/nativeexecution/MacOSX-x86/pty_open -netbeans-%%PORTVERSION%%/ide/bin/nativeexecution/MacOSX-x86/stat -netbeans-%%PORTVERSION%%/ide/bin/nativeexecution/MacOSX-x86/unbuffer.dylib -netbeans-%%PORTVERSION%%/ide/bin/nativeexecution/MacOSX-x86_64/process_start -netbeans-%%PORTVERSION%%/ide/bin/nativeexecution/MacOSX-x86_64/pty -netbeans-%%PORTVERSION%%/ide/bin/nativeexecution/MacOSX-x86_64/pty_open -netbeans-%%PORTVERSION%%/ide/bin/nativeexecution/MacOSX-x86_64/stat -netbeans-%%PORTVERSION%%/ide/bin/nativeexecution/MacOSX-x86_64/unbuffer.dylib -netbeans-%%PORTVERSION%%/ide/bin/nativeexecution/SunOS-sparc/privp -netbeans-%%PORTVERSION%%/ide/bin/nativeexecution/SunOS-sparc/process_start -netbeans-%%PORTVERSION%%/ide/bin/nativeexecution/SunOS-sparc/pty -netbeans-%%PORTVERSION%%/ide/bin/nativeexecution/SunOS-sparc/pty_open -netbeans-%%PORTVERSION%%/ide/bin/nativeexecution/SunOS-sparc/sigqueue -netbeans-%%PORTVERSION%%/ide/bin/nativeexecution/SunOS-sparc/stat -netbeans-%%PORTVERSION%%/ide/bin/nativeexecution/SunOS-sparc/unbuffer.so -netbeans-%%PORTVERSION%%/ide/bin/nativeexecution/SunOS-sparc_64/privp -netbeans-%%PORTVERSION%%/ide/bin/nativeexecution/SunOS-sparc_64/process_start -netbeans-%%PORTVERSION%%/ide/bin/nativeexecution/SunOS-sparc_64/pty -netbeans-%%PORTVERSION%%/ide/bin/nativeexecution/SunOS-sparc_64/pty_open -netbeans-%%PORTVERSION%%/ide/bin/nativeexecution/SunOS-sparc_64/sigqueue -netbeans-%%PORTVERSION%%/ide/bin/nativeexecution/SunOS-sparc_64/stat -netbeans-%%PORTVERSION%%/ide/bin/nativeexecution/SunOS-sparc_64/unbuffer.so -netbeans-%%PORTVERSION%%/ide/bin/nativeexecution/SunOS-x86/privp -netbeans-%%PORTVERSION%%/ide/bin/nativeexecution/SunOS-x86/process_start -netbeans-%%PORTVERSION%%/ide/bin/nativeexecution/SunOS-x86/pty -netbeans-%%PORTVERSION%%/ide/bin/nativeexecution/SunOS-x86/pty_open -netbeans-%%PORTVERSION%%/ide/bin/nativeexecution/SunOS-x86/sigqueue -netbeans-%%PORTVERSION%%/ide/bin/nativeexecution/SunOS-x86/stat -netbeans-%%PORTVERSION%%/ide/bin/nativeexecution/SunOS-x86/unbuffer.so -netbeans-%%PORTVERSION%%/ide/bin/nativeexecution/SunOS-x86_64/process_start -netbeans-%%PORTVERSION%%/ide/bin/nativeexecution/SunOS-x86_64/pty -netbeans-%%PORTVERSION%%/ide/bin/nativeexecution/SunOS-x86_64/pty_open -netbeans-%%PORTVERSION%%/ide/bin/nativeexecution/SunOS-x86_64/sigqueue -netbeans-%%PORTVERSION%%/ide/bin/nativeexecution/SunOS-x86_64/stat -netbeans-%%PORTVERSION%%/ide/bin/nativeexecution/SunOS-x86_64/unbuffer.so -netbeans-%%PORTVERSION%%/ide/bin/nativeexecution/Windows-x86/process_start -netbeans-%%PORTVERSION%%/ide/bin/nativeexecution/Windows-x86/pty -netbeans-%%PORTVERSION%%/ide/bin/nativeexecution/Windows-x86/pty_open -netbeans-%%PORTVERSION%%/ide/bin/nativeexecution/Windows-x86/sigqueue -netbeans-%%PORTVERSION%%/ide/bin/nativeexecution/Windows-x86/unbuffer.dll -netbeans-%%PORTVERSION%%/ide/bin/nativeexecution/Windows-x86_64/process_start -netbeans-%%PORTVERSION%%/ide/bin/nativeexecution/Windows-x86_64/pty -netbeans-%%PORTVERSION%%/ide/bin/nativeexecution/Windows-x86_64/pty_open -netbeans-%%PORTVERSION%%/ide/bin/nativeexecution/Windows-x86_64/sigqueue -netbeans-%%PORTVERSION%%/ide/bin/nativeexecution/dorun.sh -netbeans-%%PORTVERSION%%/ide/bin/nativeexecution/hostinfo.sh -netbeans-%%PORTVERSION%%/ide/config/ModuleAutoDeps/org-netbeans-modules-db.xml -netbeans-%%PORTVERSION%%/ide/config/ModuleAutoDeps/org-netbeans-modules-editor-lib.xml -netbeans-%%PORTVERSION%%/ide/config/ModuleAutoDeps/org-netbeans-modules-editor.xml -netbeans-%%PORTVERSION%%/ide/config/ModuleAutoDeps/org-netbeans-modules-ide-kit.xml -netbeans-%%PORTVERSION%%/ide/config/ModuleAutoDeps/org-netbeans-modules-options-editor.xml -netbeans-%%PORTVERSION%%/ide/config/ModuleAutoDeps/org-netbeans-modules-project-ant.xml -netbeans-%%PORTVERSION%%/ide/config/ModuleAutoDeps/org-netbeans-modules-project-libraries.xml -netbeans-%%PORTVERSION%%/ide/config/ModuleAutoDeps/org-netbeans-modules-projectapi.xml -netbeans-%%PORTVERSION%%/ide/config/ModuleAutoDeps/org-netbeans-modules-projectuiapi.xml -netbeans-%%PORTVERSION%%/ide/config/ModuleAutoDeps/org-netbeans-spi-palette.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/com-jcraft-jsch.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/com-jcraft-jzlib.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-apache-commons-codec.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-apache-commons-httpclient.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-apache-commons-io.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-apache-commons-lang.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-apache-commons-logging.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-apache-ws-commons-util.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-apache-xml-resolver.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-apache-xmlrpc.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-eclipse-core-contenttype.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-eclipse-core-jobs.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-eclipse-core-net.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-eclipse-core-runtime-compatibility-auth.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-eclipse-core-runtime.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-eclipse-equinox-app.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-eclipse-equinox-common.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-eclipse-equinox-preferences.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-eclipse-equinox-registry.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-eclipse-equinox-security.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-eclipse-jgit.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-eclipse-mylyn-bugzilla-core.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-eclipse-mylyn-commons-core.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-eclipse-mylyn-commons-net.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-eclipse-mylyn-commons-xmlrpc.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-eclipse-mylyn-tasks-core.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-mozilla-rhino-patched.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-api-debugger.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-api-java-classpath.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-api-xml.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-core-browser.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-core-ide.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-lib-terminalemulator.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-libs-antlr3-runtime.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-libs-bytelist.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-libs-commons_net.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-libs-freemarker.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-libs-git.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-libs-ini4j.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-libs-jaxb.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-libs-jvyamlb.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-libs-lucene.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-libs-smack.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-libs-svnClientAdapter-javahl.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-libs-svnClientAdapter-svnkit.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-libs-svnClientAdapter.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-libs-swingx.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-libs-xerces.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-bugtracking-bridge.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-bugtracking.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-bugzilla.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-code-analysis.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-csl-api.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-css-editor.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-css-lib.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-css-visual.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-db-core.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-db-dataview.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-db-drivers.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-db-kit.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-db-metadata-model.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-db-mysql.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-db-sql-editor.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-db-sql-visualeditor.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-db.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-dbapi.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-defaults.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-derby.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-diff.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-dlight-nativeexecution.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-dlight-terminal.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-editor-actions.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-editor-bookmarks.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-editor-bracesmatching.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-editor-codetemplates.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-editor-completion.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-editor-deprecated-pre65formatting.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-editor-errorstripe-api.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-editor-errorstripe.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-editor-fold.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-editor-global-format.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-editor-guards.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-editor-indent-project.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-editor-indent.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-editor-kit.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-editor-lib.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-editor-lib2.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-editor-macros.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-editor-plain-lib.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-editor-plain.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-editor-search.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-editor-settings-storage.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-editor-settings.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-editor-structure.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-editor-util.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-editor.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-extbrowser.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-extexecution-destroy.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-extexecution.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-git.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-glassfish-common.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-gototest.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-gsf-codecoverage.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-gsf-testrunner.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-html-editor-lib.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-html-editor.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-html-lexer.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-html-parser.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-html-validation.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-html.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-httpserver.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-hudson-git.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-hudson-mercurial.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-hudson-subversion.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-hudson-tasklist.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-hudson.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-ide-kit.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-image.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-javascript-editing.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-javascript-hints.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-javascript-kit.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-javascript-refactoring.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-jellytools-ide.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-jumpto.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-languages-diff.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-languages-manifest.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-languages-yaml.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-languages.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-lexer-nbbridge.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-lexer.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-localhistory.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-mercurial.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-options-editor.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-parsing-api.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-parsing-lucene.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-parsing-ui.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-print-editor.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-project-ant.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-project-indexingbridge.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-project-libraries.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-projectapi.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-projectui-buildmenu.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-projectui.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-projectuiapi.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-properties-syntax.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-properties.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-refactoring-api.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-schema2beans.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-server.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-servletapi.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-spellchecker-apimodule.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-spellchecker-bindings-htmlxml.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-spellchecker-bindings-properties.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-spellchecker-dictionary_en.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-spellchecker-kit.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-spellchecker.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-subversion.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-swing-validation.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-target-iterator.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-tasklist-kit.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-tasklist-projectint.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-tasklist-todo.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-tasklist-ui.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-terminal.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-usersguide.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-utilities-project.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-utilities.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-versioning-core.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-versioning-indexingbridge.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-versioning-masterfs.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-versioning-system-cvss-installer.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-versioning-ui.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-versioning-util.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-versioning.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-web-common.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-web-indent.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-xml-axi.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-xml-catalog.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-xml-core.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-xml-jaxb-api.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-xml-lexer.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-xml-multiview.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-xml-retriever.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-xml-schema-completion.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-xml-schema-model.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-xml-tax.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-xml-text.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-xml-tools.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-xml-wsdl-model.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-xml-xam.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-xml-xdm.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-xml.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-xsl.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-spi-debugger-ui.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-spi-editor-hints.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-spi-navigator.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-spi-palette.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-spi-tasklist.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-spi-viewmodel.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-swing-dirchooser.xml -netbeans-%%PORTVERSION%%/ide/config/Modules/org-openidex-util.xml -netbeans-%%PORTVERSION%%/ide/docs/css21-spec.zip -netbeans-%%PORTVERSION%%/ide/docs/css3-spec.zip -netbeans-%%PORTVERSION%%/ide/docs/html-4.01.zip -netbeans-%%PORTVERSION%%/ide/docs/html5doc.zip -netbeans-%%PORTVERSION%%/ide/docs/jaxb-api-doc.zip -netbeans-%%PORTVERSION%%/ide/docs/org/netbeans/modules/usersguide/ide.css -netbeans-%%PORTVERSION%%/ide/jsstubs/allstubs.zip -netbeans-%%PORTVERSION%%/ide/jsstubs/netbeans-index-1.119-javascript-6.115.zip -netbeans-%%PORTVERSION%%/ide/jsstubs/sdocs.zip -netbeans-%%PORTVERSION%%/ide/modules/com-jcraft-jsch.jar -netbeans-%%PORTVERSION%%/ide/modules/com-jcraft-jzlib.jar -netbeans-%%PORTVERSION%%/ide/modules/dict/dictionary_en.description -netbeans-%%PORTVERSION%%/ide/modules/dict/dictionary_en_GB.description -netbeans-%%PORTVERSION%%/ide/modules/dict/dictionary_en_US.description -netbeans-%%PORTVERSION%%/ide/modules/dict/ispell-enwl-3.1.20.zip -netbeans-%%PORTVERSION%%/ide/modules/docs/org-netbeans-modules-git.jar -netbeans-%%PORTVERSION%%/ide/modules/docs/org-netbeans-modules-mercurial.jar -netbeans-%%PORTVERSION%%/ide/modules/docs/org-netbeans-modules-subversion.jar -netbeans-%%PORTVERSION%%/ide/modules/docs/org-netbeans-modules-usersguide.jar -netbeans-%%PORTVERSION%%/ide/modules/ext/ValidationAPI.jar -netbeans-%%PORTVERSION%%/ide/modules/ext/antlr-runtime-3.3.jar -netbeans-%%PORTVERSION%%/ide/modules/ext/bytelist-0.1.jar -netbeans-%%PORTVERSION%%/ide/modules/ext/commons-net-3.0.1.jar -netbeans-%%PORTVERSION%%/ide/modules/ext/ddl.jar -netbeans-%%PORTVERSION%%/ide/modules/ext/derbysampledb.zip -netbeans-%%PORTVERSION%%/ide/modules/ext/freemarker-2.3.8.jar -netbeans-%%PORTVERSION%%/ide/modules/ext/html5-datatypes.jar -netbeans-%%PORTVERSION%%/ide/modules/ext/html5-parser.jar -netbeans-%%PORTVERSION%%/ide/modules/ext/icu4j-4_0.jar -netbeans-%%PORTVERSION%%/ide/modules/ext/ini4j-0.5.1.jar -netbeans-%%PORTVERSION%%/ide/modules/ext/io-xml-util.jar -netbeans-%%PORTVERSION%%/ide/modules/ext/iri.jar -netbeans-%%PORTVERSION%%/ide/modules/ext/isorelax20041111.jar -netbeans-%%PORTVERSION%%/ide/modules/ext/jaxb/activation.jar -netbeans-%%PORTVERSION%%/ide/modules/ext/jaxb/api/jaxb-api.jar -netbeans-%%PORTVERSION%%/ide/modules/ext/jaxb/api/jsr173_1.0_api.jar -netbeans-%%PORTVERSION%%/ide/modules/ext/jaxb/jaxb-impl.jar -netbeans-%%PORTVERSION%%/ide/modules/ext/jaxb/jaxb-xjc.jar -netbeans-%%PORTVERSION%%/ide/modules/ext/jaxb/jaxb1-impl.jar -netbeans-%%PORTVERSION%%/ide/modules/ext/jing.jar -netbeans-%%PORTVERSION%%/ide/modules/ext/js.jar -netbeans-%%PORTVERSION%%/ide/modules/ext/jvyamlb-0.2.3.jar -netbeans-%%PORTVERSION%%/ide/modules/ext/libpam4j-1.1.jar -netbeans-%%PORTVERSION%%/ide/modules/ext/locale/ValidationAPI_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/ext/locale/ValidationAPI_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/ext/locale/ValidationAPI_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/ext/locale/ValidationAPI_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/ext/locale/ddl_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/ext/locale/ddl_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/ext/locale/ddl_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/ext/locale/ddl_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/ext/locale/org-netbeans-tax_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/ext/locale/org-netbeans-tax_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/ext/locale/org-netbeans-tax_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/ext/locale/org-netbeans-tax_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/ext/log4j-1.2.15.jar -netbeans-%%PORTVERSION%%/ide/modules/ext/lucene-core-3.5.0.jar -netbeans-%%PORTVERSION%%/ide/modules/ext/mysql-connector-java-5.1.18-bin.jar -netbeans-%%PORTVERSION%%/ide/modules/ext/non-schema.jar -netbeans-%%PORTVERSION%%/ide/modules/ext/org-netbeans-tax.jar -netbeans-%%PORTVERSION%%/ide/modules/ext/postgresql-9.1-901.jdbc4.jar -netbeans-%%PORTVERSION%%/ide/modules/ext/processtreekiller-1.0.1.jar -netbeans-%%PORTVERSION%%/ide/modules/ext/resolver-1.2.jar -netbeans-%%PORTVERSION%%/ide/modules/ext/saxon9B.jar -netbeans-%%PORTVERSION%%/ide/modules/ext/servlet-2.2.jar -netbeans-%%PORTVERSION%%/ide/modules/ext/smack.jar -netbeans-%%PORTVERSION%%/ide/modules/ext/smackx.jar -netbeans-%%PORTVERSION%%/ide/modules/ext/sqljet-1.1.4.jar -netbeans-%%PORTVERSION%%/ide/modules/ext/svnClientAdapter-javahl-1.8.14.jar -netbeans-%%PORTVERSION%%/ide/modules/ext/svnClientAdapter-main-1.8.14.jar -netbeans-%%PORTVERSION%%/ide/modules/ext/svnClientAdapter-svnkit-1.8.14.jar -netbeans-%%PORTVERSION%%/ide/modules/ext/svnjavahl-1.7.5.jar -netbeans-%%PORTVERSION%%/ide/modules/ext/svnkit-1.7.5.jar -netbeans-%%PORTVERSION%%/ide/modules/ext/swingx-0.9.5.jar -netbeans-%%PORTVERSION%%/ide/modules/ext/trilead.ssh2_1.0.0.jar -netbeans-%%PORTVERSION%%/ide/modules/ext/validator.jar -netbeans-%%PORTVERSION%%/ide/modules/ext/webserver.jar -netbeans-%%PORTVERSION%%/ide/modules/ext/winp-1.14-patched.jar -netbeans-%%PORTVERSION%%/ide/modules/ext/xerces-2.8.0.jar -netbeans-%%PORTVERSION%%/ide/modules/lib/extbrowser.dll -netbeans-%%PORTVERSION%%/ide/modules/lib/extbrowser64.dll -netbeans-%%PORTVERSION%%/ide/modules/locale/org-apache-xml-resolver_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-apache-xml-resolver_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-apache-xml-resolver_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-apache-xml-resolver_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-mozilla-rhino-patched_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-mozilla-rhino-patched_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-mozilla-rhino-patched_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-mozilla-rhino-patched_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-api-debugger_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-api-debugger_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-api-debugger_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-api-debugger_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-api-java-classpath_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-api-java-classpath_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-api-java-classpath_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-api-java-classpath_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-api-xml_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-api-xml_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-api-xml_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-api-xml_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-core-browser_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-core-browser_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-core-browser_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-core-browser_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-core-ide_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-core-ide_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-core-ide_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-core-ide_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-lib-terminalemulator_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-lib-terminalemulator_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-lib-terminalemulator_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-lib-terminalemulator_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-antlr3-runtime_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-antlr3-runtime_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-antlr3-runtime_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-antlr3-runtime_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-bytelist_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-bytelist_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-bytelist_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-bytelist_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-commons_net_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-commons_net_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-commons_net_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-commons_net_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-freemarker_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-freemarker_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-freemarker_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-freemarker_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-git_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-git_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-git_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-git_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-ini4j_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-ini4j_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-ini4j_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-ini4j_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-jaxb_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-jaxb_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-jaxb_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-jaxb_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-jvyamlb_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-jvyamlb_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-jvyamlb_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-jvyamlb_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-lucene_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-lucene_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-lucene_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-lucene_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-smack_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-smack_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-smack_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-smack_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-svnClientAdapter-javahl_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-svnClientAdapter-javahl_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-svnClientAdapter-javahl_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-svnClientAdapter-javahl_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-svnClientAdapter-svnkit_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-svnClientAdapter-svnkit_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-svnClientAdapter-svnkit_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-svnClientAdapter-svnkit_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-svnClientAdapter_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-svnClientAdapter_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-svnClientAdapter_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-svnClientAdapter_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-swingx_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-swingx_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-swingx_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-swingx_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-xerces_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-xerces_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-xerces_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-xerces_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-bugtracking-bridge_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-bugtracking-bridge_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-bugtracking-bridge_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-bugtracking-bridge_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-bugtracking_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-bugtracking_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-bugtracking_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-bugtracking_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-bugzilla_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-bugzilla_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-bugzilla_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-bugzilla_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-code-analysis_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-code-analysis_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-code-analysis_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-code-analysis_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-csl-api_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-csl-api_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-csl-api_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-csl-api_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-css-editor_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-css-editor_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-css-editor_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-css-editor_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-css-lib_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-css-lib_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-css-lib_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-css-lib_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-css-visual_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-css-visual_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-css-visual_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-css-visual_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-db-core_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-db-core_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-db-core_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-db-core_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-db-dataview_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-db-dataview_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-db-dataview_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-db-dataview_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-db-drivers_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-db-drivers_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-db-drivers_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-db-drivers_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-db-kit_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-db-kit_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-db-kit_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-db-kit_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-db-metadata-model_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-db-metadata-model_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-db-metadata-model_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-db-metadata-model_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-db-mysql_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-db-mysql_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-db-mysql_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-db-mysql_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-db-sql-editor_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-db-sql-editor_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-db-sql-editor_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-db-sql-editor_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-db-sql-visualeditor_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-db-sql-visualeditor_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-db-sql-visualeditor_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-db-sql-visualeditor_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-db_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-db_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-db_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-db_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-dbapi_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-dbapi_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-dbapi_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-dbapi_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-defaults_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-defaults_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-defaults_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-defaults_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-derby_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-derby_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-derby_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-derby_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-diff_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-diff_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-diff_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-diff_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-dlight-nativeexecution_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-dlight-nativeexecution_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-dlight-nativeexecution_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-dlight-nativeexecution_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-dlight-terminal_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-dlight-terminal_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-dlight-terminal_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-dlight-terminal_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-actions_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-actions_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-actions_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-actions_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-bookmarks_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-bookmarks_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-bookmarks_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-bookmarks_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-bracesmatching_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-bracesmatching_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-bracesmatching_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-bracesmatching_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-codetemplates_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-codetemplates_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-codetemplates_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-codetemplates_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-completion_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-completion_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-completion_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-completion_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-deprecated-pre65formatting_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-deprecated-pre65formatting_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-deprecated-pre65formatting_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-deprecated-pre65formatting_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-errorstripe-api_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-errorstripe-api_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-errorstripe-api_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-errorstripe-api_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-errorstripe_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-errorstripe_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-errorstripe_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-errorstripe_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-fold_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-fold_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-fold_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-fold_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-global-format_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-global-format_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-global-format_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-global-format_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-guards_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-guards_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-guards_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-guards_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-indent-project_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-indent-project_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-indent-project_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-indent-project_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-indent_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-indent_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-indent_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-indent_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-kit_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-kit_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-kit_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-kit_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-lib2_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-lib2_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-lib2_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-lib2_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-lib_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-lib_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-lib_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-lib_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-macros_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-macros_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-macros_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-macros_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-plain-lib_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-plain-lib_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-plain-lib_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-plain-lib_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-plain_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-plain_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-plain_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-plain_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-search_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-search_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-search_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-search_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-settings-storage_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-settings-storage_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-settings-storage_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-settings-storage_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-settings_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-settings_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-settings_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-settings_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-structure_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-structure_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-structure_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-structure_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-util_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-util_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-util_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-util_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-extbrowser_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-extbrowser_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-extbrowser_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-extbrowser_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-extexecution-destroy_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-extexecution-destroy_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-extexecution-destroy_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-extexecution-destroy_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-extexecution_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-extexecution_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-extexecution_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-extexecution_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-git_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-git_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-git_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-git_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-glassfish-common_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-glassfish-common_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-glassfish-common_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-glassfish-common_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-gototest_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-gototest_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-gototest_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-gototest_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-gsf-codecoverage_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-gsf-codecoverage_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-gsf-codecoverage_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-gsf-codecoverage_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-gsf-testrunner_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-gsf-testrunner_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-gsf-testrunner_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-gsf-testrunner_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-html-editor-lib_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-html-editor-lib_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-html-editor-lib_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-html-editor-lib_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-html-editor_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-html-editor_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-html-editor_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-html-editor_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-html-lexer_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-html-lexer_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-html-lexer_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-html-lexer_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-html-parser_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-html-parser_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-html-parser_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-html-parser_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-html-validation_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-html-validation_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-html-validation_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-html-validation_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-html_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-html_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-html_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-html_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-httpserver_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-httpserver_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-httpserver_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-httpserver_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-hudson-git_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-hudson-git_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-hudson-git_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-hudson-git_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-hudson-mercurial_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-hudson-mercurial_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-hudson-mercurial_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-hudson-mercurial_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-hudson-subversion_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-hudson-subversion_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-hudson-subversion_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-hudson-subversion_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-hudson-tasklist_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-hudson-tasklist_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-hudson-tasklist_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-hudson-tasklist_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-hudson_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-hudson_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-hudson_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-hudson_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-ide-kit_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-ide-kit_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-ide-kit_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-ide-kit_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-image_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-image_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-image_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-image_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-javascript-editing_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-javascript-editing_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-javascript-editing_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-javascript-editing_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-javascript-hints_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-javascript-hints_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-javascript-hints_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-javascript-hints_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-javascript-kit_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-javascript-kit_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-javascript-kit_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-javascript-kit_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-javascript-refactoring_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-javascript-refactoring_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-javascript-refactoring_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-javascript-refactoring_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-jellytools-ide_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-jellytools-ide_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-jellytools-ide_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-jellytools-ide_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-jumpto_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-jumpto_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-jumpto_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-jumpto_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-languages-diff_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-languages-diff_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-languages-diff_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-languages-diff_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-languages-manifest_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-languages-manifest_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-languages-manifest_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-languages-manifest_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-languages-yaml_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-languages-yaml_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-languages-yaml_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-languages-yaml_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-languages_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-languages_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-languages_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-languages_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-lexer-nbbridge_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-lexer-nbbridge_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-lexer-nbbridge_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-lexer-nbbridge_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-lexer_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-lexer_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-lexer_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-lexer_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-localhistory_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-localhistory_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-localhistory_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-localhistory_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-mercurial_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-mercurial_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-mercurial_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-mercurial_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-options-editor_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-options-editor_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-options-editor_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-options-editor_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-parsing-api_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-parsing-api_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-parsing-api_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-parsing-api_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-parsing-lucene_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-parsing-lucene_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-parsing-lucene_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-parsing-lucene_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-parsing-ui_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-parsing-ui_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-parsing-ui_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-parsing-ui_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-print-editor_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-print-editor_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-print-editor_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-print-editor_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-project-ant_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-project-ant_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-project-ant_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-project-ant_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-project-indexingbridge_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-project-indexingbridge_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-project-indexingbridge_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-project-indexingbridge_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-project-libraries_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-project-libraries_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-project-libraries_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-project-libraries_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-projectapi_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-projectapi_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-projectapi_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-projectapi_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-projectui-buildmenu_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-projectui-buildmenu_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-projectui-buildmenu_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-projectui-buildmenu_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-projectui_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-projectui_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-projectui_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-projectui_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-projectuiapi_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-projectuiapi_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-projectuiapi_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-projectuiapi_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-properties-syntax_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-properties-syntax_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-properties-syntax_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-properties-syntax_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-properties_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-properties_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-properties_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-properties_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-refactoring-api_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-refactoring-api_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-refactoring-api_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-refactoring-api_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-schema2beans_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-schema2beans_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-schema2beans_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-schema2beans_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-server_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-server_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-server_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-server_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-servletapi_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-servletapi_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-servletapi_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-servletapi_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-spellchecker-apimodule_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-spellchecker-apimodule_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-spellchecker-apimodule_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-spellchecker-apimodule_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-spellchecker-bindings-htmlxml_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-spellchecker-bindings-htmlxml_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-spellchecker-bindings-htmlxml_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-spellchecker-bindings-htmlxml_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-spellchecker-bindings-properties_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-spellchecker-bindings-properties_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-spellchecker-bindings-properties_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-spellchecker-bindings-properties_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-spellchecker-dictionary_en_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-spellchecker-dictionary_en_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-spellchecker-dictionary_en_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-spellchecker-dictionary_en_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-spellchecker-kit_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-spellchecker-kit_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-spellchecker-kit_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-spellchecker-kit_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-spellchecker_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-spellchecker_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-spellchecker_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-spellchecker_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-subversion_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-subversion_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-subversion_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-subversion_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-swing-validation_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-swing-validation_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-swing-validation_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-swing-validation_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-target-iterator_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-target-iterator_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-target-iterator_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-target-iterator_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-tasklist-kit_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-tasklist-kit_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-tasklist-kit_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-tasklist-kit_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-tasklist-projectint_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-tasklist-projectint_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-tasklist-projectint_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-tasklist-projectint_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-tasklist-todo_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-tasklist-todo_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-tasklist-todo_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-tasklist-todo_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-tasklist-ui_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-tasklist-ui_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-tasklist-ui_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-tasklist-ui_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-terminal_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-terminal_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-terminal_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-terminal_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-usersguide_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-usersguide_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-usersguide_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-usersguide_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-utilities-project_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-utilities-project_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-utilities-project_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-utilities-project_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-utilities_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-utilities_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-utilities_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-utilities_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-versioning-core_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-versioning-core_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-versioning-core_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-versioning-core_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-versioning-indexingbridge_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-versioning-indexingbridge_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-versioning-indexingbridge_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-versioning-indexingbridge_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-versioning-masterfs_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-versioning-masterfs_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-versioning-masterfs_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-versioning-masterfs_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-versioning-system-cvss-installer_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-versioning-system-cvss-installer_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-versioning-system-cvss-installer_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-versioning-system-cvss-installer_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-versioning-ui_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-versioning-ui_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-versioning-ui_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-versioning-ui_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-versioning-util_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-versioning-util_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-versioning-util_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-versioning-util_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-versioning_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-versioning_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-versioning_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-versioning_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-web-common_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-web-common_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-web-common_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-web-common_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-web-indent_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-web-indent_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-web-indent_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-web-indent_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-xml-axi_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-xml-axi_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-xml-axi_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-xml-axi_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-xml-catalog_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-xml-catalog_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-xml-catalog_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-xml-catalog_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-xml-core_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-xml-core_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-xml-core_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-xml-core_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-xml-jaxb-api_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-xml-jaxb-api_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-xml-jaxb-api_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-xml-jaxb-api_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-xml-lexer_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-xml-lexer_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-xml-lexer_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-xml-lexer_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-xml-multiview_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-xml-multiview_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-xml-multiview_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-xml-multiview_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-xml-retriever_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-xml-retriever_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-xml-retriever_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-xml-retriever_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-xml-schema-completion_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-xml-schema-completion_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-xml-schema-completion_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-xml-schema-completion_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-xml-schema-model_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-xml-schema-model_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-xml-schema-model_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-xml-schema-model_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-xml-tax_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-xml-tax_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-xml-tax_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-xml-tax_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-xml-text_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-xml-text_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-xml-text_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-xml-text_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-xml-tools_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-xml-tools_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-xml-tools_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-xml-tools_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-xml-wsdl-model_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-xml-wsdl-model_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-xml-wsdl-model_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-xml-wsdl-model_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-xml-xam_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-xml-xam_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-xml-xam_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-xml-xam_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-xml-xdm_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-xml-xdm_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-xml-xdm_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-xml-xdm_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-xml_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-xml_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-xml_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-xml_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-xsl_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-xsl_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-xsl_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-xsl_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-spi-debugger-ui_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-spi-debugger-ui_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-spi-debugger-ui_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-spi-debugger-ui_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-spi-editor-hints_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-spi-editor-hints_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-spi-editor-hints_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-spi-editor-hints_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-spi-navigator_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-spi-navigator_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-spi-navigator_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-spi-navigator_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-spi-palette_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-spi-palette_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-spi-palette_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-spi-palette_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-spi-tasklist_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-spi-tasklist_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-spi-tasklist_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-spi-tasklist_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-spi-viewmodel_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-spi-viewmodel_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-spi-viewmodel_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-spi-viewmodel_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-swing-dirchooser_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-swing-dirchooser_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-swing-dirchooser_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-swing-dirchooser_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-openidex-util_ja.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-openidex-util_pt_BR.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-openidex-util_ru.jar -netbeans-%%PORTVERSION%%/ide/modules/locale/org-openidex-util_zh_CN.jar -netbeans-%%PORTVERSION%%/ide/modules/org-apache-commons-codec.jar -netbeans-%%PORTVERSION%%/ide/modules/org-apache-commons-httpclient.jar -netbeans-%%PORTVERSION%%/ide/modules/org-apache-commons-io.jar -netbeans-%%PORTVERSION%%/ide/modules/org-apache-commons-lang.jar -netbeans-%%PORTVERSION%%/ide/modules/org-apache-commons-logging.jar -netbeans-%%PORTVERSION%%/ide/modules/org-apache-ws-commons-util.jar -netbeans-%%PORTVERSION%%/ide/modules/org-apache-xml-resolver.jar -netbeans-%%PORTVERSION%%/ide/modules/org-apache-xmlrpc.jar -netbeans-%%PORTVERSION%%/ide/modules/org-eclipse-core-contenttype.jar -netbeans-%%PORTVERSION%%/ide/modules/org-eclipse-core-jobs.jar -netbeans-%%PORTVERSION%%/ide/modules/org-eclipse-core-net.jar -netbeans-%%PORTVERSION%%/ide/modules/org-eclipse-core-runtime-compatibility-auth.jar -netbeans-%%PORTVERSION%%/ide/modules/org-eclipse-core-runtime.jar -netbeans-%%PORTVERSION%%/ide/modules/org-eclipse-equinox-app.jar -netbeans-%%PORTVERSION%%/ide/modules/org-eclipse-equinox-common.jar -netbeans-%%PORTVERSION%%/ide/modules/org-eclipse-equinox-preferences.jar -netbeans-%%PORTVERSION%%/ide/modules/org-eclipse-equinox-registry.jar -netbeans-%%PORTVERSION%%/ide/modules/org-eclipse-equinox-security.jar -netbeans-%%PORTVERSION%%/ide/modules/org-eclipse-jgit.jar -netbeans-%%PORTVERSION%%/ide/modules/org-eclipse-mylyn-bugzilla-core.jar -netbeans-%%PORTVERSION%%/ide/modules/org-eclipse-mylyn-commons-core.jar -netbeans-%%PORTVERSION%%/ide/modules/org-eclipse-mylyn-commons-net.jar -netbeans-%%PORTVERSION%%/ide/modules/org-eclipse-mylyn-commons-xmlrpc.jar -netbeans-%%PORTVERSION%%/ide/modules/org-eclipse-mylyn-tasks-core.jar -netbeans-%%PORTVERSION%%/ide/modules/org-mozilla-rhino-patched.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-api-debugger.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-api-java-classpath.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-api-xml.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-core-browser.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-core-ide.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-lib-terminalemulator.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-libs-antlr3-runtime.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-libs-bytelist.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-libs-commons_net.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-libs-freemarker.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-libs-git.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-libs-ini4j.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-libs-jaxb.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-libs-jvyamlb.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-libs-lucene.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-libs-smack.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-libs-svnClientAdapter-javahl.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-libs-svnClientAdapter-svnkit.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-libs-svnClientAdapter.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-libs-swingx.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-libs-xerces.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-bugtracking-bridge.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-bugtracking.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-bugzilla.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-code-analysis.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-csl-api.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-css-editor.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-css-lib.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-css-visual.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-db-core.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-db-dataview.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-db-drivers.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-db-kit.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-db-metadata-model.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-db-mysql.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-db-sql-editor.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-db-sql-visualeditor.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-db.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-dbapi.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-defaults.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-derby.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-diff.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-dlight-nativeexecution.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-dlight-terminal.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-editor-actions.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-editor-bookmarks.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-editor-bracesmatching.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-editor-codetemplates.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-editor-completion.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-editor-deprecated-pre65formatting.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-editor-errorstripe-api.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-editor-errorstripe.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-editor-fold.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-editor-global-format.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-editor-guards.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-editor-indent-project.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-editor-indent.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-editor-kit.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-editor-lib.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-editor-lib2.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-editor-macros.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-editor-plain-lib.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-editor-plain.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-editor-search.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-editor-settings-storage.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-editor-settings.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-editor-structure.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-editor-util.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-editor.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-extbrowser.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-extexecution-destroy.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-extexecution.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-git.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-glassfish-common.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-gototest.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-gsf-codecoverage.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-gsf-testrunner.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-html-editor-lib.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-html-editor.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-html-lexer.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-html-parser.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-html-validation.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-html.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-httpserver.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-hudson-git.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-hudson-mercurial.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-hudson-subversion.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-hudson-tasklist.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-hudson.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-ide-kit.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-image.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-javascript-editing.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-javascript-hints.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-javascript-kit.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-javascript-refactoring.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-jellytools-ide.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-jumpto.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-languages-diff.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-languages-manifest.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-languages-yaml.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-languages.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-lexer-nbbridge.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-lexer.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-localhistory.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-mercurial.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-options-editor.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-parsing-api.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-parsing-lucene.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-parsing-ui.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-print-editor.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-project-ant.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-project-indexingbridge.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-project-libraries.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-projectapi.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-projectui-buildmenu.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-projectui.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-projectuiapi.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-properties-syntax.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-properties.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-refactoring-api.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-schema2beans.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-server.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-servletapi.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-spellchecker-apimodule.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-spellchecker-bindings-htmlxml.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-spellchecker-bindings-properties.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-spellchecker-dictionary_en.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-spellchecker-kit.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-spellchecker.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-subversion.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-swing-validation.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-target-iterator.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-tasklist-kit.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-tasklist-projectint.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-tasklist-todo.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-tasklist-ui.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-terminal.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-usersguide.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-utilities-project.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-utilities.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-versioning-core.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-versioning-indexingbridge.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-versioning-masterfs.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-versioning-system-cvss-installer.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-versioning-ui.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-versioning-util.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-versioning.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-web-common.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-web-indent.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-xml-axi.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-xml-catalog.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-xml-core.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-xml-jaxb-api.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-xml-lexer.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-xml-multiview.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-xml-retriever.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-xml-schema-completion.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-xml-schema-model.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-xml-tax.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-xml-text.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-xml-tools.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-xml-wsdl-model.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-xml-xam.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-xml-xdm.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-xml.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-xsl.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-spi-debugger-ui.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-spi-editor-hints.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-spi-navigator.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-spi-palette.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-spi-tasklist.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-spi-viewmodel.jar -netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-swing-dirchooser.jar -netbeans-%%PORTVERSION%%/ide/modules/org-openidex-util.jar -netbeans-%%PORTVERSION%%/ide/update_tracking/com-jcraft-jsch.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/com-jcraft-jzlib.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-apache-commons-codec.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-apache-commons-httpclient.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-apache-commons-io.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-apache-commons-lang.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-apache-commons-logging.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-apache-ws-commons-util.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-apache-xml-resolver.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-apache-xmlrpc.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-eclipse-core-contenttype.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-eclipse-core-jobs.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-eclipse-core-net.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-eclipse-core-runtime-compatibility-auth.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-eclipse-core-runtime.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-eclipse-equinox-app.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-eclipse-equinox-common.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-eclipse-equinox-preferences.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-eclipse-equinox-registry.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-eclipse-equinox-security.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-eclipse-jgit.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-eclipse-mylyn-bugzilla-core.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-eclipse-mylyn-commons-core.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-eclipse-mylyn-commons-net.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-eclipse-mylyn-commons-xmlrpc.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-eclipse-mylyn-tasks-core.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-mozilla-rhino-patched.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-api-debugger.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-api-java-classpath.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-api-xml.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-core-browser.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-core-ide.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-lib-terminalemulator.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-libs-antlr3-runtime.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-libs-bytelist.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-libs-commons_net.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-libs-freemarker.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-libs-git.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-libs-ini4j.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-libs-jaxb.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-libs-jvyamlb.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-libs-lucene.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-libs-smack.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-libs-svnClientAdapter-javahl.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-libs-svnClientAdapter-svnkit.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-libs-svnClientAdapter.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-libs-swingx.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-libs-xerces.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-bugtracking-bridge.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-bugtracking.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-bugzilla.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-code-analysis.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-csl-api.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-css-editor.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-css-lib.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-css-visual.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-db-core.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-db-dataview.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-db-drivers.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-db-kit.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-db-metadata-model.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-db-mysql.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-db-sql-editor.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-db-sql-visualeditor.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-db.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-dbapi.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-defaults.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-derby.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-diff.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-dlight-nativeexecution.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-dlight-terminal.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-editor-actions.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-editor-bookmarks.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-editor-bracesmatching.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-editor-codetemplates.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-editor-completion.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-editor-deprecated-pre65formatting.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-editor-errorstripe-api.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-editor-errorstripe.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-editor-fold.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-editor-global-format.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-editor-guards.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-editor-indent-project.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-editor-indent.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-editor-kit.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-editor-lib.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-editor-lib2.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-editor-macros.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-editor-plain-lib.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-editor-plain.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-editor-search.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-editor-settings-storage.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-editor-settings.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-editor-structure.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-editor-util.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-editor.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-extbrowser.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-extexecution-destroy.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-extexecution.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-git.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-glassfish-common.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-gototest.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-gsf-codecoverage.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-gsf-testrunner.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-html-editor-lib.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-html-editor.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-html-lexer.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-html-parser.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-html-validation.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-html.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-httpserver.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-hudson-git.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-hudson-mercurial.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-hudson-subversion.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-hudson-tasklist.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-hudson.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-ide-kit.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-image.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-javascript-editing.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-javascript-hints.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-javascript-kit.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-javascript-refactoring.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-jellytools-ide.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-jumpto.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-languages-diff.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-languages-manifest.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-languages-yaml.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-languages.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-lexer-nbbridge.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-lexer.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-localhistory.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-mercurial.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-options-editor.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-parsing-api.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-parsing-lucene.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-parsing-ui.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-print-editor.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-project-ant.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-project-indexingbridge.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-project-libraries.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-projectapi.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-projectui-buildmenu.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-projectui.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-projectuiapi.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-properties-syntax.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-properties.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-refactoring-api.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-schema2beans.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-server.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-servletapi.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-spellchecker-apimodule.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-spellchecker-bindings-htmlxml.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-spellchecker-bindings-properties.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-spellchecker-dictionary_en.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-spellchecker-kit.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-spellchecker.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-subversion.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-swing-validation.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-target-iterator.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-tasklist-kit.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-tasklist-projectint.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-tasklist-todo.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-tasklist-ui.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-terminal.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-usersguide.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-utilities-project.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-utilities.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-versioning-core.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-versioning-indexingbridge.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-versioning-masterfs.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-versioning-system-cvss-installer.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-versioning-ui.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-versioning-util.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-versioning.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-web-common.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-web-indent.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-xml-axi.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-xml-catalog.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-xml-core.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-xml-jaxb-api.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-xml-lexer.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-xml-multiview.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-xml-retriever.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-xml-schema-completion.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-xml-schema-model.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-xml-tax.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-xml-text.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-xml-tools.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-xml-wsdl-model.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-xml-xam.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-xml-xdm.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-xml.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-xsl.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-spi-debugger-ui.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-spi-editor-hints.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-spi-navigator.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-spi-palette.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-spi-tasklist.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-spi-viewmodel.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-swing-dirchooser.xml -netbeans-%%PORTVERSION%%/ide/update_tracking/org-openidex-util.xml -netbeans-%%PORTVERSION%%/java/.lastModified -netbeans-%%PORTVERSION%%/java/VERSION.txt -netbeans-%%PORTVERSION%%/java/ant/bin/ant -netbeans-%%PORTVERSION%%/java/ant/bin/ant.bat -netbeans-%%PORTVERSION%%/java/ant/bin/ant.cmd -netbeans-%%PORTVERSION%%/java/ant/bin/antRun -netbeans-%%PORTVERSION%%/java/ant/bin/antRun.bat -netbeans-%%PORTVERSION%%/java/ant/bin/antRun.pl -netbeans-%%PORTVERSION%%/java/ant/bin/antenv.cmd -netbeans-%%PORTVERSION%%/java/ant/bin/complete-ant-cmd.pl -netbeans-%%PORTVERSION%%/java/ant/bin/envset.cmd -netbeans-%%PORTVERSION%%/java/ant/bin/lcp.bat -netbeans-%%PORTVERSION%%/java/ant/bin/runant.pl -netbeans-%%PORTVERSION%%/java/ant/bin/runant.py -netbeans-%%PORTVERSION%%/java/ant/bin/runrc.cmd -netbeans-%%PORTVERSION%%/java/ant/etc/ant-bootstrap.jar -netbeans-%%PORTVERSION%%/java/ant/etc/changelog.xsl -netbeans-%%PORTVERSION%%/java/ant/etc/checkstyle/checkstyle-frames.xsl -netbeans-%%PORTVERSION%%/java/ant/etc/checkstyle/checkstyle-text.xsl -netbeans-%%PORTVERSION%%/java/ant/etc/checkstyle/checkstyle-xdoc.xsl -netbeans-%%PORTVERSION%%/java/ant/etc/coverage-frames.xsl -netbeans-%%PORTVERSION%%/java/ant/etc/jdepend-frames.xsl -netbeans-%%PORTVERSION%%/java/ant/etc/jdepend.xsl -netbeans-%%PORTVERSION%%/java/ant/etc/junit-frames-xalan1.xsl -netbeans-%%PORTVERSION%%/java/ant/etc/junit-frames.xsl -netbeans-%%PORTVERSION%%/java/ant/etc/junit-noframes.xsl -netbeans-%%PORTVERSION%%/java/ant/etc/log.xsl -netbeans-%%PORTVERSION%%/java/ant/etc/maudit-frames.xsl -netbeans-%%PORTVERSION%%/java/ant/etc/mmetrics-frames.xsl -netbeans-%%PORTVERSION%%/java/ant/etc/tagdiff.xsl -netbeans-%%PORTVERSION%%/java/ant/extra/org-netbeans-modules-java-j2seproject-copylibstask.jar -netbeans-%%PORTVERSION%%/java/ant/extra/org-netbeans-modules-javawebstart-anttasks.jar -netbeans-%%PORTVERSION%%/java/ant/lib/ant-antlr.jar -netbeans-%%PORTVERSION%%/java/ant/lib/ant-apache-bcel.jar -netbeans-%%PORTVERSION%%/java/ant/lib/ant-apache-bsf.jar -netbeans-%%PORTVERSION%%/java/ant/lib/ant-apache-log4j.jar -netbeans-%%PORTVERSION%%/java/ant/lib/ant-apache-oro.jar -netbeans-%%PORTVERSION%%/java/ant/lib/ant-apache-regexp.jar -netbeans-%%PORTVERSION%%/java/ant/lib/ant-apache-resolver.jar -netbeans-%%PORTVERSION%%/java/ant/lib/ant-apache-xalan2.jar -netbeans-%%PORTVERSION%%/java/ant/lib/ant-commons-logging.jar -netbeans-%%PORTVERSION%%/java/ant/lib/ant-commons-net.jar -netbeans-%%PORTVERSION%%/java/ant/lib/ant-jai.jar -netbeans-%%PORTVERSION%%/java/ant/lib/ant-javamail.jar -netbeans-%%PORTVERSION%%/java/ant/lib/ant-jdepend.jar -netbeans-%%PORTVERSION%%/java/ant/lib/ant-jmf.jar -netbeans-%%PORTVERSION%%/java/ant/lib/ant-jsch.jar -netbeans-%%PORTVERSION%%/java/ant/lib/ant-junit.jar -netbeans-%%PORTVERSION%%/java/ant/lib/ant-junit4.jar -netbeans-%%PORTVERSION%%/java/ant/lib/ant-launcher.jar -netbeans-%%PORTVERSION%%/java/ant/lib/ant-netrexx.jar -netbeans-%%PORTVERSION%%/java/ant/lib/ant-swing.jar -netbeans-%%PORTVERSION%%/java/ant/lib/ant-testutil.jar -netbeans-%%PORTVERSION%%/java/ant/lib/ant.jar -netbeans-%%PORTVERSION%%/java/ant/nblib/bridge.jar -netbeans-%%PORTVERSION%%/java/ant/nblib/locale/bridge_ja.jar -netbeans-%%PORTVERSION%%/java/ant/nblib/locale/bridge_pt_BR.jar -netbeans-%%PORTVERSION%%/java/ant/nblib/locale/bridge_ru.jar -netbeans-%%PORTVERSION%%/java/ant/nblib/locale/bridge_zh_CN.jar -netbeans-%%PORTVERSION%%/java/ant/nblib/org-netbeans-modules-ant-browsetask.jar -netbeans-%%PORTVERSION%%/java/ant/nblib/org-netbeans-modules-debugger-jpda-ant.jar -netbeans-%%PORTVERSION%%/java/ant/nblib/org-netbeans-modules-java-source-ant.jar -netbeans-%%PORTVERSION%%/java/ant/nblib/org-netbeans-modules-javawebstart.jar -netbeans-%%PORTVERSION%%/java/config/ModuleAutoDeps/org-netbeans-api-java.xml -netbeans-%%PORTVERSION%%/java/config/ModuleAutoDeps/org-netbeans-modules-java-platform.xml -netbeans-%%PORTVERSION%%/java/config/ModuleAutoDeps/org-netbeans-modules-java-project.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-apache-tools-ant-module.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-jdesktop-beansbinding.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-api-debugger-jpda.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-api-java.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-lib-nbjavac.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-libs-cglib.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-libs-javacapi.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-libs-javacimpl.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-libs-springframework.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-ant-browsetask.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-ant-debugger.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-ant-freeform.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-ant-grammar.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-ant-kit.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-beans.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-classfile.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-dbschema.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-debugger-jpda-ant.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-debugger-jpda-kit.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-debugger-jpda-projects.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-debugger-jpda-ui.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-debugger-jpda-visual.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-debugger-jpda.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-findbugs-installer.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-form-binding.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-form-j2ee.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-form-kit.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-form-nb.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-form-refactoring.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-form.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-hibernate.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-hibernatelib.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-hudson-ant.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-hudson-maven.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-i18n-form.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-i18n.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-j2ee-core-utilities.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-j2ee-eclipselink.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-j2ee-eclipselinkmodelgen.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-j2ee-jpa-refactoring.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-j2ee-jpa-verification.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-j2ee-metadata-model-support.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-j2ee-metadata.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-j2ee-persistence-kit.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-j2ee-persistence.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-j2ee-persistenceapi.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-java-api-common.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-java-debug.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-java-editor-lib.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-java-editor.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-java-examples.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-java-freeform.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-java-guards.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-java-helpset.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-java-hints-declarative-test.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-java-hints-declarative.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-java-hints-legacy-spi.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-java-hints-test.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-java-hints-ui.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-java-hints.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-java-j2seplatform.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-java-j2seproject.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-java-kit.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-java-lexer.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-java-navigation.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-java-platform.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-java-preprocessorbridge.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-java-project.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-java-source-ant.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-java-source-queries.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-java-source-queriesimpl.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-java-source.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-java-sourceui.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-java-testrunner.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-javadoc.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-javawebstart.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-jellytools-java.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-jellytools.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-junit.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-maven-checkstyle.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-maven-coverage.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-maven-embedder.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-maven-grammar.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-maven-graph.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-maven-hints.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-maven-indexer.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-maven-junit.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-maven-kit.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-maven-model.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-maven-osgi.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-maven-persistence.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-maven-refactoring.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-maven-repository.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-maven-search.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-maven-spring.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-maven.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-options-java.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-projectimport-eclipse-core.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-projectimport-eclipse-j2se.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-refactoring-java.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-spellchecker-bindings-java.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-spring-beans.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-testng-ant.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-testng-maven.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-testng.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-websvc-jaxws21.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-websvc-jaxws21api.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-websvc-saas-codegen-java.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-whitelist.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-xml-jaxb.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-xml-tools-java.xml -netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-spi-java-hints.xml -netbeans-%%PORTVERSION%%/java/docs/beansbinding-1.2.1-doc.zip -netbeans-%%PORTVERSION%%/java/docs/jaxws-api-doc.zip -netbeans-%%PORTVERSION%%/java/maven/LICENSE.txt -netbeans-%%PORTVERSION%%/java/maven/NOTICE.txt -netbeans-%%PORTVERSION%%/java/maven/README.txt -netbeans-%%PORTVERSION%%/java/maven/bin/m2.conf -netbeans-%%PORTVERSION%%/java/maven/bin/mvn -netbeans-%%PORTVERSION%%/java/maven/bin/mvn.bat -netbeans-%%PORTVERSION%%/java/maven/bin/mvnDebug -netbeans-%%PORTVERSION%%/java/maven/bin/mvnDebug.bat -netbeans-%%PORTVERSION%%/java/maven/bin/mvnyjp -netbeans-%%PORTVERSION%%/java/maven/boot/plexus-classworlds-2.4.jar -netbeans-%%PORTVERSION%%/java/maven/conf/settings.xml -netbeans-%%PORTVERSION%%/java/maven/lib/aether-api-1.13.1.jar -netbeans-%%PORTVERSION%%/java/maven/lib/aether-connector-wagon-1.13.1.jar -netbeans-%%PORTVERSION%%/java/maven/lib/aether-impl-1.13.1.jar -netbeans-%%PORTVERSION%%/java/maven/lib/aether-spi-1.13.1.jar -netbeans-%%PORTVERSION%%/java/maven/lib/aether-util-1.13.1.jar -netbeans-%%PORTVERSION%%/java/maven/lib/commons-cli-1.2.jar -netbeans-%%PORTVERSION%%/java/maven/lib/ext/README.txt -netbeans-%%PORTVERSION%%/java/maven/lib/maven-aether-provider-3.0.4.jar -netbeans-%%PORTVERSION%%/java/maven/lib/maven-artifact-3.0.4.jar -netbeans-%%PORTVERSION%%/java/maven/lib/maven-compat-3.0.4.jar -netbeans-%%PORTVERSION%%/java/maven/lib/maven-core-3.0.4.jar -netbeans-%%PORTVERSION%%/java/maven/lib/maven-embedder-3.0.4.jar -netbeans-%%PORTVERSION%%/java/maven/lib/maven-model-3.0.4.jar -netbeans-%%PORTVERSION%%/java/maven/lib/maven-model-builder-3.0.4.jar -netbeans-%%PORTVERSION%%/java/maven/lib/maven-plugin-api-3.0.4.jar -netbeans-%%PORTVERSION%%/java/maven/lib/maven-repository-metadata-3.0.4.jar -netbeans-%%PORTVERSION%%/java/maven/lib/maven-settings-3.0.4.jar -netbeans-%%PORTVERSION%%/java/maven/lib/maven-settings-builder-3.0.4.jar -netbeans-%%PORTVERSION%%/java/maven/lib/plexus-cipher-1.7.jar -netbeans-%%PORTVERSION%%/java/maven/lib/plexus-component-annotations-1.5.5.jar -netbeans-%%PORTVERSION%%/java/maven/lib/plexus-interpolation-1.14.jar -netbeans-%%PORTVERSION%%/java/maven/lib/plexus-sec-dispatcher-1.3.jar -netbeans-%%PORTVERSION%%/java/maven/lib/plexus-utils-2.0.6.jar -netbeans-%%PORTVERSION%%/java/maven/lib/sisu-guava-0.9.9.jar -netbeans-%%PORTVERSION%%/java/maven/lib/sisu-guice-3.1.0-no_aop.jar -netbeans-%%PORTVERSION%%/java/maven/lib/sisu-inject-bean-2.3.0.jar -netbeans-%%PORTVERSION%%/java/maven/lib/sisu-inject-plexus-2.3.0.jar -netbeans-%%PORTVERSION%%/java/maven/lib/wagon-file-2.2.jar -netbeans-%%PORTVERSION%%/java/maven/lib/wagon-http-2.2-shaded.jar -netbeans-%%PORTVERSION%%/java/maven/lib/wagon-provider-api-2.2.jar -netbeans-%%PORTVERSION%%/java/modules/docs/org-netbeans-modules-java-helpset.jar -netbeans-%%PORTVERSION%%/java/modules/ext/AbsoluteLayout.jar -netbeans-%%PORTVERSION%%/java/modules/ext/beansbinding-1.2.1.jar -netbeans-%%PORTVERSION%%/java/modules/ext/cglib-2.2.jar -netbeans-%%PORTVERSION%%/java/modules/ext/eclipselink/eclipselink-2.3.2.jar -netbeans-%%PORTVERSION%%/java/modules/ext/eclipselink/javax.persistence-2.0.3.jar -netbeans-%%PORTVERSION%%/java/modules/ext/eclipselink/org.eclipse.persistence.jpa.jpql_1.0.1.jar -netbeans-%%PORTVERSION%%/java/modules/ext/eclipselink/org.eclipse.persistence.jpa.modelgen.processor-2.3.2.jar -netbeans-%%PORTVERSION%%/java/modules/ext/hibernate/antlr-2.7.6.jar -netbeans-%%PORTVERSION%%/java/modules/ext/hibernate/asm-attrs.jar -netbeans-%%PORTVERSION%%/java/modules/ext/hibernate/asm.jar -netbeans-%%PORTVERSION%%/java/modules/ext/hibernate/cglib-2.1.3.jar -netbeans-%%PORTVERSION%%/java/modules/ext/hibernate/commons-collections-2.1.1.jar -netbeans-%%PORTVERSION%%/java/modules/ext/hibernate/dom4j-1.6.1.jar -netbeans-%%PORTVERSION%%/java/modules/ext/hibernate/ehcache-1.2.3.jar -netbeans-%%PORTVERSION%%/java/modules/ext/hibernate/ejb3-persistence.jar -netbeans-%%PORTVERSION%%/java/modules/ext/hibernate/hibernate-annotations.jar -netbeans-%%PORTVERSION%%/java/modules/ext/hibernate/hibernate-commons-annotations.jar -netbeans-%%PORTVERSION%%/java/modules/ext/hibernate/hibernate-entitymanager.jar -netbeans-%%PORTVERSION%%/java/modules/ext/hibernate/hibernate-tools.jar -netbeans-%%PORTVERSION%%/java/modules/ext/hibernate/hibernate3.jar -netbeans-%%PORTVERSION%%/java/modules/ext/hibernate/javassist.jar -netbeans-%%PORTVERSION%%/java/modules/ext/hibernate/jdbc2_0-stdext.jar -netbeans-%%PORTVERSION%%/java/modules/ext/hibernate/jta.jar -netbeans-%%PORTVERSION%%/java/modules/ext/hibernate/jtidy-r8-20060801.jar -netbeans-%%PORTVERSION%%/java/modules/ext/jaxws22/FastInfoset.jar -netbeans-%%PORTVERSION%%/java/modules/ext/jaxws22/api/javax.annotation.jar -netbeans-%%PORTVERSION%%/java/modules/ext/jaxws22/api/jaxws-api.jar -netbeans-%%PORTVERSION%%/java/modules/ext/jaxws22/api/jsr181-api.jar -netbeans-%%PORTVERSION%%/java/modules/ext/jaxws22/api/saaj-api.jar -netbeans-%%PORTVERSION%%/java/modules/ext/jaxws22/gmbal-api-only.jar -netbeans-%%PORTVERSION%%/java/modules/ext/jaxws22/ha-api.jar -netbeans-%%PORTVERSION%%/java/modules/ext/jaxws22/javax.mail_1.4.jar -netbeans-%%PORTVERSION%%/java/modules/ext/jaxws22/jaxws-rt.jar -netbeans-%%PORTVERSION%%/java/modules/ext/jaxws22/jaxws-tools.jar -netbeans-%%PORTVERSION%%/java/modules/ext/jaxws22/management-api.jar -netbeans-%%PORTVERSION%%/java/modules/ext/jaxws22/mimepull.jar -netbeans-%%PORTVERSION%%/java/modules/ext/jaxws22/policy.jar -netbeans-%%PORTVERSION%%/java/modules/ext/jaxws22/saaj-impl.jar -netbeans-%%PORTVERSION%%/java/modules/ext/jaxws22/stax-ex.jar -netbeans-%%PORTVERSION%%/java/modules/ext/jaxws22/stax2-api.jar -netbeans-%%PORTVERSION%%/java/modules/ext/jaxws22/streambuffer.jar -netbeans-%%PORTVERSION%%/java/modules/ext/jaxws22/woodstox-core-asl.jar -netbeans-%%PORTVERSION%%/java/modules/ext/maven/indexer-artifact-4.1.2.jar -netbeans-%%PORTVERSION%%/java/modules/ext/maven/indexer-core-4.1.2.jar -netbeans-%%PORTVERSION%%/java/modules/ext/maven/jdom-1.0.jar -netbeans-%%PORTVERSION%%/java/modules/ext/maven/lucene-core-3.0.3.jar -netbeans-%%PORTVERSION%%/java/modules/ext/maven/maven-dependency-tree-1.2.jar -netbeans-%%PORTVERSION%%/java/modules/ext/maven/rootpackage/default-report.xml -netbeans-%%PORTVERSION%%/java/modules/ext/nb-javac-api.jar -netbeans-%%PORTVERSION%%/java/modules/ext/nb-javac-impl.jar -netbeans-%%PORTVERSION%%/java/modules/ext/org-netbeans-modules-java-j2seplatform-probe.jar -netbeans-%%PORTVERSION%%/java/modules/ext/spring-3.0/license.txt -netbeans-%%PORTVERSION%%/java/modules/ext/spring-3.0/spring-aop-3.1.1.RELEASE.jar -netbeans-%%PORTVERSION%%/java/modules/ext/spring-3.0/spring-asm-3.1.1.RELEASE.jar -netbeans-%%PORTVERSION%%/java/modules/ext/spring-3.0/spring-aspects-3.1.1.RELEASE.jar -netbeans-%%PORTVERSION%%/java/modules/ext/spring-3.0/spring-beans-3.1.1.RELEASE.jar -netbeans-%%PORTVERSION%%/java/modules/ext/spring-3.0/spring-context-3.1.1.RELEASE.jar -netbeans-%%PORTVERSION%%/java/modules/ext/spring-3.0/spring-context-support-3.1.1.RELEASE.jar -netbeans-%%PORTVERSION%%/java/modules/ext/spring-3.0/spring-core-3.1.1.RELEASE.jar -netbeans-%%PORTVERSION%%/java/modules/ext/spring-3.0/spring-expression-3.1.1.RELEASE.jar -netbeans-%%PORTVERSION%%/java/modules/ext/spring-3.0/spring-instrument-3.1.1.RELEASE.jar -netbeans-%%PORTVERSION%%/java/modules/ext/spring-3.0/spring-instrument-tomcat-3.1.1.RELEASE.jar -netbeans-%%PORTVERSION%%/java/modules/ext/spring-3.0/spring-jdbc-3.1.1.RELEASE.jar -netbeans-%%PORTVERSION%%/java/modules/ext/spring-3.0/spring-jms-3.1.1.RELEASE.jar -netbeans-%%PORTVERSION%%/java/modules/ext/spring-3.0/spring-orm-3.1.1.RELEASE.jar -netbeans-%%PORTVERSION%%/java/modules/ext/spring-3.0/spring-oxm-3.1.1.RELEASE.jar -netbeans-%%PORTVERSION%%/java/modules/ext/spring-3.0/spring-struts-3.1.1.RELEASE.jar -netbeans-%%PORTVERSION%%/java/modules/ext/spring-3.0/spring-test-3.1.1.RELEASE.jar -netbeans-%%PORTVERSION%%/java/modules/ext/spring-3.0/spring-tx-3.1.1.RELEASE.jar -netbeans-%%PORTVERSION%%/java/modules/ext/spring-3.0/spring-web-3.1.1.RELEASE.jar -netbeans-%%PORTVERSION%%/java/modules/ext/spring-3.0/spring-webmvc-3.1.1.RELEASE.jar -netbeans-%%PORTVERSION%%/java/modules/ext/spring-3.0/spring-webmvc-portlet-3.1.1.RELEASE.jar -netbeans-%%PORTVERSION%%/java/modules/ext/spring/spring-2.5.6.SEC03.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-apache-tools-ant-module_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-apache-tools-ant-module_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-apache-tools-ant-module_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-apache-tools-ant-module_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-jdesktop-beansbinding_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-jdesktop-beansbinding_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-jdesktop-beansbinding_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-jdesktop-beansbinding_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-api-debugger-jpda_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-api-debugger-jpda_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-api-debugger-jpda_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-api-debugger-jpda_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-api-java_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-api-java_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-api-java_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-api-java_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-lib-nbjavac_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-lib-nbjavac_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-lib-nbjavac_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-lib-nbjavac_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-libs-cglib_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-libs-cglib_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-libs-cglib_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-libs-cglib_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-libs-javacapi_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-libs-javacapi_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-libs-javacapi_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-libs-javacapi_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-libs-javacimpl_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-libs-javacimpl_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-libs-javacimpl_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-libs-javacimpl_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-libs-springframework_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-libs-springframework_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-libs-springframework_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-libs-springframework_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-ant-browsetask_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-ant-browsetask_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-ant-browsetask_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-ant-browsetask_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-ant-debugger_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-ant-debugger_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-ant-debugger_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-ant-debugger_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-ant-freeform_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-ant-freeform_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-ant-freeform_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-ant-freeform_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-ant-grammar_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-ant-grammar_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-ant-grammar_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-ant-grammar_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-ant-kit_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-ant-kit_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-ant-kit_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-ant-kit_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-beans_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-beans_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-beans_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-beans_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-classfile_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-classfile_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-classfile_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-classfile_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-dbschema_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-dbschema_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-dbschema_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-dbschema_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-debugger-jpda-ant_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-debugger-jpda-ant_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-debugger-jpda-ant_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-debugger-jpda-ant_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-debugger-jpda-kit_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-debugger-jpda-kit_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-debugger-jpda-kit_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-debugger-jpda-kit_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-debugger-jpda-projects_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-debugger-jpda-projects_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-debugger-jpda-projects_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-debugger-jpda-projects_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-debugger-jpda-ui_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-debugger-jpda-ui_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-debugger-jpda-ui_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-debugger-jpda-ui_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-debugger-jpda-visual_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-debugger-jpda-visual_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-debugger-jpda-visual_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-debugger-jpda-visual_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-debugger-jpda_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-debugger-jpda_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-debugger-jpda_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-debugger-jpda_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-findbugs-installer_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-findbugs-installer_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-findbugs-installer_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-findbugs-installer_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-form-binding_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-form-binding_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-form-binding_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-form-binding_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-form-j2ee_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-form-j2ee_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-form-j2ee_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-form-j2ee_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-form-kit_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-form-kit_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-form-kit_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-form-kit_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-form-nb_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-form-nb_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-form-nb_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-form-nb_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-form-refactoring_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-form-refactoring_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-form-refactoring_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-form-refactoring_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-form_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-form_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-form_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-form_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-hibernate_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-hibernate_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-hibernate_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-hibernate_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-hibernatelib_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-hibernatelib_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-hibernatelib_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-hibernatelib_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-hudson-ant_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-hudson-ant_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-hudson-ant_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-hudson-ant_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-hudson-maven_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-hudson-maven_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-hudson-maven_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-hudson-maven_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-i18n-form_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-i18n-form_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-i18n-form_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-i18n-form_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-i18n_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-i18n_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-i18n_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-i18n_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-j2ee-core-utilities_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-j2ee-core-utilities_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-j2ee-core-utilities_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-j2ee-core-utilities_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-j2ee-eclipselink_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-j2ee-eclipselink_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-j2ee-eclipselink_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-j2ee-eclipselink_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-j2ee-eclipselinkmodelgen_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-j2ee-eclipselinkmodelgen_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-j2ee-eclipselinkmodelgen_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-j2ee-eclipselinkmodelgen_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-j2ee-jpa-refactoring_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-j2ee-jpa-refactoring_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-j2ee-jpa-refactoring_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-j2ee-jpa-refactoring_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-j2ee-jpa-verification_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-j2ee-jpa-verification_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-j2ee-jpa-verification_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-j2ee-jpa-verification_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-j2ee-metadata-model-support_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-j2ee-metadata-model-support_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-j2ee-metadata-model-support_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-j2ee-metadata-model-support_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-j2ee-metadata_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-j2ee-metadata_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-j2ee-metadata_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-j2ee-metadata_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-j2ee-persistence-kit_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-j2ee-persistence-kit_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-j2ee-persistence-kit_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-j2ee-persistence-kit_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-j2ee-persistence_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-j2ee-persistence_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-j2ee-persistence_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-j2ee-persistence_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-j2ee-persistenceapi_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-j2ee-persistenceapi_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-j2ee-persistenceapi_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-j2ee-persistenceapi_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-api-common_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-api-common_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-api-common_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-api-common_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-debug_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-debug_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-debug_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-debug_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-editor-lib_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-editor-lib_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-editor-lib_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-editor-lib_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-editor_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-editor_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-editor_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-editor_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-examples_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-examples_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-examples_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-examples_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-freeform_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-freeform_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-freeform_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-freeform_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-guards_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-guards_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-guards_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-guards_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-helpset_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-helpset_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-helpset_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-helpset_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-hints-declarative-test_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-hints-declarative-test_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-hints-declarative-test_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-hints-declarative-test_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-hints-declarative_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-hints-declarative_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-hints-declarative_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-hints-declarative_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-hints-legacy-spi_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-hints-legacy-spi_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-hints-legacy-spi_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-hints-legacy-spi_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-hints-test_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-hints-test_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-hints-test_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-hints-test_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-hints-ui_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-hints-ui_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-hints-ui_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-hints-ui_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-hints_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-hints_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-hints_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-hints_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-j2seplatform_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-j2seplatform_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-j2seplatform_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-j2seplatform_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-j2seproject_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-j2seproject_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-j2seproject_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-j2seproject_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-kit_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-kit_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-kit_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-kit_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-lexer_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-lexer_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-lexer_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-lexer_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-navigation_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-navigation_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-navigation_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-navigation_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-platform_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-platform_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-platform_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-platform_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-preprocessorbridge_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-preprocessorbridge_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-preprocessorbridge_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-preprocessorbridge_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-project_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-project_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-project_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-project_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-source-ant_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-source-ant_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-source-ant_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-source-ant_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-source-queries_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-source-queries_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-source-queries_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-source-queries_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-source-queriesimpl_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-source-queriesimpl_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-source-queriesimpl_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-source-queriesimpl_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-source_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-source_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-source_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-source_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-sourceui_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-sourceui_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-sourceui_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-sourceui_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-testrunner_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-testrunner_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-testrunner_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-testrunner_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-javadoc_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-javadoc_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-javadoc_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-javadoc_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-javawebstart_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-javawebstart_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-javawebstart_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-javawebstart_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-jellytools-java_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-jellytools-java_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-jellytools-java_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-jellytools-java_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-jellytools_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-jellytools_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-jellytools_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-jellytools_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-junit_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-junit_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-junit_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-junit_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-maven-checkstyle_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-maven-checkstyle_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-maven-checkstyle_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-maven-checkstyle_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-maven-coverage_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-maven-coverage_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-maven-coverage_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-maven-coverage_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-maven-embedder_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-maven-embedder_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-maven-embedder_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-maven-embedder_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-maven-grammar_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-maven-grammar_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-maven-grammar_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-maven-grammar_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-maven-graph_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-maven-graph_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-maven-graph_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-maven-graph_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-maven-hints_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-maven-hints_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-maven-hints_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-maven-hints_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-maven-indexer_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-maven-indexer_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-maven-indexer_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-maven-indexer_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-maven-junit_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-maven-junit_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-maven-junit_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-maven-junit_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-maven-kit_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-maven-kit_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-maven-kit_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-maven-kit_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-maven-model_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-maven-model_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-maven-model_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-maven-model_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-maven-osgi_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-maven-osgi_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-maven-osgi_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-maven-osgi_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-maven-persistence_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-maven-persistence_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-maven-persistence_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-maven-persistence_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-maven-refactoring_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-maven-refactoring_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-maven-refactoring_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-maven-refactoring_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-maven-repository_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-maven-repository_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-maven-repository_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-maven-repository_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-maven-search_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-maven-search_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-maven-search_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-maven-search_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-maven-spring_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-maven-spring_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-maven-spring_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-maven-spring_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-maven_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-maven_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-maven_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-maven_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-options-java_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-options-java_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-options-java_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-options-java_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-projectimport-eclipse-core_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-projectimport-eclipse-core_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-projectimport-eclipse-core_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-projectimport-eclipse-core_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-projectimport-eclipse-j2se_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-projectimport-eclipse-j2se_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-projectimport-eclipse-j2se_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-projectimport-eclipse-j2se_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-refactoring-java_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-refactoring-java_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-refactoring-java_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-refactoring-java_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-spellchecker-bindings-java_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-spellchecker-bindings-java_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-spellchecker-bindings-java_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-spellchecker-bindings-java_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-spring-beans_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-spring-beans_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-spring-beans_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-spring-beans_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-testng-ant_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-testng-ant_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-testng-ant_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-testng-ant_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-testng-maven_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-testng-maven_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-testng-maven_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-testng-maven_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-testng_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-testng_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-testng_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-testng_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-websvc-jaxws21_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-websvc-jaxws21_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-websvc-jaxws21_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-websvc-jaxws21_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-websvc-jaxws21api_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-websvc-jaxws21api_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-websvc-jaxws21api_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-websvc-jaxws21api_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-websvc-saas-codegen-java_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-websvc-saas-codegen-java_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-websvc-saas-codegen-java_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-websvc-saas-codegen-java_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-whitelist_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-whitelist_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-whitelist_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-whitelist_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-xml-jaxb_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-xml-jaxb_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-xml-jaxb_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-xml-jaxb_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-xml-tools-java_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-xml-tools-java_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-xml-tools-java_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-xml-tools-java_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-spi-java-hints_ja.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-spi-java-hints_pt_BR.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-spi-java-hints_ru.jar -netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-spi-java-hints_zh_CN.jar -netbeans-%%PORTVERSION%%/java/modules/org-apache-tools-ant-module.jar -netbeans-%%PORTVERSION%%/java/modules/org-jdesktop-beansbinding.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-api-debugger-jpda.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-api-java.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-lib-nbjavac.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-libs-cglib.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-libs-javacapi.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-libs-javacimpl.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-libs-springframework.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-ant-browsetask.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-ant-debugger.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-ant-freeform.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-ant-grammar.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-ant-kit.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-beans.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-classfile.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-dbschema.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-debugger-jpda-ant.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-debugger-jpda-kit.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-debugger-jpda-projects.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-debugger-jpda-ui.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-debugger-jpda-visual.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-debugger-jpda.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-findbugs-installer.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-form-binding.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-form-j2ee.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-form-kit.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-form-nb.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-form-refactoring.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-form.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-hibernate.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-hibernatelib.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-hudson-ant.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-hudson-maven.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-i18n-form.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-i18n.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-j2ee-core-utilities.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-j2ee-eclipselink.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-j2ee-eclipselinkmodelgen.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-j2ee-jpa-refactoring.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-j2ee-jpa-verification.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-j2ee-metadata-model-support.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-j2ee-metadata.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-j2ee-persistence-kit.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-j2ee-persistence.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-j2ee-persistenceapi.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-java-api-common.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-java-debug.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-java-editor-lib.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-java-editor.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-java-examples.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-java-freeform.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-java-guards.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-java-helpset.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-java-hints-declarative-test.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-java-hints-declarative.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-java-hints-legacy-spi.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-java-hints-test.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-java-hints-ui.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-java-hints.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-java-j2seplatform.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-java-j2seproject.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-java-kit.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-java-lexer.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-java-navigation.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-java-platform.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-java-preprocessorbridge.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-java-project.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-java-source-ant.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-java-source-queries.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-java-source-queriesimpl.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-java-source.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-java-sourceui.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-java-testrunner.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-javadoc.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-javawebstart.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-jellytools-java.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-jellytools.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-junit.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-maven-checkstyle.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-maven-coverage.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-maven-embedder.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-maven-grammar.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-maven-graph.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-maven-hints.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-maven-indexer.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-maven-junit.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-maven-kit.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-maven-model.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-maven-osgi.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-maven-persistence.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-maven-refactoring.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-maven-repository.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-maven-search.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-maven-spring.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-maven.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-options-java.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-projectimport-eclipse-core.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-projectimport-eclipse-j2se.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-refactoring-java.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-spellchecker-bindings-java.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-spring-beans.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-testng-ant.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-testng-maven.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-testng.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-websvc-jaxws21.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-websvc-jaxws21api.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-websvc-saas-codegen-java.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-whitelist.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-xml-jaxb.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-modules-xml-tools-java.jar -netbeans-%%PORTVERSION%%/java/modules/org-netbeans-spi-java-hints.jar -netbeans-%%PORTVERSION%%/java/sources/org/netbeans/lib/awtextra/AbsoluteConstraints.java -netbeans-%%PORTVERSION%%/java/sources/org/netbeans/lib/awtextra/AbsoluteLayout.java -netbeans-%%PORTVERSION%%/java/sources/readme.txt -netbeans-%%PORTVERSION%%/java/update_tracking/org-apache-tools-ant-module.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-jdesktop-beansbinding.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-api-debugger-jpda.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-api-java.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-lib-nbjavac.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-libs-cglib.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-libs-javacapi.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-libs-javacimpl.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-libs-springframework.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-ant-browsetask.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-ant-debugger.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-ant-freeform.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-ant-grammar.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-ant-kit.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-beans.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-classfile.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-dbschema.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-debugger-jpda-ant.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-debugger-jpda-kit.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-debugger-jpda-projects.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-debugger-jpda-ui.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-debugger-jpda-visual.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-debugger-jpda.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-findbugs-installer.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-form-binding.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-form-j2ee.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-form-kit.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-form-nb.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-form-refactoring.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-form.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-hibernate.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-hibernatelib.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-hudson-ant.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-hudson-maven.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-i18n-form.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-i18n.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-j2ee-core-utilities.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-j2ee-eclipselink.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-j2ee-eclipselinkmodelgen.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-j2ee-jpa-refactoring.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-j2ee-jpa-verification.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-j2ee-metadata-model-support.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-j2ee-metadata.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-j2ee-persistence-kit.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-j2ee-persistence.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-j2ee-persistenceapi.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-java-api-common.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-java-debug.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-java-editor-lib.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-java-editor.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-java-examples.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-java-freeform.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-java-guards.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-java-helpset.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-java-hints-declarative-test.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-java-hints-declarative.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-java-hints-legacy-spi.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-java-hints-test.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-java-hints-ui.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-java-hints.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-java-j2seplatform.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-java-j2seproject.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-java-kit.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-java-lexer.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-java-navigation.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-java-platform.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-java-preprocessorbridge.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-java-project.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-java-source-ant.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-java-source-queries.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-java-source-queriesimpl.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-java-source.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-java-sourceui.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-java-testrunner.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-javadoc.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-javawebstart.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-jellytools-java.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-jellytools.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-junit.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-maven-checkstyle.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-maven-coverage.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-maven-embedder.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-maven-grammar.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-maven-graph.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-maven-hints.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-maven-indexer.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-maven-junit.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-maven-kit.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-maven-model.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-maven-osgi.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-maven-persistence.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-maven-refactoring.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-maven-repository.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-maven-search.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-maven-spring.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-maven.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-options-java.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-projectimport-eclipse-core.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-projectimport-eclipse-j2se.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-refactoring-java.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-spellchecker-bindings-java.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-spring-beans.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-testng-ant.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-testng-maven.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-testng.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-websvc-jaxws21.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-websvc-jaxws21api.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-websvc-saas-codegen-java.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-whitelist.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-xml-jaxb.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-xml-tools-java.xml -netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-spi-java-hints.xml -netbeans-%%PORTVERSION%%/javacard/.lastModified -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/COPYRIGHT-docs.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/COPYRIGHT-software.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/RELEASENOTES-BIN.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/Uninstaller/uninstaller.jar -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/java/io/javacard/io.exp -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/java/lang/javacard/lang.exp -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/java/rmi/javacard/rmi.exp -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacard/framework/javacard/framework.exp -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacard/framework/service/javacard/service.exp -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacard/security/javacard/security.exp -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx/apdu/javacard/apdu.exp -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx/biometry/javacard/biometry.exp -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx/crypto/javacard/crypto.exp -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx/external/javacard/external.exp -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx/framework/math/javacard/math.exp -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx/framework/tlv/javacard/tlv.exp -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx/framework/util/intx/javacard/intx.exp -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx/framework/util/javacard/util.exp -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/bin/apdutool.bat -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/bin/cjcre.exe -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/bin/converter.bat -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/bin/debug.info -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/bin/debugproxy.bat -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/bin/installer.bat -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/bin/javacardc.bat -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/bin/normalizer.bat -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/bin/packager.bat -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/JCDevKitUG-Connected-3_0_2.pdf -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/apduio-classic.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/apdutool-connected.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/buildCJCRE-connected.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/cap-manifest-connected.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/cardinstaller-connected.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/compilertool-connected.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/configuringRI-connected.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/connectedUGLOF.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/connectedUGLOT.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/copyright.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/debuggertool-connected.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/developing-javacardApps.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/figures/buildCJCRE-connected-4.jpg -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/figures/cap-manifest-connected-4.jpg -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/figures/cap-manifest-connected-5.jpg -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/figures/cap-manifest-connected-6.jpg -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/figures/cap-manifest-connected-7.jpg -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/figures/cap-manifest-connected-8.jpg -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/figures/debuggertool-connected-4.jpg -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/figures/developing-javacardApps-4.jpg -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/figures/install-connected-5.jpg -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/figures/install-connected-6.jpg -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/figures/install-connected-7.jpg -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/figures/intro-connected-4.jpg -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/figures/normalizer-connected-4.jpg -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/figures/samples-connected-4.jpg -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/figures/samples-connected-5.jpg -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/index.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/install-connected.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/intro-connected.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/ix.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/jcgloss.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/normalizer-connected.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/packagertool-connected.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/part.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/part2.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/preface-connected.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/ri-connected.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/samples-connected.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/shared/SunLogo.gif -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/shared/bullet.gif -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/shared/chars/bullet.gif -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/shared/chars/tm.gif -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/shared/downtriangle.gif -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/shared/downtriangle_sm.gif -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/shared/index01.gif -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/shared/md-blank.gif -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/shared/next01.gif -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/shared/next02.gif -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/shared/prev01.gif -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/shared/prev02.gif -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/shared/sm-space.gif -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/shared/toc01.gif -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/unx_unstr_styles.css -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/COPYRIGHT_jcspecs.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/allclasses-frame.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/allclasses-noframe.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/Apdu.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/CadClientInterface.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/CadDevice.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/CadEvent.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/CadPCSCClient.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/CadServerListener.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/CadT0.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/CadT0Client.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/CadT1.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/CadT1Client.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/CadT1Dual.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/CadTransportException.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/ClientPCSCProtocol.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/ClientProtocol.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/ClientT0Protocol.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/ClientT1Protocol.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/ServerT0Protocol.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/ServerT1Data.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/ServerT1Protocol.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/T1Block.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/T1Exception.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/TLP224Exception.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/TLP224Message.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/package-frame.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/package-summary.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/package-tree.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/constant-values.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/deprecated-list.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/help-doc.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/index-all.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/index.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/overview-summary.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/overview-tree.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/package-list -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/resources/inherit.gif -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/serialized-form.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/stylesheet.css -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/COPYRIGHT_jcspecs.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/allclasses-frame.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/allclasses-noframe.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/constant-values.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/deprecated-list.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/help-doc.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/index-all.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/index.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io/BufferedReader.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io/BufferedWriter.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io/ByteArrayInputStream.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io/ByteArrayOutputStream.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io/DataInput.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io/DataInputStream.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io/DataOutput.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io/DataOutputStream.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io/EOFException.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io/IOException.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io/InputStream.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io/InputStreamReader.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io/InterruptedIOException.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io/OutputStream.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io/OutputStreamWriter.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io/PrintStream.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io/PrintWriter.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io/Reader.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io/UTFDataFormatException.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io/UnsupportedEncodingException.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io/Writer.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io/package-frame.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io/package-summary.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io/package-tree.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/ArithmeticException.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/ArrayIndexOutOfBoundsException.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/ArrayStoreException.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/AssertionError.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/Boolean.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/Byte.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/Character.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/Class.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/ClassCastException.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/ClassNotFoundException.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/Enum.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/Error.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/Exception.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/IllegalAccessException.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/IllegalArgumentException.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/IllegalMonitorStateException.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/IllegalStateException.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/IllegalThreadStateException.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/IndexOutOfBoundsException.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/InstantiationException.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/Integer.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/InterruptedException.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/Iterable.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/Long.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/Math.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/NegativeArraySizeException.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/NoClassDefFoundError.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/NoSuchFieldError.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/NullPointerException.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/NumberFormatException.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/Object.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/OutOfMemoryError.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/Override.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/Runnable.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/Runtime.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/RuntimeException.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/SecurityException.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/Short.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/String.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/StringBuffer.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/StringBuilder.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/StringIndexOutOfBoundsException.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/SuppressWarnings.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/System.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/Thread.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/Throwable.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/VirtualMachineError.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/Void.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/annotation/Annotation.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/annotation/AnnotationFormatError.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/annotation/Documented.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/annotation/ElementType.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/annotation/Inherited.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/annotation/Retention.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/annotation/RetentionPolicy.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/annotation/Target.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/annotation/package-frame.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/annotation/package-summary.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/annotation/package-tree.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/package-frame.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/package-summary.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/package-tree.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/rmi/Remote.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/rmi/RemoteException.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/rmi/package-frame.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/rmi/package-summary.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/rmi/package-tree.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/security/AccessControlException.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/security/AccessController.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/security/BasicPermission.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/security/Permission.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/security/package-frame.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/security/package-summary.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/security/package-tree.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/util/Calendar.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/util/Date.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/util/EmptyStackException.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/util/Enumeration.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/util/EventListener.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/util/EventObject.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/util/Hashtable.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/util/Iterator.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/util/ListResourceBundle.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/util/Locale.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/util/MissingResourceException.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/util/NoSuchElementException.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/util/Random.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/util/ResourceBundle.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/util/Stack.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/util/StringTokenizer.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/util/TimeZone.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/util/Vector.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/util/package-frame.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/util/package-summary.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/util/package-tree.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/AID.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/APDU.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/APDUException.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/Applet.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/AppletEvent.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/CardException.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/CardRuntimeException.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/ISO7816.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/ISOException.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/JCSystem.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/MultiSelectable.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/OwnerPIN.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/PIN.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/PINException.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/Shareable.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/SystemException.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/TransactionException.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/UserException.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/Util.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/package-frame.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/package-summary.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/package-tree.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/service/BasicService.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/service/CardRemoteObject.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/service/Dispatcher.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/service/RMIService.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/service/RemoteService.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/service/SecurityService.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/service/Service.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/service/ServiceException.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/service/package-frame.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/service/package-summary.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/service/package-tree.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/AESKey.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/Checksum.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/CryptoException.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/DESKey.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/DSAKey.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/DSAPrivateKey.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/DSAPublicKey.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/ECKey.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/ECPrivateKey.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/ECPublicKey.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/HMACKey.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/InitializedMessageDigest.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/Key.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/KeyAgreement.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/KeyBuilder.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/KeyPair.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/KoreanSEEDKey.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/MessageDigest.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/PrivateKey.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/PublicKey.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/RSAPrivateCrtKey.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/RSAPrivateKey.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/RSAPublicKey.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/RandomData.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/SecretKey.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/Signature.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/SignatureMessageRecovery.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/package-frame.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/package-summary.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/package-tree.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/apdu/ExtendedLength.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/apdu/package-frame.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/apdu/package-summary.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/apdu/package-tree.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/biometry/BioBuilder.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/biometry/BioException.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/biometry/BioTemplate.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/biometry/OwnerBioTemplate.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/biometry/SharedBioTemplate.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/biometry/package-frame.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/biometry/package-summary.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/biometry/package-tree.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/crypto/Cipher.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/crypto/KeyEncryption.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/crypto/package-frame.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/crypto/package-summary.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/crypto/package-tree.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/external/ExternalException.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/external/Memory.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/external/MemoryAccess.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/external/package-frame.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/external/package-summary.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/external/package-tree.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/facilities/Event.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/facilities/EventNotificationListener.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/facilities/EventRegistry.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/facilities/EventRegistryPermission.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/facilities/ServiceFactory.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/facilities/ServiceRegistry.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/facilities/ServiceRegistryPermission.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/facilities/SharedEvent.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/facilities/TaskRegistry.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/facilities/TaskRegistryPermission.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/facilities/package-frame.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/facilities/package-summary.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/facilities/package-tree.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/ApplicationException.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/Authenticator.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/ClassicSIOProxy.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/ContextPermission.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/JCRuntimePermission.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/JCSystem.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/Password.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/SharedBioTemplateAuth.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/SharedPINAuth.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/SharedPasswordAuth.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/TransactionType.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/TransactionTypeValue.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/TransientReference.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/math/BCDUtil.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/math/BigNumber.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/math/ParityBit.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/math/package-frame.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/math/package-summary.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/math/package-tree.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/package-frame.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/package-summary.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/package-tree.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/tlv/BERTLV.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/tlv/BERTag.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/tlv/ConstructedBERTLV.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/tlv/ConstructedBERTag.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/tlv/PrimitiveBERTLV.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/tlv/PrimitiveBERTag.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/tlv/TLVException.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/tlv/package-frame.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/tlv/package-summary.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/tlv/package-tree.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/util/ArrayLogic.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/util/UtilException.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/util/intx/JCint.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/util/intx/package-frame.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/util/intx/package-summary.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/util/intx/package-tree.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/util/package-frame.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/util/package-summary.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/util/package-tree.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/io/ConnectorPermission.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/io/FileConnection.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/io/PSKException.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/io/ServerSecureConnection.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/io/TLSSecurityInfo.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/io/package-frame.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/io/package-summary.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/io/package-tree.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/security/CredentialManager.SecurityRequirements.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/security/CredentialManager.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/security/CryptoServicePermission.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/security/CryptoServices.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/security/NamedPermission.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/security/SensitiveMethod.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/security/SensitiveType.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/security/SensitivityValue.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/security/URIPermission.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/security/package-frame.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/security/package-summary.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/security/package-tree.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/servlet/http/DefaultServlet.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/servlet/http/HttpDigestAuthentication.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/servlet/http/package-frame.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/servlet/http/package-summary.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/servlet/http/package-tree.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/io/Connection.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/io/ConnectionNotFoundException.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/io/Connector.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/io/ContentConnection.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/io/Datagram.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/io/DatagramConnection.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/io/HttpConnection.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/io/HttpsConnection.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/io/InputConnection.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/io/OutputConnection.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/io/SecureConnection.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/io/SecurityInfo.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/io/ServerSocketConnection.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/io/SocketConnection.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/io/StreamConnection.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/io/StreamConnectionNotifier.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/io/UDPDatagramConnection.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/io/package-frame.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/io/package-summary.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/io/package-tree.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/pki/Certificate.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/pki/CertificateException.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/pki/package-frame.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/pki/package-summary.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/pki/package-tree.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/Filter.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/FilterChain.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/FilterConfig.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/GenericServlet.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/RequestDispatcher.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/Servlet.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/ServletConfig.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/ServletContext.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/ServletContextAttributeEvent.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/ServletContextAttributeListener.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/ServletContextEvent.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/ServletContextListener.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/ServletException.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/ServletInputStream.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/ServletOutputStream.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/ServletRequest.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/ServletRequestAttributeEvent.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/ServletRequestAttributeListener.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/ServletRequestEvent.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/ServletRequestListener.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/ServletRequestWrapper.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/ServletResponse.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/ServletResponseWrapper.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/UnavailableException.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/http/Cookie.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/http/HttpServlet.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/http/HttpServletRequest.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/http/HttpServletRequestWrapper.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/http/HttpServletResponse.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/http/HttpServletResponseWrapper.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/http/HttpSession.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/http/HttpSessionAttributeListener.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/http/HttpSessionBindingEvent.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/http/HttpSessionBindingListener.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/http/HttpSessionEvent.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/http/HttpSessionListener.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/http/package-frame.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/http/package-summary.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/http/package-tree.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/package-frame.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/package-summary.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/package-tree.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/overview-frame.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/overview-summary.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/overview-tree.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/package-list -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/resources/inherit.gif -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/COPYRIGHT_jcspecs.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/allclasses-frame.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/allclasses-noframe.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/com/sun/javacard/spi/cardmgmt/Application.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/com/sun/javacard/spi/cardmgmt/ApplicationGroup.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/com/sun/javacard/spi/cardmgmt/DeploymentException.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/com/sun/javacard/spi/cardmgmt/DeploymentUnit.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/com/sun/javacard/spi/cardmgmt/DeploymentUnitLoader.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/com/sun/javacard/spi/cardmgmt/Library.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/com/sun/javacard/spi/cardmgmt/package-frame.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/com/sun/javacard/spi/cardmgmt/package-summary.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/com/sun/javacard/spi/cardmgmt/package-tree.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/com/sun/javacard/spi/security/ProtectionDomain.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/com/sun/javacard/spi/security/package-frame.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/com/sun/javacard/spi/security/package-summary.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/com/sun/javacard/spi/security/package-tree.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/constant-values.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/deprecated-list.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/help-doc.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/index-all.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/index.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/javacardx/spi/cardmgmt/CardManagementPermission.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/javacardx/spi/cardmgmt/package-frame.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/javacardx/spi/cardmgmt/package-summary.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/javacardx/spi/cardmgmt/package-tree.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/javacardx/spi/framework/JCREPermission.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/javacardx/spi/framework/package-frame.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/javacardx/spi/framework/package-summary.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/javacardx/spi/framework/package-tree.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/javacardx/spi/security/CryptoProvider.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/javacardx/spi/security/package-frame.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/javacardx/spi/security/package-summary.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/javacardx/spi/security/package-tree.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/overview-frame.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/overview-summary.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/overview-tree.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/package-list -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/resources/inherit.gif -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/stylesheet.css -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/stylesheet.css -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/document.css -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/legal/Distribution_ReadME.txt -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/legal/THIRDPARTYREADME.txt -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/legal/TechnologyEvaluationLicense.txt -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/lib/ant-contrib-1.0b3.jar -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/lib/api_classic.jar -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/lib/api_connected.jar -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/lib/asm-all-3.1.jar -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/lib/bcel-5.2.jar -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/lib/commons-cli-1.0.jar -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/lib/commons-codec-1.3.jar -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/lib/commons-httpclient-3.0.jar -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/lib/commons-logging-1.1.jar -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/lib/config.properties -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/lib/jcapt.jar -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/lib/jctasks.jar -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/lib/logging.properties -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/lib/nbtasks.jar -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/lib/nbutils.jar -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/lib/system.properties -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/lib/tools.jar -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/locale/lib_ja.jar -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/locale/lib_pt_BR.jar -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/locale/lib_ru.jar -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/locale/lib_zh_CN.jar -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/platform.properties -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_applets/HelloWorld/APPLET-INF/applet.xml -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_applets/HelloWorld/Helloworld.expected.output -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_applets/HelloWorld/META-INF/MANIFEST.MF -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_applets/HelloWorld/META-INF/javacard.xml -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_applets/HelloWorld/build.xml -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_applets/HelloWorld/catalog.xml -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_applets/HelloWorld/nbproject/build-impl.xml -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_applets/HelloWorld/nbproject/deployment.xml -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_applets/HelloWorld/nbproject/genfiles.properties -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_applets/HelloWorld/nbproject/project.properties -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_applets/HelloWorld/nbproject/project.xml -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_applets/HelloWorld/scripts/helloworld.scr -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_applets/HelloWorld/src/com/sun/jcclassic/samples/helloworld/HelloWorld.java -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets/HelloWorld/APPLET-INF/applet.xml -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets/HelloWorld/Helloworld.expected.output -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets/HelloWorld/META-INF/MANIFEST.MF -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets/HelloWorld/META-INF/javacard.xml -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets/HelloWorld/build.xml -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets/HelloWorld/nbproject/build-impl.xml -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets/HelloWorld/nbproject/deployment.xml -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets/HelloWorld/nbproject/genfiles.properties -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets/HelloWorld/nbproject/private/private.properties -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets/HelloWorld/nbproject/project.properties -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets/HelloWorld/nbproject/project.xml -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets/HelloWorld/scripts/helloworld.scr -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets/HelloWorld/src/com/sun/jchowto/helloworld/HelloWorldApplet.java -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/keystore/a.certificate -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/keystore/a.keystore -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/keystore/a.privateKey -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/keystore/b.certificate -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/keystore/b.keystore -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/keystore/b.privateKey -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/keystore/c.certificate -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/keystore/c.keystore -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/keystore/c.privateKey -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/META-INF/MANIFEST.MF -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/META-INF/javacard.xml -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/WEB-INF/footer.i -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/WEB-INF/header.i -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/WEB-INF/index.i -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/WEB-INF/web.xml -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/build.xml -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/html/images/lines.png -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/html/images/title.png -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/html/index.html -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/nbproject/build-impl.xml -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/nbproject/genfiles.properties -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/nbproject/private/private.properties -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/nbproject/project.properties -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/nbproject/project.xml -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/src/com/sun/jchowto/helloworld/HelloWorldServlet.java -netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/src/com/sun/jchowto/helloworld/IndexServlet.java -netbeans-%%PORTVERSION%%/javacard/VERSION.txt -netbeans-%%PORTVERSION%%/javacard/config/Modules/org-netbeans-modules-javacard-apdu-io.xml -netbeans-%%PORTVERSION%%/javacard/config/Modules/org-netbeans-modules-javacard-apdufile.xml -netbeans-%%PORTVERSION%%/javacard/config/Modules/org-netbeans-modules-javacard-common.xml -netbeans-%%PORTVERSION%%/javacard/config/Modules/org-netbeans-modules-javacard-console.xml -netbeans-%%PORTVERSION%%/javacard/config/Modules/org-netbeans-modules-javacard-filemodels.xml -netbeans-%%PORTVERSION%%/javacard/config/Modules/org-netbeans-modules-javacard-kit.xml -netbeans-%%PORTVERSION%%/javacard/config/Modules/org-netbeans-modules-javacard-oberthur.xml -netbeans-%%PORTVERSION%%/javacard/config/Modules/org-netbeans-modules-javacard-platform-ui.xml -netbeans-%%PORTVERSION%%/javacard/config/Modules/org-netbeans-modules-javacard-project.xml -netbeans-%%PORTVERSION%%/javacard/config/Modules/org-netbeans-modules-javacard-ri-bundle.xml -netbeans-%%PORTVERSION%%/javacard/config/Modules/org-netbeans-modules-javacard-ri-platform.xml -netbeans-%%PORTVERSION%%/javacard/config/Modules/org-netbeans-modules-javacard-spi.xml -netbeans-%%PORTVERSION%%/javacard/config/Modules/org-netbeans-modules-properties-based-dataobjects.xml -netbeans-%%PORTVERSION%%/javacard/config/Modules/org-netbeans-modules-simple-project-templates.xml -netbeans-%%PORTVERSION%%/javacard/config/Modules/org-netbeans-modules-swing-customizerlayout.xml -netbeans-%%PORTVERSION%%/javacard/javacard302/anttasks.jar -netbeans-%%PORTVERSION%%/javacard/modules/docs/org-netbeans-modules-javacard-project.jar -netbeans-%%PORTVERSION%%/javacard/modules/ext/apduio.jar -netbeans-%%PORTVERSION%%/javacard/modules/locale/org-netbeans-modules-javacard-apdu-io_ja.jar -netbeans-%%PORTVERSION%%/javacard/modules/locale/org-netbeans-modules-javacard-apdu-io_pt_BR.jar -netbeans-%%PORTVERSION%%/javacard/modules/locale/org-netbeans-modules-javacard-apdu-io_ru.jar -netbeans-%%PORTVERSION%%/javacard/modules/locale/org-netbeans-modules-javacard-apdu-io_zh_CN.jar -netbeans-%%PORTVERSION%%/javacard/modules/locale/org-netbeans-modules-javacard-apdufile_ja.jar -netbeans-%%PORTVERSION%%/javacard/modules/locale/org-netbeans-modules-javacard-apdufile_pt_BR.jar -netbeans-%%PORTVERSION%%/javacard/modules/locale/org-netbeans-modules-javacard-apdufile_ru.jar -netbeans-%%PORTVERSION%%/javacard/modules/locale/org-netbeans-modules-javacard-apdufile_zh_CN.jar -netbeans-%%PORTVERSION%%/javacard/modules/locale/org-netbeans-modules-javacard-common_ja.jar -netbeans-%%PORTVERSION%%/javacard/modules/locale/org-netbeans-modules-javacard-common_pt_BR.jar -netbeans-%%PORTVERSION%%/javacard/modules/locale/org-netbeans-modules-javacard-common_ru.jar -netbeans-%%PORTVERSION%%/javacard/modules/locale/org-netbeans-modules-javacard-common_zh_CN.jar -netbeans-%%PORTVERSION%%/javacard/modules/locale/org-netbeans-modules-javacard-console_ja.jar -netbeans-%%PORTVERSION%%/javacard/modules/locale/org-netbeans-modules-javacard-console_pt_BR.jar -netbeans-%%PORTVERSION%%/javacard/modules/locale/org-netbeans-modules-javacard-console_ru.jar -netbeans-%%PORTVERSION%%/javacard/modules/locale/org-netbeans-modules-javacard-console_zh_CN.jar -netbeans-%%PORTVERSION%%/javacard/modules/locale/org-netbeans-modules-javacard-filemodels_ja.jar -netbeans-%%PORTVERSION%%/javacard/modules/locale/org-netbeans-modules-javacard-filemodels_pt_BR.jar -netbeans-%%PORTVERSION%%/javacard/modules/locale/org-netbeans-modules-javacard-filemodels_ru.jar -netbeans-%%PORTVERSION%%/javacard/modules/locale/org-netbeans-modules-javacard-filemodels_zh_CN.jar -netbeans-%%PORTVERSION%%/javacard/modules/locale/org-netbeans-modules-javacard-kit_ja.jar -netbeans-%%PORTVERSION%%/javacard/modules/locale/org-netbeans-modules-javacard-kit_pt_BR.jar -netbeans-%%PORTVERSION%%/javacard/modules/locale/org-netbeans-modules-javacard-kit_ru.jar -netbeans-%%PORTVERSION%%/javacard/modules/locale/org-netbeans-modules-javacard-kit_zh_CN.jar -netbeans-%%PORTVERSION%%/javacard/modules/locale/org-netbeans-modules-javacard-oberthur_ja.jar -netbeans-%%PORTVERSION%%/javacard/modules/locale/org-netbeans-modules-javacard-oberthur_pt_BR.jar -netbeans-%%PORTVERSION%%/javacard/modules/locale/org-netbeans-modules-javacard-oberthur_ru.jar -netbeans-%%PORTVERSION%%/javacard/modules/locale/org-netbeans-modules-javacard-oberthur_zh_CN.jar -netbeans-%%PORTVERSION%%/javacard/modules/locale/org-netbeans-modules-javacard-platform-ui_ja.jar -netbeans-%%PORTVERSION%%/javacard/modules/locale/org-netbeans-modules-javacard-platform-ui_pt_BR.jar -netbeans-%%PORTVERSION%%/javacard/modules/locale/org-netbeans-modules-javacard-platform-ui_ru.jar -netbeans-%%PORTVERSION%%/javacard/modules/locale/org-netbeans-modules-javacard-platform-ui_zh_CN.jar -netbeans-%%PORTVERSION%%/javacard/modules/locale/org-netbeans-modules-javacard-project_ja.jar -netbeans-%%PORTVERSION%%/javacard/modules/locale/org-netbeans-modules-javacard-project_pt_BR.jar -netbeans-%%PORTVERSION%%/javacard/modules/locale/org-netbeans-modules-javacard-project_ru.jar -netbeans-%%PORTVERSION%%/javacard/modules/locale/org-netbeans-modules-javacard-project_zh_CN.jar -netbeans-%%PORTVERSION%%/javacard/modules/locale/org-netbeans-modules-javacard-ri-bundle_ja.jar -netbeans-%%PORTVERSION%%/javacard/modules/locale/org-netbeans-modules-javacard-ri-bundle_pt_BR.jar -netbeans-%%PORTVERSION%%/javacard/modules/locale/org-netbeans-modules-javacard-ri-bundle_ru.jar -netbeans-%%PORTVERSION%%/javacard/modules/locale/org-netbeans-modules-javacard-ri-bundle_zh_CN.jar -netbeans-%%PORTVERSION%%/javacard/modules/locale/org-netbeans-modules-javacard-ri-platform_ja.jar -netbeans-%%PORTVERSION%%/javacard/modules/locale/org-netbeans-modules-javacard-ri-platform_pt_BR.jar -netbeans-%%PORTVERSION%%/javacard/modules/locale/org-netbeans-modules-javacard-ri-platform_ru.jar -netbeans-%%PORTVERSION%%/javacard/modules/locale/org-netbeans-modules-javacard-ri-platform_zh_CN.jar -netbeans-%%PORTVERSION%%/javacard/modules/locale/org-netbeans-modules-javacard-spi_ja.jar -netbeans-%%PORTVERSION%%/javacard/modules/locale/org-netbeans-modules-javacard-spi_pt_BR.jar -netbeans-%%PORTVERSION%%/javacard/modules/locale/org-netbeans-modules-javacard-spi_ru.jar -netbeans-%%PORTVERSION%%/javacard/modules/locale/org-netbeans-modules-javacard-spi_zh_CN.jar -netbeans-%%PORTVERSION%%/javacard/modules/locale/org-netbeans-modules-properties-based-dataobjects_ja.jar -netbeans-%%PORTVERSION%%/javacard/modules/locale/org-netbeans-modules-properties-based-dataobjects_pt_BR.jar -netbeans-%%PORTVERSION%%/javacard/modules/locale/org-netbeans-modules-properties-based-dataobjects_ru.jar -netbeans-%%PORTVERSION%%/javacard/modules/locale/org-netbeans-modules-properties-based-dataobjects_zh_CN.jar -netbeans-%%PORTVERSION%%/javacard/modules/locale/org-netbeans-modules-simple-project-templates_ja.jar -netbeans-%%PORTVERSION%%/javacard/modules/locale/org-netbeans-modules-simple-project-templates_pt_BR.jar -netbeans-%%PORTVERSION%%/javacard/modules/locale/org-netbeans-modules-simple-project-templates_ru.jar -netbeans-%%PORTVERSION%%/javacard/modules/locale/org-netbeans-modules-simple-project-templates_zh_CN.jar -netbeans-%%PORTVERSION%%/javacard/modules/locale/org-netbeans-modules-swing-customizerlayout_ja.jar -netbeans-%%PORTVERSION%%/javacard/modules/locale/org-netbeans-modules-swing-customizerlayout_pt_BR.jar -netbeans-%%PORTVERSION%%/javacard/modules/locale/org-netbeans-modules-swing-customizerlayout_ru.jar -netbeans-%%PORTVERSION%%/javacard/modules/locale/org-netbeans-modules-swing-customizerlayout_zh_CN.jar -netbeans-%%PORTVERSION%%/javacard/modules/org-netbeans-modules-javacard-apdu-io.jar -netbeans-%%PORTVERSION%%/javacard/modules/org-netbeans-modules-javacard-apdufile.jar -netbeans-%%PORTVERSION%%/javacard/modules/org-netbeans-modules-javacard-common.jar -netbeans-%%PORTVERSION%%/javacard/modules/org-netbeans-modules-javacard-console.jar -netbeans-%%PORTVERSION%%/javacard/modules/org-netbeans-modules-javacard-filemodels.jar -netbeans-%%PORTVERSION%%/javacard/modules/org-netbeans-modules-javacard-kit.jar -netbeans-%%PORTVERSION%%/javacard/modules/org-netbeans-modules-javacard-oberthur.jar -netbeans-%%PORTVERSION%%/javacard/modules/org-netbeans-modules-javacard-platform-ui.jar -netbeans-%%PORTVERSION%%/javacard/modules/org-netbeans-modules-javacard-project.jar -netbeans-%%PORTVERSION%%/javacard/modules/org-netbeans-modules-javacard-ri-bundle.jar -netbeans-%%PORTVERSION%%/javacard/modules/org-netbeans-modules-javacard-ri-platform.jar -netbeans-%%PORTVERSION%%/javacard/modules/org-netbeans-modules-javacard-spi.jar -netbeans-%%PORTVERSION%%/javacard/modules/org-netbeans-modules-properties-based-dataobjects.jar -netbeans-%%PORTVERSION%%/javacard/modules/org-netbeans-modules-simple-project-templates.jar -netbeans-%%PORTVERSION%%/javacard/modules/org-netbeans-modules-swing-customizerlayout.jar -netbeans-%%PORTVERSION%%/javacard/update_tracking/org-netbeans-modules-javacard-apdu-io.xml -netbeans-%%PORTVERSION%%/javacard/update_tracking/org-netbeans-modules-javacard-apdufile.xml -netbeans-%%PORTVERSION%%/javacard/update_tracking/org-netbeans-modules-javacard-common.xml -netbeans-%%PORTVERSION%%/javacard/update_tracking/org-netbeans-modules-javacard-console.xml -netbeans-%%PORTVERSION%%/javacard/update_tracking/org-netbeans-modules-javacard-filemodels.xml -netbeans-%%PORTVERSION%%/javacard/update_tracking/org-netbeans-modules-javacard-kit.xml -netbeans-%%PORTVERSION%%/javacard/update_tracking/org-netbeans-modules-javacard-oberthur.xml -netbeans-%%PORTVERSION%%/javacard/update_tracking/org-netbeans-modules-javacard-platform-ui.xml -netbeans-%%PORTVERSION%%/javacard/update_tracking/org-netbeans-modules-javacard-project.xml -netbeans-%%PORTVERSION%%/javacard/update_tracking/org-netbeans-modules-javacard-ri-bundle.xml -netbeans-%%PORTVERSION%%/javacard/update_tracking/org-netbeans-modules-javacard-ri-platform.xml -netbeans-%%PORTVERSION%%/javacard/update_tracking/org-netbeans-modules-javacard-spi.xml -netbeans-%%PORTVERSION%%/javacard/update_tracking/org-netbeans-modules-properties-based-dataobjects.xml -netbeans-%%PORTVERSION%%/javacard/update_tracking/org-netbeans-modules-simple-project-templates.xml -netbeans-%%PORTVERSION%%/javacard/update_tracking/org-netbeans-modules-swing-customizerlayout.xml -netbeans-%%PORTVERSION%%/javafx/.lastModified -netbeans-%%PORTVERSION%%/javafx/VERSION.txt -netbeans-%%PORTVERSION%%/javafx/config/Modules/org-netbeans-modules-javafx2-editor.xml -netbeans-%%PORTVERSION%%/javafx/config/Modules/org-netbeans-modules-javafx2-kit.xml -netbeans-%%PORTVERSION%%/javafx/config/Modules/org-netbeans-modules-javafx2-platform.xml -netbeans-%%PORTVERSION%%/javafx/config/Modules/org-netbeans-modules-javafx2-project.xml -netbeans-%%PORTVERSION%%/javafx/config/Modules/org-netbeans-modules-javafx2-samples.xml -netbeans-%%PORTVERSION%%/javafx/config/Modules/org-netbeans-modules-javafx2-scenebuilder.xml -netbeans-%%PORTVERSION%%/javafx/modules/locale/org-netbeans-modules-javafx2-editor_ja.jar -netbeans-%%PORTVERSION%%/javafx/modules/locale/org-netbeans-modules-javafx2-editor_pt_BR.jar -netbeans-%%PORTVERSION%%/javafx/modules/locale/org-netbeans-modules-javafx2-editor_ru.jar -netbeans-%%PORTVERSION%%/javafx/modules/locale/org-netbeans-modules-javafx2-editor_zh_CN.jar -netbeans-%%PORTVERSION%%/javafx/modules/locale/org-netbeans-modules-javafx2-kit_ja.jar -netbeans-%%PORTVERSION%%/javafx/modules/locale/org-netbeans-modules-javafx2-kit_pt_BR.jar -netbeans-%%PORTVERSION%%/javafx/modules/locale/org-netbeans-modules-javafx2-kit_ru.jar -netbeans-%%PORTVERSION%%/javafx/modules/locale/org-netbeans-modules-javafx2-kit_zh_CN.jar -netbeans-%%PORTVERSION%%/javafx/modules/locale/org-netbeans-modules-javafx2-platform_ja.jar -netbeans-%%PORTVERSION%%/javafx/modules/locale/org-netbeans-modules-javafx2-platform_pt_BR.jar -netbeans-%%PORTVERSION%%/javafx/modules/locale/org-netbeans-modules-javafx2-platform_ru.jar -netbeans-%%PORTVERSION%%/javafx/modules/locale/org-netbeans-modules-javafx2-platform_zh_CN.jar -netbeans-%%PORTVERSION%%/javafx/modules/locale/org-netbeans-modules-javafx2-project_ja.jar -netbeans-%%PORTVERSION%%/javafx/modules/locale/org-netbeans-modules-javafx2-project_pt_BR.jar -netbeans-%%PORTVERSION%%/javafx/modules/locale/org-netbeans-modules-javafx2-project_ru.jar -netbeans-%%PORTVERSION%%/javafx/modules/locale/org-netbeans-modules-javafx2-project_zh_CN.jar -netbeans-%%PORTVERSION%%/javafx/modules/locale/org-netbeans-modules-javafx2-samples_ja.jar -netbeans-%%PORTVERSION%%/javafx/modules/locale/org-netbeans-modules-javafx2-samples_pt_BR.jar -netbeans-%%PORTVERSION%%/javafx/modules/locale/org-netbeans-modules-javafx2-samples_ru.jar -netbeans-%%PORTVERSION%%/javafx/modules/locale/org-netbeans-modules-javafx2-samples_zh_CN.jar -netbeans-%%PORTVERSION%%/javafx/modules/locale/org-netbeans-modules-javafx2-scenebuilder_ja.jar -netbeans-%%PORTVERSION%%/javafx/modules/locale/org-netbeans-modules-javafx2-scenebuilder_pt_BR.jar -netbeans-%%PORTVERSION%%/javafx/modules/locale/org-netbeans-modules-javafx2-scenebuilder_ru.jar -netbeans-%%PORTVERSION%%/javafx/modules/locale/org-netbeans-modules-javafx2-scenebuilder_zh_CN.jar -netbeans-%%PORTVERSION%%/javafx/modules/org-netbeans-modules-javafx2-editor.jar -netbeans-%%PORTVERSION%%/javafx/modules/org-netbeans-modules-javafx2-kit.jar -netbeans-%%PORTVERSION%%/javafx/modules/org-netbeans-modules-javafx2-platform.jar -netbeans-%%PORTVERSION%%/javafx/modules/org-netbeans-modules-javafx2-project.jar -netbeans-%%PORTVERSION%%/javafx/modules/org-netbeans-modules-javafx2-samples.jar -netbeans-%%PORTVERSION%%/javafx/modules/org-netbeans-modules-javafx2-scenebuilder.jar -netbeans-%%PORTVERSION%%/javafx/update_tracking/org-netbeans-modules-javafx2-editor.xml -netbeans-%%PORTVERSION%%/javafx/update_tracking/org-netbeans-modules-javafx2-kit.xml -netbeans-%%PORTVERSION%%/javafx/update_tracking/org-netbeans-modules-javafx2-platform.xml -netbeans-%%PORTVERSION%%/javafx/update_tracking/org-netbeans-modules-javafx2-project.xml -netbeans-%%PORTVERSION%%/javafx/update_tracking/org-netbeans-modules-javafx2-samples.xml -netbeans-%%PORTVERSION%%/javafx/update_tracking/org-netbeans-modules-javafx2-scenebuilder.xml -netbeans-%%PORTVERSION%%/mobility/.lastModified -netbeans-%%PORTVERSION%%/mobility/VERSION.txt -netbeans-%%PORTVERSION%%/mobility/ant/nblib/locale/org-netbeans-modules-mobility-project-ant_ja.jar -netbeans-%%PORTVERSION%%/mobility/ant/nblib/locale/org-netbeans-modules-mobility-project-ant_pt_BR.jar -netbeans-%%PORTVERSION%%/mobility/ant/nblib/locale/org-netbeans-modules-mobility-project-ant_ru.jar -netbeans-%%PORTVERSION%%/mobility/ant/nblib/locale/org-netbeans-modules-mobility-project-ant_zh_CN.jar -netbeans-%%PORTVERSION%%/mobility/ant/nblib/locale/org-netbeans-modules-mobility-project_ja.jar -netbeans-%%PORTVERSION%%/mobility/ant/nblib/locale/org-netbeans-modules-mobility-project_pt_BR.jar -netbeans-%%PORTVERSION%%/mobility/ant/nblib/locale/org-netbeans-modules-mobility-project_ru.jar -netbeans-%%PORTVERSION%%/mobility/ant/nblib/locale/org-netbeans-modules-mobility-project_zh_CN.jar -netbeans-%%PORTVERSION%%/mobility/ant/nblib/org-netbeans-modules-deployment-deviceanywhere.jar -netbeans-%%PORTVERSION%%/mobility/ant/nblib/org-netbeans-modules-mobility-project-ant.jar -netbeans-%%PORTVERSION%%/mobility/ant/nblib/org-netbeans-modules-mobility-project.jar -netbeans-%%PORTVERSION%%/mobility/config/Modules/org-netbeans-api-mobility.xml -netbeans-%%PORTVERSION%%/mobility/config/Modules/org-netbeans-libs-aguiswinglayout.xml -netbeans-%%PORTVERSION%%/mobility/config/Modules/org-netbeans-libs-ppawtlayout.xml -netbeans-%%PORTVERSION%%/mobility/config/Modules/org-netbeans-modules-deployment-deviceanywhere.xml -netbeans-%%PORTVERSION%%/mobility/config/Modules/org-netbeans-modules-j2me-cdc-kit.xml -netbeans-%%PORTVERSION%%/mobility/config/Modules/org-netbeans-modules-j2me-cdc-platform-nokias80.xml -netbeans-%%PORTVERSION%%/mobility/config/Modules/org-netbeans-modules-j2me-cdc-platform-ojec.xml -netbeans-%%PORTVERSION%%/mobility/config/Modules/org-netbeans-modules-j2me-cdc-platform-semc.xml -netbeans-%%PORTVERSION%%/mobility/config/Modules/org-netbeans-modules-j2me-cdc-platform-sjmc.xml -netbeans-%%PORTVERSION%%/mobility/config/Modules/org-netbeans-modules-j2me-cdc-platform-sun.xml -netbeans-%%PORTVERSION%%/mobility/config/Modules/org-netbeans-modules-j2me-cdc-platform.xml -netbeans-%%PORTVERSION%%/mobility/config/Modules/org-netbeans-modules-j2me-cdc-project-execui.xml -netbeans-%%PORTVERSION%%/mobility/config/Modules/org-netbeans-modules-j2me-cdc-project-execuiimpl.xml -netbeans-%%PORTVERSION%%/mobility/config/Modules/org-netbeans-modules-j2me-cdc-project-nokiaS80.xml -netbeans-%%PORTVERSION%%/mobility/config/Modules/org-netbeans-modules-j2me-cdc-project-ojec.xml -netbeans-%%PORTVERSION%%/mobility/config/Modules/org-netbeans-modules-j2me-cdc-project-savaje.xml -netbeans-%%PORTVERSION%%/mobility/config/Modules/org-netbeans-modules-j2me-cdc-project-semc.xml -netbeans-%%PORTVERSION%%/mobility/config/Modules/org-netbeans-modules-j2me-cdc-project-sjmc.xml -netbeans-%%PORTVERSION%%/mobility/config/Modules/org-netbeans-modules-j2me-cdc-project.xml -netbeans-%%PORTVERSION%%/mobility/config/Modules/org-netbeans-modules-mobility-antext.xml -netbeans-%%PORTVERSION%%/mobility/config/Modules/org-netbeans-modules-mobility-cldcplatform-catalog.xml -netbeans-%%PORTVERSION%%/mobility/config/Modules/org-netbeans-modules-mobility-cldcplatform.xml -netbeans-%%PORTVERSION%%/mobility/config/Modules/org-netbeans-modules-mobility-deployment-ftpscp.xml -netbeans-%%PORTVERSION%%/mobility/config/Modules/org-netbeans-modules-mobility-deployment-nokia.xml -netbeans-%%PORTVERSION%%/mobility/config/Modules/org-netbeans-modules-mobility-deployment-sonyericsson.xml -netbeans-%%PORTVERSION%%/mobility/config/Modules/org-netbeans-modules-mobility-deployment-webdav.xml -netbeans-%%PORTVERSION%%/mobility/config/Modules/org-netbeans-modules-mobility-editor.xml -netbeans-%%PORTVERSION%%/mobility/config/Modules/org-netbeans-modules-mobility-end2end.xml -netbeans-%%PORTVERSION%%/mobility/config/Modules/org-netbeans-modules-mobility-j2meunit.xml -netbeans-%%PORTVERSION%%/mobility/config/Modules/org-netbeans-modules-mobility-javahelp.xml -netbeans-%%PORTVERSION%%/mobility/config/Modules/org-netbeans-modules-mobility-jsr172.xml -netbeans-%%PORTVERSION%%/mobility/config/Modules/org-netbeans-modules-mobility-kit.xml -netbeans-%%PORTVERSION%%/mobility/config/Modules/org-netbeans-modules-mobility-licensing.xml -netbeans-%%PORTVERSION%%/mobility/config/Modules/org-netbeans-modules-mobility-plugins-mpowerplayer.xml -netbeans-%%PORTVERSION%%/mobility/config/Modules/org-netbeans-modules-mobility-project-ant.xml -netbeans-%%PORTVERSION%%/mobility/config/Modules/org-netbeans-modules-mobility-project-bridge-impl.xml -netbeans-%%PORTVERSION%%/mobility/config/Modules/org-netbeans-modules-mobility-project-bridge.xml -netbeans-%%PORTVERSION%%/mobility/config/Modules/org-netbeans-modules-mobility-project.xml -netbeans-%%PORTVERSION%%/mobility/config/Modules/org-netbeans-modules-mobility-svgcore.xml -netbeans-%%PORTVERSION%%/mobility/config/Modules/org-netbeans-modules-svg-perseus.xml -netbeans-%%PORTVERSION%%/mobility/modules/docs/jmunit-1.2.1-api.zip -netbeans-%%PORTVERSION%%/mobility/modules/docs/org-netbeans-modules-mobility-javahelp.jar -netbeans-%%PORTVERSION%%/mobility/modules/ext/ant-contrib-1.0b3.jar -netbeans-%%PORTVERSION%%/mobility/modules/ext/cdc-agui-swing-layout.jar -netbeans-%%PORTVERSION%%/mobility/modules/ext/cdc-pp-awt-layout.jar -netbeans-%%PORTVERSION%%/mobility/modules/ext/commons-httpclient-3.0.1.jar -netbeans-%%PORTVERSION%%/mobility/modules/ext/jakarta-slide-ant-webdav-2.1.jar -netbeans-%%PORTVERSION%%/mobility/modules/ext/jakarta-slide-webdavlib-2.1.jar -netbeans-%%PORTVERSION%%/mobility/modules/ext/jdom-1.0.jar -netbeans-%%PORTVERSION%%/mobility/modules/ext/jmunit4cldc10-1.2.1.jar -netbeans-%%PORTVERSION%%/mobility/modules/ext/jmunit4cldc11-1.2.1.jar -netbeans-%%PORTVERSION%%/mobility/modules/ext/org-netbeans-modules-deployment-deviceanywhere.jar -netbeans-%%PORTVERSION%%/mobility/modules/ext/org-netbeans-modules-j2me-cdc-project-nokiaS80.jar -netbeans-%%PORTVERSION%%/mobility/modules/ext/org-netbeans-modules-j2me-cdc-project-ojec.jar -netbeans-%%PORTVERSION%%/mobility/modules/ext/org-netbeans-modules-j2me-cdc-project-savaje.jar -netbeans-%%PORTVERSION%%/mobility/modules/ext/org-netbeans-modules-j2me-cdc-project-semc.jar -netbeans-%%PORTVERSION%%/mobility/modules/ext/org-netbeans-modules-j2me-cdc-project-sjmc.jar -netbeans-%%PORTVERSION%%/mobility/modules/ext/org-netbeans-modules-j2me-cdc-project.jar -netbeans-%%PORTVERSION%%/mobility/modules/ext/perseus-nb-1.0.1.jar -netbeans-%%PORTVERSION%%/mobility/modules/lib/ConnJNI.dll -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-api-mobility_ja.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-api-mobility_pt_BR.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-api-mobility_ru.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-api-mobility_zh_CN.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-libs-aguiswinglayout_ja.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-libs-aguiswinglayout_pt_BR.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-libs-aguiswinglayout_ru.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-libs-aguiswinglayout_zh_CN.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-libs-ppawtlayout_ja.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-libs-ppawtlayout_pt_BR.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-libs-ppawtlayout_ru.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-libs-ppawtlayout_zh_CN.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-deployment-deviceanywhere_ja.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-deployment-deviceanywhere_pt_BR.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-deployment-deviceanywhere_ru.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-deployment-deviceanywhere_zh_CN.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-kit_ja.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-kit_pt_BR.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-kit_ru.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-kit_zh_CN.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-platform-nokias80_ja.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-platform-nokias80_pt_BR.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-platform-nokias80_ru.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-platform-nokias80_zh_CN.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-platform-ojec_ja.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-platform-ojec_pt_BR.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-platform-ojec_ru.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-platform-ojec_zh_CN.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-platform-semc_ja.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-platform-semc_pt_BR.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-platform-semc_ru.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-platform-semc_zh_CN.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-platform-sjmc_ja.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-platform-sjmc_pt_BR.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-platform-sjmc_ru.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-platform-sjmc_zh_CN.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-platform-sun_ja.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-platform-sun_pt_BR.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-platform-sun_ru.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-platform-sun_zh_CN.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-platform_ja.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-platform_pt_BR.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-platform_ru.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-platform_zh_CN.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-project-execui_ja.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-project-execui_pt_BR.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-project-execui_ru.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-project-execui_zh_CN.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-project-execuiimpl_ja.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-project-execuiimpl_pt_BR.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-project-execuiimpl_ru.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-project-execuiimpl_zh_CN.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-project-nokiaS80_ja.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-project-nokiaS80_pt_BR.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-project-nokiaS80_ru.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-project-nokiaS80_zh_CN.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-project-ojec_ja.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-project-ojec_pt_BR.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-project-ojec_ru.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-project-ojec_zh_CN.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-project-savaje_ja.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-project-savaje_pt_BR.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-project-savaje_ru.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-project-savaje_zh_CN.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-project-semc_ja.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-project-semc_pt_BR.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-project-semc_ru.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-project-semc_zh_CN.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-project-sjmc_ja.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-project-sjmc_pt_BR.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-project-sjmc_ru.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-project-sjmc_zh_CN.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-project_ja.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-project_pt_BR.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-project_ru.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-project_zh_CN.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-antext_ja.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-antext_pt_BR.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-antext_ru.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-antext_zh_CN.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-cldcplatform-catalog_ja.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-cldcplatform-catalog_pt_BR.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-cldcplatform-catalog_ru.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-cldcplatform-catalog_zh_CN.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-cldcplatform_ja.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-cldcplatform_pt_BR.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-cldcplatform_ru.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-cldcplatform_zh_CN.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-deployment-ftpscp_ja.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-deployment-ftpscp_pt_BR.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-deployment-ftpscp_ru.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-deployment-ftpscp_zh_CN.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-deployment-nokia_ja.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-deployment-nokia_pt_BR.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-deployment-nokia_ru.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-deployment-nokia_zh_CN.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-deployment-sonyericsson_ja.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-deployment-sonyericsson_pt_BR.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-deployment-sonyericsson_ru.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-deployment-sonyericsson_zh_CN.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-deployment-webdav_ja.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-deployment-webdav_pt_BR.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-deployment-webdav_ru.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-deployment-webdav_zh_CN.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-editor_ja.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-editor_pt_BR.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-editor_ru.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-editor_zh_CN.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-end2end_ja.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-end2end_pt_BR.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-end2end_ru.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-end2end_zh_CN.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-j2meunit_ja.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-j2meunit_pt_BR.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-j2meunit_ru.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-j2meunit_zh_CN.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-javahelp_ja.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-javahelp_pt_BR.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-javahelp_ru.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-javahelp_zh_CN.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-jsr172_ja.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-jsr172_pt_BR.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-jsr172_ru.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-jsr172_zh_CN.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-kit_ja.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-kit_pt_BR.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-kit_ru.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-kit_zh_CN.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-licensing_ja.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-licensing_pt_BR.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-licensing_ru.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-licensing_zh_CN.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-midpexamples_ja.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-midpexamples_pt_BR.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-midpexamples_ru.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-midpexamples_zh_CN.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-plugins-mpowerplayer_ja.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-plugins-mpowerplayer_pt_BR.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-plugins-mpowerplayer_ru.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-plugins-mpowerplayer_zh_CN.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-project-ant_ja.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-project-ant_pt_BR.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-project-ant_ru.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-project-ant_zh_CN.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-project-bridge-impl_ja.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-project-bridge-impl_pt_BR.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-project-bridge-impl_ru.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-project-bridge-impl_zh_CN.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-project-bridge_ja.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-project-bridge_pt_BR.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-project-bridge_ru.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-project-bridge_zh_CN.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-project_ja.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-project_pt_BR.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-project_ru.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-project_zh_CN.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-svgcore_ja.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-svgcore_pt_BR.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-svgcore_ru.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-svgcore_zh_CN.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-svg-perseus_ja.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-svg-perseus_pt_BR.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-svg-perseus_ru.jar -netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-svg-perseus_zh_CN.jar -netbeans-%%PORTVERSION%%/mobility/modules/org-netbeans-api-mobility.jar -netbeans-%%PORTVERSION%%/mobility/modules/org-netbeans-libs-aguiswinglayout.jar -netbeans-%%PORTVERSION%%/mobility/modules/org-netbeans-libs-ppawtlayout.jar -netbeans-%%PORTVERSION%%/mobility/modules/org-netbeans-modules-deployment-deviceanywhere.jar -netbeans-%%PORTVERSION%%/mobility/modules/org-netbeans-modules-j2me-cdc-kit.jar -netbeans-%%PORTVERSION%%/mobility/modules/org-netbeans-modules-j2me-cdc-platform-nokias80.jar -netbeans-%%PORTVERSION%%/mobility/modules/org-netbeans-modules-j2me-cdc-platform-ojec.jar -netbeans-%%PORTVERSION%%/mobility/modules/org-netbeans-modules-j2me-cdc-platform-semc.jar -netbeans-%%PORTVERSION%%/mobility/modules/org-netbeans-modules-j2me-cdc-platform-sjmc.jar -netbeans-%%PORTVERSION%%/mobility/modules/org-netbeans-modules-j2me-cdc-platform-sun.jar -netbeans-%%PORTVERSION%%/mobility/modules/org-netbeans-modules-j2me-cdc-platform.jar -netbeans-%%PORTVERSION%%/mobility/modules/org-netbeans-modules-j2me-cdc-project-execui.jar -netbeans-%%PORTVERSION%%/mobility/modules/org-netbeans-modules-j2me-cdc-project-execuiimpl.jar -netbeans-%%PORTVERSION%%/mobility/modules/org-netbeans-modules-j2me-cdc-project-nokiaS80.jar -netbeans-%%PORTVERSION%%/mobility/modules/org-netbeans-modules-j2me-cdc-project-ojec.jar -netbeans-%%PORTVERSION%%/mobility/modules/org-netbeans-modules-j2me-cdc-project-savaje.jar -netbeans-%%PORTVERSION%%/mobility/modules/org-netbeans-modules-j2me-cdc-project-semc.jar -netbeans-%%PORTVERSION%%/mobility/modules/org-netbeans-modules-j2me-cdc-project-sjmc.jar -netbeans-%%PORTVERSION%%/mobility/modules/org-netbeans-modules-j2me-cdc-project.jar -netbeans-%%PORTVERSION%%/mobility/modules/org-netbeans-modules-mobility-antext.jar -netbeans-%%PORTVERSION%%/mobility/modules/org-netbeans-modules-mobility-cldcplatform-catalog.jar -netbeans-%%PORTVERSION%%/mobility/modules/org-netbeans-modules-mobility-cldcplatform.jar -netbeans-%%PORTVERSION%%/mobility/modules/org-netbeans-modules-mobility-deployment-ftpscp.jar -netbeans-%%PORTVERSION%%/mobility/modules/org-netbeans-modules-mobility-deployment-nokia.jar -netbeans-%%PORTVERSION%%/mobility/modules/org-netbeans-modules-mobility-deployment-sonyericsson.jar -netbeans-%%PORTVERSION%%/mobility/modules/org-netbeans-modules-mobility-deployment-webdav.jar -netbeans-%%PORTVERSION%%/mobility/modules/org-netbeans-modules-mobility-editor.jar -netbeans-%%PORTVERSION%%/mobility/modules/org-netbeans-modules-mobility-end2end.jar -netbeans-%%PORTVERSION%%/mobility/modules/org-netbeans-modules-mobility-j2meunit.jar -netbeans-%%PORTVERSION%%/mobility/modules/org-netbeans-modules-mobility-javahelp.jar -netbeans-%%PORTVERSION%%/mobility/modules/org-netbeans-modules-mobility-jsr172.jar -netbeans-%%PORTVERSION%%/mobility/modules/org-netbeans-modules-mobility-kit.jar -netbeans-%%PORTVERSION%%/mobility/modules/org-netbeans-modules-mobility-licensing.jar -netbeans-%%PORTVERSION%%/mobility/modules/org-netbeans-modules-mobility-plugins-mpowerplayer.jar -netbeans-%%PORTVERSION%%/mobility/modules/org-netbeans-modules-mobility-project-ant.jar -netbeans-%%PORTVERSION%%/mobility/modules/org-netbeans-modules-mobility-project-bridge-impl.jar -netbeans-%%PORTVERSION%%/mobility/modules/org-netbeans-modules-mobility-project-bridge.jar -netbeans-%%PORTVERSION%%/mobility/modules/org-netbeans-modules-mobility-project.jar -netbeans-%%PORTVERSION%%/mobility/modules/org-netbeans-modules-mobility-svgcore.jar -netbeans-%%PORTVERSION%%/mobility/modules/org-netbeans-modules-svg-perseus.jar -netbeans-%%PORTVERSION%%/mobility/modules/scr/deploy-copy-impl.xml -netbeans-%%PORTVERSION%%/mobility/modules/scr/deploy-deviceanywhere-impl.xml -netbeans-%%PORTVERSION%%/mobility/modules/scr/deploy-ftp-impl.xml -netbeans-%%PORTVERSION%%/mobility/modules/scr/deploy-nokia-impl.xml -netbeans-%%PORTVERSION%%/mobility/modules/scr/deploy-scp-impl.xml -netbeans-%%PORTVERSION%%/mobility/modules/scr/deploy-sonyericsson-impl.xml -netbeans-%%PORTVERSION%%/mobility/modules/scr/deploy-webdav-impl.xml -netbeans-%%PORTVERSION%%/mobility/sources/cdc-agui-swing-layout-src.zip -netbeans-%%PORTVERSION%%/mobility/sources/cdc-pp-awt-layout-src.zip -netbeans-%%PORTVERSION%%/mobility/update_tracking/org-netbeans-api-mobility.xml -netbeans-%%PORTVERSION%%/mobility/update_tracking/org-netbeans-libs-aguiswinglayout.xml -netbeans-%%PORTVERSION%%/mobility/update_tracking/org-netbeans-libs-ppawtlayout.xml -netbeans-%%PORTVERSION%%/mobility/update_tracking/org-netbeans-modules-deployment-deviceanywhere.xml -netbeans-%%PORTVERSION%%/mobility/update_tracking/org-netbeans-modules-j2me-cdc-kit.xml -netbeans-%%PORTVERSION%%/mobility/update_tracking/org-netbeans-modules-j2me-cdc-platform-nokias80.xml -netbeans-%%PORTVERSION%%/mobility/update_tracking/org-netbeans-modules-j2me-cdc-platform-ojec.xml -netbeans-%%PORTVERSION%%/mobility/update_tracking/org-netbeans-modules-j2me-cdc-platform-semc.xml -netbeans-%%PORTVERSION%%/mobility/update_tracking/org-netbeans-modules-j2me-cdc-platform-sjmc.xml -netbeans-%%PORTVERSION%%/mobility/update_tracking/org-netbeans-modules-j2me-cdc-platform-sun.xml -netbeans-%%PORTVERSION%%/mobility/update_tracking/org-netbeans-modules-j2me-cdc-platform.xml -netbeans-%%PORTVERSION%%/mobility/update_tracking/org-netbeans-modules-j2me-cdc-project-execui.xml -netbeans-%%PORTVERSION%%/mobility/update_tracking/org-netbeans-modules-j2me-cdc-project-execuiimpl.xml -netbeans-%%PORTVERSION%%/mobility/update_tracking/org-netbeans-modules-j2me-cdc-project-nokiaS80.xml -netbeans-%%PORTVERSION%%/mobility/update_tracking/org-netbeans-modules-j2me-cdc-project-ojec.xml -netbeans-%%PORTVERSION%%/mobility/update_tracking/org-netbeans-modules-j2me-cdc-project-savaje.xml -netbeans-%%PORTVERSION%%/mobility/update_tracking/org-netbeans-modules-j2me-cdc-project-semc.xml -netbeans-%%PORTVERSION%%/mobility/update_tracking/org-netbeans-modules-j2me-cdc-project-sjmc.xml -netbeans-%%PORTVERSION%%/mobility/update_tracking/org-netbeans-modules-j2me-cdc-project.xml -netbeans-%%PORTVERSION%%/mobility/update_tracking/org-netbeans-modules-mobility-antext.xml -netbeans-%%PORTVERSION%%/mobility/update_tracking/org-netbeans-modules-mobility-cldcplatform-catalog.xml -netbeans-%%PORTVERSION%%/mobility/update_tracking/org-netbeans-modules-mobility-cldcplatform.xml -netbeans-%%PORTVERSION%%/mobility/update_tracking/org-netbeans-modules-mobility-deployment-ftpscp.xml -netbeans-%%PORTVERSION%%/mobility/update_tracking/org-netbeans-modules-mobility-deployment-nokia.xml -netbeans-%%PORTVERSION%%/mobility/update_tracking/org-netbeans-modules-mobility-deployment-sonyericsson.xml -netbeans-%%PORTVERSION%%/mobility/update_tracking/org-netbeans-modules-mobility-deployment-webdav.xml -netbeans-%%PORTVERSION%%/mobility/update_tracking/org-netbeans-modules-mobility-editor.xml -netbeans-%%PORTVERSION%%/mobility/update_tracking/org-netbeans-modules-mobility-end2end.xml -netbeans-%%PORTVERSION%%/mobility/update_tracking/org-netbeans-modules-mobility-j2meunit.xml -netbeans-%%PORTVERSION%%/mobility/update_tracking/org-netbeans-modules-mobility-javahelp.xml -netbeans-%%PORTVERSION%%/mobility/update_tracking/org-netbeans-modules-mobility-jsr172.xml -netbeans-%%PORTVERSION%%/mobility/update_tracking/org-netbeans-modules-mobility-kit.xml -netbeans-%%PORTVERSION%%/mobility/update_tracking/org-netbeans-modules-mobility-licensing.xml -netbeans-%%PORTVERSION%%/mobility/update_tracking/org-netbeans-modules-mobility-plugins-mpowerplayer.xml -netbeans-%%PORTVERSION%%/mobility/update_tracking/org-netbeans-modules-mobility-project-ant.xml -netbeans-%%PORTVERSION%%/mobility/update_tracking/org-netbeans-modules-mobility-project-bridge-impl.xml -netbeans-%%PORTVERSION%%/mobility/update_tracking/org-netbeans-modules-mobility-project-bridge.xml -netbeans-%%PORTVERSION%%/mobility/update_tracking/org-netbeans-modules-mobility-project.xml -netbeans-%%PORTVERSION%%/mobility/update_tracking/org-netbeans-modules-mobility-svgcore.xml -netbeans-%%PORTVERSION%%/mobility/update_tracking/org-netbeans-modules-svg-perseus.xml -netbeans-%%PORTVERSION%%/nb/.lastModified -netbeans-%%PORTVERSION%%/nb/VERSION.txt -netbeans-%%PORTVERSION%%/nb/build_info -netbeans-%%PORTVERSION%%/nb/config/Modules/org-netbeans-lib-uihandler.xml -netbeans-%%PORTVERSION%%/nb/config/Modules/org-netbeans-modules-autoupdate-pluginimporter.xml -netbeans-%%PORTVERSION%%/nb/config/Modules/org-netbeans-modules-bugzilla-exceptionreporter.xml -netbeans-%%PORTVERSION%%/nb/config/Modules/org-netbeans-modules-ide-branding-kit.xml -netbeans-%%PORTVERSION%%/nb/config/Modules/org-netbeans-modules-ide-branding.xml -netbeans-%%PORTVERSION%%/nb/config/Modules/org-netbeans-modules-uihandler-exceptionreporter.xml -netbeans-%%PORTVERSION%%/nb/config/Modules/org-netbeans-modules-uihandler.xml -netbeans-%%PORTVERSION%%/nb/config/Modules/org-netbeans-modules-updatecenters.xml -netbeans-%%PORTVERSION%%/nb/config/Modules/org-netbeans-modules-welcome.xml -netbeans-%%PORTVERSION%%/nb/core/ide.ks -netbeans-%%PORTVERSION%%/nb/core/locale/core_nb.jar -netbeans-%%PORTVERSION%%/nb/core/locale/core_nb_ja.jar -netbeans-%%PORTVERSION%%/nb/core/locale/core_nb_pt_BR.jar -netbeans-%%PORTVERSION%%/nb/core/locale/core_nb_ru.jar -netbeans-%%PORTVERSION%%/nb/core/locale/core_nb_zh_CN.jar -netbeans-%%PORTVERSION%%/nb/core/locale/org-netbeans-upgrader_ja.jar -netbeans-%%PORTVERSION%%/nb/core/locale/org-netbeans-upgrader_pt_BR.jar -netbeans-%%PORTVERSION%%/nb/core/locale/org-netbeans-upgrader_ru.jar -netbeans-%%PORTVERSION%%/nb/core/locale/org-netbeans-upgrader_zh_CN.jar -netbeans-%%PORTVERSION%%/nb/core/org-netbeans-upgrader.jar -netbeans-%%PORTVERSION%%/nb/docs/GUIExamplesDescription.html -netbeans-%%PORTVERSION%%/nb/docs/GUIExamplesDescription_ja.html -netbeans-%%PORTVERSION%%/nb/docs/GUIExamplesDescription_pt_BR.html -netbeans-%%PORTVERSION%%/nb/docs/GUIExamplesDescription_ru.html -netbeans-%%PORTVERSION%%/nb/docs/GUIExamplesDescription_zh_CN.html -netbeans-%%PORTVERSION%%/nb/docs/SwingInteropDescription.html -netbeans-%%PORTVERSION%%/nb/docs/images/background.png -netbeans-%%PORTVERSION%%/nb/docs/images/banner-left.png -netbeans-%%PORTVERSION%%/nb/docs/images/banner-right.png -netbeans-%%PORTVERSION%%/nb/docs/images/blue.png -netbeans-%%PORTVERSION%%/nb/docs/images/circle1.gif -netbeans-%%PORTVERSION%%/nb/docs/images/circle2.gif -netbeans-%%PORTVERSION%%/nb/docs/images/circle3.gif -netbeans-%%PORTVERSION%%/nb/docs/images/circle4.gif -netbeans-%%PORTVERSION%%/nb/docs/images/circle5.gif -netbeans-%%PORTVERSION%%/nb/docs/images/circle6.gif -netbeans-%%PORTVERSION%%/nb/docs/images/down-left.png -netbeans-%%PORTVERSION%%/nb/docs/images/down-right.png -netbeans-%%PORTVERSION%%/nb/docs/images/spacer.png -netbeans-%%PORTVERSION%%/nb/docs/images/up-left.png -netbeans-%%PORTVERSION%%/nb/docs/images/up-right.png -netbeans-%%PORTVERSION%%/nb/docs/netbeans.css -netbeans-%%PORTVERSION%%/nb/modules/ext/locale/updater_nb.jar -netbeans-%%PORTVERSION%%/nb/modules/locale/org-netbeans-core-netigso_nb.jar -netbeans-%%PORTVERSION%%/nb/modules/locale/org-netbeans-core-ui_nb.jar -netbeans-%%PORTVERSION%%/nb/modules/locale/org-netbeans-core-ui_nb_ja.jar -netbeans-%%PORTVERSION%%/nb/modules/locale/org-netbeans-core-ui_nb_pt_BR.jar -netbeans-%%PORTVERSION%%/nb/modules/locale/org-netbeans-core-ui_nb_ru.jar -netbeans-%%PORTVERSION%%/nb/modules/locale/org-netbeans-core-ui_nb_zh_CN.jar -netbeans-%%PORTVERSION%%/nb/modules/locale/org-netbeans-core-windows_nb.jar -netbeans-%%PORTVERSION%%/nb/modules/locale/org-netbeans-core_nb.jar -netbeans-%%PORTVERSION%%/nb/modules/locale/org-netbeans-core_nb_ja.jar -netbeans-%%PORTVERSION%%/nb/modules/locale/org-netbeans-core_nb_pt_BR.jar -netbeans-%%PORTVERSION%%/nb/modules/locale/org-netbeans-core_nb_ru.jar -netbeans-%%PORTVERSION%%/nb/modules/locale/org-netbeans-core_nb_zh_CN.jar -netbeans-%%PORTVERSION%%/nb/modules/locale/org-netbeans-lib-uihandler_ja.jar -netbeans-%%PORTVERSION%%/nb/modules/locale/org-netbeans-lib-uihandler_pt_BR.jar -netbeans-%%PORTVERSION%%/nb/modules/locale/org-netbeans-lib-uihandler_ru.jar -netbeans-%%PORTVERSION%%/nb/modules/locale/org-netbeans-lib-uihandler_zh_CN.jar -netbeans-%%PORTVERSION%%/nb/modules/locale/org-netbeans-modules-autoupdate-pluginimporter_ja.jar -netbeans-%%PORTVERSION%%/nb/modules/locale/org-netbeans-modules-autoupdate-pluginimporter_pt_BR.jar -netbeans-%%PORTVERSION%%/nb/modules/locale/org-netbeans-modules-autoupdate-pluginimporter_ru.jar -netbeans-%%PORTVERSION%%/nb/modules/locale/org-netbeans-modules-autoupdate-pluginimporter_zh_CN.jar -netbeans-%%PORTVERSION%%/nb/modules/locale/org-netbeans-modules-autoupdate-ui_nb.jar -netbeans-%%PORTVERSION%%/nb/modules/locale/org-netbeans-modules-autoupdate-ui_nb_ja.jar -netbeans-%%PORTVERSION%%/nb/modules/locale/org-netbeans-modules-autoupdate-ui_nb_pt_BR.jar -netbeans-%%PORTVERSION%%/nb/modules/locale/org-netbeans-modules-autoupdate-ui_nb_ru.jar -netbeans-%%PORTVERSION%%/nb/modules/locale/org-netbeans-modules-autoupdate-ui_nb_zh_CN.jar -netbeans-%%PORTVERSION%%/nb/modules/locale/org-netbeans-modules-bugzilla-exceptionreporter_ja.jar -netbeans-%%PORTVERSION%%/nb/modules/locale/org-netbeans-modules-bugzilla-exceptionreporter_pt_BR.jar -netbeans-%%PORTVERSION%%/nb/modules/locale/org-netbeans-modules-bugzilla-exceptionreporter_ru.jar -netbeans-%%PORTVERSION%%/nb/modules/locale/org-netbeans-modules-bugzilla-exceptionreporter_zh_CN.jar -netbeans-%%PORTVERSION%%/nb/modules/locale/org-netbeans-modules-ide-branding-kit_ja.jar -netbeans-%%PORTVERSION%%/nb/modules/locale/org-netbeans-modules-ide-branding-kit_pt_BR.jar -netbeans-%%PORTVERSION%%/nb/modules/locale/org-netbeans-modules-ide-branding-kit_ru.jar -netbeans-%%PORTVERSION%%/nb/modules/locale/org-netbeans-modules-ide-branding-kit_zh_CN.jar -netbeans-%%PORTVERSION%%/nb/modules/locale/org-netbeans-modules-ide-branding_ja.jar -netbeans-%%PORTVERSION%%/nb/modules/locale/org-netbeans-modules-ide-branding_pt_BR.jar -netbeans-%%PORTVERSION%%/nb/modules/locale/org-netbeans-modules-ide-branding_ru.jar -netbeans-%%PORTVERSION%%/nb/modules/locale/org-netbeans-modules-ide-branding_zh_CN.jar -netbeans-%%PORTVERSION%%/nb/modules/locale/org-netbeans-modules-options-api_nb.jar -netbeans-%%PORTVERSION%%/nb/modules/locale/org-netbeans-modules-options-api_nb_ja.jar -netbeans-%%PORTVERSION%%/nb/modules/locale/org-netbeans-modules-options-api_nb_pt_BR.jar -netbeans-%%PORTVERSION%%/nb/modules/locale/org-netbeans-modules-options-api_nb_ru.jar -netbeans-%%PORTVERSION%%/nb/modules/locale/org-netbeans-modules-options-api_nb_zh_CN.jar -netbeans-%%PORTVERSION%%/nb/modules/locale/org-netbeans-modules-uihandler-exceptionreporter_ja.jar -netbeans-%%PORTVERSION%%/nb/modules/locale/org-netbeans-modules-uihandler-exceptionreporter_pt_BR.jar -netbeans-%%PORTVERSION%%/nb/modules/locale/org-netbeans-modules-uihandler-exceptionreporter_ru.jar -netbeans-%%PORTVERSION%%/nb/modules/locale/org-netbeans-modules-uihandler-exceptionreporter_zh_CN.jar -netbeans-%%PORTVERSION%%/nb/modules/locale/org-netbeans-modules-uihandler_ja.jar -netbeans-%%PORTVERSION%%/nb/modules/locale/org-netbeans-modules-uihandler_pt_BR.jar -netbeans-%%PORTVERSION%%/nb/modules/locale/org-netbeans-modules-uihandler_ru.jar -netbeans-%%PORTVERSION%%/nb/modules/locale/org-netbeans-modules-uihandler_zh_CN.jar -netbeans-%%PORTVERSION%%/nb/modules/locale/org-netbeans-modules-updatecenters_ja.jar -netbeans-%%PORTVERSION%%/nb/modules/locale/org-netbeans-modules-updatecenters_pt_BR.jar -netbeans-%%PORTVERSION%%/nb/modules/locale/org-netbeans-modules-updatecenters_ru.jar -netbeans-%%PORTVERSION%%/nb/modules/locale/org-netbeans-modules-updatecenters_zh_CN.jar -netbeans-%%PORTVERSION%%/nb/modules/locale/org-netbeans-modules-welcome_ja.jar -netbeans-%%PORTVERSION%%/nb/modules/locale/org-netbeans-modules-welcome_pt_BR.jar -netbeans-%%PORTVERSION%%/nb/modules/locale/org-netbeans-modules-welcome_ru.jar -netbeans-%%PORTVERSION%%/nb/modules/locale/org-netbeans-modules-welcome_zh_CN.jar -netbeans-%%PORTVERSION%%/nb/modules/locale/org-netbeans-spi-quicksearch_nb.jar -netbeans-%%PORTVERSION%%/nb/modules/org-netbeans-lib-uihandler.jar -netbeans-%%PORTVERSION%%/nb/modules/org-netbeans-modules-autoupdate-pluginimporter.jar -netbeans-%%PORTVERSION%%/nb/modules/org-netbeans-modules-bugzilla-exceptionreporter.jar -netbeans-%%PORTVERSION%%/nb/modules/org-netbeans-modules-ide-branding-kit.jar -netbeans-%%PORTVERSION%%/nb/modules/org-netbeans-modules-ide-branding.jar -netbeans-%%PORTVERSION%%/nb/modules/org-netbeans-modules-uihandler-exceptionreporter.jar -netbeans-%%PORTVERSION%%/nb/modules/org-netbeans-modules-uihandler.jar -netbeans-%%PORTVERSION%%/nb/modules/org-netbeans-modules-updatecenters.jar -netbeans-%%PORTVERSION%%/nb/modules/org-netbeans-modules-welcome.jar -netbeans-%%PORTVERSION%%/nb/netbeans.icns -netbeans-%%PORTVERSION%%/nb/netbeans.png -netbeans-%%PORTVERSION%%/nb/shortcuts.pdf -netbeans-%%PORTVERSION%%/nb/shortcuts_mac.pdf -netbeans-%%PORTVERSION%%/nb/update_tracking/org-netbeans-lib-uihandler.xml -netbeans-%%PORTVERSION%%/nb/update_tracking/org-netbeans-modules-autoupdate-pluginimporter.xml -netbeans-%%PORTVERSION%%/nb/update_tracking/org-netbeans-modules-bugzilla-exceptionreporter.xml -netbeans-%%PORTVERSION%%/nb/update_tracking/org-netbeans-modules-ide-branding-kit.xml -netbeans-%%PORTVERSION%%/nb/update_tracking/org-netbeans-modules-ide-branding.xml -netbeans-%%PORTVERSION%%/nb/update_tracking/org-netbeans-modules-uihandler-exceptionreporter.xml -netbeans-%%PORTVERSION%%/nb/update_tracking/org-netbeans-modules-uihandler.xml -netbeans-%%PORTVERSION%%/nb/update_tracking/org-netbeans-modules-updatecenters.xml -netbeans-%%PORTVERSION%%/nb/update_tracking/org-netbeans-modules-welcome.xml -netbeans-%%PORTVERSION%%/nb/update_tracking/org-netbeans-upgrader.xml -netbeans-%%PORTVERSION%%/netbeans.css -netbeans-%%PORTVERSION%%/php/.lastModified -netbeans-%%PORTVERSION%%/php/VERSION.txt -netbeans-%%PORTVERSION%%/php/config/Modules/org-netbeans-libs-javacup.xml -netbeans-%%PORTVERSION%%/php/config/Modules/org-netbeans-modules-hudson-php.xml -netbeans-%%PORTVERSION%%/php/config/Modules/org-netbeans-modules-languages-ini.xml -netbeans-%%PORTVERSION%%/php/config/Modules/org-netbeans-modules-php-api-phpmodule.xml -netbeans-%%PORTVERSION%%/php/config/Modules/org-netbeans-modules-php-apigen.xml -netbeans-%%PORTVERSION%%/php/config/Modules/org-netbeans-modules-php-dbgp.xml -netbeans-%%PORTVERSION%%/php/config/Modules/org-netbeans-modules-php-doctrine2.xml -netbeans-%%PORTVERSION%%/php/config/Modules/org-netbeans-modules-php-editor.xml -netbeans-%%PORTVERSION%%/php/config/Modules/org-netbeans-modules-php-help.xml -netbeans-%%PORTVERSION%%/php/config/Modules/org-netbeans-modules-php-kit.xml -netbeans-%%PORTVERSION%%/php/config/Modules/org-netbeans-modules-php-phpdoc-documentation.xml -netbeans-%%PORTVERSION%%/php/config/Modules/org-netbeans-modules-php-project.xml -netbeans-%%PORTVERSION%%/php/config/Modules/org-netbeans-modules-php-refactoring.xml -netbeans-%%PORTVERSION%%/php/config/Modules/org-netbeans-modules-php-samples.xml -netbeans-%%PORTVERSION%%/php/config/Modules/org-netbeans-modules-php-smarty.xml -netbeans-%%PORTVERSION%%/php/config/Modules/org-netbeans-modules-php-symfony.xml -netbeans-%%PORTVERSION%%/php/config/Modules/org-netbeans-modules-php-symfony2.xml -netbeans-%%PORTVERSION%%/php/config/Modules/org-netbeans-modules-php-twig.xml -netbeans-%%PORTVERSION%%/php/config/Modules/org-netbeans-modules-php-zend.xml -netbeans-%%PORTVERSION%%/php/config/Modules/org-netbeans-modules-websvc-saas-codegen-php.xml -netbeans-%%PORTVERSION%%/php/docs/phpdocdesc.zip -netbeans-%%PORTVERSION%%/php/docs/predefined_vars.zip -netbeans-%%PORTVERSION%%/php/hudson/config.xml -netbeans-%%PORTVERSION%%/php/modules/docs/org-netbeans-modules-php-help.jar -netbeans-%%PORTVERSION%%/php/modules/ext/java-cup-11a.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-libs-javacup_ja.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-libs-javacup_pt_BR.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-libs-javacup_ru.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-libs-javacup_zh_CN.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-hudson-php_ja.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-hudson-php_pt_BR.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-hudson-php_ru.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-hudson-php_zh_CN.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-languages-ini_ja.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-languages-ini_pt_BR.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-languages-ini_ru.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-languages-ini_zh_CN.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-php-api-phpmodule_ja.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-php-api-phpmodule_pt_BR.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-php-api-phpmodule_ru.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-php-api-phpmodule_zh_CN.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-php-apigen_ja.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-php-apigen_pt_BR.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-php-apigen_ru.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-php-apigen_zh_CN.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-php-dbgp_ja.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-php-dbgp_pt_BR.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-php-dbgp_ru.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-php-dbgp_zh_CN.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-php-doctrine2_ja.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-php-doctrine2_pt_BR.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-php-doctrine2_ru.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-php-doctrine2_zh_CN.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-php-editor_ja.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-php-editor_pt_BR.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-php-editor_ru.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-php-editor_zh_CN.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-php-help_ja.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-php-help_pt_BR.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-php-help_ru.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-php-help_zh_CN.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-php-kit_ja.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-php-kit_pt_BR.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-php-kit_ru.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-php-kit_zh_CN.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-php-phpdoc-documentation_ja.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-php-phpdoc-documentation_pt_BR.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-php-phpdoc-documentation_ru.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-php-phpdoc-documentation_zh_CN.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-php-project_ja.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-php-project_pt_BR.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-php-project_ru.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-php-project_zh_CN.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-php-refactoring_ja.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-php-refactoring_pt_BR.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-php-refactoring_ru.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-php-refactoring_zh_CN.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-php-samples_ja.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-php-samples_pt_BR.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-php-samples_ru.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-php-samples_zh_CN.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-php-smarty_ja.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-php-smarty_pt_BR.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-php-smarty_ru.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-php-smarty_zh_CN.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-php-symfony2_ja.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-php-symfony2_pt_BR.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-php-symfony2_ru.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-php-symfony2_zh_CN.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-php-symfony_ja.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-php-symfony_pt_BR.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-php-symfony_ru.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-php-symfony_zh_CN.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-php-twig_ja.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-php-twig_pt_BR.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-php-twig_ru.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-php-twig_zh_CN.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-php-zend_ja.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-php-zend_pt_BR.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-php-zend_ru.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-php-zend_zh_CN.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-websvc-saas-codegen-php_ja.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-websvc-saas-codegen-php_pt_BR.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-websvc-saas-codegen-php_ru.jar -netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-websvc-saas-codegen-php_zh_CN.jar -netbeans-%%PORTVERSION%%/php/modules/org-netbeans-libs-javacup.jar -netbeans-%%PORTVERSION%%/php/modules/org-netbeans-modules-hudson-php.jar -netbeans-%%PORTVERSION%%/php/modules/org-netbeans-modules-languages-ini.jar -netbeans-%%PORTVERSION%%/php/modules/org-netbeans-modules-php-api-phpmodule.jar -netbeans-%%PORTVERSION%%/php/modules/org-netbeans-modules-php-apigen.jar -netbeans-%%PORTVERSION%%/php/modules/org-netbeans-modules-php-dbgp.jar -netbeans-%%PORTVERSION%%/php/modules/org-netbeans-modules-php-doctrine2.jar -netbeans-%%PORTVERSION%%/php/modules/org-netbeans-modules-php-editor.jar -netbeans-%%PORTVERSION%%/php/modules/org-netbeans-modules-php-help.jar -netbeans-%%PORTVERSION%%/php/modules/org-netbeans-modules-php-kit.jar -netbeans-%%PORTVERSION%%/php/modules/org-netbeans-modules-php-phpdoc-documentation.jar -netbeans-%%PORTVERSION%%/php/modules/org-netbeans-modules-php-project.jar -netbeans-%%PORTVERSION%%/php/modules/org-netbeans-modules-php-refactoring.jar -netbeans-%%PORTVERSION%%/php/modules/org-netbeans-modules-php-samples.jar -netbeans-%%PORTVERSION%%/php/modules/org-netbeans-modules-php-smarty.jar -netbeans-%%PORTVERSION%%/php/modules/org-netbeans-modules-php-symfony.jar -netbeans-%%PORTVERSION%%/php/modules/org-netbeans-modules-php-symfony2.jar -netbeans-%%PORTVERSION%%/php/modules/org-netbeans-modules-php-twig.jar -netbeans-%%PORTVERSION%%/php/modules/org-netbeans-modules-php-zend.jar -netbeans-%%PORTVERSION%%/php/modules/org-netbeans-modules-websvc-saas-codegen-php.jar -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/Core.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/PDO.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/PDO_Firebird.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/PDO_ODBC.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/Phar.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/Reflection.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/SPL.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/SPPLUS.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/SQLite.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/SimpleXML.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/ZendCache.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/ZendDebugger.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/ZendUtils.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/apc.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/basic.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/bcmath.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/bz2.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/calendar.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/ctype.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/curl.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/date.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/dba.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/dom.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/enchant.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/ereg.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/exif.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/fileinfo.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/filter.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/ftp.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/gd.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/geoip.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/gettext.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/gmp.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/hash.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/http.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/iconv.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/imagick.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/imap.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/interbase.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/intl.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/json.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/ldap.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/libxml.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/mbstring.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/mcrypt.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/memcache.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/memcached.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/mhash.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/mime_magic.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/ming.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/mssql.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/mysql.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/mysqli.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/mysqlnd.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/ncurses.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/oci8.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/odbc.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/openssl.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/pcntl.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/pcre.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/pdo_dblib.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/pdo_mysql.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/pdo_pgsql.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/pdo_sqlite.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/pgsql.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/posix.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/ps.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/pspell.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/radius.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/readline.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/recode.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/removed.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/session.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/shmop.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/snmp.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/soap.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/sockets.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/sqlite3.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/ssh2.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/standard.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/suhosin.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/svn.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/sybase_ct.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/sysvmsg.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/sysvsem.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/sysvshm.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/tidy.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/tokenizer.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/wddx.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/xdebug.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/xml.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/xmlreader.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/xmlrpc.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/xmlwriter.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/xsl.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/zend.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/zip.php -netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime/zlib.php -netbeans-%%PORTVERSION%%/php/phpunit/NetBeansSuite.php -netbeans-%%PORTVERSION%%/php/update_tracking/org-netbeans-libs-javacup.xml -netbeans-%%PORTVERSION%%/php/update_tracking/org-netbeans-modules-hudson-php.xml -netbeans-%%PORTVERSION%%/php/update_tracking/org-netbeans-modules-languages-ini.xml -netbeans-%%PORTVERSION%%/php/update_tracking/org-netbeans-modules-php-api-phpmodule.xml -netbeans-%%PORTVERSION%%/php/update_tracking/org-netbeans-modules-php-apigen.xml -netbeans-%%PORTVERSION%%/php/update_tracking/org-netbeans-modules-php-dbgp.xml -netbeans-%%PORTVERSION%%/php/update_tracking/org-netbeans-modules-php-doctrine2.xml -netbeans-%%PORTVERSION%%/php/update_tracking/org-netbeans-modules-php-editor.xml -netbeans-%%PORTVERSION%%/php/update_tracking/org-netbeans-modules-php-help.xml -netbeans-%%PORTVERSION%%/php/update_tracking/org-netbeans-modules-php-kit.xml -netbeans-%%PORTVERSION%%/php/update_tracking/org-netbeans-modules-php-phpdoc-documentation.xml -netbeans-%%PORTVERSION%%/php/update_tracking/org-netbeans-modules-php-project.xml -netbeans-%%PORTVERSION%%/php/update_tracking/org-netbeans-modules-php-refactoring.xml -netbeans-%%PORTVERSION%%/php/update_tracking/org-netbeans-modules-php-samples.xml -netbeans-%%PORTVERSION%%/php/update_tracking/org-netbeans-modules-php-smarty.xml -netbeans-%%PORTVERSION%%/php/update_tracking/org-netbeans-modules-php-symfony.xml -netbeans-%%PORTVERSION%%/php/update_tracking/org-netbeans-modules-php-symfony2.xml -netbeans-%%PORTVERSION%%/php/update_tracking/org-netbeans-modules-php-twig.xml -netbeans-%%PORTVERSION%%/php/update_tracking/org-netbeans-modules-php-zend.xml -netbeans-%%PORTVERSION%%/php/update_tracking/org-netbeans-modules-websvc-saas-codegen-php.xml -netbeans-%%PORTVERSION%%/php/zend/NetBeansCommandsProvider.php -netbeans-%%PORTVERSION%%/platform/.lastModified -netbeans-%%PORTVERSION%%/platform/VERSION.txt -netbeans-%%PORTVERSION%%/platform/config/ModuleAutoDeps/org-netbeans-core.xml -netbeans-%%PORTVERSION%%/platform/config/ModuleAutoDeps/org-netbeans-modules-options-api.xml -netbeans-%%PORTVERSION%%/platform/config/ModuleAutoDeps/org-netbeans-modules-queries.xml -netbeans-%%PORTVERSION%%/platform/config/ModuleAutoDeps/org-openide-execution.xml -netbeans-%%PORTVERSION%%/platform/config/ModuleAutoDeps/org-openide-explorer.xml -netbeans-%%PORTVERSION%%/platform/config/ModuleAutoDeps/org-openide-loaders.xml -netbeans-%%PORTVERSION%%/platform/config/ModuleAutoDeps/org-openide-modules.xml -netbeans-%%PORTVERSION%%/platform/config/ModuleAutoDeps/org-openide-nodes.xml -netbeans-%%PORTVERSION%%/platform/config/ModuleAutoDeps/org-openide-text.xml -netbeans-%%PORTVERSION%%/platform/config/ModuleAutoDeps/org-openide-util.xml -netbeans-%%PORTVERSION%%/platform/config/Modules/org-jdesktop-layout.xml -netbeans-%%PORTVERSION%%/platform/config/Modules/org-netbeans-api-annotations-common.xml -netbeans-%%PORTVERSION%%/platform/config/Modules/org-netbeans-api-progress.xml -netbeans-%%PORTVERSION%%/platform/config/Modules/org-netbeans-api-search.xml -netbeans-%%PORTVERSION%%/platform/config/Modules/org-netbeans-api-visual.xml -netbeans-%%PORTVERSION%%/platform/config/Modules/org-netbeans-core-execution.xml -netbeans-%%PORTVERSION%%/platform/config/Modules/org-netbeans-core-io-ui.xml -netbeans-%%PORTVERSION%%/platform/config/Modules/org-netbeans-core-multiview.xml -netbeans-%%PORTVERSION%%/platform/config/Modules/org-netbeans-core-nativeaccess.xml -netbeans-%%PORTVERSION%%/platform/config/Modules/org-netbeans-core-netigso.xml -netbeans-%%PORTVERSION%%/platform/config/Modules/org-netbeans-core-osgi.xml -netbeans-%%PORTVERSION%%/platform/config/Modules/org-netbeans-core-output2.xml -netbeans-%%PORTVERSION%%/platform/config/Modules/org-netbeans-core-ui.xml -netbeans-%%PORTVERSION%%/platform/config/Modules/org-netbeans-core-windows.xml -netbeans-%%PORTVERSION%%/platform/config/Modules/org-netbeans-core.xml -netbeans-%%PORTVERSION%%/platform/config/Modules/org-netbeans-libs-felix.xml -netbeans-%%PORTVERSION%%/platform/config/Modules/org-netbeans-libs-jna.xml -netbeans-%%PORTVERSION%%/platform/config/Modules/org-netbeans-libs-jsr223.xml -netbeans-%%PORTVERSION%%/platform/config/Modules/org-netbeans-libs-osgi.xml -netbeans-%%PORTVERSION%%/platform/config/Modules/org-netbeans-libs-testng.xml -netbeans-%%PORTVERSION%%/platform/config/Modules/org-netbeans-modules-applemenu.xml -netbeans-%%PORTVERSION%%/platform/config/Modules/org-netbeans-modules-autoupdate-services.xml -netbeans-%%PORTVERSION%%/platform/config/Modules/org-netbeans-modules-autoupdate-ui.xml -netbeans-%%PORTVERSION%%/platform/config/Modules/org-netbeans-modules-core-kit.xml -netbeans-%%PORTVERSION%%/platform/config/Modules/org-netbeans-modules-editor-mimelookup-impl.xml -netbeans-%%PORTVERSION%%/platform/config/Modules/org-netbeans-modules-editor-mimelookup.xml -netbeans-%%PORTVERSION%%/platform/config/Modules/org-netbeans-modules-favorites.xml -netbeans-%%PORTVERSION%%/platform/config/Modules/org-netbeans-modules-javahelp.xml -netbeans-%%PORTVERSION%%/platform/config/Modules/org-netbeans-modules-keyring-impl.xml -netbeans-%%PORTVERSION%%/platform/config/Modules/org-netbeans-modules-keyring.xml -netbeans-%%PORTVERSION%%/platform/config/Modules/org-netbeans-modules-masterfs-linux.xml -netbeans-%%PORTVERSION%%/platform/config/Modules/org-netbeans-modules-masterfs-macosx.xml -netbeans-%%PORTVERSION%%/platform/config/Modules/org-netbeans-modules-masterfs-solaris.xml -netbeans-%%PORTVERSION%%/platform/config/Modules/org-netbeans-modules-masterfs-windows.xml -netbeans-%%PORTVERSION%%/platform/config/Modules/org-netbeans-modules-masterfs.xml -netbeans-%%PORTVERSION%%/platform/config/Modules/org-netbeans-modules-netbinox.xml -netbeans-%%PORTVERSION%%/platform/config/Modules/org-netbeans-modules-options-api.xml -netbeans-%%PORTVERSION%%/platform/config/Modules/org-netbeans-modules-options-keymap.xml -netbeans-%%PORTVERSION%%/platform/config/Modules/org-netbeans-modules-print.xml -netbeans-%%PORTVERSION%%/platform/config/Modules/org-netbeans-modules-progress-ui.xml -netbeans-%%PORTVERSION%%/platform/config/Modules/org-netbeans-modules-queries.xml -netbeans-%%PORTVERSION%%/platform/config/Modules/org-netbeans-modules-sampler.xml -netbeans-%%PORTVERSION%%/platform/config/Modules/org-netbeans-modules-sendopts.xml -netbeans-%%PORTVERSION%%/platform/config/Modules/org-netbeans-modules-settings.xml -netbeans-%%PORTVERSION%%/platform/config/Modules/org-netbeans-modules-spi-actions.xml -netbeans-%%PORTVERSION%%/platform/config/Modules/org-netbeans-spi-quicksearch.xml -netbeans-%%PORTVERSION%%/platform/config/Modules/org-netbeans-swing-outline.xml -netbeans-%%PORTVERSION%%/platform/config/Modules/org-netbeans-swing-plaf.xml -netbeans-%%PORTVERSION%%/platform/config/Modules/org-netbeans-swing-tabcontrol.xml -netbeans-%%PORTVERSION%%/platform/config/Modules/org-openide-actions.xml -netbeans-%%PORTVERSION%%/platform/config/Modules/org-openide-awt.xml -netbeans-%%PORTVERSION%%/platform/config/Modules/org-openide-compat.xml -netbeans-%%PORTVERSION%%/platform/config/Modules/org-openide-dialogs.xml -netbeans-%%PORTVERSION%%/platform/config/Modules/org-openide-execution.xml -netbeans-%%PORTVERSION%%/platform/config/Modules/org-openide-explorer.xml -netbeans-%%PORTVERSION%%/platform/config/Modules/org-openide-io.xml -netbeans-%%PORTVERSION%%/platform/config/Modules/org-openide-loaders.xml -netbeans-%%PORTVERSION%%/platform/config/Modules/org-openide-nodes.xml -netbeans-%%PORTVERSION%%/platform/config/Modules/org-openide-options.xml -netbeans-%%PORTVERSION%%/platform/config/Modules/org-openide-text.xml -netbeans-%%PORTVERSION%%/platform/config/Modules/org-openide-util-enumerations.xml -netbeans-%%PORTVERSION%%/platform/config/Modules/org-openide-windows.xml -netbeans-%%PORTVERSION%%/platform/core/core.jar -netbeans-%%PORTVERSION%%/platform/core/locale/core_ja.jar -netbeans-%%PORTVERSION%%/platform/core/locale/core_pt_BR.jar -netbeans-%%PORTVERSION%%/platform/core/locale/core_ru.jar -netbeans-%%PORTVERSION%%/platform/core/locale/core_zh_CN.jar -netbeans-%%PORTVERSION%%/platform/core/locale/org-openide-filesystems_ja.jar -netbeans-%%PORTVERSION%%/platform/core/locale/org-openide-filesystems_pt_BR.jar -netbeans-%%PORTVERSION%%/platform/core/locale/org-openide-filesystems_ru.jar -netbeans-%%PORTVERSION%%/platform/core/locale/org-openide-filesystems_zh_CN.jar -netbeans-%%PORTVERSION%%/platform/core/org-openide-filesystems.jar -netbeans-%%PORTVERSION%%/platform/docs/swing-layout-1.0.4-doc.zip -netbeans-%%PORTVERSION%%/platform/docs/swing-layout-1.0.4-src.zip -netbeans-%%PORTVERSION%%/platform/docs/testng-6.5.1-javadoc.zip -netbeans-%%PORTVERSION%%/platform/lib/boot.jar -netbeans-%%PORTVERSION%%/platform/lib/locale/boot_ja.jar -netbeans-%%PORTVERSION%%/platform/lib/locale/boot_pt_BR.jar -netbeans-%%PORTVERSION%%/platform/lib/locale/boot_ru.jar -netbeans-%%PORTVERSION%%/platform/lib/locale/boot_zh_CN.jar -netbeans-%%PORTVERSION%%/platform/lib/locale/org-openide-modules_ja.jar -netbeans-%%PORTVERSION%%/platform/lib/locale/org-openide-modules_pt_BR.jar -netbeans-%%PORTVERSION%%/platform/lib/locale/org-openide-modules_ru.jar -netbeans-%%PORTVERSION%%/platform/lib/locale/org-openide-modules_zh_CN.jar -netbeans-%%PORTVERSION%%/platform/lib/locale/org-openide-util-lookup_ja.jar -netbeans-%%PORTVERSION%%/platform/lib/locale/org-openide-util-lookup_pt_BR.jar -netbeans-%%PORTVERSION%%/platform/lib/locale/org-openide-util-lookup_ru.jar -netbeans-%%PORTVERSION%%/platform/lib/locale/org-openide-util-lookup_zh_CN.jar -netbeans-%%PORTVERSION%%/platform/lib/locale/org-openide-util_ja.jar -netbeans-%%PORTVERSION%%/platform/lib/locale/org-openide-util_pt_BR.jar -netbeans-%%PORTVERSION%%/platform/lib/locale/org-openide-util_ru.jar -netbeans-%%PORTVERSION%%/platform/lib/locale/org-openide-util_zh_CN.jar -netbeans-%%PORTVERSION%%/platform/lib/nbexec -netbeans-%%PORTVERSION%%/platform/lib/nbexec.dll -netbeans-%%PORTVERSION%%/platform/lib/nbexec.exe -netbeans-%%PORTVERSION%%/platform/lib/nbexec64.dll -netbeans-%%PORTVERSION%%/platform/lib/nbexec64.exe -netbeans-%%PORTVERSION%%/platform/lib/org-openide-modules.jar -netbeans-%%PORTVERSION%%/platform/lib/org-openide-util-lookup.jar -netbeans-%%PORTVERSION%%/platform/lib/org-openide-util.jar -netbeans-%%PORTVERSION%%/platform/modules/ext/felix-4.0.2.jar -netbeans-%%PORTVERSION%%/platform/modules/ext/jhall-2.0_05.jar -netbeans-%%PORTVERSION%%/platform/modules/ext/jna-3.4.0.jar -netbeans-%%PORTVERSION%%/platform/modules/ext/locale/updater_ja.jar -netbeans-%%PORTVERSION%%/platform/modules/ext/locale/updater_pt_BR.jar -netbeans-%%PORTVERSION%%/platform/modules/ext/locale/updater_ru.jar -netbeans-%%PORTVERSION%%/platform/modules/ext/locale/updater_zh_CN.jar -netbeans-%%PORTVERSION%%/platform/modules/ext/nsProxyAutoConfig.js -netbeans-%%PORTVERSION%%/platform/modules/ext/org.eclipse.osgi_3.7.1.R37x_v20110808-1106.jar -netbeans-%%PORTVERSION%%/platform/modules/ext/osgi.cmpn-4.2.jar -netbeans-%%PORTVERSION%%/platform/modules/ext/osgi.core-4.3.jar -netbeans-%%PORTVERSION%%/platform/modules/ext/platform-3.4.0.jar -netbeans-%%PORTVERSION%%/platform/modules/ext/swing-layout-1.0.4.jar -netbeans-%%PORTVERSION%%/platform/modules/ext/testng-6.5.1-dist.jar -netbeans-%%PORTVERSION%%/platform/modules/ext/updater.jar -netbeans-%%PORTVERSION%%/platform/modules/lib/amd64/jnidispatch-340.dll -netbeans-%%PORTVERSION%%/platform/modules/lib/amd64/linux/libjnidispatch-340.so -netbeans-%%PORTVERSION%%/platform/modules/lib/i386/linux/libjnidispatch-340.so -netbeans-%%PORTVERSION%%/platform/modules/lib/libjnidispatch-340.jnilib -netbeans-%%PORTVERSION%%/platform/modules/lib/x86/jnidispatch-340.dll -netbeans-%%PORTVERSION%%/platform/modules/locale/org-jdesktop-layout_ja.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-jdesktop-layout_pt_BR.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-jdesktop-layout_ru.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-jdesktop-layout_zh_CN.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-api-annotations-common_ja.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-api-annotations-common_pt_BR.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-api-annotations-common_ru.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-api-annotations-common_zh_CN.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-api-progress_ja.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-api-progress_pt_BR.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-api-progress_ru.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-api-progress_zh_CN.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-api-search_ja.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-api-search_pt_BR.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-api-search_ru.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-api-search_zh_CN.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-api-visual_ja.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-api-visual_pt_BR.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-api-visual_ru.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-api-visual_zh_CN.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-core-execution_ja.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-core-execution_pt_BR.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-core-execution_ru.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-core-execution_zh_CN.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-core-io-ui_ja.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-core-io-ui_pt_BR.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-core-io-ui_ru.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-core-io-ui_zh_CN.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-core-multiview_ja.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-core-multiview_pt_BR.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-core-multiview_ru.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-core-multiview_zh_CN.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-core-nativeaccess_ja.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-core-nativeaccess_pt_BR.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-core-nativeaccess_ru.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-core-nativeaccess_zh_CN.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-core-netigso_ja.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-core-netigso_pt_BR.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-core-netigso_ru.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-core-netigso_zh_CN.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-core-osgi_ja.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-core-osgi_pt_BR.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-core-osgi_ru.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-core-osgi_zh_CN.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-core-output2_ja.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-core-output2_pt_BR.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-core-output2_ru.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-core-output2_zh_CN.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-core-ui_ja.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-core-ui_pt_BR.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-core-ui_ru.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-core-ui_zh_CN.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-core-windows_ja.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-core-windows_pt_BR.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-core-windows_ru.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-core-windows_zh_CN.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-core_ja.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-core_pt_BR.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-core_ru.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-core_zh_CN.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-libs-felix_ja.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-libs-felix_pt_BR.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-libs-felix_ru.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-libs-felix_zh_CN.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-libs-jna_ja.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-libs-jna_pt_BR.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-libs-jna_ru.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-libs-jna_zh_CN.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-libs-jsr223_ja.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-libs-jsr223_pt_BR.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-libs-jsr223_ru.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-libs-jsr223_zh_CN.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-libs-osgi_ja.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-libs-osgi_pt_BR.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-libs-osgi_ru.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-libs-osgi_zh_CN.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-libs-testng_ja.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-libs-testng_pt_BR.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-libs-testng_ru.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-libs-testng_zh_CN.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-applemenu_ja.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-applemenu_pt_BR.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-applemenu_ru.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-applemenu_zh_CN.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-autoupdate-services_ja.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-autoupdate-services_pt_BR.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-autoupdate-services_ru.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-autoupdate-services_zh_CN.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-autoupdate-ui_ja.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-autoupdate-ui_pt_BR.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-autoupdate-ui_ru.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-autoupdate-ui_zh_CN.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-core-kit_ja.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-core-kit_pt_BR.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-core-kit_ru.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-core-kit_zh_CN.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-editor-mimelookup-impl_ja.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-editor-mimelookup-impl_pt_BR.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-editor-mimelookup-impl_ru.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-editor-mimelookup-impl_zh_CN.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-editor-mimelookup_ja.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-editor-mimelookup_pt_BR.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-editor-mimelookup_ru.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-editor-mimelookup_zh_CN.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-favorites_ja.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-favorites_pt_BR.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-favorites_ru.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-favorites_zh_CN.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-javahelp_ja.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-javahelp_pt_BR.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-javahelp_ru.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-javahelp_zh_CN.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-keyring-impl_ja.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-keyring-impl_pt_BR.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-keyring-impl_ru.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-keyring-impl_zh_CN.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-keyring_ja.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-keyring_pt_BR.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-keyring_ru.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-keyring_zh_CN.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-masterfs-linux_ja.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-masterfs-linux_pt_BR.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-masterfs-linux_ru.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-masterfs-linux_zh_CN.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-masterfs-macosx_ja.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-masterfs-macosx_pt_BR.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-masterfs-macosx_ru.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-masterfs-macosx_zh_CN.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-masterfs-solaris_ja.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-masterfs-solaris_pt_BR.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-masterfs-solaris_ru.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-masterfs-solaris_zh_CN.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-masterfs-windows_ja.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-masterfs-windows_pt_BR.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-masterfs-windows_ru.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-masterfs-windows_zh_CN.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-masterfs_ja.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-masterfs_pt_BR.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-masterfs_ru.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-masterfs_zh_CN.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-netbinox_ja.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-netbinox_pt_BR.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-netbinox_ru.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-netbinox_zh_CN.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-options-api_ja.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-options-api_pt_BR.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-options-api_ru.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-options-api_zh_CN.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-options-keymap_ja.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-options-keymap_pt_BR.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-options-keymap_ru.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-options-keymap_zh_CN.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-print_ja.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-print_pt_BR.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-print_ru.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-print_zh_CN.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-progress-ui_ja.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-progress-ui_pt_BR.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-progress-ui_ru.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-progress-ui_zh_CN.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-queries_ja.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-queries_pt_BR.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-queries_ru.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-queries_zh_CN.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-sampler_ja.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-sampler_pt_BR.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-sampler_ru.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-sampler_zh_CN.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-sendopts_ja.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-sendopts_pt_BR.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-sendopts_ru.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-sendopts_zh_CN.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-settings_ja.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-settings_pt_BR.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-settings_ru.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-settings_zh_CN.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-spi-actions_ja.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-spi-actions_pt_BR.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-spi-actions_ru.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-spi-actions_zh_CN.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-spi-quicksearch_ja.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-spi-quicksearch_pt_BR.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-spi-quicksearch_ru.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-spi-quicksearch_zh_CN.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-swing-outline_ja.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-swing-outline_pt_BR.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-swing-outline_ru.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-swing-outline_zh_CN.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-swing-plaf_ja.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-swing-plaf_pt_BR.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-swing-plaf_ru.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-swing-plaf_zh_CN.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-swing-tabcontrol_ja.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-swing-tabcontrol_pt_BR.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-swing-tabcontrol_ru.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-swing-tabcontrol_zh_CN.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-openide-actions_ja.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-openide-actions_pt_BR.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-openide-actions_ru.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-openide-actions_zh_CN.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-openide-awt_ja.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-openide-awt_pt_BR.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-openide-awt_ru.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-openide-awt_zh_CN.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-openide-compat_ja.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-openide-compat_pt_BR.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-openide-compat_ru.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-openide-compat_zh_CN.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-openide-dialogs_ja.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-openide-dialogs_pt_BR.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-openide-dialogs_ru.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-openide-dialogs_zh_CN.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-openide-execution_ja.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-openide-execution_pt_BR.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-openide-execution_ru.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-openide-execution_zh_CN.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-openide-explorer_ja.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-openide-explorer_pt_BR.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-openide-explorer_ru.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-openide-explorer_zh_CN.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-openide-io_ja.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-openide-io_pt_BR.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-openide-io_ru.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-openide-io_zh_CN.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-openide-loaders_ja.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-openide-loaders_pt_BR.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-openide-loaders_ru.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-openide-loaders_zh_CN.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-openide-nodes_ja.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-openide-nodes_pt_BR.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-openide-nodes_ru.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-openide-nodes_zh_CN.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-openide-options_ja.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-openide-options_pt_BR.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-openide-options_ru.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-openide-options_zh_CN.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-openide-text_ja.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-openide-text_pt_BR.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-openide-text_ru.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-openide-text_zh_CN.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-openide-util-enumerations_ja.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-openide-util-enumerations_pt_BR.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-openide-util-enumerations_ru.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-openide-util-enumerations_zh_CN.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-openide-windows_ja.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-openide-windows_pt_BR.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-openide-windows_ru.jar -netbeans-%%PORTVERSION%%/platform/modules/locale/org-openide-windows_zh_CN.jar -netbeans-%%PORTVERSION%%/platform/modules/org-jdesktop-layout.jar -netbeans-%%PORTVERSION%%/platform/modules/org-netbeans-api-annotations-common.jar -netbeans-%%PORTVERSION%%/platform/modules/org-netbeans-api-progress.jar -netbeans-%%PORTVERSION%%/platform/modules/org-netbeans-api-search.jar -netbeans-%%PORTVERSION%%/platform/modules/org-netbeans-api-visual.jar -netbeans-%%PORTVERSION%%/platform/modules/org-netbeans-core-execution.jar -netbeans-%%PORTVERSION%%/platform/modules/org-netbeans-core-io-ui.jar -netbeans-%%PORTVERSION%%/platform/modules/org-netbeans-core-multiview.jar -netbeans-%%PORTVERSION%%/platform/modules/org-netbeans-core-nativeaccess.jar -netbeans-%%PORTVERSION%%/platform/modules/org-netbeans-core-netigso.jar -netbeans-%%PORTVERSION%%/platform/modules/org-netbeans-core-osgi.jar -netbeans-%%PORTVERSION%%/platform/modules/org-netbeans-core-output2.jar -netbeans-%%PORTVERSION%%/platform/modules/org-netbeans-core-ui.jar -netbeans-%%PORTVERSION%%/platform/modules/org-netbeans-core-windows.jar -netbeans-%%PORTVERSION%%/platform/modules/org-netbeans-core.jar -netbeans-%%PORTVERSION%%/platform/modules/org-netbeans-libs-felix.jar -netbeans-%%PORTVERSION%%/platform/modules/org-netbeans-libs-jna.jar -netbeans-%%PORTVERSION%%/platform/modules/org-netbeans-libs-jsr223.jar -netbeans-%%PORTVERSION%%/platform/modules/org-netbeans-libs-osgi.jar -netbeans-%%PORTVERSION%%/platform/modules/org-netbeans-libs-testng.jar -netbeans-%%PORTVERSION%%/platform/modules/org-netbeans-modules-applemenu.jar -netbeans-%%PORTVERSION%%/platform/modules/org-netbeans-modules-autoupdate-services.jar -netbeans-%%PORTVERSION%%/platform/modules/org-netbeans-modules-autoupdate-ui.jar -netbeans-%%PORTVERSION%%/platform/modules/org-netbeans-modules-core-kit.jar -netbeans-%%PORTVERSION%%/platform/modules/org-netbeans-modules-editor-mimelookup-impl.jar -netbeans-%%PORTVERSION%%/platform/modules/org-netbeans-modules-editor-mimelookup.jar -netbeans-%%PORTVERSION%%/platform/modules/org-netbeans-modules-favorites.jar -netbeans-%%PORTVERSION%%/platform/modules/org-netbeans-modules-javahelp.jar -netbeans-%%PORTVERSION%%/platform/modules/org-netbeans-modules-keyring-impl.jar -netbeans-%%PORTVERSION%%/platform/modules/org-netbeans-modules-keyring.jar -netbeans-%%PORTVERSION%%/platform/modules/org-netbeans-modules-masterfs-linux.jar -netbeans-%%PORTVERSION%%/platform/modules/org-netbeans-modules-masterfs-macosx.jar -netbeans-%%PORTVERSION%%/platform/modules/org-netbeans-modules-masterfs-solaris.jar -netbeans-%%PORTVERSION%%/platform/modules/org-netbeans-modules-masterfs-windows.jar -netbeans-%%PORTVERSION%%/platform/modules/org-netbeans-modules-masterfs.jar -netbeans-%%PORTVERSION%%/platform/modules/org-netbeans-modules-netbinox.jar -netbeans-%%PORTVERSION%%/platform/modules/org-netbeans-modules-options-api.jar -netbeans-%%PORTVERSION%%/platform/modules/org-netbeans-modules-options-keymap.jar -netbeans-%%PORTVERSION%%/platform/modules/org-netbeans-modules-print.jar -netbeans-%%PORTVERSION%%/platform/modules/org-netbeans-modules-progress-ui.jar -netbeans-%%PORTVERSION%%/platform/modules/org-netbeans-modules-queries.jar -netbeans-%%PORTVERSION%%/platform/modules/org-netbeans-modules-sampler.jar -netbeans-%%PORTVERSION%%/platform/modules/org-netbeans-modules-sendopts.jar -netbeans-%%PORTVERSION%%/platform/modules/org-netbeans-modules-settings.jar -netbeans-%%PORTVERSION%%/platform/modules/org-netbeans-modules-spi-actions.jar -netbeans-%%PORTVERSION%%/platform/modules/org-netbeans-spi-quicksearch.jar -netbeans-%%PORTVERSION%%/platform/modules/org-netbeans-swing-outline.jar -netbeans-%%PORTVERSION%%/platform/modules/org-netbeans-swing-plaf.jar -netbeans-%%PORTVERSION%%/platform/modules/org-netbeans-swing-tabcontrol.jar -netbeans-%%PORTVERSION%%/platform/modules/org-openide-actions.jar -netbeans-%%PORTVERSION%%/platform/modules/org-openide-awt.jar -netbeans-%%PORTVERSION%%/platform/modules/org-openide-compat.jar -netbeans-%%PORTVERSION%%/platform/modules/org-openide-dialogs.jar -netbeans-%%PORTVERSION%%/platform/modules/org-openide-execution.jar -netbeans-%%PORTVERSION%%/platform/modules/org-openide-explorer.jar -netbeans-%%PORTVERSION%%/platform/modules/org-openide-io.jar -netbeans-%%PORTVERSION%%/platform/modules/org-openide-loaders.jar -netbeans-%%PORTVERSION%%/platform/modules/org-openide-nodes.jar -netbeans-%%PORTVERSION%%/platform/modules/org-openide-options.jar -netbeans-%%PORTVERSION%%/platform/modules/org-openide-text.jar -netbeans-%%PORTVERSION%%/platform/modules/org-openide-util-enumerations.jar -netbeans-%%PORTVERSION%%/platform/modules/org-openide-windows.jar -netbeans-%%PORTVERSION%%/platform/update_tracking/org-jdesktop-layout.xml -netbeans-%%PORTVERSION%%/platform/update_tracking/org-netbeans-api-annotations-common.xml -netbeans-%%PORTVERSION%%/platform/update_tracking/org-netbeans-api-progress.xml -netbeans-%%PORTVERSION%%/platform/update_tracking/org-netbeans-api-search.xml -netbeans-%%PORTVERSION%%/platform/update_tracking/org-netbeans-api-visual.xml -netbeans-%%PORTVERSION%%/platform/update_tracking/org-netbeans-bootstrap.xml -netbeans-%%PORTVERSION%%/platform/update_tracking/org-netbeans-core-execution.xml -netbeans-%%PORTVERSION%%/platform/update_tracking/org-netbeans-core-io-ui.xml -netbeans-%%PORTVERSION%%/platform/update_tracking/org-netbeans-core-multiview.xml -netbeans-%%PORTVERSION%%/platform/update_tracking/org-netbeans-core-nativeaccess.xml -netbeans-%%PORTVERSION%%/platform/update_tracking/org-netbeans-core-netigso.xml -netbeans-%%PORTVERSION%%/platform/update_tracking/org-netbeans-core-osgi.xml -netbeans-%%PORTVERSION%%/platform/update_tracking/org-netbeans-core-output2.xml -netbeans-%%PORTVERSION%%/platform/update_tracking/org-netbeans-core-startup.xml -netbeans-%%PORTVERSION%%/platform/update_tracking/org-netbeans-core-ui.xml -netbeans-%%PORTVERSION%%/platform/update_tracking/org-netbeans-core-windows.xml -netbeans-%%PORTVERSION%%/platform/update_tracking/org-netbeans-core.xml -netbeans-%%PORTVERSION%%/platform/update_tracking/org-netbeans-libs-felix.xml -netbeans-%%PORTVERSION%%/platform/update_tracking/org-netbeans-libs-jna.xml -netbeans-%%PORTVERSION%%/platform/update_tracking/org-netbeans-libs-jsr223.xml -netbeans-%%PORTVERSION%%/platform/update_tracking/org-netbeans-libs-osgi.xml -netbeans-%%PORTVERSION%%/platform/update_tracking/org-netbeans-libs-testng.xml -netbeans-%%PORTVERSION%%/platform/update_tracking/org-netbeans-modules-applemenu.xml -netbeans-%%PORTVERSION%%/platform/update_tracking/org-netbeans-modules-autoupdate-services.xml -netbeans-%%PORTVERSION%%/platform/update_tracking/org-netbeans-modules-autoupdate-ui.xml -netbeans-%%PORTVERSION%%/platform/update_tracking/org-netbeans-modules-core-kit.xml -netbeans-%%PORTVERSION%%/platform/update_tracking/org-netbeans-modules-editor-mimelookup-impl.xml -netbeans-%%PORTVERSION%%/platform/update_tracking/org-netbeans-modules-editor-mimelookup.xml -netbeans-%%PORTVERSION%%/platform/update_tracking/org-netbeans-modules-favorites.xml -netbeans-%%PORTVERSION%%/platform/update_tracking/org-netbeans-modules-javahelp.xml -netbeans-%%PORTVERSION%%/platform/update_tracking/org-netbeans-modules-keyring-impl.xml -netbeans-%%PORTVERSION%%/platform/update_tracking/org-netbeans-modules-keyring.xml -netbeans-%%PORTVERSION%%/platform/update_tracking/org-netbeans-modules-masterfs-linux.xml -netbeans-%%PORTVERSION%%/platform/update_tracking/org-netbeans-modules-masterfs-macosx.xml -netbeans-%%PORTVERSION%%/platform/update_tracking/org-netbeans-modules-masterfs-solaris.xml -netbeans-%%PORTVERSION%%/platform/update_tracking/org-netbeans-modules-masterfs-windows.xml -netbeans-%%PORTVERSION%%/platform/update_tracking/org-netbeans-modules-masterfs.xml -netbeans-%%PORTVERSION%%/platform/update_tracking/org-netbeans-modules-netbinox.xml -netbeans-%%PORTVERSION%%/platform/update_tracking/org-netbeans-modules-options-api.xml -netbeans-%%PORTVERSION%%/platform/update_tracking/org-netbeans-modules-options-keymap.xml -netbeans-%%PORTVERSION%%/platform/update_tracking/org-netbeans-modules-print.xml -netbeans-%%PORTVERSION%%/platform/update_tracking/org-netbeans-modules-progress-ui.xml -netbeans-%%PORTVERSION%%/platform/update_tracking/org-netbeans-modules-queries.xml -netbeans-%%PORTVERSION%%/platform/update_tracking/org-netbeans-modules-sampler.xml -netbeans-%%PORTVERSION%%/platform/update_tracking/org-netbeans-modules-sendopts.xml -netbeans-%%PORTVERSION%%/platform/update_tracking/org-netbeans-modules-settings.xml -netbeans-%%PORTVERSION%%/platform/update_tracking/org-netbeans-modules-spi-actions.xml -netbeans-%%PORTVERSION%%/platform/update_tracking/org-netbeans-spi-quicksearch.xml -netbeans-%%PORTVERSION%%/platform/update_tracking/org-netbeans-swing-outline.xml -netbeans-%%PORTVERSION%%/platform/update_tracking/org-netbeans-swing-plaf.xml -netbeans-%%PORTVERSION%%/platform/update_tracking/org-netbeans-swing-tabcontrol.xml -netbeans-%%PORTVERSION%%/platform/update_tracking/org-openide-actions.xml -netbeans-%%PORTVERSION%%/platform/update_tracking/org-openide-awt.xml -netbeans-%%PORTVERSION%%/platform/update_tracking/org-openide-compat.xml -netbeans-%%PORTVERSION%%/platform/update_tracking/org-openide-dialogs.xml -netbeans-%%PORTVERSION%%/platform/update_tracking/org-openide-execution.xml -netbeans-%%PORTVERSION%%/platform/update_tracking/org-openide-explorer.xml -netbeans-%%PORTVERSION%%/platform/update_tracking/org-openide-filesystems.xml -netbeans-%%PORTVERSION%%/platform/update_tracking/org-openide-io.xml -netbeans-%%PORTVERSION%%/platform/update_tracking/org-openide-loaders.xml -netbeans-%%PORTVERSION%%/platform/update_tracking/org-openide-modules.xml -netbeans-%%PORTVERSION%%/platform/update_tracking/org-openide-nodes.xml -netbeans-%%PORTVERSION%%/platform/update_tracking/org-openide-options.xml -netbeans-%%PORTVERSION%%/platform/update_tracking/org-openide-text.xml -netbeans-%%PORTVERSION%%/platform/update_tracking/org-openide-util-enumerations.xml -netbeans-%%PORTVERSION%%/platform/update_tracking/org-openide-util-lookup.xml -netbeans-%%PORTVERSION%%/platform/update_tracking/org-openide-util.xml -netbeans-%%PORTVERSION%%/platform/update_tracking/org-openide-windows.xml -netbeans-%%PORTVERSION%%/profiler/.lastModified -netbeans-%%PORTVERSION%%/profiler/VERSION.txt -netbeans-%%PORTVERSION%%/profiler/ant/nblib/org-netbeans-modules-profiler-nbimpl.jar -netbeans-%%PORTVERSION%%/profiler/config/Modules/org-netbeans-lib-profiler-charts.xml -netbeans-%%PORTVERSION%%/profiler/config/Modules/org-netbeans-lib-profiler-common.xml -netbeans-%%PORTVERSION%%/profiler/config/Modules/org-netbeans-lib-profiler-ui.xml -netbeans-%%PORTVERSION%%/profiler/config/Modules/org-netbeans-lib-profiler.xml -netbeans-%%PORTVERSION%%/profiler/config/Modules/org-netbeans-modules-debugger-jpda-heapwalk.xml -netbeans-%%PORTVERSION%%/profiler/config/Modules/org-netbeans-modules-maven-profiler.xml -netbeans-%%PORTVERSION%%/profiler/config/Modules/org-netbeans-modules-profiler-api.xml -netbeans-%%PORTVERSION%%/profiler/config/Modules/org-netbeans-modules-profiler-attach-impl.xml -netbeans-%%PORTVERSION%%/profiler/config/Modules/org-netbeans-modules-profiler-attach.xml -netbeans-%%PORTVERSION%%/profiler/config/Modules/org-netbeans-modules-profiler-categorization-api.xml -netbeans-%%PORTVERSION%%/profiler/config/Modules/org-netbeans-modules-profiler-drilldown.xml -netbeans-%%PORTVERSION%%/profiler/config/Modules/org-netbeans-modules-profiler-freeform.xml -netbeans-%%PORTVERSION%%/profiler/config/Modules/org-netbeans-modules-profiler-heapwalker.xml -netbeans-%%PORTVERSION%%/profiler/config/Modules/org-netbeans-modules-profiler-j2ee-generic.xml -netbeans-%%PORTVERSION%%/profiler/config/Modules/org-netbeans-modules-profiler-j2ee-jboss.xml -netbeans-%%PORTVERSION%%/profiler/config/Modules/org-netbeans-modules-profiler-j2ee-sunas.xml -netbeans-%%PORTVERSION%%/profiler/config/Modules/org-netbeans-modules-profiler-j2ee-tomcat.xml -netbeans-%%PORTVERSION%%/profiler/config/Modules/org-netbeans-modules-profiler-j2ee-weblogic.xml -netbeans-%%PORTVERSION%%/profiler/config/Modules/org-netbeans-modules-profiler-j2se-impl.xml -netbeans-%%PORTVERSION%%/profiler/config/Modules/org-netbeans-modules-profiler-j2se.xml -netbeans-%%PORTVERSION%%/profiler/config/Modules/org-netbeans-modules-profiler-kit.xml -netbeans-%%PORTVERSION%%/profiler/config/Modules/org-netbeans-modules-profiler-nbimpl.xml -netbeans-%%PORTVERSION%%/profiler/config/Modules/org-netbeans-modules-profiler-nbmodule.xml -netbeans-%%PORTVERSION%%/profiler/config/Modules/org-netbeans-modules-profiler-options.xml -netbeans-%%PORTVERSION%%/profiler/config/Modules/org-netbeans-modules-profiler-oql-language.xml -netbeans-%%PORTVERSION%%/profiler/config/Modules/org-netbeans-modules-profiler-oql.xml -netbeans-%%PORTVERSION%%/profiler/config/Modules/org-netbeans-modules-profiler-ppoints.xml -netbeans-%%PORTVERSION%%/profiler/config/Modules/org-netbeans-modules-profiler-projectsupport.xml -netbeans-%%PORTVERSION%%/profiler/config/Modules/org-netbeans-modules-profiler-selector-api.xml -netbeans-%%PORTVERSION%%/profiler/config/Modules/org-netbeans-modules-profiler-selector-ui.xml -netbeans-%%PORTVERSION%%/profiler/config/Modules/org-netbeans-modules-profiler-snaptracer.xml -netbeans-%%PORTVERSION%%/profiler/config/Modules/org-netbeans-modules-profiler-stp.xml -netbeans-%%PORTVERSION%%/profiler/config/Modules/org-netbeans-modules-profiler-utilities.xml -netbeans-%%PORTVERSION%%/profiler/config/Modules/org-netbeans-modules-profiler.xml -netbeans-%%PORTVERSION%%/profiler/lib/deployed/cvm/linux/libprofilerinterface.so -netbeans-%%PORTVERSION%%/profiler/lib/deployed/cvm/linux/libprofilerinterface_g.so -netbeans-%%PORTVERSION%%/profiler/lib/deployed/cvm/windows/profilerinterface.dll -netbeans-%%PORTVERSION%%/profiler/lib/deployed/cvm/windows/profilerinterface.map -netbeans-%%PORTVERSION%%/profiler/lib/deployed/cvm/windows/profilerinterface_g.dll -netbeans-%%PORTVERSION%%/profiler/lib/deployed/cvm/windows/profilerinterface_g.map -netbeans-%%PORTVERSION%%/profiler/lib/deployed/jdk15/hpux-pa_risc2.0/libprofilerinterface.sl -netbeans-%%PORTVERSION%%/profiler/lib/deployed/jdk15/hpux-pa_risc2.0w/libprofilerinterface.sl -netbeans-%%PORTVERSION%%/profiler/lib/deployed/jdk15/linux-amd64/libprofilerinterface.so -netbeans-%%PORTVERSION%%/profiler/lib/deployed/jdk15/linux/libprofilerinterface.so -netbeans-%%PORTVERSION%%/profiler/lib/deployed/jdk15/mac/libprofilerinterface.jnilib -netbeans-%%PORTVERSION%%/profiler/lib/deployed/jdk15/solaris-amd64/libprofilerinterface.so -netbeans-%%PORTVERSION%%/profiler/lib/deployed/jdk15/solaris-i386/libprofilerinterface.so -netbeans-%%PORTVERSION%%/profiler/lib/deployed/jdk15/solaris-sparc/libprofilerinterface.so -netbeans-%%PORTVERSION%%/profiler/lib/deployed/jdk15/solaris-sparcv9/libprofilerinterface.so -netbeans-%%PORTVERSION%%/profiler/lib/deployed/jdk15/windows-amd64/profilerinterface.dll -netbeans-%%PORTVERSION%%/profiler/lib/deployed/jdk15/windows-amd64/profilerinterface.map -netbeans-%%PORTVERSION%%/profiler/lib/deployed/jdk15/windows/profilerinterface.dll -netbeans-%%PORTVERSION%%/profiler/lib/deployed/jdk15/windows/profilerinterface.map -netbeans-%%PORTVERSION%%/profiler/lib/deployed/jdk16/hpux-pa_risc2.0/libprofilerinterface.sl -netbeans-%%PORTVERSION%%/profiler/lib/deployed/jdk16/hpux-pa_risc2.0w/libprofilerinterface.sl -netbeans-%%PORTVERSION%%/profiler/lib/deployed/jdk16/linux-amd64/libprofilerinterface.so -netbeans-%%PORTVERSION%%/profiler/lib/deployed/jdk16/linux/libprofilerinterface.so -netbeans-%%PORTVERSION%%/profiler/lib/deployed/jdk16/mac/libprofilerinterface.jnilib -netbeans-%%PORTVERSION%%/profiler/lib/deployed/jdk16/solaris-amd64/libprofilerinterface.so -netbeans-%%PORTVERSION%%/profiler/lib/deployed/jdk16/solaris-i386/libprofilerinterface.so -netbeans-%%PORTVERSION%%/profiler/lib/deployed/jdk16/solaris-sparc/libprofilerinterface.so -netbeans-%%PORTVERSION%%/profiler/lib/deployed/jdk16/solaris-sparcv9/libprofilerinterface.so -netbeans-%%PORTVERSION%%/profiler/lib/deployed/jdk16/windows-amd64/profilerinterface.dll -netbeans-%%PORTVERSION%%/profiler/lib/deployed/jdk16/windows-amd64/profilerinterface.map -netbeans-%%PORTVERSION%%/profiler/lib/deployed/jdk16/windows/profilerinterface.dll -netbeans-%%PORTVERSION%%/profiler/lib/deployed/jdk16/windows/profilerinterface.map -netbeans-%%PORTVERSION%%/profiler/lib/jfluid-server-15.jar -netbeans-%%PORTVERSION%%/profiler/lib/jfluid-server-cvm.jar -netbeans-%%PORTVERSION%%/profiler/lib/jfluid-server.jar -netbeans-%%PORTVERSION%%/profiler/lib/locale/jfluid-server_ja.jar -netbeans-%%PORTVERSION%%/profiler/lib/locale/jfluid-server_pt_BR.jar -netbeans-%%PORTVERSION%%/profiler/lib/locale/jfluid-server_ru.jar -netbeans-%%PORTVERSION%%/profiler/lib/locale/jfluid-server_zh_CN.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-lib-profiler-charts_ja.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-lib-profiler-charts_pt_BR.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-lib-profiler-charts_ru.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-lib-profiler-charts_zh_CN.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-lib-profiler-common_ja.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-lib-profiler-common_pt_BR.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-lib-profiler-common_ru.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-lib-profiler-common_zh_CN.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-lib-profiler-ui_ja.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-lib-profiler-ui_pt_BR.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-lib-profiler-ui_ru.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-lib-profiler-ui_zh_CN.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-lib-profiler_ja.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-lib-profiler_pt_BR.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-lib-profiler_ru.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-lib-profiler_zh_CN.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-debugger-jpda-heapwalk_ja.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-debugger-jpda-heapwalk_pt_BR.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-debugger-jpda-heapwalk_ru.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-debugger-jpda-heapwalk_zh_CN.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-maven-profiler_ja.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-maven-profiler_pt_BR.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-maven-profiler_ru.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-maven-profiler_zh_CN.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-api_ja.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-api_pt_BR.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-api_ru.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-api_zh_CN.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-attach-impl_ja.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-attach-impl_pt_BR.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-attach-impl_ru.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-attach-impl_zh_CN.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-attach_ja.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-attach_pt_BR.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-attach_ru.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-attach_zh_CN.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-categorization-api_ja.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-categorization-api_pt_BR.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-categorization-api_ru.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-categorization-api_zh_CN.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-drilldown_ja.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-drilldown_pt_BR.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-drilldown_ru.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-drilldown_zh_CN.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-freeform_ja.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-freeform_pt_BR.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-freeform_ru.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-freeform_zh_CN.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-heapwalker_ja.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-heapwalker_pt_BR.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-heapwalker_ru.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-heapwalker_zh_CN.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-j2ee-generic_ja.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-j2ee-generic_pt_BR.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-j2ee-generic_ru.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-j2ee-generic_zh_CN.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-j2ee-jboss_ja.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-j2ee-jboss_pt_BR.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-j2ee-jboss_ru.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-j2ee-jboss_zh_CN.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-j2ee-sunas_ja.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-j2ee-sunas_pt_BR.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-j2ee-sunas_ru.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-j2ee-sunas_zh_CN.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-j2ee-tomcat_ja.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-j2ee-tomcat_pt_BR.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-j2ee-tomcat_ru.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-j2ee-tomcat_zh_CN.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-j2ee-weblogic_ja.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-j2ee-weblogic_pt_BR.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-j2ee-weblogic_ru.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-j2ee-weblogic_zh_CN.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-j2se-impl_ja.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-j2se-impl_pt_BR.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-j2se-impl_ru.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-j2se-impl_zh_CN.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-j2se_ja.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-j2se_pt_BR.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-j2se_ru.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-j2se_zh_CN.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-kit_ja.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-kit_pt_BR.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-kit_ru.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-kit_zh_CN.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-nbimpl_ja.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-nbimpl_pt_BR.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-nbimpl_ru.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-nbimpl_zh_CN.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-nbmodule_ja.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-nbmodule_pt_BR.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-nbmodule_ru.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-nbmodule_zh_CN.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-options_ja.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-options_pt_BR.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-options_ru.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-options_zh_CN.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-oql-language_ja.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-oql-language_pt_BR.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-oql-language_ru.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-oql-language_zh_CN.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-oql_ja.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-oql_pt_BR.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-oql_ru.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-oql_zh_CN.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-ppoints_ja.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-ppoints_pt_BR.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-ppoints_ru.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-ppoints_zh_CN.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-projectsupport_ja.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-projectsupport_pt_BR.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-projectsupport_ru.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-projectsupport_zh_CN.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-selector-api_ja.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-selector-api_pt_BR.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-selector-api_ru.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-selector-api_zh_CN.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-selector-ui_ja.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-selector-ui_pt_BR.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-selector-ui_ru.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-selector-ui_zh_CN.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-snaptracer_ja.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-snaptracer_pt_BR.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-snaptracer_ru.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-snaptracer_zh_CN.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-stp_ja.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-stp_pt_BR.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-stp_ru.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-stp_zh_CN.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-utilities_ja.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-utilities_pt_BR.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-utilities_ru.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-utilities_zh_CN.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler_ja.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler_pt_BR.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler_ru.jar -netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler_zh_CN.jar -netbeans-%%PORTVERSION%%/profiler/modules/org-netbeans-lib-profiler-charts.jar -netbeans-%%PORTVERSION%%/profiler/modules/org-netbeans-lib-profiler-common.jar -netbeans-%%PORTVERSION%%/profiler/modules/org-netbeans-lib-profiler-ui.jar -netbeans-%%PORTVERSION%%/profiler/modules/org-netbeans-lib-profiler.jar -netbeans-%%PORTVERSION%%/profiler/modules/org-netbeans-modules-debugger-jpda-heapwalk.jar -netbeans-%%PORTVERSION%%/profiler/modules/org-netbeans-modules-maven-profiler.jar -netbeans-%%PORTVERSION%%/profiler/modules/org-netbeans-modules-profiler-api.jar -netbeans-%%PORTVERSION%%/profiler/modules/org-netbeans-modules-profiler-attach-impl.jar -netbeans-%%PORTVERSION%%/profiler/modules/org-netbeans-modules-profiler-attach.jar -netbeans-%%PORTVERSION%%/profiler/modules/org-netbeans-modules-profiler-categorization-api.jar -netbeans-%%PORTVERSION%%/profiler/modules/org-netbeans-modules-profiler-drilldown.jar -netbeans-%%PORTVERSION%%/profiler/modules/org-netbeans-modules-profiler-freeform.jar -netbeans-%%PORTVERSION%%/profiler/modules/org-netbeans-modules-profiler-heapwalker.jar -netbeans-%%PORTVERSION%%/profiler/modules/org-netbeans-modules-profiler-j2ee-generic.jar -netbeans-%%PORTVERSION%%/profiler/modules/org-netbeans-modules-profiler-j2ee-jboss.jar -netbeans-%%PORTVERSION%%/profiler/modules/org-netbeans-modules-profiler-j2ee-sunas.jar -netbeans-%%PORTVERSION%%/profiler/modules/org-netbeans-modules-profiler-j2ee-tomcat.jar -netbeans-%%PORTVERSION%%/profiler/modules/org-netbeans-modules-profiler-j2ee-weblogic.jar -netbeans-%%PORTVERSION%%/profiler/modules/org-netbeans-modules-profiler-j2se-impl.jar -netbeans-%%PORTVERSION%%/profiler/modules/org-netbeans-modules-profiler-j2se.jar -netbeans-%%PORTVERSION%%/profiler/modules/org-netbeans-modules-profiler-kit.jar -netbeans-%%PORTVERSION%%/profiler/modules/org-netbeans-modules-profiler-nbimpl.jar -netbeans-%%PORTVERSION%%/profiler/modules/org-netbeans-modules-profiler-nbmodule.jar -netbeans-%%PORTVERSION%%/profiler/modules/org-netbeans-modules-profiler-options.jar -netbeans-%%PORTVERSION%%/profiler/modules/org-netbeans-modules-profiler-oql-language.jar -netbeans-%%PORTVERSION%%/profiler/modules/org-netbeans-modules-profiler-oql.jar -netbeans-%%PORTVERSION%%/profiler/modules/org-netbeans-modules-profiler-ppoints.jar -netbeans-%%PORTVERSION%%/profiler/modules/org-netbeans-modules-profiler-projectsupport.jar -netbeans-%%PORTVERSION%%/profiler/modules/org-netbeans-modules-profiler-selector-api.jar -netbeans-%%PORTVERSION%%/profiler/modules/org-netbeans-modules-profiler-selector-ui.jar -netbeans-%%PORTVERSION%%/profiler/modules/org-netbeans-modules-profiler-snaptracer.jar -netbeans-%%PORTVERSION%%/profiler/modules/org-netbeans-modules-profiler-stp.jar -netbeans-%%PORTVERSION%%/profiler/modules/org-netbeans-modules-profiler-utilities.jar -netbeans-%%PORTVERSION%%/profiler/modules/org-netbeans-modules-profiler.jar -netbeans-%%PORTVERSION%%/profiler/remote-pack-defs/README.txt -netbeans-%%PORTVERSION%%/profiler/remote-pack-defs/build.xml -netbeans-%%PORTVERSION%%/profiler/remote-pack-defs/calibrate-15.bat -netbeans-%%PORTVERSION%%/profiler/remote-pack-defs/calibrate-15.sh -netbeans-%%PORTVERSION%%/profiler/remote-pack-defs/calibrate-16.sh -netbeans-%%PORTVERSION%%/profiler/remote-pack-defs/calibrate-linux-cvm.sh -netbeans-%%PORTVERSION%%/profiler/remote-pack-defs/calibrate-mac-15.sh -netbeans-%%PORTVERSION%%/profiler/remote-pack-defs/calibrate-solaris64-15.sh -netbeans-%%PORTVERSION%%/profiler/remote-pack-defs/calibrate-win-cvm.bat -netbeans-%%PORTVERSION%%/profiler/remote-pack-defs/nb-profile-15.bat -netbeans-%%PORTVERSION%%/profiler/remote-pack-defs/nb-profile-amd64-15.bat -netbeans-%%PORTVERSION%%/profiler/remote-pack-defs/profile-linux-15.sh -netbeans-%%PORTVERSION%%/profiler/remote-pack-defs/profile-linux-16.sh -netbeans-%%PORTVERSION%%/profiler/remote-pack-defs/profile-linux-cvm.sh -netbeans-%%PORTVERSION%%/profiler/remote-pack-defs/profile-linuxamd64-15.sh -netbeans-%%PORTVERSION%%/profiler/remote-pack-defs/profile-linuxamd64-16.sh -netbeans-%%PORTVERSION%%/profiler/remote-pack-defs/profile-mac-15.sh -netbeans-%%PORTVERSION%%/profiler/remote-pack-defs/profile-mac-16.sh -netbeans-%%PORTVERSION%%/profiler/remote-pack-defs/profile-solamd64-15.sh -netbeans-%%PORTVERSION%%/profiler/remote-pack-defs/profile-solamd64-16.sh -netbeans-%%PORTVERSION%%/profiler/remote-pack-defs/profile-solsparc-15.sh -netbeans-%%PORTVERSION%%/profiler/remote-pack-defs/profile-solsparc-16.sh -netbeans-%%PORTVERSION%%/profiler/remote-pack-defs/profile-solsparcv9-15.sh -netbeans-%%PORTVERSION%%/profiler/remote-pack-defs/profile-solsparcv9-16.sh -netbeans-%%PORTVERSION%%/profiler/remote-pack-defs/profile-solx86-15.sh -netbeans-%%PORTVERSION%%/profiler/remote-pack-defs/profile-solx86-16.sh -netbeans-%%PORTVERSION%%/profiler/remote-pack-defs/profile-win-15.bat -netbeans-%%PORTVERSION%%/profiler/remote-pack-defs/profile-win-16.bat -netbeans-%%PORTVERSION%%/profiler/remote-pack-defs/profile-win-cvm.bat -netbeans-%%PORTVERSION%%/profiler/remote-pack-defs/profile-winamd64-15.bat -netbeans-%%PORTVERSION%%/profiler/remote-pack-defs/profile-winamd64-16.bat -netbeans-%%PORTVERSION%%/profiler/update_tracking/org-netbeans-lib-profiler-charts.xml -netbeans-%%PORTVERSION%%/profiler/update_tracking/org-netbeans-lib-profiler-common.xml -netbeans-%%PORTVERSION%%/profiler/update_tracking/org-netbeans-lib-profiler-ui.xml -netbeans-%%PORTVERSION%%/profiler/update_tracking/org-netbeans-lib-profiler.xml -netbeans-%%PORTVERSION%%/profiler/update_tracking/org-netbeans-modules-debugger-jpda-heapwalk.xml -netbeans-%%PORTVERSION%%/profiler/update_tracking/org-netbeans-modules-maven-profiler.xml -netbeans-%%PORTVERSION%%/profiler/update_tracking/org-netbeans-modules-profiler-api.xml -netbeans-%%PORTVERSION%%/profiler/update_tracking/org-netbeans-modules-profiler-attach-impl.xml -netbeans-%%PORTVERSION%%/profiler/update_tracking/org-netbeans-modules-profiler-attach.xml -netbeans-%%PORTVERSION%%/profiler/update_tracking/org-netbeans-modules-profiler-categorization-api.xml -netbeans-%%PORTVERSION%%/profiler/update_tracking/org-netbeans-modules-profiler-drilldown.xml -netbeans-%%PORTVERSION%%/profiler/update_tracking/org-netbeans-modules-profiler-freeform.xml -netbeans-%%PORTVERSION%%/profiler/update_tracking/org-netbeans-modules-profiler-heapwalker.xml -netbeans-%%PORTVERSION%%/profiler/update_tracking/org-netbeans-modules-profiler-j2ee-generic.xml -netbeans-%%PORTVERSION%%/profiler/update_tracking/org-netbeans-modules-profiler-j2ee-jboss.xml -netbeans-%%PORTVERSION%%/profiler/update_tracking/org-netbeans-modules-profiler-j2ee-sunas.xml -netbeans-%%PORTVERSION%%/profiler/update_tracking/org-netbeans-modules-profiler-j2ee-tomcat.xml -netbeans-%%PORTVERSION%%/profiler/update_tracking/org-netbeans-modules-profiler-j2ee-weblogic.xml -netbeans-%%PORTVERSION%%/profiler/update_tracking/org-netbeans-modules-profiler-j2se-impl.xml -netbeans-%%PORTVERSION%%/profiler/update_tracking/org-netbeans-modules-profiler-j2se.xml -netbeans-%%PORTVERSION%%/profiler/update_tracking/org-netbeans-modules-profiler-kit.xml -netbeans-%%PORTVERSION%%/profiler/update_tracking/org-netbeans-modules-profiler-nbimpl.xml -netbeans-%%PORTVERSION%%/profiler/update_tracking/org-netbeans-modules-profiler-nbmodule.xml -netbeans-%%PORTVERSION%%/profiler/update_tracking/org-netbeans-modules-profiler-options.xml -netbeans-%%PORTVERSION%%/profiler/update_tracking/org-netbeans-modules-profiler-oql-language.xml -netbeans-%%PORTVERSION%%/profiler/update_tracking/org-netbeans-modules-profiler-oql.xml -netbeans-%%PORTVERSION%%/profiler/update_tracking/org-netbeans-modules-profiler-ppoints.xml -netbeans-%%PORTVERSION%%/profiler/update_tracking/org-netbeans-modules-profiler-projectsupport.xml -netbeans-%%PORTVERSION%%/profiler/update_tracking/org-netbeans-modules-profiler-selector-api.xml -netbeans-%%PORTVERSION%%/profiler/update_tracking/org-netbeans-modules-profiler-selector-ui.xml -netbeans-%%PORTVERSION%%/profiler/update_tracking/org-netbeans-modules-profiler-snaptracer.xml -netbeans-%%PORTVERSION%%/profiler/update_tracking/org-netbeans-modules-profiler-stp.xml -netbeans-%%PORTVERSION%%/profiler/update_tracking/org-netbeans-modules-profiler-utilities.xml -netbeans-%%PORTVERSION%%/profiler/update_tracking/org-netbeans-modules-profiler.xml -netbeans-%%PORTVERSION%%/webcommon/.lastModified -netbeans-%%PORTVERSION%%/webcommon/VERSION.txt -netbeans-%%PORTVERSION%%/webcommon/config/Modules/org-netbeans-modules-languages-apacheconf.xml -netbeans-%%PORTVERSION%%/webcommon/config/Modules/org-netbeans-modules-languages-neon.xml -netbeans-%%PORTVERSION%%/webcommon/modules/locale/org-netbeans-modules-languages-apacheconf_ja.jar -netbeans-%%PORTVERSION%%/webcommon/modules/locale/org-netbeans-modules-languages-apacheconf_pt_BR.jar -netbeans-%%PORTVERSION%%/webcommon/modules/locale/org-netbeans-modules-languages-apacheconf_ru.jar -netbeans-%%PORTVERSION%%/webcommon/modules/locale/org-netbeans-modules-languages-apacheconf_zh_CN.jar -netbeans-%%PORTVERSION%%/webcommon/modules/locale/org-netbeans-modules-languages-neon_ja.jar -netbeans-%%PORTVERSION%%/webcommon/modules/locale/org-netbeans-modules-languages-neon_pt_BR.jar -netbeans-%%PORTVERSION%%/webcommon/modules/locale/org-netbeans-modules-languages-neon_ru.jar -netbeans-%%PORTVERSION%%/webcommon/modules/locale/org-netbeans-modules-languages-neon_zh_CN.jar -netbeans-%%PORTVERSION%%/webcommon/modules/org-netbeans-modules-languages-apacheconf.jar -netbeans-%%PORTVERSION%%/webcommon/modules/org-netbeans-modules-languages-neon.jar -netbeans-%%PORTVERSION%%/webcommon/update_tracking/org-netbeans-modules-languages-apacheconf.xml -netbeans-%%PORTVERSION%%/webcommon/update_tracking/org-netbeans-modules-languages-neon.xml -netbeans-%%PORTVERSION%%/websvccommon/.lastModified -netbeans-%%PORTVERSION%%/websvccommon/VERSION.txt -netbeans-%%PORTVERSION%%/websvccommon/config/Modules/org-netbeans-modules-websvc-jaxwsmodelapi.xml -netbeans-%%PORTVERSION%%/websvccommon/config/Modules/org-netbeans-modules-websvc-saas-api.xml -netbeans-%%PORTVERSION%%/websvccommon/config/Modules/org-netbeans-modules-websvc-saas-codegen.xml -netbeans-%%PORTVERSION%%/websvccommon/config/Modules/org-netbeans-modules-websvc-saas-kit.xml -netbeans-%%PORTVERSION%%/websvccommon/config/Modules/org-netbeans-modules-websvc-saas-services-amazon.xml -netbeans-%%PORTVERSION%%/websvccommon/config/Modules/org-netbeans-modules-websvc-saas-services-delicious.xml -netbeans-%%PORTVERSION%%/websvccommon/config/Modules/org-netbeans-modules-websvc-saas-services-flickr.xml -netbeans-%%PORTVERSION%%/websvccommon/config/Modules/org-netbeans-modules-websvc-saas-services-google.xml -netbeans-%%PORTVERSION%%/websvccommon/config/Modules/org-netbeans-modules-websvc-saas-services-strikeiron.xml -netbeans-%%PORTVERSION%%/websvccommon/config/Modules/org-netbeans-modules-websvc-saas-services-twitter.xml -netbeans-%%PORTVERSION%%/websvccommon/config/Modules/org-netbeans-modules-websvc-saas-services-weatherbug.xml -netbeans-%%PORTVERSION%%/websvccommon/config/Modules/org-netbeans-modules-websvc-saas-services-zillow.xml -netbeans-%%PORTVERSION%%/websvccommon/config/Modules/org-netbeans-modules-websvc-saas-services-zvents.xml -netbeans-%%PORTVERSION%%/websvccommon/config/Modules/org-netbeans-modules-websvc-saas-ui.xml -netbeans-%%PORTVERSION%%/websvccommon/modules/ext/build-jaxb.xml -netbeans-%%PORTVERSION%%/websvccommon/modules/locale/org-netbeans-modules-websvc-jaxwsmodelapi_ja.jar -netbeans-%%PORTVERSION%%/websvccommon/modules/locale/org-netbeans-modules-websvc-jaxwsmodelapi_pt_BR.jar -netbeans-%%PORTVERSION%%/websvccommon/modules/locale/org-netbeans-modules-websvc-jaxwsmodelapi_ru.jar -netbeans-%%PORTVERSION%%/websvccommon/modules/locale/org-netbeans-modules-websvc-jaxwsmodelapi_zh_CN.jar -netbeans-%%PORTVERSION%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-api_ja.jar -netbeans-%%PORTVERSION%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-api_pt_BR.jar -netbeans-%%PORTVERSION%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-api_ru.jar -netbeans-%%PORTVERSION%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-api_zh_CN.jar -netbeans-%%PORTVERSION%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-codegen_ja.jar -netbeans-%%PORTVERSION%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-codegen_pt_BR.jar -netbeans-%%PORTVERSION%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-codegen_ru.jar -netbeans-%%PORTVERSION%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-codegen_zh_CN.jar -netbeans-%%PORTVERSION%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-kit_ja.jar -netbeans-%%PORTVERSION%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-kit_pt_BR.jar -netbeans-%%PORTVERSION%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-kit_ru.jar -netbeans-%%PORTVERSION%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-kit_zh_CN.jar -netbeans-%%PORTVERSION%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-amazon_ja.jar -netbeans-%%PORTVERSION%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-amazon_pt_BR.jar -netbeans-%%PORTVERSION%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-amazon_ru.jar -netbeans-%%PORTVERSION%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-amazon_zh_CN.jar -netbeans-%%PORTVERSION%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-delicious_ja.jar -netbeans-%%PORTVERSION%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-delicious_pt_BR.jar -netbeans-%%PORTVERSION%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-delicious_ru.jar -netbeans-%%PORTVERSION%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-delicious_zh_CN.jar -netbeans-%%PORTVERSION%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-flickr_ja.jar -netbeans-%%PORTVERSION%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-flickr_pt_BR.jar -netbeans-%%PORTVERSION%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-flickr_ru.jar -netbeans-%%PORTVERSION%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-flickr_zh_CN.jar -netbeans-%%PORTVERSION%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-google_ja.jar -netbeans-%%PORTVERSION%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-google_pt_BR.jar -netbeans-%%PORTVERSION%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-google_ru.jar -netbeans-%%PORTVERSION%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-google_zh_CN.jar -netbeans-%%PORTVERSION%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-strikeiron_ja.jar -netbeans-%%PORTVERSION%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-strikeiron_pt_BR.jar -netbeans-%%PORTVERSION%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-strikeiron_ru.jar -netbeans-%%PORTVERSION%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-strikeiron_zh_CN.jar -netbeans-%%PORTVERSION%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-twitter_ja.jar -netbeans-%%PORTVERSION%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-twitter_pt_BR.jar -netbeans-%%PORTVERSION%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-twitter_ru.jar -netbeans-%%PORTVERSION%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-twitter_zh_CN.jar -netbeans-%%PORTVERSION%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-weatherbug_ja.jar -netbeans-%%PORTVERSION%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-weatherbug_pt_BR.jar -netbeans-%%PORTVERSION%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-weatherbug_ru.jar -netbeans-%%PORTVERSION%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-weatherbug_zh_CN.jar -netbeans-%%PORTVERSION%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-zillow_ja.jar -netbeans-%%PORTVERSION%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-zillow_pt_BR.jar -netbeans-%%PORTVERSION%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-zillow_ru.jar -netbeans-%%PORTVERSION%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-zillow_zh_CN.jar -netbeans-%%PORTVERSION%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-zvents_ja.jar -netbeans-%%PORTVERSION%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-zvents_pt_BR.jar -netbeans-%%PORTVERSION%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-zvents_ru.jar -netbeans-%%PORTVERSION%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-zvents_zh_CN.jar -netbeans-%%PORTVERSION%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-ui_ja.jar -netbeans-%%PORTVERSION%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-ui_pt_BR.jar -netbeans-%%PORTVERSION%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-ui_ru.jar -netbeans-%%PORTVERSION%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-ui_zh_CN.jar -netbeans-%%PORTVERSION%%/websvccommon/modules/org-netbeans-modules-websvc-jaxwsmodelapi.jar -netbeans-%%PORTVERSION%%/websvccommon/modules/org-netbeans-modules-websvc-saas-api.jar -netbeans-%%PORTVERSION%%/websvccommon/modules/org-netbeans-modules-websvc-saas-codegen.jar -netbeans-%%PORTVERSION%%/websvccommon/modules/org-netbeans-modules-websvc-saas-kit.jar -netbeans-%%PORTVERSION%%/websvccommon/modules/org-netbeans-modules-websvc-saas-services-amazon.jar -netbeans-%%PORTVERSION%%/websvccommon/modules/org-netbeans-modules-websvc-saas-services-delicious.jar -netbeans-%%PORTVERSION%%/websvccommon/modules/org-netbeans-modules-websvc-saas-services-flickr.jar -netbeans-%%PORTVERSION%%/websvccommon/modules/org-netbeans-modules-websvc-saas-services-google.jar -netbeans-%%PORTVERSION%%/websvccommon/modules/org-netbeans-modules-websvc-saas-services-strikeiron.jar -netbeans-%%PORTVERSION%%/websvccommon/modules/org-netbeans-modules-websvc-saas-services-twitter.jar -netbeans-%%PORTVERSION%%/websvccommon/modules/org-netbeans-modules-websvc-saas-services-weatherbug.jar -netbeans-%%PORTVERSION%%/websvccommon/modules/org-netbeans-modules-websvc-saas-services-zillow.jar -netbeans-%%PORTVERSION%%/websvccommon/modules/org-netbeans-modules-websvc-saas-services-zvents.jar -netbeans-%%PORTVERSION%%/websvccommon/modules/org-netbeans-modules-websvc-saas-ui.jar -netbeans-%%PORTVERSION%%/websvccommon/update_tracking/org-netbeans-modules-websvc-jaxwsmodelapi.xml -netbeans-%%PORTVERSION%%/websvccommon/update_tracking/org-netbeans-modules-websvc-saas-api.xml -netbeans-%%PORTVERSION%%/websvccommon/update_tracking/org-netbeans-modules-websvc-saas-codegen.xml -netbeans-%%PORTVERSION%%/websvccommon/update_tracking/org-netbeans-modules-websvc-saas-kit.xml -netbeans-%%PORTVERSION%%/websvccommon/update_tracking/org-netbeans-modules-websvc-saas-services-amazon.xml -netbeans-%%PORTVERSION%%/websvccommon/update_tracking/org-netbeans-modules-websvc-saas-services-delicious.xml -netbeans-%%PORTVERSION%%/websvccommon/update_tracking/org-netbeans-modules-websvc-saas-services-flickr.xml -netbeans-%%PORTVERSION%%/websvccommon/update_tracking/org-netbeans-modules-websvc-saas-services-google.xml -netbeans-%%PORTVERSION%%/websvccommon/update_tracking/org-netbeans-modules-websvc-saas-services-strikeiron.xml -netbeans-%%PORTVERSION%%/websvccommon/update_tracking/org-netbeans-modules-websvc-saas-services-twitter.xml -netbeans-%%PORTVERSION%%/websvccommon/update_tracking/org-netbeans-modules-websvc-saas-services-weatherbug.xml -netbeans-%%PORTVERSION%%/websvccommon/update_tracking/org-netbeans-modules-websvc-saas-services-zillow.xml -netbeans-%%PORTVERSION%%/websvccommon/update_tracking/org-netbeans-modules-websvc-saas-services-zvents.xml -netbeans-%%PORTVERSION%%/websvccommon/update_tracking/org-netbeans-modules-websvc-saas-ui.xml -@dirrm netbeans-%%PORTVERSION%%/websvccommon/update_tracking -@dirrm netbeans-%%PORTVERSION%%/websvccommon/modules/locale -@dirrm netbeans-%%PORTVERSION%%/websvccommon/modules/ext -@dirrm netbeans-%%PORTVERSION%%/websvccommon/modules -@dirrm netbeans-%%PORTVERSION%%/websvccommon/config/Modules -@dirrm netbeans-%%PORTVERSION%%/websvccommon/config -@dirrm netbeans-%%PORTVERSION%%/websvccommon -@dirrm netbeans-%%PORTVERSION%%/webcommon/update_tracking -@dirrm netbeans-%%PORTVERSION%%/webcommon/modules/locale -@dirrm netbeans-%%PORTVERSION%%/webcommon/modules -@dirrm netbeans-%%PORTVERSION%%/webcommon/config/Modules -@dirrm netbeans-%%PORTVERSION%%/webcommon/config -@dirrm netbeans-%%PORTVERSION%%/webcommon -@dirrm netbeans-%%PORTVERSION%%/profiler/update_tracking -@dirrm netbeans-%%PORTVERSION%%/profiler/remote-pack-defs -@dirrm netbeans-%%PORTVERSION%%/profiler/modules/locale -@dirrm netbeans-%%PORTVERSION%%/profiler/modules -@dirrm netbeans-%%PORTVERSION%%/profiler/lib/locale -@dirrm netbeans-%%PORTVERSION%%/profiler/lib/deployed/jdk16/windows-amd64 -@dirrm netbeans-%%PORTVERSION%%/profiler/lib/deployed/jdk16/windows -@dirrm netbeans-%%PORTVERSION%%/profiler/lib/deployed/jdk16/solaris-sparcv9 -@dirrm netbeans-%%PORTVERSION%%/profiler/lib/deployed/jdk16/solaris-sparc -@dirrm netbeans-%%PORTVERSION%%/profiler/lib/deployed/jdk16/solaris-i386 -@dirrm netbeans-%%PORTVERSION%%/profiler/lib/deployed/jdk16/solaris-amd64 -@dirrm netbeans-%%PORTVERSION%%/profiler/lib/deployed/jdk16/mac -@dirrm netbeans-%%PORTVERSION%%/profiler/lib/deployed/jdk16/linux-amd64 -@dirrm netbeans-%%PORTVERSION%%/profiler/lib/deployed/jdk16/linux -@dirrm netbeans-%%PORTVERSION%%/profiler/lib/deployed/jdk16/hpux-pa_risc2.0w -@dirrm netbeans-%%PORTVERSION%%/profiler/lib/deployed/jdk16/hpux-pa_risc2.0 -@dirrm netbeans-%%PORTVERSION%%/profiler/lib/deployed/jdk16 -@dirrm netbeans-%%PORTVERSION%%/profiler/lib/deployed/jdk15/windows-amd64 -@dirrm netbeans-%%PORTVERSION%%/profiler/lib/deployed/jdk15/windows -@dirrm netbeans-%%PORTVERSION%%/profiler/lib/deployed/jdk15/solaris-sparcv9 -@dirrm netbeans-%%PORTVERSION%%/profiler/lib/deployed/jdk15/solaris-sparc -@dirrm netbeans-%%PORTVERSION%%/profiler/lib/deployed/jdk15/solaris-i386 -@dirrm netbeans-%%PORTVERSION%%/profiler/lib/deployed/jdk15/solaris-amd64 -@dirrm netbeans-%%PORTVERSION%%/profiler/lib/deployed/jdk15/mac -@dirrm netbeans-%%PORTVERSION%%/profiler/lib/deployed/jdk15/linux-amd64 -@dirrm netbeans-%%PORTVERSION%%/profiler/lib/deployed/jdk15/linux -@dirrm netbeans-%%PORTVERSION%%/profiler/lib/deployed/jdk15/hpux-pa_risc2.0w -@dirrm netbeans-%%PORTVERSION%%/profiler/lib/deployed/jdk15/hpux-pa_risc2.0 -@dirrm netbeans-%%PORTVERSION%%/profiler/lib/deployed/jdk15 -@dirrm netbeans-%%PORTVERSION%%/profiler/lib/deployed/cvm/windows -@dirrm netbeans-%%PORTVERSION%%/profiler/lib/deployed/cvm/linux -@dirrm netbeans-%%PORTVERSION%%/profiler/lib/deployed/cvm -@dirrm netbeans-%%PORTVERSION%%/profiler/lib/deployed -@dirrm netbeans-%%PORTVERSION%%/profiler/lib -@dirrm netbeans-%%PORTVERSION%%/profiler/config/Modules -@dirrm netbeans-%%PORTVERSION%%/profiler/config -@dirrm netbeans-%%PORTVERSION%%/profiler/ant/nblib -@dirrm netbeans-%%PORTVERSION%%/profiler/ant -@dirrm netbeans-%%PORTVERSION%%/profiler -@dirrm netbeans-%%PORTVERSION%%/platform/update_tracking -@dirrm netbeans-%%PORTVERSION%%/platform/modules/locale -@dirrm netbeans-%%PORTVERSION%%/platform/modules/lib/x86 -@dirrm netbeans-%%PORTVERSION%%/platform/modules/lib/i386/linux -@dirrm netbeans-%%PORTVERSION%%/platform/modules/lib/i386 -@dirrm netbeans-%%PORTVERSION%%/platform/modules/lib/amd64/linux -@dirrm netbeans-%%PORTVERSION%%/platform/modules/lib/amd64 -@dirrm netbeans-%%PORTVERSION%%/platform/modules/lib -@dirrm netbeans-%%PORTVERSION%%/platform/modules/ext/locale -@dirrm netbeans-%%PORTVERSION%%/platform/modules/ext -@dirrm netbeans-%%PORTVERSION%%/platform/modules -@dirrm netbeans-%%PORTVERSION%%/platform/lib/locale -@dirrm netbeans-%%PORTVERSION%%/platform/lib -@dirrm netbeans-%%PORTVERSION%%/platform/docs -@dirrm netbeans-%%PORTVERSION%%/platform/core/locale -@dirrm netbeans-%%PORTVERSION%%/platform/core -@dirrm netbeans-%%PORTVERSION%%/platform/config/Modules -@dirrm netbeans-%%PORTVERSION%%/platform/config/ModuleAutoDeps -@dirrm netbeans-%%PORTVERSION%%/platform/config -@dirrm netbeans-%%PORTVERSION%%/platform -@dirrm netbeans-%%PORTVERSION%%/php/zend -@dirrm netbeans-%%PORTVERSION%%/php/update_tracking -@dirrm netbeans-%%PORTVERSION%%/php/phpunit -@dirrm netbeans-%%PORTVERSION%%/php/phpstubs/phpruntime -@dirrm netbeans-%%PORTVERSION%%/php/phpstubs -@dirrm netbeans-%%PORTVERSION%%/php/modules/locale -@dirrm netbeans-%%PORTVERSION%%/php/modules/ext -@dirrm netbeans-%%PORTVERSION%%/php/modules/docs -@dirrm netbeans-%%PORTVERSION%%/php/modules -@dirrm netbeans-%%PORTVERSION%%/php/hudson -@dirrm netbeans-%%PORTVERSION%%/php/docs -@dirrm netbeans-%%PORTVERSION%%/php/config/Modules -@dirrm netbeans-%%PORTVERSION%%/php/config -@dirrm netbeans-%%PORTVERSION%%/php -@dirrm netbeans-%%PORTVERSION%%/nb/update_tracking -@dirrm netbeans-%%PORTVERSION%%/nb/modules/locale -@dirrm netbeans-%%PORTVERSION%%/nb/modules/ext/locale -@dirrm netbeans-%%PORTVERSION%%/nb/modules/ext -@dirrm netbeans-%%PORTVERSION%%/nb/modules -@dirrm netbeans-%%PORTVERSION%%/nb/docs/images -@dirrm netbeans-%%PORTVERSION%%/nb/docs -@dirrm netbeans-%%PORTVERSION%%/nb/core/locale -@dirrm netbeans-%%PORTVERSION%%/nb/core -@dirrm netbeans-%%PORTVERSION%%/nb/config/Modules -@dirrm netbeans-%%PORTVERSION%%/nb/config -@dirrm netbeans-%%PORTVERSION%%/nb -@dirrm netbeans-%%PORTVERSION%%/mobility/update_tracking -@dirrm netbeans-%%PORTVERSION%%/mobility/sources -@dirrm netbeans-%%PORTVERSION%%/mobility/modules/scr -@dirrm netbeans-%%PORTVERSION%%/mobility/modules/locale -@dirrm netbeans-%%PORTVERSION%%/mobility/modules/lib -@dirrm netbeans-%%PORTVERSION%%/mobility/modules/ext -@dirrm netbeans-%%PORTVERSION%%/mobility/modules/docs -@dirrm netbeans-%%PORTVERSION%%/mobility/modules -@dirrm netbeans-%%PORTVERSION%%/mobility/config/Modules -@dirrm netbeans-%%PORTVERSION%%/mobility/config -@dirrm netbeans-%%PORTVERSION%%/mobility/ant/nblib/locale -@dirrm netbeans-%%PORTVERSION%%/mobility/ant/nblib -@dirrm netbeans-%%PORTVERSION%%/mobility/ant -@dirrm netbeans-%%PORTVERSION%%/mobility -@dirrm netbeans-%%PORTVERSION%%/javafx/update_tracking -@dirrm netbeans-%%PORTVERSION%%/javafx/modules/locale -@dirrm netbeans-%%PORTVERSION%%/javafx/modules -@dirrm netbeans-%%PORTVERSION%%/javafx/config/Modules -@dirrm netbeans-%%PORTVERSION%%/javafx/config -@dirrm netbeans-%%PORTVERSION%%/javafx -@dirrm netbeans-%%PORTVERSION%%/javacard/update_tracking -@dirrm netbeans-%%PORTVERSION%%/javacard/modules/locale -@dirrm netbeans-%%PORTVERSION%%/javacard/modules/ext -@dirrm netbeans-%%PORTVERSION%%/javacard/modules/docs -@dirrm netbeans-%%PORTVERSION%%/javacard/modules -@dirrm netbeans-%%PORTVERSION%%/javacard/javacard302 -@dirrm netbeans-%%PORTVERSION%%/javacard/config/Modules -@dirrm netbeans-%%PORTVERSION%%/javacard/config -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/src/com/sun/jchowto/helloworld -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/src/com/sun/jchowto -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/src/com/sun -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/src/com -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/src -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/nbproject/private -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/nbproject -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/html/images -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/html -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/WEB-INF -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/META-INF -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/keystore -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets/HelloWorld/src/com/sun/jchowto/helloworld -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets/HelloWorld/src/com/sun/jchowto -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets/HelloWorld/src/com/sun -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets/HelloWorld/src/com -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets/HelloWorld/src -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets/HelloWorld/scripts -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets/HelloWorld/nbproject/private -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets/HelloWorld/nbproject -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets/HelloWorld/META-INF -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets/HelloWorld/APPLET-INF -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets/HelloWorld -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_applets/HelloWorld/src/com/sun/jcclassic/samples/helloworld -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_applets/HelloWorld/src/com/sun/jcclassic/samples -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_applets/HelloWorld/src/com/sun/jcclassic -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_applets/HelloWorld/src/com/sun -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_applets/HelloWorld/src/com -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_applets/HelloWorld/src -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_applets/HelloWorld/scripts -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_applets/HelloWorld/nbproject -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_applets/HelloWorld/META-INF -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_applets/HelloWorld/APPLET-INF -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_applets/HelloWorld -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_applets -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/locale -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/lib -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/legal -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/resources -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/javacardx/spi/security -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/javacardx/spi/framework -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/javacardx/spi/cardmgmt -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/javacardx/spi -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/javacardx -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/com/sun/javacard/spi/security -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/com/sun/javacard/spi/cardmgmt -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/com/sun/javacard/spi -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/com/sun/javacard -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/com/sun -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/com -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/resources -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/http -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/pki -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/io -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/servlet/http -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/servlet -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/security -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/io -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/util/intx -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/util -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/tlv -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/math -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/facilities -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/external -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/crypto -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/biometry -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/apdu -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/service -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/util -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/security -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/rmi -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/annotation -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/resources -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/shared/chars -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/shared -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/figures -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/bin -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx/framework/util/javacard -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx/framework/util/intx/javacard -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx/framework/util/intx -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx/framework/util -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx/framework/tlv/javacard -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx/framework/tlv -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx/framework/math/javacard -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx/framework/math -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx/framework -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx/external/javacard -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx/external -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx/crypto/javacard -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx/crypto -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx/biometry/javacard -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx/biometry -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx/apdu/javacard -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx/apdu -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacard/security/javacard -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacard/security -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacard/framework/service/javacard -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacard/framework/service -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacard/framework/javacard -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacard/framework -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacard -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/java/rmi/javacard -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/java/rmi -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/java/lang/javacard -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/java/lang -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/java/io/javacard -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/java/io -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/java -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/Uninstaller -@dirrm netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition -@dirrm netbeans-%%PORTVERSION%%/javacard -@dirrm netbeans-%%PORTVERSION%%/java/update_tracking -@dirrm netbeans-%%PORTVERSION%%/java/sources/org/netbeans/lib/awtextra -@dirrm netbeans-%%PORTVERSION%%/java/sources/org/netbeans/lib -@dirrm netbeans-%%PORTVERSION%%/java/sources/org/netbeans -@dirrm netbeans-%%PORTVERSION%%/java/sources/org -@dirrm netbeans-%%PORTVERSION%%/java/sources -@dirrm netbeans-%%PORTVERSION%%/java/modules/locale -@dirrm netbeans-%%PORTVERSION%%/java/modules/ext/spring-3.0 -@dirrm netbeans-%%PORTVERSION%%/java/modules/ext/spring -@dirrm netbeans-%%PORTVERSION%%/java/modules/ext/maven/rootpackage -@dirrm netbeans-%%PORTVERSION%%/java/modules/ext/maven -@dirrm netbeans-%%PORTVERSION%%/java/modules/ext/jaxws22/api -@dirrm netbeans-%%PORTVERSION%%/java/modules/ext/jaxws22 -@dirrm netbeans-%%PORTVERSION%%/java/modules/ext/hibernate -@dirrm netbeans-%%PORTVERSION%%/java/modules/ext/eclipselink -@dirrm netbeans-%%PORTVERSION%%/java/modules/ext -@dirrm netbeans-%%PORTVERSION%%/java/modules/docs -@dirrm netbeans-%%PORTVERSION%%/java/modules -@dirrm netbeans-%%PORTVERSION%%/java/maven/lib/ext -@dirrm netbeans-%%PORTVERSION%%/java/maven/lib -@dirrm netbeans-%%PORTVERSION%%/java/maven/conf -@dirrm netbeans-%%PORTVERSION%%/java/maven/boot -@dirrm netbeans-%%PORTVERSION%%/java/maven/bin -@dirrm netbeans-%%PORTVERSION%%/java/maven -@dirrm netbeans-%%PORTVERSION%%/java/docs -@dirrm netbeans-%%PORTVERSION%%/java/config/Modules -@dirrm netbeans-%%PORTVERSION%%/java/config/ModuleAutoDeps -@dirrm netbeans-%%PORTVERSION%%/java/config -@dirrm netbeans-%%PORTVERSION%%/java/ant/nblib/locale -@dirrm netbeans-%%PORTVERSION%%/java/ant/nblib -@dirrm netbeans-%%PORTVERSION%%/java/ant/lib -@dirrm netbeans-%%PORTVERSION%%/java/ant/extra -@dirrm netbeans-%%PORTVERSION%%/java/ant/etc/checkstyle -@dirrm netbeans-%%PORTVERSION%%/java/ant/etc -@dirrm netbeans-%%PORTVERSION%%/java/ant/bin -@dirrm netbeans-%%PORTVERSION%%/java/ant -@dirrm netbeans-%%PORTVERSION%%/java -@dirrm netbeans-%%PORTVERSION%%/ide/update_tracking -@dirrm netbeans-%%PORTVERSION%%/ide/modules/locale -@dirrm netbeans-%%PORTVERSION%%/ide/modules/lib -@dirrm netbeans-%%PORTVERSION%%/ide/modules/ext/locale -@dirrm netbeans-%%PORTVERSION%%/ide/modules/ext/jaxb/api -@dirrm netbeans-%%PORTVERSION%%/ide/modules/ext/jaxb -@dirrm netbeans-%%PORTVERSION%%/ide/modules/ext -@dirrm netbeans-%%PORTVERSION%%/ide/modules/docs -@dirrm netbeans-%%PORTVERSION%%/ide/modules/dict -@dirrm netbeans-%%PORTVERSION%%/ide/modules -@dirrm netbeans-%%PORTVERSION%%/ide/jsstubs -@dirrm netbeans-%%PORTVERSION%%/ide/docs/org/netbeans/modules/usersguide -@dirrm netbeans-%%PORTVERSION%%/ide/docs/org/netbeans/modules -@dirrm netbeans-%%PORTVERSION%%/ide/docs/org/netbeans -@dirrm netbeans-%%PORTVERSION%%/ide/docs/org -@dirrm netbeans-%%PORTVERSION%%/ide/docs -@dirrm netbeans-%%PORTVERSION%%/ide/config/Modules -@dirrm netbeans-%%PORTVERSION%%/ide/config/ModuleAutoDeps -@dirrm netbeans-%%PORTVERSION%%/ide/config -@dirrm netbeans-%%PORTVERSION%%/ide/bin/nativeexecution/Windows-x86_64 -@dirrm netbeans-%%PORTVERSION%%/ide/bin/nativeexecution/Windows-x86 -@dirrm netbeans-%%PORTVERSION%%/ide/bin/nativeexecution/SunOS-x86_64 -@dirrm netbeans-%%PORTVERSION%%/ide/bin/nativeexecution/SunOS-x86 -@dirrm netbeans-%%PORTVERSION%%/ide/bin/nativeexecution/SunOS-sparc_64 -@dirrm netbeans-%%PORTVERSION%%/ide/bin/nativeexecution/SunOS-sparc -@dirrm netbeans-%%PORTVERSION%%/ide/bin/nativeexecution/MacOSX-x86_64 -@dirrm netbeans-%%PORTVERSION%%/ide/bin/nativeexecution/MacOSX-x86 -@dirrm netbeans-%%PORTVERSION%%/ide/bin/nativeexecution/Linux-x86_64 -@dirrm netbeans-%%PORTVERSION%%/ide/bin/nativeexecution/Linux-x86 -@dirrm netbeans-%%PORTVERSION%%/ide/bin/nativeexecution -@dirrm netbeans-%%PORTVERSION%%/ide/bin -@dirrm netbeans-%%PORTVERSION%%/ide -@dirrm netbeans-%%PORTVERSION%%/harness/update_tracking -@dirrm netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/infra/build/products/helloworld -@dirrm netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/infra/build/products -@dirrm netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/infra/build/engine -@dirrm netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/infra/build -@dirrm netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/infra -@dirrm netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer/wizard/components/sequences -@dirrm netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer/wizard/components/panels/resources -@dirrm netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer/wizard/components/panels -@dirrm netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer/wizard/components/actions -@dirrm netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer/wizard/components -@dirrm netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer/wizard -@dirrm netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer/utils/applications -@dirrm netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer/utils -@dirrm netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer -@dirrm netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/engine/src/org/mycompany -@dirrm netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/engine/src/org -@dirrm netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/engine/src/native/launcher/windows/i18n -@dirrm netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/engine/src/native/launcher/windows -@dirrm netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/engine/src/native/launcher/unix/i18n -@dirrm netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/engine/src/native/launcher/unix -@dirrm netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/engine/src/native/launcher -@dirrm netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/engine/src/native -@dirrm netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/engine/src/data -@dirrm netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/engine/src -@dirrm netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/engine/nbproject -@dirrm netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/engine -@dirrm netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/components/products/helloworld/src/org/mycompany/wizard/panels -@dirrm netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/components/products/helloworld/src/org/mycompany/wizard -@dirrm netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/components/products/helloworld/src/org/mycompany -@dirrm netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/components/products/helloworld/src/org -@dirrm netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/components/products/helloworld/src -@dirrm netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/components/products/helloworld/nbproject -@dirrm netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/components/products/helloworld/data -@dirrm netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/components/products/helloworld -@dirrm netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/components/products -@dirrm netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/components -@dirrm netbeans-%%PORTVERSION%%/harness/nbi/stub/ext -@dirrm netbeans-%%PORTVERSION%%/harness/nbi/stub -@dirrm netbeans-%%PORTVERSION%%/harness/nbi/.common -@dirrm netbeans-%%PORTVERSION%%/harness/nbi -@dirrm netbeans-%%PORTVERSION%%/harness/modules/locale -@dirrm netbeans-%%PORTVERSION%%/harness/modules/ext/locale -@dirrm netbeans-%%PORTVERSION%%/harness/modules/ext -@dirrm netbeans-%%PORTVERSION%%/harness/modules -@dirrm netbeans-%%PORTVERSION%%/harness/launchers -@dirrm netbeans-%%PORTVERSION%%/harness/jnlp -@dirrm netbeans-%%PORTVERSION%%/harness/etc -@dirrm netbeans-%%PORTVERSION%%/harness/config/Modules -@dirrm netbeans-%%PORTVERSION%%/harness/config -@dirrm netbeans-%%PORTVERSION%%/harness/antlib -@dirrm netbeans-%%PORTVERSION%%/harness -@dirrm netbeans-%%PORTVERSION%%/groovy/update_tracking -@dirrm netbeans-%%PORTVERSION%%/groovy/modules/locale -@dirrm netbeans-%%PORTVERSION%%/groovy/modules/ext -@dirrm netbeans-%%PORTVERSION%%/groovy/modules -@dirrm netbeans-%%PORTVERSION%%/groovy/config/Modules -@dirrm netbeans-%%PORTVERSION%%/groovy/config -@dirrm netbeans-%%PORTVERSION%%/groovy -@dirrm netbeans-%%PORTVERSION%%/etc -@dirrm netbeans-%%PORTVERSION%%/ergonomics/update_tracking -@dirrm netbeans-%%PORTVERSION%%/ergonomics/modules/locale -@dirrm netbeans-%%PORTVERSION%%/ergonomics/modules -@dirrm netbeans-%%PORTVERSION%%/ergonomics/config/Modules -@dirrm netbeans-%%PORTVERSION%%/ergonomics/config -@dirrm netbeans-%%PORTVERSION%%/ergonomics -@dirrm netbeans-%%PORTVERSION%%/enterprise/update_tracking -@dirrm netbeans-%%PORTVERSION%%/enterprise/modules/locale -@dirrm netbeans-%%PORTVERSION%%/enterprise/modules/ext/struts -@dirrm netbeans-%%PORTVERSION%%/enterprise/modules/ext/spring -@dirrm netbeans-%%PORTVERSION%%/enterprise/modules/ext/rest -@dirrm netbeans-%%PORTVERSION%%/enterprise/modules/ext/primefaces -@dirrm netbeans-%%PORTVERSION%%/enterprise/modules/ext/metro -@dirrm netbeans-%%PORTVERSION%%/enterprise/modules/ext/locale -@dirrm netbeans-%%PORTVERSION%%/enterprise/modules/ext/jsf-2_1 -@dirrm netbeans-%%PORTVERSION%%/enterprise/modules/ext/jsf-1_2 -@dirrm netbeans-%%PORTVERSION%%/enterprise/modules/ext/javaee6-endorsed -@dirrm netbeans-%%PORTVERSION%%/enterprise/modules/ext/aws-sdk -@dirrm netbeans-%%PORTVERSION%%/enterprise/modules/ext -@dirrm netbeans-%%PORTVERSION%%/enterprise/modules/docs -@dirrm netbeans-%%PORTVERSION%%/enterprise/modules -@dirrm netbeans-%%PORTVERSION%%/enterprise/docs -@dirrm netbeans-%%PORTVERSION%%/enterprise/config/Modules -@dirrm netbeans-%%PORTVERSION%%/enterprise/config -@dirrm netbeans-%%PORTVERSION%%/enterprise/ant/sources/org/netbeans/modules/web/project/ant -@dirrm netbeans-%%PORTVERSION%%/enterprise/ant/sources/org/netbeans/modules/web/project -@dirrm netbeans-%%PORTVERSION%%/enterprise/ant/sources/org/netbeans/modules/web -@dirrm netbeans-%%PORTVERSION%%/enterprise/ant/sources/org/netbeans/modules -@dirrm netbeans-%%PORTVERSION%%/enterprise/ant/sources/org/netbeans -@dirrm netbeans-%%PORTVERSION%%/enterprise/ant/sources/org -@dirrm netbeans-%%PORTVERSION%%/enterprise/ant/sources -@dirrm netbeans-%%PORTVERSION%%/enterprise/ant/nblib/locale -@dirrm netbeans-%%PORTVERSION%%/enterprise/ant/nblib -@dirrm netbeans-%%PORTVERSION%%/enterprise/ant/extra -@dirrm netbeans-%%PORTVERSION%%/enterprise/ant -@dirrm netbeans-%%PORTVERSION%%/enterprise -@dirrm netbeans-%%PORTVERSION%%/dlight/update_tracking -@dirrm netbeans-%%PORTVERSION%%/dlight/modules/locale -@dirrm netbeans-%%PORTVERSION%%/dlight/modules -@dirrm netbeans-%%PORTVERSION%%/dlight/config/Modules -@dirrm netbeans-%%PORTVERSION%%/dlight/config -@dirrm netbeans-%%PORTVERSION%%/dlight -@dirrm netbeans-%%PORTVERSION%%/cnd/update_tracking -@dirrm netbeans-%%PORTVERSION%%/cnd/modules/locale -@dirrm netbeans-%%PORTVERSION%%/cnd/modules/docs -@dirrm netbeans-%%PORTVERSION%%/cnd/modules -@dirrm netbeans-%%PORTVERSION%%/cnd/config/Modules -@dirrm netbeans-%%PORTVERSION%%/cnd/config -@dirrm netbeans-%%PORTVERSION%%/cnd/bin/SunOS-x86_64 -@dirrm netbeans-%%PORTVERSION%%/cnd/bin/SunOS-x86 -@dirrm netbeans-%%PORTVERSION%%/cnd/bin/SunOS-sparc_64 -@dirrm netbeans-%%PORTVERSION%%/cnd/bin/SunOS-sparc -@dirrm netbeans-%%PORTVERSION%%/cnd/bin/MacOSX-x86_64 -@dirrm netbeans-%%PORTVERSION%%/cnd/bin/MacOSX-x86 -@dirrm netbeans-%%PORTVERSION%%/cnd/bin/Linux-x86_64 -@dirrm netbeans-%%PORTVERSION%%/cnd/bin/Linux-x86 -@dirrm netbeans-%%PORTVERSION%%/cnd/bin -@dirrm netbeans-%%PORTVERSION%%/cnd -@dirrm netbeans-%%PORTVERSION%%/bin -@dirrm netbeans-%%PORTVERSION%%/apisupport/update_tracking -@dirrm netbeans-%%PORTVERSION%%/apisupport/modules/locale -@dirrm netbeans-%%PORTVERSION%%/apisupport/modules -@dirrm netbeans-%%PORTVERSION%%/apisupport/config/Modules -@dirrm netbeans-%%PORTVERSION%%/apisupport/config -@dirrm netbeans-%%PORTVERSION%%/apisupport/ant/nblib -@dirrm netbeans-%%PORTVERSION%%/apisupport/ant -@dirrm netbeans-%%PORTVERSION%%/apisupport -@dirrm netbeans-%%PORTVERSION%% +%%DATADIR%%/CREDITS.html +%%DATADIR%%/LICENSE.txt +%%DATADIR%%/README.html +%%DATADIR%%/THIRDPARTYLICENSE.txt +%%DATADIR%%/apisupport/.lastModified +%%DATADIR%%/apisupport/VERSION.txt +%%DATADIR%%/apisupport/ant/nblib/org-netbeans-modules-apisupport-ant.jar +%%DATADIR%%/apisupport/config/Modules/org-netbeans-modules-apisupport-ant.xml +%%DATADIR%%/apisupport/config/Modules/org-netbeans-modules-apisupport-crudsample.xml +%%DATADIR%%/apisupport/config/Modules/org-netbeans-modules-apisupport-feedreader.xml +%%DATADIR%%/apisupport/config/Modules/org-netbeans-modules-apisupport-installer-maven.xml +%%DATADIR%%/apisupport/config/Modules/org-netbeans-modules-apisupport-installer.xml +%%DATADIR%%/apisupport/config/Modules/org-netbeans-modules-apisupport-kit.xml +%%DATADIR%%/apisupport/config/Modules/org-netbeans-modules-apisupport-osgidemo.xml +%%DATADIR%%/apisupport/config/Modules/org-netbeans-modules-apisupport-paintapp.xml +%%DATADIR%%/apisupport/config/Modules/org-netbeans-modules-apisupport-project.xml +%%DATADIR%%/apisupport/config/Modules/org-netbeans-modules-apisupport-refactoring.xml +%%DATADIR%%/apisupport/config/Modules/org-netbeans-modules-apisupport-wizards.xml +%%DATADIR%%/apisupport/config/Modules/org-netbeans-modules-maven-apisupport.xml +%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-ant_ja.jar +%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-ant_pt_BR.jar +%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-ant_ru.jar +%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-ant_zh_CN.jar +%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-crudsample_ja.jar +%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-crudsample_pt_BR.jar +%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-crudsample_ru.jar +%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-crudsample_zh_CN.jar +%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-feedreader_ja.jar +%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-feedreader_pt_BR.jar +%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-feedreader_ru.jar +%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-feedreader_zh_CN.jar +%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-installer-maven_ja.jar +%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-installer-maven_pt_BR.jar +%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-installer-maven_ru.jar +%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-installer-maven_zh_CN.jar +%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-installer_ja.jar +%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-installer_pt_BR.jar +%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-installer_ru.jar +%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-installer_zh_CN.jar +%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-kit_ja.jar +%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-kit_pt_BR.jar +%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-kit_ru.jar +%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-kit_zh_CN.jar +%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-osgidemo_ja.jar +%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-osgidemo_pt_BR.jar +%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-osgidemo_ru.jar +%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-osgidemo_zh_CN.jar +%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-paintapp_ja.jar +%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-paintapp_pt_BR.jar +%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-paintapp_ru.jar +%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-paintapp_zh_CN.jar +%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-project_ja.jar +%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-project_pt_BR.jar +%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-project_ru.jar +%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-project_zh_CN.jar +%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-refactoring_ja.jar +%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-refactoring_pt_BR.jar +%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-refactoring_ru.jar +%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-refactoring_zh_CN.jar +%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-wizards_ja.jar +%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-wizards_pt_BR.jar +%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-wizards_ru.jar +%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-wizards_zh_CN.jar +%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-maven-apisupport_ja.jar +%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-maven-apisupport_pt_BR.jar +%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-maven-apisupport_ru.jar +%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-maven-apisupport_zh_CN.jar +%%DATADIR%%/apisupport/modules/org-netbeans-modules-apisupport-ant.jar +%%DATADIR%%/apisupport/modules/org-netbeans-modules-apisupport-crudsample.jar +%%DATADIR%%/apisupport/modules/org-netbeans-modules-apisupport-feedreader.jar +%%DATADIR%%/apisupport/modules/org-netbeans-modules-apisupport-installer-maven.jar +%%DATADIR%%/apisupport/modules/org-netbeans-modules-apisupport-installer.jar +%%DATADIR%%/apisupport/modules/org-netbeans-modules-apisupport-kit.jar +%%DATADIR%%/apisupport/modules/org-netbeans-modules-apisupport-osgidemo.jar +%%DATADIR%%/apisupport/modules/org-netbeans-modules-apisupport-paintapp.jar +%%DATADIR%%/apisupport/modules/org-netbeans-modules-apisupport-project.jar +%%DATADIR%%/apisupport/modules/org-netbeans-modules-apisupport-refactoring.jar +%%DATADIR%%/apisupport/modules/org-netbeans-modules-apisupport-wizards.jar +%%DATADIR%%/apisupport/modules/org-netbeans-modules-maven-apisupport.jar +%%DATADIR%%/apisupport/update_tracking/org-netbeans-modules-apisupport-ant.xml +%%DATADIR%%/apisupport/update_tracking/org-netbeans-modules-apisupport-crudsample.xml +%%DATADIR%%/apisupport/update_tracking/org-netbeans-modules-apisupport-feedreader.xml +%%DATADIR%%/apisupport/update_tracking/org-netbeans-modules-apisupport-installer-maven.xml +%%DATADIR%%/apisupport/update_tracking/org-netbeans-modules-apisupport-installer.xml +%%DATADIR%%/apisupport/update_tracking/org-netbeans-modules-apisupport-kit.xml +%%DATADIR%%/apisupport/update_tracking/org-netbeans-modules-apisupport-osgidemo.xml +%%DATADIR%%/apisupport/update_tracking/org-netbeans-modules-apisupport-paintapp.xml +%%DATADIR%%/apisupport/update_tracking/org-netbeans-modules-apisupport-project.xml +%%DATADIR%%/apisupport/update_tracking/org-netbeans-modules-apisupport-refactoring.xml +%%DATADIR%%/apisupport/update_tracking/org-netbeans-modules-apisupport-wizards.xml +%%DATADIR%%/apisupport/update_tracking/org-netbeans-modules-maven-apisupport.xml +%%DATADIR%%/bin/netbeans +%%DATADIR%%/bin/netbeans.exe +%%DATADIR%%/bin/netbeans64.exe +%%DATADIR%%/cnd/.lastModified +%%DATADIR%%/cnd/VERSION.txt +%%DATADIR%%/cnd/bin/GdbKillProc.exe +%%DATADIR%%/cnd/bin/Linux-x86/libBuildTrace.so +%%DATADIR%%/cnd/bin/Linux-x86/rfs_controller +%%DATADIR%%/cnd/bin/Linux-x86/rfs_preload.so +%%DATADIR%%/cnd/bin/Linux-x86/rfs_test_env +%%DATADIR%%/cnd/bin/Linux-x86_64/libBuildTrace.so +%%DATADIR%%/cnd/bin/Linux-x86_64/rfs_controller +%%DATADIR%%/cnd/bin/Linux-x86_64/rfs_preload.so +%%DATADIR%%/cnd/bin/Linux-x86_64/rfs_test_env +%%DATADIR%%/cnd/bin/MacOSX-x86/libBuildTrace.dylib +%%DATADIR%%/cnd/bin/MacOSX-x86_64/libBuildTrace.dylib +%%DATADIR%%/cnd/bin/SunOS-sparc/libBuildTrace.so +%%DATADIR%%/cnd/bin/SunOS-sparc/rfs_controller +%%DATADIR%%/cnd/bin/SunOS-sparc/rfs_preload.so +%%DATADIR%%/cnd/bin/SunOS-sparc/rfs_test_env +%%DATADIR%%/cnd/bin/SunOS-sparc_64/libBuildTrace.so +%%DATADIR%%/cnd/bin/SunOS-sparc_64/rfs_controller +%%DATADIR%%/cnd/bin/SunOS-sparc_64/rfs_preload.so +%%DATADIR%%/cnd/bin/SunOS-sparc_64/rfs_test_env +%%DATADIR%%/cnd/bin/SunOS-x86/libBuildTrace.so +%%DATADIR%%/cnd/bin/SunOS-x86/rfs_controller +%%DATADIR%%/cnd/bin/SunOS-x86/rfs_preload.so +%%DATADIR%%/cnd/bin/SunOS-x86/rfs_test_env +%%DATADIR%%/cnd/bin/SunOS-x86_64/libBuildTrace.so +%%DATADIR%%/cnd/bin/SunOS-x86_64/rfs_controller +%%DATADIR%%/cnd/bin/SunOS-x86_64/rfs_preload.so +%%DATADIR%%/cnd/bin/SunOS-x86_64/rfs_test_env +%%DATADIR%%/cnd/bin/dorun.sh +%%DATADIR%%/cnd/bin/rfs_test_env.sh +%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-antlr.xml +%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-api-model.xml +%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-api-project.xml +%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-api-remote.xml +%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-apt.xml +%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-asm.xml +%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-callgraph.xml +%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-classview.xml +%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-cncppunit.xml +%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-completion.xml +%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-debugger-common2.xml +%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-debugger-gdb2.xml +%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-discovery.xml +%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-dwarfdiscovery.xml +%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-dwarfdump.xml +%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-editor.xml +%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-folding.xml +%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-gotodeclaration.xml +%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-highlight.xml +%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-indexing.xml +%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-kit.xml +%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-lexer.xml +%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-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 +%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-modeldiscovery.xml +%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-modelimpl.xml +%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-modelui.xml +%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-modelutil.xml +%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-navigation.xml +%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-qnavigator.xml +%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-refactoring.xml +%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-remote-projectui.xml +%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-remote.xml +%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-repository-api.xml +%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-repository.xml +%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-script.xml +%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-search.xml +%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-simpleunit.xml +%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-source.xml +%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-spellchecker-bindings.xml +%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-testrunner.xml +%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-toolchain.xml +%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-utils.xml +%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd.xml +%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-jellytools-cnd.xml +%%DATADIR%%/cnd/modules/docs/org-netbeans-modules-cnd.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-antlr_ja.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-antlr_pt_BR.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-antlr_ru.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-antlr_zh_CN.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-api-model_ja.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-api-model_pt_BR.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-api-model_ru.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-api-model_zh_CN.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-api-project_ja.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-api-project_pt_BR.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-api-project_ru.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-api-project_zh_CN.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-api-remote_ja.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-api-remote_pt_BR.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-api-remote_ru.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-api-remote_zh_CN.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-apt_ja.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-apt_pt_BR.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-apt_ru.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-apt_zh_CN.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-asm_ja.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-asm_pt_BR.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-asm_ru.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-asm_zh_CN.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-callgraph_ja.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-callgraph_pt_BR.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-callgraph_ru.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-callgraph_zh_CN.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-classview_ja.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-classview_pt_BR.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-classview_ru.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-classview_zh_CN.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-cncppunit_ja.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-cncppunit_pt_BR.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-cncppunit_ru.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-cncppunit_zh_CN.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-completion_ja.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-completion_pt_BR.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-completion_ru.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-completion_zh_CN.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-debugger-common2_ja.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-debugger-common2_pt_BR.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-debugger-common2_ru.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-debugger-common2_zh_CN.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-debugger-gdb2_ja.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-debugger-gdb2_pt_BR.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-debugger-gdb2_ru.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-debugger-gdb2_zh_CN.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-discovery_ja.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-discovery_pt_BR.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-discovery_ru.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-discovery_zh_CN.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-dwarfdiscovery_ja.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-dwarfdiscovery_pt_BR.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-dwarfdiscovery_ru.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-dwarfdiscovery_zh_CN.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-dwarfdump_ja.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-dwarfdump_pt_BR.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-dwarfdump_ru.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-dwarfdump_zh_CN.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-editor_ja.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-editor_pt_BR.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-editor_ru.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-editor_zh_CN.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-folding_ja.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-folding_pt_BR.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-folding_ru.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-folding_zh_CN.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-gotodeclaration_ja.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-gotodeclaration_pt_BR.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-gotodeclaration_ru.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-gotodeclaration_zh_CN.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-highlight_ja.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-highlight_pt_BR.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-highlight_ru.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-highlight_zh_CN.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-indexing_ja.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-indexing_pt_BR.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-indexing_ru.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-indexing_zh_CN.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-kit_ja.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-kit_pt_BR.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-kit_ru.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-kit_zh_CN.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-lexer_ja.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-lexer_pt_BR.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-lexer_ru.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-lexer_zh_CN.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-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 +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-makeproject-source-bridge_zh_CN.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-makeproject_ja.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-makeproject_pt_BR.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-makeproject_ru.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-makeproject_zh_CN.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-model-services_ja.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-model-services_pt_BR.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-model-services_ru.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-model-services_zh_CN.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-modeldiscovery_ja.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-modeldiscovery_pt_BR.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-modeldiscovery_ru.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-modeldiscovery_zh_CN.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-modelimpl_ja.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-modelimpl_pt_BR.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-modelimpl_ru.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-modelimpl_zh_CN.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-modelui_ja.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-modelui_pt_BR.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-modelui_ru.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-modelui_zh_CN.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-modelutil_ja.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-modelutil_pt_BR.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-modelutil_ru.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-modelutil_zh_CN.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-navigation_ja.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-navigation_pt_BR.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-navigation_ru.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-navigation_zh_CN.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-qnavigator_ja.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-qnavigator_pt_BR.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-qnavigator_ru.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-qnavigator_zh_CN.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-refactoring_ja.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-refactoring_pt_BR.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-refactoring_ru.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-refactoring_zh_CN.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-remote-projectui_ja.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-remote-projectui_pt_BR.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-remote-projectui_ru.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-remote-projectui_zh_CN.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-remote_ja.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-remote_pt_BR.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-remote_ru.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-remote_zh_CN.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-repository-api_ja.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-repository-api_pt_BR.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-repository-api_ru.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-repository-api_zh_CN.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-repository_ja.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-repository_pt_BR.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-repository_ru.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-repository_zh_CN.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-script_ja.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-script_pt_BR.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-script_ru.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-script_zh_CN.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-search_ja.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-search_pt_BR.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-search_ru.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-search_zh_CN.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-simpleunit_ja.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-simpleunit_pt_BR.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-simpleunit_ru.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-simpleunit_zh_CN.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-source_ja.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-source_pt_BR.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-source_ru.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-source_zh_CN.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-spellchecker-bindings_ja.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-spellchecker-bindings_pt_BR.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-spellchecker-bindings_ru.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-spellchecker-bindings_zh_CN.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-testrunner_ja.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-testrunner_pt_BR.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-testrunner_ru.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-testrunner_zh_CN.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-toolchain_ja.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-toolchain_pt_BR.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-toolchain_ru.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-toolchain_zh_CN.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-utils_ja.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-utils_pt_BR.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-utils_ru.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-utils_zh_CN.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd_ja.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd_pt_BR.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd_ru.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd_zh_CN.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-jellytools-cnd_ja.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-jellytools-cnd_pt_BR.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-jellytools-cnd_ru.jar +%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-jellytools-cnd_zh_CN.jar +%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-antlr.jar +%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-api-model.jar +%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-api-project.jar +%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-api-remote.jar +%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-apt.jar +%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-asm.jar +%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-callgraph.jar +%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-classview.jar +%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-cncppunit.jar +%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-completion.jar +%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-debugger-common2.jar +%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-debugger-gdb2.jar +%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-discovery.jar +%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-dwarfdiscovery.jar +%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-dwarfdump.jar +%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-editor.jar +%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-folding.jar +%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-gotodeclaration.jar +%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-highlight.jar +%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-indexing.jar +%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-kit.jar +%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-lexer.jar +%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-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 +%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-modeldiscovery.jar +%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-modelimpl.jar +%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-modelui.jar +%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-modelutil.jar +%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-navigation.jar +%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-qnavigator.jar +%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-refactoring.jar +%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-remote-projectui.jar +%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-remote.jar +%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-repository-api.jar +%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-repository.jar +%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-script.jar +%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-search.jar +%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-simpleunit.jar +%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-source.jar +%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-spellchecker-bindings.jar +%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-testrunner.jar +%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-toolchain.jar +%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-utils.jar +%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd.jar +%%DATADIR%%/cnd/modules/org-netbeans-modules-jellytools-cnd.jar +%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-antlr.xml +%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-api-model.xml +%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-api-project.xml +%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-api-remote.xml +%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-apt.xml +%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-asm.xml +%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-callgraph.xml +%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-classview.xml +%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-cncppunit.xml +%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-completion.xml +%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-debugger-common2.xml +%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-debugger-gdb2.xml +%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-discovery.xml +%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-dwarfdiscovery.xml +%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-dwarfdump.xml +%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-editor.xml +%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-folding.xml +%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-gotodeclaration.xml +%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-highlight.xml +%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-indexing.xml +%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-kit.xml +%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-lexer.xml +%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-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 +%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-modeldiscovery.xml +%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-modelimpl.xml +%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-modelui.xml +%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-modelutil.xml +%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-navigation.xml +%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-qnavigator.xml +%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-refactoring.xml +%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-remote-projectui.xml +%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-remote.xml +%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-repository-api.xml +%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-repository.xml +%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-script.xml +%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-search.xml +%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-simpleunit.xml +%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-source.xml +%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-spellchecker-bindings.xml +%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-testrunner.xml +%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-toolchain.xml +%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-utils.xml +%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd.xml +%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-jellytools-cnd.xml +%%DATADIR%%/dlight/.lastModified +%%DATADIR%%/dlight/VERSION.txt +%%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 +%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-dlight-kit_ru.jar +%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-dlight-kit_zh_CN.jar +%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-dlight-libs-common_ja.jar +%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-dlight-libs-common_pt_BR.jar +%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-dlight-libs-common_ru.jar +%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-dlight-libs-common_zh_CN.jar +%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-dlight-remote-impl_ja.jar +%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-dlight-remote-impl_pt_BR.jar +%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-dlight-remote-impl_ru.jar +%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-dlight-remote-impl_zh_CN.jar +%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-dlight-remote_ja.jar +%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-dlight-remote_pt_BR.jar +%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-dlight-remote_ru.jar +%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-dlight-remote_zh_CN.jar +%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-dlight-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 +%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-remotefs-versioning_zh_CN.jar +%%DATADIR%%/dlight/modules/org-netbeans-modules-dlight-kit.jar +%%DATADIR%%/dlight/modules/org-netbeans-modules-dlight-libs-common.jar +%%DATADIR%%/dlight/modules/org-netbeans-modules-dlight-remote-impl.jar +%%DATADIR%%/dlight/modules/org-netbeans-modules-dlight-remote.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 +%%DATADIR%%/enterprise/ant/extra/jspcompile.jar +%%DATADIR%%/enterprise/ant/nblib/locale/org-netbeans-modules-j2ee-ant_ja.jar +%%DATADIR%%/enterprise/ant/nblib/locale/org-netbeans-modules-j2ee-ant_pt_BR.jar +%%DATADIR%%/enterprise/ant/nblib/locale/org-netbeans-modules-j2ee-ant_ru.jar +%%DATADIR%%/enterprise/ant/nblib/locale/org-netbeans-modules-j2ee-ant_zh_CN.jar +%%DATADIR%%/enterprise/ant/nblib/org-netbeans-modules-j2ee-ant.jar +%%DATADIR%%/enterprise/ant/sources/org/netbeans/modules/web/project/ant/JspC.java +%%DATADIR%%/enterprise/ant/sources/org/netbeans/modules/web/project/ant/JspCSingle.java +%%DATADIR%%/enterprise/config/Modules/org-netbeans-api-web-webmodule.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-libs-amazon.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-libs-commons_fileupload.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-libs-elimpl.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-libs-glassfish_logging.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-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-eecommon.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-glassfish-javaee.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-hibernateweb.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2ee-ant.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2ee-api-ejbmodule.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2ee-clientproject.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2ee-common.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2ee-core.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2ee-dd-webservice.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2ee-dd.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2ee-ddloaders.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2ee-earproject.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2ee-ejbcore.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2ee-ejbjarproject.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2ee-ejbrefactoring.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2ee-ejbverification.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2ee-genericserver.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2ee-jboss4.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2ee-kit.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2ee-platform.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2ee-samples.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2ee-sun-appsrv.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2ee-sun-dd.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2ee-sun-ddui.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2ee-weblogic9.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2eeapis.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2eeserver.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-javaee-api.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-javaee-beanvalidation.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-javaee-specs-support.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-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-profiler-j2ee.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-projectimport-eclipse-web.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-servletjspapi.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-spring-webmvc.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-tomcat5.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-web-beans.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-web-client-rest.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-web-core-syntax.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-web-core.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-web-debug.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-web-el.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-web-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 +%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-web-jsf-navigation.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-web-jsf-richfaces.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-web-jsf.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-web-jsf12.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-web-jsf12ri.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-web-jsf20.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-web-jsfapi.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-web-jspparser.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-web-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 +%%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-websvc-clientapi.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-core.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-customization.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-design.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-editor-hints.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-jaxws-lightapi.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-jaxwsapi.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-jaxwsmodel.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-kit.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-manager.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-metro-lib.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-metro-model.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-metro-samples.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-owsm.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-projectapi.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-rest-samples.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-rest.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-restapi.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-restkit.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-restlib.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-saas-codegen-j2ee.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-utilities.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-websvcapi.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-wsitconf.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-wsitmodelext.xml +%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-wsstackapi.xml +%%DATADIR%%/enterprise/docs/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/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 +%%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/el-impl.jar +%%DATADIR%%/enterprise/modules/ext/glassfish-jspparser-3.0.jar +%%DATADIR%%/enterprise/modules/ext/glassfish-logging-2.0.jar +%%DATADIR%%/enterprise/modules/ext/javaee-api-6.0-license.txt +%%DATADIR%%/enterprise/modules/ext/javaee-api-6.0.jar +%%DATADIR%%/enterprise/modules/ext/javaee-web-api-6.0-license.txt +%%DATADIR%%/enterprise/modules/ext/javaee-web-api-6.0.jar +%%DATADIR%%/enterprise/modules/ext/javaee6-endorsed/javax.annotation-license.txt +%%DATADIR%%/enterprise/modules/ext/javaee6-endorsed/javax.annotation.jar +%%DATADIR%%/enterprise/modules/ext/javaee6-endorsed/jaxb-api-osgi-license.txt +%%DATADIR%%/enterprise/modules/ext/javaee6-endorsed/jaxb-api-osgi.jar +%%DATADIR%%/enterprise/modules/ext/javaee6-endorsed/webservices-api-osgi-license.txt +%%DATADIR%%/enterprise/modules/ext/javaee6-endorsed/webservices-api-osgi.jar +%%DATADIR%%/enterprise/modules/ext/jsf-1_2/LICENSE-APACHE.txt +%%DATADIR%%/enterprise/modules/ext/jsf-1_2/LICENSE.TXT +%%DATADIR%%/enterprise/modules/ext/jsf-1_2/THIRDPARTYLICENSEREADME.txt +%%DATADIR%%/enterprise/modules/ext/jsf-1_2/commons-beanutils.jar +%%DATADIR%%/enterprise/modules/ext/jsf-1_2/commons-collections.jar +%%DATADIR%%/enterprise/modules/ext/jsf-1_2/commons-digester.jar +%%DATADIR%%/enterprise/modules/ext/jsf-1_2/commons-logging.jar +%%DATADIR%%/enterprise/modules/ext/jsf-1_2/jsf-api.jar +%%DATADIR%%/enterprise/modules/ext/jsf-1_2/jsf-impl.jar +%%DATADIR%%/enterprise/modules/ext/jsf-2_1/javax.faces.jar +%%DATADIR%%/enterprise/modules/ext/jsf-2_1/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/locale/org-netbeans-modules-web-httpmonitor_ja.jar +%%DATADIR%%/enterprise/modules/ext/locale/org-netbeans-modules-web-httpmonitor_pt_BR.jar +%%DATADIR%%/enterprise/modules/ext/locale/org-netbeans-modules-web-httpmonitor_ru.jar +%%DATADIR%%/enterprise/modules/ext/locale/org-netbeans-modules-web-httpmonitor_zh_CN.jar +%%DATADIR%%/enterprise/modules/ext/metro/webservices-api.jar +%%DATADIR%%/enterprise/modules/ext/metro/webservices-extra-api.jar +%%DATADIR%%/enterprise/modules/ext/metro/webservices-extra.jar +%%DATADIR%%/enterprise/modules/ext/metro/webservices-rt.jar +%%DATADIR%%/enterprise/modules/ext/metro/webservices-tools.jar +%%DATADIR%%/enterprise/modules/ext/org-netbeans-modules-web-httpmonitor.jar +%%DATADIR%%/enterprise/modules/ext/primefaces/primefaces-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/struts/antlr-2.7.2.jar +%%DATADIR%%/enterprise/modules/ext/struts/bsf-2.3.0.jar +%%DATADIR%%/enterprise/modules/ext/struts/commons-beanutils-1.8.0.jar +%%DATADIR%%/enterprise/modules/ext/struts/commons-chain-1.2.jar +%%DATADIR%%/enterprise/modules/ext/struts/commons-digester-1.8.jar +%%DATADIR%%/enterprise/modules/ext/struts/commons-fileupload-1.1.1.jar +%%DATADIR%%/enterprise/modules/ext/struts/commons-io-1.1.jar +%%DATADIR%%/enterprise/modules/ext/struts/commons-logging-1.0.4.jar +%%DATADIR%%/enterprise/modules/ext/struts/commons-validator-1.3.1.jar +%%DATADIR%%/enterprise/modules/ext/struts/jstl-1.0.2.jar +%%DATADIR%%/enterprise/modules/ext/struts/oro-2.0.8.jar +%%DATADIR%%/enterprise/modules/ext/struts/standard-1.0.6.jar +%%DATADIR%%/enterprise/modules/ext/struts/struts-core-1.3.10.jar +%%DATADIR%%/enterprise/modules/ext/struts/struts-el-1.3.10.jar +%%DATADIR%%/enterprise/modules/ext/struts/struts-extras-1.3.10.jar +%%DATADIR%%/enterprise/modules/ext/struts/struts-faces-1.3.10.jar +%%DATADIR%%/enterprise/modules/ext/struts/struts-mailreader-dao-1.3.10.jar +%%DATADIR%%/enterprise/modules/ext/struts/struts-scripting-1.3.10.jar +%%DATADIR%%/enterprise/modules/ext/struts/struts-taglib-1.3.10.jar +%%DATADIR%%/enterprise/modules/ext/struts/struts-tiles-1.3.10.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-api-web-webmodule_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-api-web-webmodule_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-api-web-webmodule_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-api-web-webmodule_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-libs-amazon_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-libs-amazon_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-libs-amazon_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-libs-amazon_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-libs-commons_fileupload_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-libs-commons_fileupload_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-libs-commons_fileupload_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-libs-commons_fileupload_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-libs-elimpl_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-libs-elimpl_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-libs-elimpl_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-libs-elimpl_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-libs-glassfish_logging_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-libs-glassfish_logging_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-libs-glassfish_logging_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-libs-glassfish_logging_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-apisupport-restsample_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-apisupport-restsample_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-apisupport-restsample_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-apisupport-restsample_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-cloud-amazon_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-cloud-amazon_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-cloud-amazon_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-cloud-amazon_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-cloud-common_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-cloud-common_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-cloud-common_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-cloud-common_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-el-lexer_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-el-lexer_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-el-lexer_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-el-lexer_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-glassfish-eecommon_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-glassfish-eecommon_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-glassfish-eecommon_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-glassfish-eecommon_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-glassfish-javaee_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-glassfish-javaee_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-glassfish-javaee_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-glassfish-javaee_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-hibernateweb_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-hibernateweb_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-hibernateweb_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-hibernateweb_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-ant_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-ant_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-ant_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-ant_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-api-ejbmodule_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-api-ejbmodule_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-api-ejbmodule_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-api-ejbmodule_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-clientproject_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-clientproject_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-clientproject_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-clientproject_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-common_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-common_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-common_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-common_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-core_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-core_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-core_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-core_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-dd-webservice_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-dd-webservice_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-dd-webservice_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-dd-webservice_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-dd_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-dd_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-dd_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-dd_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-ddloaders_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-ddloaders_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-ddloaders_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-ddloaders_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-earproject_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-earproject_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-earproject_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-earproject_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-ejbcore_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-ejbcore_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-ejbcore_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-ejbcore_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-ejbjarproject_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-ejbjarproject_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-ejbjarproject_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-ejbjarproject_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-ejbrefactoring_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-ejbrefactoring_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-ejbrefactoring_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-ejbrefactoring_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-ejbverification_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-ejbverification_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-ejbverification_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-ejbverification_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-genericserver_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-genericserver_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-genericserver_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-genericserver_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-jboss4_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-jboss4_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-jboss4_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-jboss4_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-kit_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-kit_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-kit_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-kit_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-platform_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-platform_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-platform_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-platform_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-samples_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-samples_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-samples_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-samples_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-sun-appsrv_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-sun-appsrv_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-sun-appsrv_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-sun-appsrv_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-sun-dd_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-sun-dd_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-sun-dd_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-sun-dd_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-sun-ddui_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-sun-ddui_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-sun-ddui_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-sun-ddui_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-weblogic9_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-weblogic9_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-weblogic9_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2ee-weblogic9_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2eeapis_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2eeapis_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2eeapis_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2eeapis_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2eeserver_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2eeserver_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2eeserver_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-j2eeserver_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-javaee-api_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-javaee-api_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-javaee-api_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-javaee-api_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-javaee-beanvalidation_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-javaee-beanvalidation_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-javaee-beanvalidation_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-javaee-beanvalidation_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-javaee-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-jellytools-enterprise_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-jellytools-enterprise_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-jellytools-enterprise_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-jellytools-enterprise_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-jsp-lexer_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-jsp-lexer_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-jsp-lexer_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-jsp-lexer_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-maven-j2ee_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-maven-j2ee_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-maven-j2ee_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-maven-j2ee_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-maven-jaxws_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-maven-jaxws_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-maven-jaxws_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-maven-jaxws_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-maven-samples_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-maven-samples_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-maven-samples_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-maven-samples_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-profiler-j2ee_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-profiler-j2ee_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-profiler-j2ee_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-profiler-j2ee_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-projectimport-eclipse-web_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-projectimport-eclipse-web_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-projectimport-eclipse-web_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-projectimport-eclipse-web_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-servletjspapi_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-servletjspapi_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-servletjspapi_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-servletjspapi_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-spring-webmvc_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-spring-webmvc_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-spring-webmvc_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-spring-webmvc_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-tomcat5_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-tomcat5_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-tomcat5_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-tomcat5_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-beans_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-beans_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-beans_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-beans_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-client-rest_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-client-rest_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-client-rest_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-client-rest_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-core-syntax_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-core-syntax_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-core-syntax_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-core-syntax_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-core_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-core_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-core_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-core_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-debug_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-debug_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-debug_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-debug_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-el_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-el_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-el_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-el_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-examples_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-examples_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-examples_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-examples_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-freeform_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-freeform_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-freeform_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-freeform_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-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 +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsf-editor_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsf-icefaces_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsf-icefaces_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsf-icefaces_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsf-icefaces_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsf-kit_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsf-kit_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsf-kit_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsf-kit_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsf-navigation_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsf-navigation_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsf-navigation_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsf-navigation_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsf-richfaces_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsf-richfaces_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsf-richfaces_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsf-richfaces_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsf12_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsf12_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsf12_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsf12_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsf12ri_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsf12ri_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsf12ri_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsf12ri_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsf20_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsf20_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsf20_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsf20_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsf_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsf_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsf_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsf_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsfapi_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsfapi_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsfapi_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jsfapi_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jspparser_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jspparser_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jspparser_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-jspparser_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-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 +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-kit_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-monitor_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-monitor_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-monitor_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-monitor_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-primefaces_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-primefaces_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-primefaces_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-primefaces_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-project_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-project_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-project_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-project_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-refactoring_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-refactoring_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-refactoring_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-refactoring_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-struts_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-struts_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-struts_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-web-struts_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-clientapi_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-clientapi_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-clientapi_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-clientapi_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-core_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-core_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-core_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-core_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-customization_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-customization_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-customization_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-customization_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-design_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-design_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-design_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-design_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-editor-hints_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-editor-hints_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-editor-hints_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-editor-hints_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-jaxws-lightapi_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-jaxws-lightapi_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-jaxws-lightapi_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-jaxws-lightapi_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-jaxwsapi_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-jaxwsapi_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-jaxwsapi_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-jaxwsapi_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-jaxwsmodel_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-jaxwsmodel_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-jaxwsmodel_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-jaxwsmodel_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-kit_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-kit_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-kit_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-kit_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-manager_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-manager_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-manager_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-manager_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-metro-lib_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-metro-lib_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-metro-lib_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-metro-lib_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-metro-model_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-metro-model_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-metro-model_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-metro-model_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-metro-samples_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-metro-samples_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-metro-samples_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-metro-samples_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-owsm_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-owsm_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-owsm_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-owsm_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-projectapi_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-projectapi_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-projectapi_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-projectapi_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-rest-samples_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-rest-samples_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-rest-samples_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-rest-samples_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-rest_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-rest_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-rest_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-rest_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-restapi_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-restapi_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-restapi_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-restapi_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-restkit_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-restkit_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-restkit_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-restkit_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-restlib_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-restlib_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-restlib_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-restlib_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-saas-codegen-j2ee_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-saas-codegen-j2ee_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-saas-codegen-j2ee_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-saas-codegen-j2ee_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-utilities_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-utilities_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-utilities_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-utilities_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-websvcapi_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-websvcapi_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-websvcapi_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-websvcapi_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-wsitconf_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-wsitconf_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-wsitconf_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-wsitconf_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-wsitmodelext_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-wsitmodelext_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-wsitmodelext_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-wsitmodelext_zh_CN.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-wsstackapi_ja.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-wsstackapi_pt_BR.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-wsstackapi_ru.jar +%%DATADIR%%/enterprise/modules/locale/org-netbeans-modules-websvc-wsstackapi_zh_CN.jar +%%DATADIR%%/enterprise/modules/org-netbeans-api-web-webmodule.jar +%%DATADIR%%/enterprise/modules/org-netbeans-libs-amazon.jar +%%DATADIR%%/enterprise/modules/org-netbeans-libs-commons_fileupload.jar +%%DATADIR%%/enterprise/modules/org-netbeans-libs-elimpl.jar +%%DATADIR%%/enterprise/modules/org-netbeans-libs-glassfish_logging.jar +%%DATADIR%%/enterprise/modules/org-netbeans-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-eecommon.jar +%%DATADIR%%/enterprise/modules/org-netbeans-modules-glassfish-javaee.jar +%%DATADIR%%/enterprise/modules/org-netbeans-modules-hibernateweb.jar +%%DATADIR%%/enterprise/modules/org-netbeans-modules-j2ee-ant.jar +%%DATADIR%%/enterprise/modules/org-netbeans-modules-j2ee-api-ejbmodule.jar +%%DATADIR%%/enterprise/modules/org-netbeans-modules-j2ee-clientproject.jar +%%DATADIR%%/enterprise/modules/org-netbeans-modules-j2ee-common.jar +%%DATADIR%%/enterprise/modules/org-netbeans-modules-j2ee-core.jar +%%DATADIR%%/enterprise/modules/org-netbeans-modules-j2ee-dd-webservice.jar +%%DATADIR%%/enterprise/modules/org-netbeans-modules-j2ee-dd.jar +%%DATADIR%%/enterprise/modules/org-netbeans-modules-j2ee-ddloaders.jar +%%DATADIR%%/enterprise/modules/org-netbeans-modules-j2ee-earproject.jar +%%DATADIR%%/enterprise/modules/org-netbeans-modules-j2ee-ejbcore.jar +%%DATADIR%%/enterprise/modules/org-netbeans-modules-j2ee-ejbjarproject.jar +%%DATADIR%%/enterprise/modules/org-netbeans-modules-j2ee-ejbrefactoring.jar +%%DATADIR%%/enterprise/modules/org-netbeans-modules-j2ee-ejbverification.jar +%%DATADIR%%/enterprise/modules/org-netbeans-modules-j2ee-genericserver.jar +%%DATADIR%%/enterprise/modules/org-netbeans-modules-j2ee-jboss4.jar +%%DATADIR%%/enterprise/modules/org-netbeans-modules-j2ee-kit.jar +%%DATADIR%%/enterprise/modules/org-netbeans-modules-j2ee-platform.jar +%%DATADIR%%/enterprise/modules/org-netbeans-modules-j2ee-samples.jar +%%DATADIR%%/enterprise/modules/org-netbeans-modules-j2ee-sun-appsrv.jar +%%DATADIR%%/enterprise/modules/org-netbeans-modules-j2ee-sun-dd.jar +%%DATADIR%%/enterprise/modules/org-netbeans-modules-j2ee-sun-ddui.jar +%%DATADIR%%/enterprise/modules/org-netbeans-modules-j2ee-weblogic9.jar +%%DATADIR%%/enterprise/modules/org-netbeans-modules-j2eeapis.jar +%%DATADIR%%/enterprise/modules/org-netbeans-modules-j2eeserver.jar +%%DATADIR%%/enterprise/modules/org-netbeans-modules-javaee-api.jar +%%DATADIR%%/enterprise/modules/org-netbeans-modules-javaee-beanvalidation.jar +%%DATADIR%%/enterprise/modules/org-netbeans-modules-javaee-specs-support.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-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-profiler-j2ee.jar +%%DATADIR%%/enterprise/modules/org-netbeans-modules-projectimport-eclipse-web.jar +%%DATADIR%%/enterprise/modules/org-netbeans-modules-servletjspapi.jar +%%DATADIR%%/enterprise/modules/org-netbeans-modules-spring-webmvc.jar +%%DATADIR%%/enterprise/modules/org-netbeans-modules-tomcat5.jar +%%DATADIR%%/enterprise/modules/org-netbeans-modules-web-beans.jar +%%DATADIR%%/enterprise/modules/org-netbeans-modules-web-client-rest.jar +%%DATADIR%%/enterprise/modules/org-netbeans-modules-web-core-syntax.jar +%%DATADIR%%/enterprise/modules/org-netbeans-modules-web-core.jar +%%DATADIR%%/enterprise/modules/org-netbeans-modules-web-debug.jar +%%DATADIR%%/enterprise/modules/org-netbeans-modules-web-el.jar +%%DATADIR%%/enterprise/modules/org-netbeans-modules-web-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 +%%DATADIR%%/enterprise/modules/org-netbeans-modules-web-jsf-navigation.jar +%%DATADIR%%/enterprise/modules/org-netbeans-modules-web-jsf-richfaces.jar +%%DATADIR%%/enterprise/modules/org-netbeans-modules-web-jsf.jar +%%DATADIR%%/enterprise/modules/org-netbeans-modules-web-jsf12.jar +%%DATADIR%%/enterprise/modules/org-netbeans-modules-web-jsf12ri.jar +%%DATADIR%%/enterprise/modules/org-netbeans-modules-web-jsf20.jar +%%DATADIR%%/enterprise/modules/org-netbeans-modules-web-jsfapi.jar +%%DATADIR%%/enterprise/modules/org-netbeans-modules-web-jspparser.jar +%%DATADIR%%/enterprise/modules/org-netbeans-modules-web-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 +%%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-websvc-clientapi.jar +%%DATADIR%%/enterprise/modules/org-netbeans-modules-websvc-core.jar +%%DATADIR%%/enterprise/modules/org-netbeans-modules-websvc-customization.jar +%%DATADIR%%/enterprise/modules/org-netbeans-modules-websvc-design.jar +%%DATADIR%%/enterprise/modules/org-netbeans-modules-websvc-editor-hints.jar +%%DATADIR%%/enterprise/modules/org-netbeans-modules-websvc-jaxws-lightapi.jar +%%DATADIR%%/enterprise/modules/org-netbeans-modules-websvc-jaxwsapi.jar +%%DATADIR%%/enterprise/modules/org-netbeans-modules-websvc-jaxwsmodel.jar +%%DATADIR%%/enterprise/modules/org-netbeans-modules-websvc-kit.jar +%%DATADIR%%/enterprise/modules/org-netbeans-modules-websvc-manager.jar +%%DATADIR%%/enterprise/modules/org-netbeans-modules-websvc-metro-lib.jar +%%DATADIR%%/enterprise/modules/org-netbeans-modules-websvc-metro-model.jar +%%DATADIR%%/enterprise/modules/org-netbeans-modules-websvc-metro-samples.jar +%%DATADIR%%/enterprise/modules/org-netbeans-modules-websvc-owsm.jar +%%DATADIR%%/enterprise/modules/org-netbeans-modules-websvc-projectapi.jar +%%DATADIR%%/enterprise/modules/org-netbeans-modules-websvc-rest-samples.jar +%%DATADIR%%/enterprise/modules/org-netbeans-modules-websvc-rest.jar +%%DATADIR%%/enterprise/modules/org-netbeans-modules-websvc-restapi.jar +%%DATADIR%%/enterprise/modules/org-netbeans-modules-websvc-restkit.jar +%%DATADIR%%/enterprise/modules/org-netbeans-modules-websvc-restlib.jar +%%DATADIR%%/enterprise/modules/org-netbeans-modules-websvc-saas-codegen-j2ee.jar +%%DATADIR%%/enterprise/modules/org-netbeans-modules-websvc-utilities.jar +%%DATADIR%%/enterprise/modules/org-netbeans-modules-websvc-websvcapi.jar +%%DATADIR%%/enterprise/modules/org-netbeans-modules-websvc-wsitconf.jar +%%DATADIR%%/enterprise/modules/org-netbeans-modules-websvc-wsitmodelext.jar +%%DATADIR%%/enterprise/modules/org-netbeans-modules-websvc-wsstackapi.jar +%%DATADIR%%/enterprise/update_tracking/org-netbeans-api-web-webmodule.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-libs-amazon.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-libs-commons_fileupload.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-libs-elimpl.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-libs-glassfish_logging.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-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-eecommon.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-glassfish-javaee.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-hibernateweb.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-j2ee-ant.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-j2ee-api-ejbmodule.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-j2ee-clientproject.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-j2ee-common.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-j2ee-core.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-j2ee-dd-webservice.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-j2ee-dd.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-j2ee-ddloaders.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-j2ee-earproject.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-j2ee-ejbcore.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-j2ee-ejbjarproject.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-j2ee-ejbrefactoring.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-j2ee-ejbverification.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-j2ee-genericserver.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-j2ee-jboss4.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-j2ee-kit.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-j2ee-platform.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-j2ee-samples.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-j2ee-sun-appsrv.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-j2ee-sun-dd.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-j2ee-sun-ddui.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-j2ee-weblogic9.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-j2eeapis.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-j2eeserver.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-javaee-api.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-javaee-beanvalidation.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-javaee-specs-support.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-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-profiler-j2ee.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-projectimport-eclipse-web.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-servletjspapi.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-spring-webmvc.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-tomcat5.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-web-beans.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-web-client-rest.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-web-core-syntax.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-web-core.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-web-debug.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-web-el.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-web-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 +%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-web-jsf-navigation.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-web-jsf-richfaces.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-web-jsf.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-web-jsf12.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-web-jsf12ri.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-web-jsf20.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-web-jsfapi.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-web-jspparser.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-web-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 +%%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-websvc-clientapi.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-websvc-core.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-websvc-customization.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-websvc-design.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-websvc-editor-hints.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-websvc-jaxws-lightapi.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-websvc-jaxwsapi.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-websvc-jaxwsmodel.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-websvc-kit.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-websvc-manager.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-websvc-metro-lib.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-websvc-metro-model.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-websvc-metro-samples.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-websvc-owsm.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-websvc-projectapi.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-websvc-rest-samples.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-websvc-rest.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-websvc-restapi.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-websvc-restkit.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-websvc-restlib.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-websvc-saas-codegen-j2ee.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-websvc-utilities.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-websvc-websvcapi.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-websvc-wsitconf.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-websvc-wsitmodelext.xml +%%DATADIR%%/enterprise/update_tracking/org-netbeans-modules-websvc-wsstackapi.xml +%%DATADIR%%/ergonomics/.lastModified +%%DATADIR%%/ergonomics/config/Modules/org-apache-tools-ant-module.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-api-mobility.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-libs-aguiswinglayout.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-libs-ppawtlayout.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-ant-browsetask.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-ant-debugger.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-ant-freeform.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-ant-kit.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-apisupport-ant.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-apisupport-crudsample.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-apisupport-feedreader.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-apisupport-installer.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-apisupport-kit.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-apisupport-osgidemo.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-apisupport-paintapp.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-apisupport-project.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-apisupport-restsample.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-apisupport-wizards.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-beans.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cloud-amazon.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cloud-common.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-antlr.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-api-model.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-apt.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-asm.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-callgraph.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-classview.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-cncppunit.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-completion.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-debugger-common2.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-debugger-gdb2.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-discovery.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-dwarfdiscovery.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-dwarfdump.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-editor.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-folding.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-gotodeclaration.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-highlight.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-indexing.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-kit.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-makeproject.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-modeldiscovery.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-modelui.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-modelutil.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-navigation.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-qnavigator.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-refactoring.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-remote-projectui.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-repository-api.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-script.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-search.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-simpleunit.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-source.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-testrunner.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd-utils.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-cnd.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-dbschema.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-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-javaee.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-groovy-antproject.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-groovy-editor.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-groovy-grails.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-groovy-grailsproject.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-groovy-gsp.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-groovy-kit.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-groovy-refactoring.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-groovy-samples.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-groovy-support.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-hibernate.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-i18n.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-ide-ergonomics.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-ant.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-clientproject.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-common.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-ddloaders.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-earproject.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-eclipselinkmodelgen.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-ejbcore.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-ejbjarproject.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-ejbrefactoring.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-ejbverification.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-genericserver.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-jboss4.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-jpa-refactoring.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-jpa-verification.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-kit.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-metadata-model-support.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-metadata.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-persistence-kit.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-persistence.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-persistenceapi.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-platform.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-samples.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-sun-appsrv.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-sun-ddui.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-weblogic9.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-j2me-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-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-j2seplatform.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 +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-java-source-ant.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-java-source.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-java-sourceui.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-java-testrunner.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-javacard-apdufile.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-javacard-console.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-javacard-kit.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-javacard-oberthur.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-javacard-platform-ui.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-javacard-project.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-javacard-ri-bundle.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-javacard-ri-platform.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-javadoc.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-javaee-api.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-javaee-beanvalidation.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-javafx2-editor.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-javafx2-kit.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-javafx2-platform.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-javafx2-project.xml +%%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-javawebstart.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-junit.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-languages-apacheconf.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-maven-checkstyle.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-maven-coverage.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-maven-grammar.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-maven-graph.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-maven-groovy.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-maven-kit.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-maven-osgi.xml +%%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-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-options-java.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-php-apigen.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-phpdoc-documentation.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 +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-php-smarty.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-php-symfony.xml +%%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-profiler-drilldown.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-profiler-heapwalker.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-profiler-kit.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-profiler-nbimpl.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-profiler-options.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-profiler-oql-language.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-profiler-snaptracer.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-profiler-stp.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-projectimport-eclipse-core.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-refactoring-java.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-spring-beans.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-spring-webmvc.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-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 +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-web-debug.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-web-el.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-web-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 +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-web-jsf-icefaces.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-web-jsf-kit.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-web-jsf-navigation.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-web-jsf-richfaces.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-web-jsf.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-web-jsf12.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-web-jsf12ri.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-web-jsf20.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-web-jsfapi.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-web-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 +%%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-websvc-clientapi.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-websvc-core.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-websvc-customization.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-websvc-design.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-websvc-editor-hints.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-websvc-jaxwsapi.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-websvc-jaxwsmodel.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-websvc-jaxwsmodelapi.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-websvc-kit.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-websvc-manager.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-websvc-metro-lib.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-websvc-metro-samples.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-websvc-owsm.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-websvc-projectapi.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-websvc-rest-samples.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-websvc-restkit.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-websvc-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 +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-websvc-saas-kit.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-websvc-saas-services-amazon.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-websvc-saas-services-delicious.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-websvc-saas-services-flickr.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-websvc-saas-services-google.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-websvc-saas-services-strikeiron.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-websvc-saas-services-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 +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-websvc-saas-ui.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-websvc-websvcapi.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-websvc-wsitconf.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-websvc-wsstackapi.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-xml-jaxb.xml +%%DATADIR%%/ergonomics/config/Modules/org-netbeans-modules-xml-tools-java.xml +%%DATADIR%%/ergonomics/modules/locale/org-netbeans-modules-ide-ergonomics_ja.jar +%%DATADIR%%/ergonomics/modules/locale/org-netbeans-modules-ide-ergonomics_pt_BR.jar +%%DATADIR%%/ergonomics/modules/locale/org-netbeans-modules-ide-ergonomics_ru.jar +%%DATADIR%%/ergonomics/modules/locale/org-netbeans-modules-ide-ergonomics_zh_CN.jar +%%DATADIR%%/ergonomics/modules/org-netbeans-modules-ide-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%%/groovy/.lastModified +%%DATADIR%%/groovy/VERSION.txt +%%DATADIR%%/groovy/config/Modules/org-netbeans-modules-groovy-antproject.xml +%%DATADIR%%/groovy/config/Modules/org-netbeans-modules-groovy-editor.xml +%%DATADIR%%/groovy/config/Modules/org-netbeans-modules-groovy-grails.xml +%%DATADIR%%/groovy/config/Modules/org-netbeans-modules-groovy-grailsproject.xml +%%DATADIR%%/groovy/config/Modules/org-netbeans-modules-groovy-gsp.xml +%%DATADIR%%/groovy/config/Modules/org-netbeans-modules-groovy-kit.xml +%%DATADIR%%/groovy/config/Modules/org-netbeans-modules-groovy-refactoring.xml +%%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-maven-groovy.xml +%%DATADIR%%/groovy/modules/ext/groovy-all.jar +%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-groovy-antproject_ja.jar +%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-groovy-antproject_pt_BR.jar +%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-groovy-antproject_ru.jar +%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-groovy-antproject_zh_CN.jar +%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-groovy-editor_ja.jar +%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-groovy-editor_pt_BR.jar +%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-groovy-editor_ru.jar +%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-groovy-editor_zh_CN.jar +%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-groovy-grails_ja.jar +%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-groovy-grails_pt_BR.jar +%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-groovy-grails_ru.jar +%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-groovy-grails_zh_CN.jar +%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-groovy-grailsproject_ja.jar +%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-groovy-grailsproject_pt_BR.jar +%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-groovy-grailsproject_ru.jar +%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-groovy-grailsproject_zh_CN.jar +%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-groovy-gsp_ja.jar +%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-groovy-gsp_pt_BR.jar +%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-groovy-gsp_ru.jar +%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-groovy-gsp_zh_CN.jar +%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-groovy-kit_ja.jar +%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-groovy-kit_pt_BR.jar +%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-groovy-kit_ru.jar +%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-groovy-kit_zh_CN.jar +%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-groovy-refactoring_ja.jar +%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-groovy-refactoring_pt_BR.jar +%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-groovy-refactoring_ru.jar +%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-groovy-refactoring_zh_CN.jar +%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-groovy-samples_ja.jar +%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-groovy-samples_pt_BR.jar +%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-groovy-samples_ru.jar +%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-groovy-samples_zh_CN.jar +%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-groovy-support_ja.jar +%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-groovy-support_pt_BR.jar +%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-groovy-support_ru.jar +%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-groovy-support_zh_CN.jar +%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-maven-groovy_ja.jar +%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-maven-groovy_pt_BR.jar +%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-maven-groovy_ru.jar +%%DATADIR%%/groovy/modules/locale/org-netbeans-modules-maven-groovy_zh_CN.jar +%%DATADIR%%/groovy/modules/org-netbeans-modules-groovy-antproject.jar +%%DATADIR%%/groovy/modules/org-netbeans-modules-groovy-editor.jar +%%DATADIR%%/groovy/modules/org-netbeans-modules-groovy-grails.jar +%%DATADIR%%/groovy/modules/org-netbeans-modules-groovy-grailsproject.jar +%%DATADIR%%/groovy/modules/org-netbeans-modules-groovy-gsp.jar +%%DATADIR%%/groovy/modules/org-netbeans-modules-groovy-kit.jar +%%DATADIR%%/groovy/modules/org-netbeans-modules-groovy-refactoring.jar +%%DATADIR%%/groovy/modules/org-netbeans-modules-groovy-samples.jar +%%DATADIR%%/groovy/modules/org-netbeans-modules-groovy-support.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 +%%DATADIR%%/groovy/update_tracking/org-netbeans-modules-groovy-grails.xml +%%DATADIR%%/groovy/update_tracking/org-netbeans-modules-groovy-grailsproject.xml +%%DATADIR%%/groovy/update_tracking/org-netbeans-modules-groovy-gsp.xml +%%DATADIR%%/groovy/update_tracking/org-netbeans-modules-groovy-kit.xml +%%DATADIR%%/groovy/update_tracking/org-netbeans-modules-groovy-refactoring.xml +%%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-maven-groovy.xml +%%DATADIR%%/harness/.lastModified +%%DATADIR%%/harness/README +%%DATADIR%%/harness/antlib/bindex-2.2.jar +%%DATADIR%%/harness/antlib/jsearch-2.0_05.jar +%%DATADIR%%/harness/build.xml +%%DATADIR%%/harness/common.xml +%%DATADIR%%/harness/config/Modules/org-netbeans-insane.xml +%%DATADIR%%/harness/config/Modules/org-netbeans-libs-nbi-ant.xml +%%DATADIR%%/harness/config/Modules/org-netbeans-libs-nbi-engine.xml +%%DATADIR%%/harness/config/Modules/org-netbeans-modules-apisupport-harness.xml +%%DATADIR%%/harness/config/Modules/org-netbeans-modules-jellytools-platform.xml +%%DATADIR%%/harness/config/Modules/org-netbeans-modules-jemmy.xml +%%DATADIR%%/harness/config/Modules/org-netbeans-modules-nbjunit.xml +%%DATADIR%%/harness/docs/jemmy-2.3.1.1-doc.zip +%%DATADIR%%/harness/docs/jemmy-2.3.1.1-src.zip +%%DATADIR%%/harness/etc/Info.plist +%%DATADIR%%/harness/etc/app.conf +%%DATADIR%%/harness/etc/applicationIcon.icns +%%DATADIR%%/harness/jdk.xml +%%DATADIR%%/harness/jnlp.xml +%%DATADIR%%/harness/jnlp/jnlp-launcher.jar +%%DATADIR%%/harness/jnlp/jnlp-servlet.jar +%%DATADIR%%/harness/launchers/app.exe +%%DATADIR%%/harness/launchers/app.sh +%%DATADIR%%/harness/launchers/app64.exe +%%DATADIR%%/harness/launchers/pre7_app.exe +%%DATADIR%%/harness/launchers/pre7_app_w.exe +%%DATADIR%%/harness/modules/ext/jemmy-2.3.1.1.jar +%%DATADIR%%/harness/modules/ext/locale/nbi-engine_ja.jar +%%DATADIR%%/harness/modules/ext/locale/nbi-engine_pt_BR.jar +%%DATADIR%%/harness/modules/ext/locale/nbi-engine_ru.jar +%%DATADIR%%/harness/modules/ext/locale/nbi-engine_zh_CN.jar +%%DATADIR%%/harness/modules/ext/nbi-ant-tasks.jar +%%DATADIR%%/harness/modules/ext/nbi-engine.jar +%%DATADIR%%/harness/modules/ext/nbi-registries-management.jar +%%DATADIR%%/harness/modules/locale/org-netbeans-insane_ja.jar +%%DATADIR%%/harness/modules/locale/org-netbeans-insane_pt_BR.jar +%%DATADIR%%/harness/modules/locale/org-netbeans-insane_ru.jar +%%DATADIR%%/harness/modules/locale/org-netbeans-insane_zh_CN.jar +%%DATADIR%%/harness/modules/locale/org-netbeans-libs-nbi-ant_ja.jar +%%DATADIR%%/harness/modules/locale/org-netbeans-libs-nbi-ant_pt_BR.jar +%%DATADIR%%/harness/modules/locale/org-netbeans-libs-nbi-ant_ru.jar +%%DATADIR%%/harness/modules/locale/org-netbeans-libs-nbi-ant_zh_CN.jar +%%DATADIR%%/harness/modules/locale/org-netbeans-libs-nbi-engine_ja.jar +%%DATADIR%%/harness/modules/locale/org-netbeans-libs-nbi-engine_pt_BR.jar +%%DATADIR%%/harness/modules/locale/org-netbeans-libs-nbi-engine_ru.jar +%%DATADIR%%/harness/modules/locale/org-netbeans-libs-nbi-engine_zh_CN.jar +%%DATADIR%%/harness/modules/locale/org-netbeans-modules-apisupport-harness_ja.jar +%%DATADIR%%/harness/modules/locale/org-netbeans-modules-apisupport-harness_pt_BR.jar +%%DATADIR%%/harness/modules/locale/org-netbeans-modules-apisupport-harness_ru.jar +%%DATADIR%%/harness/modules/locale/org-netbeans-modules-apisupport-harness_zh_CN.jar +%%DATADIR%%/harness/modules/locale/org-netbeans-modules-jellytools-platform_ja.jar +%%DATADIR%%/harness/modules/locale/org-netbeans-modules-jellytools-platform_pt_BR.jar +%%DATADIR%%/harness/modules/locale/org-netbeans-modules-jellytools-platform_ru.jar +%%DATADIR%%/harness/modules/locale/org-netbeans-modules-jellytools-platform_zh_CN.jar +%%DATADIR%%/harness/modules/locale/org-netbeans-modules-jemmy_ja.jar +%%DATADIR%%/harness/modules/locale/org-netbeans-modules-jemmy_pt_BR.jar +%%DATADIR%%/harness/modules/locale/org-netbeans-modules-jemmy_ru.jar +%%DATADIR%%/harness/modules/locale/org-netbeans-modules-jemmy_zh_CN.jar +%%DATADIR%%/harness/modules/locale/org-netbeans-modules-nbjunit_ja.jar +%%DATADIR%%/harness/modules/locale/org-netbeans-modules-nbjunit_pt_BR.jar +%%DATADIR%%/harness/modules/locale/org-netbeans-modules-nbjunit_ru.jar +%%DATADIR%%/harness/modules/locale/org-netbeans-modules-nbjunit_zh_CN.jar +%%DATADIR%%/harness/modules/org-netbeans-insane.jar +%%DATADIR%%/harness/modules/org-netbeans-libs-nbi-ant.jar +%%DATADIR%%/harness/modules/org-netbeans-libs-nbi-engine.jar +%%DATADIR%%/harness/modules/org-netbeans-modules-apisupport-harness.jar +%%DATADIR%%/harness/modules/org-netbeans-modules-jellytools-platform.jar +%%DATADIR%%/harness/modules/org-netbeans-modules-jemmy.jar +%%DATADIR%%/harness/modules/org-netbeans-modules-nbjunit.jar +%%DATADIR%%/harness/nbi/.common/common.properties +%%DATADIR%%/harness/nbi/.common/common.xml +%%DATADIR%%/harness/nbi/.common/engine.properties +%%DATADIR%%/harness/nbi/.common/engine.xml +%%DATADIR%%/harness/nbi/.common/group.properties +%%DATADIR%%/harness/nbi/.common/group.xml +%%DATADIR%%/harness/nbi/.common/product.properties +%%DATADIR%%/harness/nbi/.common/product.xml +%%DATADIR%%/harness/nbi/stub/build.properties +%%DATADIR%%/harness/nbi/stub/build.xml +%%DATADIR%%/harness/nbi/stub/ext/components/products/helloworld/build.xml +%%DATADIR%%/harness/nbi/stub/ext/components/products/helloworld/data/Bundle.properties +%%DATADIR%%/harness/nbi/stub/ext/components/products/helloworld/data/icon.png +%%DATADIR%%/harness/nbi/stub/ext/components/products/helloworld/data/icon48.png +%%DATADIR%%/harness/nbi/stub/ext/components/products/helloworld/manifest.mf +%%DATADIR%%/harness/nbi/stub/ext/components/products/helloworld/nbproject/build-impl.xml +%%DATADIR%%/harness/nbi/stub/ext/components/products/helloworld/nbproject/genfiles.properties +%%DATADIR%%/harness/nbi/stub/ext/components/products/helloworld/nbproject/project.properties +%%DATADIR%%/harness/nbi/stub/ext/components/products/helloworld/nbproject/project.xml +%%DATADIR%%/harness/nbi/stub/ext/components/products/helloworld/src/org/mycompany/Bundle.properties +%%DATADIR%%/harness/nbi/stub/ext/components/products/helloworld/src/org/mycompany/ConfigurationLogic.java +%%DATADIR%%/harness/nbi/stub/ext/components/products/helloworld/src/org/mycompany/wizard.xml +%%DATADIR%%/harness/nbi/stub/ext/components/products/helloworld/src/org/mycompany/wizard/panels/Bundle.properties +%%DATADIR%%/harness/nbi/stub/ext/components/products/helloworld/src/org/mycompany/wizard/panels/HelloWorldPanel.java +%%DATADIR%%/harness/nbi/stub/ext/engine/build.properties +%%DATADIR%%/harness/nbi/stub/ext/engine/build.xml +%%DATADIR%%/harness/nbi/stub/ext/engine/manifest.mf +%%DATADIR%%/harness/nbi/stub/ext/engine/nbproject/build-impl.xml +%%DATADIR%%/harness/nbi/stub/ext/engine/nbproject/genfiles.properties +%%DATADIR%%/harness/nbi/stub/ext/engine/nbproject/project.properties +%%DATADIR%%/harness/nbi/stub/ext/engine/nbproject/project.xml +%%DATADIR%%/harness/nbi/stub/ext/engine/src/data/engine.properties +%%DATADIR%%/harness/nbi/stub/ext/engine/src/native/launcher/unix/i18n/launcher.properties +%%DATADIR%%/harness/nbi/stub/ext/engine/src/native/launcher/windows/i18n/launcher.properties +%%DATADIR%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer/utils/applications/Bundle.properties +%%DATADIR%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer/utils/applications/NetBeansRCPUtils.java +%%DATADIR%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer/wizard/components/actions/Bundle.properties +%%DATADIR%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer/wizard/components/actions/InitializeAction.java +%%DATADIR%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer/wizard/components/panels/Bundle.properties +%%DATADIR%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer/wizard/components/panels/PostInstallSummaryPanel.java +%%DATADIR%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer/wizard/components/panels/PreInstallSummaryPanel.java +%%DATADIR%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer/wizard/components/panels/WelcomePanel.java +%%DATADIR%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer/wizard/components/panels/resources/welcome-left-bottom.png +%%DATADIR%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer/wizard/components/panels/resources/welcome-left-top.png +%%DATADIR%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer/wizard/components/sequences/Bundle.properties +%%DATADIR%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer/wizard/components/sequences/MainSequence.java +%%DATADIR%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer/wizard/wizard-components.xml +%%DATADIR%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer/wizard/wizard-description-background-left.png +%%DATADIR%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer/wizard/wizard-description-background-right.png +%%DATADIR%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer/wizard/wizard-icon.png +%%DATADIR%%/harness/nbi/stub/ext/infra/build/engine/build.properties +%%DATADIR%%/harness/nbi/stub/ext/infra/build/engine/build.xml +%%DATADIR%%/harness/nbi/stub/ext/infra/build/products/helloworld/build.properties +%%DATADIR%%/harness/nbi/stub/ext/infra/build/products/helloworld/build.xml +%%DATADIR%%/harness/nbi/stub/template.xml +%%DATADIR%%/harness/nbi/stub/tmpl.properties +%%DATADIR%%/harness/no-testcoverage.xml +%%DATADIR%%/harness/osgi.xml +%%DATADIR%%/harness/run.xml +%%DATADIR%%/harness/suite.xml +%%DATADIR%%/harness/tasks.jar +%%DATADIR%%/harness/update_tracking/org-netbeans-insane.xml +%%DATADIR%%/harness/update_tracking/org-netbeans-libs-nbi-ant.xml +%%DATADIR%%/harness/update_tracking/org-netbeans-libs-nbi-engine.xml +%%DATADIR%%/harness/update_tracking/org-netbeans-modules-apisupport-harness.xml +%%DATADIR%%/harness/update_tracking/org-netbeans-modules-jellytools-platform.xml +%%DATADIR%%/harness/update_tracking/org-netbeans-modules-jemmy.xml +%%DATADIR%%/harness/update_tracking/org-netbeans-modules-nbjunit.xml +%%DATADIR%%/ide/.lastModified +%%DATADIR%%/ide/VERSION.txt +%%DATADIR%%/ide/ant/nblib/org-netbeans-modules-web-browser-api.jar +%%DATADIR%%/ide/bin/nativeexecution/Linux-x86/killall +%%DATADIR%%/ide/bin/nativeexecution/Linux-x86/process_start +%%DATADIR%%/ide/bin/nativeexecution/Linux-x86/pty +%%DATADIR%%/ide/bin/nativeexecution/Linux-x86/pty_open +%%DATADIR%%/ide/bin/nativeexecution/Linux-x86/sigqueue +%%DATADIR%%/ide/bin/nativeexecution/Linux-x86/stat +%%DATADIR%%/ide/bin/nativeexecution/Linux-x86/unbuffer.so +%%DATADIR%%/ide/bin/nativeexecution/Linux-x86_64/killall +%%DATADIR%%/ide/bin/nativeexecution/Linux-x86_64/process_start +%%DATADIR%%/ide/bin/nativeexecution/Linux-x86_64/pty +%%DATADIR%%/ide/bin/nativeexecution/Linux-x86_64/pty_open +%%DATADIR%%/ide/bin/nativeexecution/Linux-x86_64/sigqueue +%%DATADIR%%/ide/bin/nativeexecution/Linux-x86_64/stat +%%DATADIR%%/ide/bin/nativeexecution/Linux-x86_64/unbuffer.so +%%DATADIR%%/ide/bin/nativeexecution/MacOSX-x86/killall +%%DATADIR%%/ide/bin/nativeexecution/MacOSX-x86/process_start +%%DATADIR%%/ide/bin/nativeexecution/MacOSX-x86/pty +%%DATADIR%%/ide/bin/nativeexecution/MacOSX-x86/pty_open +%%DATADIR%%/ide/bin/nativeexecution/MacOSX-x86/stat +%%DATADIR%%/ide/bin/nativeexecution/MacOSX-x86/unbuffer.dylib +%%DATADIR%%/ide/bin/nativeexecution/MacOSX-x86_64/killall +%%DATADIR%%/ide/bin/nativeexecution/MacOSX-x86_64/process_start +%%DATADIR%%/ide/bin/nativeexecution/MacOSX-x86_64/pty +%%DATADIR%%/ide/bin/nativeexecution/MacOSX-x86_64/pty_open +%%DATADIR%%/ide/bin/nativeexecution/MacOSX-x86_64/stat +%%DATADIR%%/ide/bin/nativeexecution/MacOSX-x86_64/unbuffer.dylib +%%DATADIR%%/ide/bin/nativeexecution/SunOS-sparc/killall +%%DATADIR%%/ide/bin/nativeexecution/SunOS-sparc/privp +%%DATADIR%%/ide/bin/nativeexecution/SunOS-sparc/process_start +%%DATADIR%%/ide/bin/nativeexecution/SunOS-sparc/pty +%%DATADIR%%/ide/bin/nativeexecution/SunOS-sparc/pty_open +%%DATADIR%%/ide/bin/nativeexecution/SunOS-sparc/sigqueue +%%DATADIR%%/ide/bin/nativeexecution/SunOS-sparc/stat +%%DATADIR%%/ide/bin/nativeexecution/SunOS-sparc/unbuffer.so +%%DATADIR%%/ide/bin/nativeexecution/SunOS-sparc_64/killall +%%DATADIR%%/ide/bin/nativeexecution/SunOS-sparc_64/privp +%%DATADIR%%/ide/bin/nativeexecution/SunOS-sparc_64/process_start +%%DATADIR%%/ide/bin/nativeexecution/SunOS-sparc_64/pty +%%DATADIR%%/ide/bin/nativeexecution/SunOS-sparc_64/pty_open +%%DATADIR%%/ide/bin/nativeexecution/SunOS-sparc_64/sigqueue +%%DATADIR%%/ide/bin/nativeexecution/SunOS-sparc_64/stat +%%DATADIR%%/ide/bin/nativeexecution/SunOS-sparc_64/unbuffer.so +%%DATADIR%%/ide/bin/nativeexecution/SunOS-x86/killall +%%DATADIR%%/ide/bin/nativeexecution/SunOS-x86/privp +%%DATADIR%%/ide/bin/nativeexecution/SunOS-x86/process_start +%%DATADIR%%/ide/bin/nativeexecution/SunOS-x86/pty +%%DATADIR%%/ide/bin/nativeexecution/SunOS-x86/pty_open +%%DATADIR%%/ide/bin/nativeexecution/SunOS-x86/sigqueue +%%DATADIR%%/ide/bin/nativeexecution/SunOS-x86/stat +%%DATADIR%%/ide/bin/nativeexecution/SunOS-x86/unbuffer.so +%%DATADIR%%/ide/bin/nativeexecution/SunOS-x86_64/killall +%%DATADIR%%/ide/bin/nativeexecution/SunOS-x86_64/process_start +%%DATADIR%%/ide/bin/nativeexecution/SunOS-x86_64/pty +%%DATADIR%%/ide/bin/nativeexecution/SunOS-x86_64/pty_open +%%DATADIR%%/ide/bin/nativeexecution/SunOS-x86_64/sigqueue +%%DATADIR%%/ide/bin/nativeexecution/SunOS-x86_64/stat +%%DATADIR%%/ide/bin/nativeexecution/SunOS-x86_64/unbuffer.so +%%DATADIR%%/ide/bin/nativeexecution/Windows-x86/killall +%%DATADIR%%/ide/bin/nativeexecution/Windows-x86/process_start +%%DATADIR%%/ide/bin/nativeexecution/Windows-x86/pty +%%DATADIR%%/ide/bin/nativeexecution/Windows-x86/pty_open +%%DATADIR%%/ide/bin/nativeexecution/Windows-x86/sigqueue +%%DATADIR%%/ide/bin/nativeexecution/Windows-x86/unbuffer.dll +%%DATADIR%%/ide/bin/nativeexecution/Windows-x86_64/killall +%%DATADIR%%/ide/bin/nativeexecution/Windows-x86_64/process_start +%%DATADIR%%/ide/bin/nativeexecution/Windows-x86_64/pty +%%DATADIR%%/ide/bin/nativeexecution/Windows-x86_64/pty_open +%%DATADIR%%/ide/bin/nativeexecution/Windows-x86_64/sigqueue +%%DATADIR%%/ide/bin/nativeexecution/dorun.sh +%%DATADIR%%/ide/bin/nativeexecution/hostinfo.sh +%%DATADIR%%/ide/config/ModuleAutoDeps/org-netbeans-modules-db.xml +%%DATADIR%%/ide/config/ModuleAutoDeps/org-netbeans-modules-editor-lib.xml +%%DATADIR%%/ide/config/ModuleAutoDeps/org-netbeans-modules-editor.xml +%%DATADIR%%/ide/config/ModuleAutoDeps/org-netbeans-modules-ide-kit.xml +%%DATADIR%%/ide/config/ModuleAutoDeps/org-netbeans-modules-options-editor.xml +%%DATADIR%%/ide/config/ModuleAutoDeps/org-netbeans-modules-project-ant.xml +%%DATADIR%%/ide/config/ModuleAutoDeps/org-netbeans-modules-project-libraries.xml +%%DATADIR%%/ide/config/ModuleAutoDeps/org-netbeans-modules-projectapi.xml +%%DATADIR%%/ide/config/ModuleAutoDeps/org-netbeans-modules-projectuiapi.xml +%%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/org-apache-commons-codec.xml +%%DATADIR%%/ide/config/Modules/org-apache-commons-httpclient.xml +%%DATADIR%%/ide/config/Modules/org-apache-commons-io.xml +%%DATADIR%%/ide/config/Modules/org-apache-commons-lang.xml +%%DATADIR%%/ide/config/Modules/org-apache-commons-logging.xml +%%DATADIR%%/ide/config/Modules/org-apache-ws-commons-util.xml +%%DATADIR%%/ide/config/Modules/org-apache-xml-resolver.xml +%%DATADIR%%/ide/config/Modules/org-apache-xmlrpc.xml +%%DATADIR%%/ide/config/Modules/org-eclipse-core-contenttype.xml +%%DATADIR%%/ide/config/Modules/org-eclipse-core-jobs.xml +%%DATADIR%%/ide/config/Modules/org-eclipse-core-net.xml +%%DATADIR%%/ide/config/Modules/org-eclipse-core-runtime-compatibility-auth.xml +%%DATADIR%%/ide/config/Modules/org-eclipse-core-runtime.xml +%%DATADIR%%/ide/config/Modules/org-eclipse-equinox-app.xml +%%DATADIR%%/ide/config/Modules/org-eclipse-equinox-common.xml +%%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.xml +%%DATADIR%%/ide/config/Modules/org-eclipse-mylyn-bugzilla-core.xml +%%DATADIR%%/ide/config/Modules/org-eclipse-mylyn-commons-core.xml +%%DATADIR%%/ide/config/Modules/org-eclipse-mylyn-commons-net.xml +%%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-netbeans-api-debugger.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-api-java-classpath.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-api-xml.xml +%%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-lib-terminalemulator.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-libs-antlr3-runtime.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-libs-bytelist.xml +%%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-json_simple.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-libs-jvyamlb.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-libs-lucene.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-libs-nashorn.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-libs-smack.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-libs-svnClientAdapter-javahl.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-libs-svnClientAdapter-svnkit.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-libs-svnClientAdapter.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-libs-swingx.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-libs-xerces.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-bugtracking-bridge.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-bugtracking.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-bugzilla.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-code-analysis.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-csl-api.xml +%%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-visual.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-db-core.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-db-dataview.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-db-drivers.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-db-kit.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-db-metadata-model.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-db-mysql.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-db-sql-editor.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-db-sql-visualeditor.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-db.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-dbapi.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-defaults.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-derby.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-diff.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-dlight-nativeexecution.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-dlight-terminal.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-editor-actions.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-editor-bookmarks.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-editor-bracesmatching.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-editor-breadcrumbs.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-editor-codetemplates.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-editor-completion.xml +%%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.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-editor-global-format.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-editor-guards.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-editor-indent-project.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-editor-indent.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-editor-kit.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-editor-lib.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-editor-lib2.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-editor-macros.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-editor-plain-lib.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-editor-plain.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-editor-search.xml +%%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-util.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-editor.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-extbrowser.xml +%%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-editor-lib.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-html-editor.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 +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-httpserver.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-hudson-git.xml +%%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.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-editor.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-javascript2-kit.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 +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-languages-manifest.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-languages-yaml.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-languages.xml +%%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-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-options-editor.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-parsing-api.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-parsing-lucene.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-parsing-ui.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-print-editor.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-project-ant.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-project-indexingbridge.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-project-libraries.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-projectapi.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-projectui-buildmenu.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-projectui.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-projectuiapi.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-properties-syntax.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-properties.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-refactoring-api.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-schema2beans.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-server.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-servletapi.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-spellchecker-apimodule.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-spellchecker-bindings-htmlxml.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-spellchecker-bindings-properties.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-spellchecker-dictionary_en.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-spellchecker-kit.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-spellchecker.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-subversion.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-swing-validation.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-target-iterator.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-tasklist-kit.xml +%%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-terminal.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-usersguide.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-utilities-project.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-utilities.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-versioning-core.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-versioning-indexingbridge.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-versioning-masterfs.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-versioning-system-cvss-installer.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-versioning-ui.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-versioning-util.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-versioning.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-web-browser-api.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-web-common.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-web-indent.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-web-webkit-debugging.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-xml-axi.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-xml-catalog.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-xml-core.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-xml-jaxb-api.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-xml-lexer.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-xml-multiview.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-xml-retriever.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-xml-schema-completion.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-xml-schema-model.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-xml-tax.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-xml-text.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-xml-tools.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-xml-wsdl-model.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-xml-xam.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-modules-xml-xdm.xml +%%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.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-spi-navigator.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-spi-palette.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-spi-tasklist.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-spi-viewmodel.xml +%%DATADIR%%/ide/config/Modules/org-netbeans-swing-dirchooser.xml +%%DATADIR%%/ide/config/Modules/org-openidex-util.xml +%%DATADIR%%/ide/docs/css21-spec.zip +%%DATADIR%%/ide/docs/css3-spec.zip +%%DATADIR%%/ide/docs/html-4.01.zip +%%DATADIR%%/ide/docs/html5doc.zip +%%DATADIR%%/ide/docs/jaxb-api-doc.zip +%%DATADIR%%/ide/docs/jquery-api.xml +%%DATADIR%%/ide/docs/org/netbeans/modules/usersguide/ide.css +%%DATADIR%%/ide/jsstubs/corestubs.zip +%%DATADIR%%/ide/jsstubs/domstubs.zip +%%DATADIR%%/ide/jsstubs/reststubs.zip +%%DATADIR%%/ide/modules/com-jcraft-jsch.jar +%%DATADIR%%/ide/modules/com-jcraft-jzlib.jar +%%DATADIR%%/ide/modules/dict/dictionary_en.description +%%DATADIR%%/ide/modules/dict/dictionary_en_GB.description +%%DATADIR%%/ide/modules/dict/dictionary_en_US.description +%%DATADIR%%/ide/modules/dict/ispell-enwl-3.1.20.zip +%%DATADIR%%/ide/modules/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/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/html5-datatypes.jar +%%DATADIR%%/ide/modules/ext/html5-parser.jar +%%DATADIR%%/ide/modules/ext/icu4j-4_0.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/jaxb/activation.jar +%%DATADIR%%/ide/modules/ext/jaxb/api/jaxb-api.jar +%%DATADIR%%/ide/modules/ext/jaxb/api/jsr173_1.0_api.jar +%%DATADIR%%/ide/modules/ext/jaxb/jaxb-impl.jar +%%DATADIR%%/ide/modules/ext/jaxb/jaxb-xjc.jar +%%DATADIR%%/ide/modules/ext/jaxb/jaxb1-impl.jar +%%DATADIR%%/ide/modules/ext/jing.jar +%%DATADIR%%/ide/modules/ext/js.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 +%%DATADIR%%/ide/modules/ext/locale/ValidationAPI_ja.jar +%%DATADIR%%/ide/modules/ext/locale/ValidationAPI_pt_BR.jar +%%DATADIR%%/ide/modules/ext/locale/ValidationAPI_ru.jar +%%DATADIR%%/ide/modules/ext/locale/ValidationAPI_zh_CN.jar +%%DATADIR%%/ide/modules/ext/locale/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/org-netbeans-tax_ja.jar +%%DATADIR%%/ide/modules/ext/locale/org-netbeans-tax_pt_BR.jar +%%DATADIR%%/ide/modules/ext/locale/org-netbeans-tax_ru.jar +%%DATADIR%%/ide/modules/ext/locale/org-netbeans-tax_zh_CN.jar +%%DATADIR%%/ide/modules/ext/log4j-1.2.15.jar +%%DATADIR%%/ide/modules/ext/lucene-core-3.5.0.jar +%%DATADIR%%/ide/modules/ext/mysql-connector-java-5.1.18-bin.jar +%%DATADIR%%/ide/modules/ext/nashorn-5f2db2d8a7fa-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/resolver-1.2.jar +%%DATADIR%%/ide/modules/ext/saxon9B.jar +%%DATADIR%%/ide/modules/ext/servlet-2.2.jar +%%DATADIR%%/ide/modules/ext/smack.jar +%%DATADIR%%/ide/modules/ext/smackx.jar +%%DATADIR%%/ide/modules/ext/sqljet.jar +%%DATADIR%%/ide/modules/ext/svnClientAdapter-javahl.jar +%%DATADIR%%/ide/modules/ext/svnClientAdapter-main.jar +%%DATADIR%%/ide/modules/ext/svnClientAdapter-svnkit.jar +%%DATADIR%%/ide/modules/ext/svnjavahl.jar +%%DATADIR%%/ide/modules/ext/svnkit.jar +%%DATADIR%%/ide/modules/ext/swingx-all-1.6.4.jar +%%DATADIR%%/ide/modules/ext/trilead.ssh2.jar +%%DATADIR%%/ide/modules/ext/validator.jar +%%DATADIR%%/ide/modules/ext/webserver.jar +%%DATADIR%%/ide/modules/ext/winp-1.14-patched.jar +%%DATADIR%%/ide/modules/ext/xerces-2.8.0.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 +%%DATADIR%%/ide/modules/locale/org-apache-xml-resolver_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-api-debugger_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-api-debugger_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-api-debugger_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-api-debugger_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-api-java-classpath_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-api-java-classpath_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-api-java-classpath_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-api-java-classpath_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-api-xml_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-api-xml_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-api-xml_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-api-xml_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-core-browser-webview_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-core-browser-webview_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-core-browser-webview_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-core-browser-webview_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-core-browser_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-core-browser_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-core-browser_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-core-browser_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-core-ide_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-core-ide_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-core-ide_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-core-ide_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-lib-terminalemulator_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-lib-terminalemulator_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-lib-terminalemulator_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-lib-terminalemulator_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-libs-antlr3-runtime_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-libs-antlr3-runtime_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-libs-antlr3-runtime_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-libs-antlr3-runtime_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-libs-bytelist_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-libs-bytelist_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-libs-bytelist_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-libs-bytelist_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-libs-commons_net_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-libs-commons_net_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-libs-commons_net_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-libs-commons_net_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-libs-freemarker_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-libs-freemarker_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-libs-freemarker_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-libs-freemarker_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-libs-git_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-libs-git_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-libs-git_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-libs-git_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-libs-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 +%%DATADIR%%/ide/modules/locale/org-netbeans-libs-ini4j_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-libs-jaxb_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-libs-jaxb_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-libs-jaxb_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-libs-jaxb_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-libs-json_simple_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-libs-json_simple_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-libs-json_simple_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-libs-json_simple_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-libs-jvyamlb_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-libs-jvyamlb_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-libs-jvyamlb_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-libs-jvyamlb_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-libs-lucene_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-libs-lucene_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-libs-lucene_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-libs-lucene_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-libs-nashorn_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-libs-nashorn_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-libs-nashorn_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-libs-nashorn_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-libs-smack_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-libs-smack_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-libs-smack_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-libs-smack_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-libs-svnClientAdapter-javahl_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-libs-svnClientAdapter-javahl_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-libs-svnClientAdapter-javahl_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-libs-svnClientAdapter-javahl_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-libs-svnClientAdapter-svnkit_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-libs-svnClientAdapter-svnkit_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-libs-svnClientAdapter-svnkit_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-libs-svnClientAdapter-svnkit_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-libs-svnClientAdapter_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-libs-svnClientAdapter_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-libs-svnClientAdapter_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-libs-svnClientAdapter_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-libs-swingx_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-libs-swingx_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-libs-swingx_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-libs-swingx_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-libs-xerces_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-libs-xerces_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-libs-xerces_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-libs-xerces_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-bugtracking-bridge_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-bugtracking-bridge_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-bugtracking-bridge_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-bugtracking-bridge_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-bugtracking_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-bugtracking_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-bugtracking_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-bugtracking_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-bugzilla_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-bugzilla_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-bugzilla_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-bugzilla_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-code-analysis_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-code-analysis_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-code-analysis_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-code-analysis_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-csl-api_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-csl-api_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-csl-api_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-csl-api_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-css-editor_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-css-editor_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-css-editor_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-css-editor_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-css-lib_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-css-lib_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-css-lib_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-css-lib_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-css-model_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-css-model_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-css-model_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-css-model_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-css-visual_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-css-visual_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-css-visual_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-css-visual_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-db-core_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-db-core_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-db-core_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-db-core_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-db-dataview_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-db-dataview_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-db-dataview_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-db-dataview_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-db-drivers_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-db-drivers_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-db-drivers_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-db-drivers_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-db-kit_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-db-kit_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-db-kit_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-db-kit_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-db-metadata-model_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-db-metadata-model_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-db-metadata-model_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-db-metadata-model_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-db-mysql_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-db-mysql_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-db-mysql_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-db-mysql_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-db-sql-editor_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-db-sql-editor_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-db-sql-editor_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-db-sql-editor_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-db-sql-visualeditor_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-db-sql-visualeditor_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-db-sql-visualeditor_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-db-sql-visualeditor_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-db_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-db_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-db_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-db_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-dbapi_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-dbapi_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-dbapi_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-dbapi_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-defaults_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-defaults_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-defaults_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-defaults_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-derby_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-derby_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-derby_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-derby_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-diff_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-diff_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-diff_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-diff_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-dlight-nativeexecution_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-dlight-nativeexecution_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-dlight-nativeexecution_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-dlight-nativeexecution_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-dlight-terminal_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-dlight-terminal_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-dlight-terminal_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-dlight-terminal_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-actions_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-actions_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-actions_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-actions_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-bookmarks_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-bookmarks_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-bookmarks_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-bookmarks_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-bracesmatching_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-bracesmatching_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-bracesmatching_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-bracesmatching_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-breadcrumbs_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-breadcrumbs_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-breadcrumbs_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-breadcrumbs_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-codetemplates_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-codetemplates_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-codetemplates_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-codetemplates_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-completion_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-completion_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-completion_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-completion_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-deprecated-pre65formatting_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-deprecated-pre65formatting_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-deprecated-pre65formatting_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-deprecated-pre65formatting_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-errorstripe-api_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-errorstripe-api_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-errorstripe-api_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-errorstripe-api_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-errorstripe_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-errorstripe_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-errorstripe_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-errorstripe_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-fold_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-fold_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-fold_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-fold_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-global-format_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-global-format_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-global-format_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-global-format_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-guards_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-guards_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-guards_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-guards_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-indent-project_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-indent-project_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-indent-project_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-indent-project_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-indent_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-indent_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-indent_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-indent_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-kit_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-kit_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-kit_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-kit_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-lib2_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-lib2_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-lib2_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-lib2_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-lib_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-lib_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-lib_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-lib_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-macros_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-macros_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-macros_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-macros_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-plain-lib_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-plain-lib_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-plain-lib_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-plain-lib_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-plain_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-plain_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-plain_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-plain_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-search_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-search_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-search_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-search_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-settings-storage_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-settings-storage_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-settings-storage_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-settings-storage_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-settings_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-settings_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-settings_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-settings_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-structure_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-structure_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-structure_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-structure_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-util_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-util_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-util_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor-util_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-editor_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-extbrowser_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-extbrowser_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-extbrowser_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-extbrowser_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-extexecution-impl_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-extexecution-impl_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-extexecution-impl_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-extexecution-impl_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-extexecution_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-extexecution_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-extexecution_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-extexecution_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-git_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-git_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-git_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-git_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-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 +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-gototest_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-gsf-codecoverage_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-gsf-codecoverage_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-gsf-codecoverage_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-gsf-codecoverage_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-gsf-testrunner_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-gsf-testrunner_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-gsf-testrunner_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-gsf-testrunner_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-html-editor-lib_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-html-editor-lib_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-html-editor-lib_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-html-editor-lib_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-html-editor_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-html-editor_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-html-editor_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-html-editor_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-html-lexer_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-html-lexer_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-html-lexer_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-html-lexer_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-html-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 +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-html-parser_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-html-validation_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-html-validation_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-html-validation_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-html-validation_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-html_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-html_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-html_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-html_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-httpserver_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-httpserver_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-httpserver_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-httpserver_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-hudson-git_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-hudson-git_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-hudson-git_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-hudson-git_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-hudson-mercurial_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-hudson-mercurial_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-hudson-mercurial_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-hudson-mercurial_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-hudson-subversion_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-hudson-subversion_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-hudson-subversion_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-hudson-subversion_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-hudson-tasklist_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-hudson-tasklist_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-hudson-tasklist_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-hudson-tasklist_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-hudson_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-hudson_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-hudson_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-hudson_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-ide-kit_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-ide-kit_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-ide-kit_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-ide-kit_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-image_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-image_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-image_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-image_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-javascript2-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-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-jellytools-ide_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-jellytools-ide_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-jellytools-ide_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-jellytools-ide_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-jumpto_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-jumpto_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-jumpto_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-jumpto_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-languages-diff_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-languages-diff_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-languages-diff_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-languages-diff_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-languages-manifest_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-languages-manifest_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-languages-manifest_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-languages-manifest_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-languages-yaml_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-languages-yaml_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-languages-yaml_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-languages-yaml_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-languages_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-languages_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-languages_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-languages_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-lexer-nbbridge_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-lexer-nbbridge_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-lexer-nbbridge_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-lexer-nbbridge_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-lexer_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-lexer_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-lexer_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-lexer_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-localhistory_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-localhistory_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-localhistory_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-localhistory_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-mercurial_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-mercurial_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-mercurial_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-mercurial_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-mylyn-util_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-mylyn-util_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-mylyn-util_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-mylyn-util_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-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-options-editor_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-options-editor_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-options-editor_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-options-editor_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-parsing-api_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-parsing-api_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-parsing-api_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-parsing-api_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-parsing-lucene_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-parsing-lucene_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-parsing-lucene_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-parsing-lucene_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-parsing-ui_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-parsing-ui_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-parsing-ui_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-parsing-ui_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-print-editor_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-print-editor_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-print-editor_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-print-editor_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-project-ant_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-project-ant_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-project-ant_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-project-ant_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-project-indexingbridge_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-project-indexingbridge_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-project-indexingbridge_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-project-indexingbridge_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-project-libraries_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-project-libraries_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-project-libraries_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-project-libraries_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-projectapi_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-projectapi_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-projectapi_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-projectapi_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-projectui-buildmenu_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-projectui-buildmenu_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-projectui-buildmenu_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-projectui-buildmenu_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-projectui_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-projectui_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-projectui_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-projectui_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-projectuiapi_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-projectuiapi_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-projectuiapi_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-projectuiapi_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-properties-syntax_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-properties-syntax_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-properties-syntax_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-properties-syntax_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-properties_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-properties_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-properties_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-properties_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-refactoring-api_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-refactoring-api_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-refactoring-api_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-refactoring-api_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-schema2beans_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-schema2beans_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-schema2beans_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-schema2beans_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-server_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-server_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-server_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-server_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-servletapi_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-servletapi_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-servletapi_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-servletapi_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-spellchecker-apimodule_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-spellchecker-apimodule_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-spellchecker-apimodule_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-spellchecker-apimodule_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-spellchecker-bindings-htmlxml_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-spellchecker-bindings-htmlxml_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-spellchecker-bindings-htmlxml_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-spellchecker-bindings-htmlxml_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-spellchecker-bindings-properties_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-spellchecker-bindings-properties_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-spellchecker-bindings-properties_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-spellchecker-bindings-properties_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-spellchecker-dictionary_en_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-spellchecker-dictionary_en_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-spellchecker-dictionary_en_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-spellchecker-dictionary_en_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-spellchecker-kit_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-spellchecker-kit_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-spellchecker-kit_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-spellchecker-kit_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-spellchecker_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-spellchecker_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-spellchecker_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-spellchecker_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-subversion_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-subversion_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-subversion_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-subversion_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-swing-validation_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-swing-validation_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-swing-validation_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-swing-validation_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-target-iterator_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-target-iterator_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-target-iterator_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-target-iterator_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-tasklist-kit_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-tasklist-kit_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-tasklist-kit_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-tasklist-kit_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-tasklist-projectint_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-tasklist-projectint_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-tasklist-projectint_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-tasklist-projectint_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-tasklist-todo_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-tasklist-todo_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-tasklist-todo_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-tasklist-todo_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-tasklist-ui_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-tasklist-ui_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-tasklist-ui_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-tasklist-ui_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-terminal_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-terminal_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-terminal_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-terminal_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-usersguide_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-usersguide_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-usersguide_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-usersguide_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-utilities-project_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-utilities-project_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-utilities-project_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-utilities-project_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-utilities_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-utilities_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-utilities_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-utilities_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-versioning-core_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-versioning-core_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-versioning-core_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-versioning-core_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-versioning-indexingbridge_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-versioning-indexingbridge_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-versioning-indexingbridge_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-versioning-indexingbridge_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-versioning-masterfs_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-versioning-masterfs_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-versioning-masterfs_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-versioning-masterfs_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-versioning-system-cvss-installer_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-versioning-system-cvss-installer_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-versioning-system-cvss-installer_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-versioning-system-cvss-installer_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-versioning-ui_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-versioning-ui_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-versioning-ui_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-versioning-ui_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-versioning-util_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-versioning-util_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-versioning-util_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-versioning-util_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-versioning_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-versioning_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-versioning_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-versioning_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-web-browser-api_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-web-browser-api_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-web-browser-api_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-web-browser-api_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-web-common_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-web-common_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-web-common_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-web-common_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-web-indent_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-web-indent_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-web-indent_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-web-indent_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-web-webkit-debugging_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-web-webkit-debugging_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-web-webkit-debugging_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-web-webkit-debugging_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-axi_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-axi_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-axi_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-axi_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-catalog_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-catalog_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-catalog_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-catalog_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-core_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-core_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-core_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-core_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-jaxb-api_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-jaxb-api_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-jaxb-api_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-jaxb-api_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-lexer_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-lexer_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-lexer_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-lexer_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-multiview_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-multiview_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-multiview_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-multiview_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-retriever_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-retriever_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-retriever_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-retriever_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-schema-completion_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-schema-completion_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-schema-completion_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-schema-completion_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-schema-model_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-schema-model_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-schema-model_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-schema-model_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-tax_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-tax_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-tax_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-tax_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-text_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-text_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-text_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-text_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-tools_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-tools_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-tools_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-tools_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-wsdl-model_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-wsdl-model_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-wsdl-model_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-wsdl-model_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-xam_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-xam_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-xam_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-xam_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-xdm_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-xdm_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-xdm_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml-xdm_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xml_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xsl_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xsl_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xsl_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-modules-xsl_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-spi-debugger-ui_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-spi-debugger-ui_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-spi-debugger-ui_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-spi-debugger-ui_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-spi-editor-hints_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-spi-editor-hints_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-spi-editor-hints_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-spi-editor-hints_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-spi-navigator_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-spi-navigator_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-spi-navigator_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-spi-navigator_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-spi-palette_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-spi-palette_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-spi-palette_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-spi-palette_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-spi-tasklist_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-spi-tasklist_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-spi-tasklist_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-spi-tasklist_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-spi-viewmodel_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-spi-viewmodel_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-spi-viewmodel_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-spi-viewmodel_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-swing-dirchooser_ja.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-swing-dirchooser_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-swing-dirchooser_ru.jar +%%DATADIR%%/ide/modules/locale/org-netbeans-swing-dirchooser_zh_CN.jar +%%DATADIR%%/ide/modules/locale/org-openidex-util_ja.jar +%%DATADIR%%/ide/modules/locale/org-openidex-util_pt_BR.jar +%%DATADIR%%/ide/modules/locale/org-openidex-util_ru.jar +%%DATADIR%%/ide/modules/locale/org-openidex-util_zh_CN.jar +%%DATADIR%%/ide/modules/org-apache-commons-codec.jar +%%DATADIR%%/ide/modules/org-apache-commons-httpclient.jar +%%DATADIR%%/ide/modules/org-apache-commons-io.jar +%%DATADIR%%/ide/modules/org-apache-commons-lang.jar +%%DATADIR%%/ide/modules/org-apache-commons-logging.jar +%%DATADIR%%/ide/modules/org-apache-ws-commons-util.jar +%%DATADIR%%/ide/modules/org-apache-xml-resolver.jar +%%DATADIR%%/ide/modules/org-apache-xmlrpc.jar +%%DATADIR%%/ide/modules/org-eclipse-core-contenttype.jar +%%DATADIR%%/ide/modules/org-eclipse-core-jobs.jar +%%DATADIR%%/ide/modules/org-eclipse-core-net.jar +%%DATADIR%%/ide/modules/org-eclipse-core-runtime-compatibility-auth.jar +%%DATADIR%%/ide/modules/org-eclipse-core-runtime.jar +%%DATADIR%%/ide/modules/org-eclipse-equinox-app.jar +%%DATADIR%%/ide/modules/org-eclipse-equinox-common.jar +%%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.jar +%%DATADIR%%/ide/modules/org-eclipse-mylyn-bugzilla-core.jar +%%DATADIR%%/ide/modules/org-eclipse-mylyn-commons-core.jar +%%DATADIR%%/ide/modules/org-eclipse-mylyn-commons-net.jar +%%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-netbeans-api-debugger.jar +%%DATADIR%%/ide/modules/org-netbeans-api-java-classpath.jar +%%DATADIR%%/ide/modules/org-netbeans-api-xml.jar +%%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-lib-terminalemulator.jar +%%DATADIR%%/ide/modules/org-netbeans-libs-antlr3-runtime.jar +%%DATADIR%%/ide/modules/org-netbeans-libs-bytelist.jar +%%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-json_simple.jar +%%DATADIR%%/ide/modules/org-netbeans-libs-jvyamlb.jar +%%DATADIR%%/ide/modules/org-netbeans-libs-lucene.jar +%%DATADIR%%/ide/modules/org-netbeans-libs-nashorn.jar +%%DATADIR%%/ide/modules/org-netbeans-libs-smack.jar +%%DATADIR%%/ide/modules/org-netbeans-libs-svnClientAdapter-javahl.jar +%%DATADIR%%/ide/modules/org-netbeans-libs-svnClientAdapter-svnkit.jar +%%DATADIR%%/ide/modules/org-netbeans-libs-svnClientAdapter.jar +%%DATADIR%%/ide/modules/org-netbeans-libs-swingx.jar +%%DATADIR%%/ide/modules/org-netbeans-libs-xerces.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-bugtracking-bridge.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-bugtracking.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-bugzilla.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-code-analysis.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-csl-api.jar +%%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-visual.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-db-core.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-db-dataview.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-db-drivers.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-db-kit.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-db-metadata-model.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-db-mysql.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-db-sql-editor.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-db-sql-visualeditor.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-db.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-dbapi.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-defaults.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-derby.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-diff.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-dlight-nativeexecution.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-dlight-terminal.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-editor-actions.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-editor-bookmarks.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-editor-bracesmatching.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-editor-breadcrumbs.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-editor-codetemplates.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-editor-completion.jar +%%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.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-editor-global-format.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-editor-guards.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-editor-indent-project.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-editor-indent.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-editor-kit.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-editor-lib.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-editor-lib2.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-editor-macros.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-editor-plain-lib.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-editor-plain.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-editor-search.jar +%%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-util.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-editor.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-extbrowser.jar +%%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-editor-lib.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-html-editor.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 +%%DATADIR%%/ide/modules/org-netbeans-modules-httpserver.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-hudson-git.jar +%%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.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-editor.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-javascript2-kit.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 +%%DATADIR%%/ide/modules/org-netbeans-modules-languages-manifest.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-languages-yaml.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-languages.jar +%%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-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-options-editor.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-parsing-api.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-parsing-lucene.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-parsing-ui.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-print-editor.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-project-ant.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-project-indexingbridge.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-project-libraries.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-projectapi.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-projectui-buildmenu.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-projectui.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-projectuiapi.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-properties-syntax.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-properties.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-refactoring-api.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-schema2beans.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-server.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-servletapi.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-spellchecker-apimodule.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-spellchecker-bindings-htmlxml.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-spellchecker-bindings-properties.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-spellchecker-dictionary_en.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-spellchecker-kit.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-spellchecker.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-subversion.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-swing-validation.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-target-iterator.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-tasklist-kit.jar +%%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-terminal.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-usersguide.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-utilities-project.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-utilities.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-versioning-core.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-versioning-indexingbridge.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-versioning-masterfs.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-versioning-system-cvss-installer.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-versioning-ui.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-versioning-util.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-versioning.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-web-browser-api.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-web-common.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-web-indent.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-web-webkit-debugging.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-xml-axi.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-xml-catalog.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-xml-core.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-xml-jaxb-api.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-xml-lexer.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-xml-multiview.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-xml-retriever.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-xml-schema-completion.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-xml-schema-model.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-xml-tax.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-xml-text.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-xml-tools.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-xml-wsdl-model.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-xml-xam.jar +%%DATADIR%%/ide/modules/org-netbeans-modules-xml-xdm.jar +%%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.jar +%%DATADIR%%/ide/modules/org-netbeans-spi-navigator.jar +%%DATADIR%%/ide/modules/org-netbeans-spi-palette.jar +%%DATADIR%%/ide/modules/org-netbeans-spi-tasklist.jar +%%DATADIR%%/ide/modules/org-netbeans-spi-viewmodel.jar +%%DATADIR%%/ide/modules/org-netbeans-swing-dirchooser.jar +%%DATADIR%%/ide/modules/org-openidex-util.jar +%%DATADIR%%/ide/update_tracking/com-jcraft-jsch.xml +%%DATADIR%%/ide/update_tracking/com-jcraft-jzlib.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 +%%DATADIR%%/ide/update_tracking/org-apache-commons-lang.xml +%%DATADIR%%/ide/update_tracking/org-apache-commons-logging.xml +%%DATADIR%%/ide/update_tracking/org-apache-ws-commons-util.xml +%%DATADIR%%/ide/update_tracking/org-apache-xml-resolver.xml +%%DATADIR%%/ide/update_tracking/org-apache-xmlrpc.xml +%%DATADIR%%/ide/update_tracking/org-eclipse-core-contenttype.xml +%%DATADIR%%/ide/update_tracking/org-eclipse-core-jobs.xml +%%DATADIR%%/ide/update_tracking/org-eclipse-core-net.xml +%%DATADIR%%/ide/update_tracking/org-eclipse-core-runtime-compatibility-auth.xml +%%DATADIR%%/ide/update_tracking/org-eclipse-core-runtime.xml +%%DATADIR%%/ide/update_tracking/org-eclipse-equinox-app.xml +%%DATADIR%%/ide/update_tracking/org-eclipse-equinox-common.xml +%%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.xml +%%DATADIR%%/ide/update_tracking/org-eclipse-mylyn-bugzilla-core.xml +%%DATADIR%%/ide/update_tracking/org-eclipse-mylyn-commons-core.xml +%%DATADIR%%/ide/update_tracking/org-eclipse-mylyn-commons-net.xml +%%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-netbeans-api-debugger.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-api-java-classpath.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-api-xml.xml +%%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-lib-terminalemulator.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-libs-antlr3-runtime.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-libs-bytelist.xml +%%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-json_simple.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-libs-jvyamlb.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-libs-lucene.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-libs-nashorn.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-libs-smack.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-libs-svnClientAdapter-javahl.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-libs-svnClientAdapter-svnkit.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-libs-svnClientAdapter.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-libs-swingx.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-libs-xerces.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-bugtracking-bridge.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-bugtracking.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-bugzilla.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-code-analysis.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-csl-api.xml +%%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-visual.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-db-core.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-db-dataview.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-db-drivers.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-db-kit.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-db-metadata-model.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-db-mysql.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-db-sql-editor.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-db-sql-visualeditor.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-db.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-dbapi.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-defaults.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-derby.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-diff.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-dlight-nativeexecution.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-dlight-terminal.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-editor-actions.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-editor-bookmarks.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-editor-bracesmatching.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-editor-breadcrumbs.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-editor-codetemplates.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-editor-completion.xml +%%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.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-editor-global-format.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-editor-guards.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-editor-indent-project.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-editor-indent.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-editor-kit.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-editor-lib.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-editor-lib2.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-editor-macros.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-editor-plain-lib.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-editor-plain.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-editor-search.xml +%%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-util.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-editor.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-extbrowser.xml +%%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-editor-lib.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-html-editor.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 +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-httpserver.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-hudson-git.xml +%%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.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-editor.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-javascript2-kit.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 +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-languages-manifest.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-languages-yaml.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-languages.xml +%%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-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-options-editor.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-parsing-api.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-parsing-lucene.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-parsing-ui.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-print-editor.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-project-ant.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-project-indexingbridge.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-project-libraries.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-projectapi.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-projectui-buildmenu.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-projectui.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-projectuiapi.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-properties-syntax.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-properties.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-refactoring-api.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-schema2beans.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-server.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-servletapi.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-spellchecker-apimodule.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-spellchecker-bindings-htmlxml.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-spellchecker-bindings-properties.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-spellchecker-dictionary_en.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-spellchecker-kit.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-spellchecker.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-subversion.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-swing-validation.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-target-iterator.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-tasklist-kit.xml +%%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-terminal.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-usersguide.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-utilities-project.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-utilities.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-versioning-core.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-versioning-indexingbridge.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-versioning-masterfs.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-versioning-system-cvss-installer.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-versioning-ui.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-versioning-util.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-versioning.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-web-browser-api.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-web-common.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-web-indent.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-web-webkit-debugging.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-xml-axi.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-xml-catalog.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-xml-core.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-xml-jaxb-api.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-xml-lexer.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-xml-multiview.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-xml-retriever.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-xml-schema-completion.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-xml-schema-model.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-xml-tax.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-xml-text.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-xml-tools.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-xml-wsdl-model.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-xml-xam.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-modules-xml-xdm.xml +%%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.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-spi-navigator.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-spi-palette.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-spi-tasklist.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-spi-viewmodel.xml +%%DATADIR%%/ide/update_tracking/org-netbeans-swing-dirchooser.xml +%%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 +%%DATADIR%%/java/ant/nblib/org-netbeans-modules-javawebstart.jar +%%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-lib-nbjavac.xml +%%DATADIR%%/java/config/Modules/org-netbeans-libs-cglib.xml +%%DATADIR%%/java/config/Modules/org-netbeans-libs-javacapi.xml +%%DATADIR%%/java/config/Modules/org-netbeans-libs-javacimpl.xml +%%DATADIR%%/java/config/Modules/org-netbeans-libs-springframework.xml +%%DATADIR%%/java/config/Modules/org-netbeans-modules-ant-browsetask.xml +%%DATADIR%%/java/config/Modules/org-netbeans-modules-ant-debugger.xml +%%DATADIR%%/java/config/Modules/org-netbeans-modules-ant-freeform.xml +%%DATADIR%%/java/config/Modules/org-netbeans-modules-ant-grammar.xml +%%DATADIR%%/java/config/Modules/org-netbeans-modules-ant-kit.xml +%%DATADIR%%/java/config/Modules/org-netbeans-modules-beans.xml +%%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-kit.xml +%%DATADIR%%/java/config/Modules/org-netbeans-modules-debugger-jpda-projects.xml +%%DATADIR%%/java/config/Modules/org-netbeans-modules-debugger-jpda-ui.xml +%%DATADIR%%/java/config/Modules/org-netbeans-modules-debugger-jpda-visual.xml +%%DATADIR%%/java/config/Modules/org-netbeans-modules-debugger-jpda.xml +%%DATADIR%%/java/config/Modules/org-netbeans-modules-findbugs-installer.xml +%%DATADIR%%/java/config/Modules/org-netbeans-modules-form-binding.xml +%%DATADIR%%/java/config/Modules/org-netbeans-modules-form-j2ee.xml +%%DATADIR%%/java/config/Modules/org-netbeans-modules-form-kit.xml +%%DATADIR%%/java/config/Modules/org-netbeans-modules-form-nb.xml +%%DATADIR%%/java/config/Modules/org-netbeans-modules-form-refactoring.xml +%%DATADIR%%/java/config/Modules/org-netbeans-modules-form.xml +%%DATADIR%%/java/config/Modules/org-netbeans-modules-hibernate.xml +%%DATADIR%%/java/config/Modules/org-netbeans-modules-hibernatelib.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 +%%DATADIR%%/java/config/Modules/org-netbeans-modules-i18n.xml +%%DATADIR%%/java/config/Modules/org-netbeans-modules-j2ee-core-utilities.xml +%%DATADIR%%/java/config/Modules/org-netbeans-modules-j2ee-eclipselink.xml +%%DATADIR%%/java/config/Modules/org-netbeans-modules-j2ee-eclipselinkmodelgen.xml +%%DATADIR%%/java/config/Modules/org-netbeans-modules-j2ee-jpa-refactoring.xml +%%DATADIR%%/java/config/Modules/org-netbeans-modules-j2ee-jpa-verification.xml +%%DATADIR%%/java/config/Modules/org-netbeans-modules-j2ee-metadata-model-support.xml +%%DATADIR%%/java/config/Modules/org-netbeans-modules-j2ee-metadata.xml +%%DATADIR%%/java/config/Modules/org-netbeans-modules-j2ee-persistence-kit.xml +%%DATADIR%%/java/config/Modules/org-netbeans-modules-j2ee-persistence.xml +%%DATADIR%%/java/config/Modules/org-netbeans-modules-j2ee-persistenceapi.xml +%%DATADIR%%/java/config/Modules/org-netbeans-modules-java-api-common.xml +%%DATADIR%%/java/config/Modules/org-netbeans-modules-java-debug.xml +%%DATADIR%%/java/config/Modules/org-netbeans-modules-java-editor-lib.xml +%%DATADIR%%/java/config/Modules/org-netbeans-modules-java-editor.xml +%%DATADIR%%/java/config/Modules/org-netbeans-modules-java-examples.xml +%%DATADIR%%/java/config/Modules/org-netbeans-modules-java-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 +%%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-j2seplatform.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-navigation.xml +%%DATADIR%%/java/config/Modules/org-netbeans-modules-java-platform.xml +%%DATADIR%%/java/config/Modules/org-netbeans-modules-java-preprocessorbridge.xml +%%DATADIR%%/java/config/Modules/org-netbeans-modules-java-project.xml +%%DATADIR%%/java/config/Modules/org-netbeans-modules-java-source-ant.xml +%%DATADIR%%/java/config/Modules/org-netbeans-modules-java-source-queries.xml +%%DATADIR%%/java/config/Modules/org-netbeans-modules-java-source-queriesimpl.xml +%%DATADIR%%/java/config/Modules/org-netbeans-modules-java-source.xml +%%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-javawebstart.xml +%%DATADIR%%/java/config/Modules/org-netbeans-modules-jellytools-java.xml +%%DATADIR%%/java/config/Modules/org-netbeans-modules-junit.xml +%%DATADIR%%/java/config/Modules/org-netbeans-modules-maven-checkstyle.xml +%%DATADIR%%/java/config/Modules/org-netbeans-modules-maven-coverage.xml +%%DATADIR%%/java/config/Modules/org-netbeans-modules-maven-embedder.xml +%%DATADIR%%/java/config/Modules/org-netbeans-modules-maven-grammar.xml +%%DATADIR%%/java/config/Modules/org-netbeans-modules-maven-graph.xml +%%DATADIR%%/java/config/Modules/org-netbeans-modules-maven-hints.xml +%%DATADIR%%/java/config/Modules/org-netbeans-modules-maven-indexer.xml +%%DATADIR%%/java/config/Modules/org-netbeans-modules-maven-junit.xml +%%DATADIR%%/java/config/Modules/org-netbeans-modules-maven-kit.xml +%%DATADIR%%/java/config/Modules/org-netbeans-modules-maven-model.xml +%%DATADIR%%/java/config/Modules/org-netbeans-modules-maven-osgi.xml +%%DATADIR%%/java/config/Modules/org-netbeans-modules-maven-persistence.xml +%%DATADIR%%/java/config/Modules/org-netbeans-modules-maven-refactoring.xml +%%DATADIR%%/java/config/Modules/org-netbeans-modules-maven-repository.xml +%%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-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 +%%DATADIR%%/java/config/Modules/org-netbeans-modules-spellchecker-bindings-java.xml +%%DATADIR%%/java/config/Modules/org-netbeans-modules-spring-beans.xml +%%DATADIR%%/java/config/Modules/org-netbeans-modules-testng-ant.xml +%%DATADIR%%/java/config/Modules/org-netbeans-modules-testng-maven.xml +%%DATADIR%%/java/config/Modules/org-netbeans-modules-testng.xml +%%DATADIR%%/java/config/Modules/org-netbeans-modules-websvc-jaxws21.xml +%%DATADIR%%/java/config/Modules/org-netbeans-modules-websvc-jaxws21api.xml +%%DATADIR%%/java/config/Modules/org-netbeans-modules-websvc-saas-codegen-java.xml +%%DATADIR%%/java/config/Modules/org-netbeans-modules-whitelist.xml +%%DATADIR%%/java/config/Modules/org-netbeans-modules-xml-jaxb.xml +%%DATADIR%%/java/config/Modules/org-netbeans-modules-xml-tools-java.xml +%%DATADIR%%/java/config/Modules/org-netbeans-spi-java-hints.xml +%%DATADIR%%/java/docs/beansbinding-1.2.1-doc.zip +%%DATADIR%%/java/docs/jaxws-api-doc.zip +%%DATADIR%%/java/maven/LICENSE.txt +%%DATADIR%%/java/maven/NOTICE.txt +%%DATADIR%%/java/maven/README.txt +%%DATADIR%%/java/maven/bin/m2.conf +%%DATADIR%%/java/maven/bin/mvn +%%DATADIR%%/java/maven/bin/mvn.bat +%%DATADIR%%/java/maven/bin/mvnDebug +%%DATADIR%%/java/maven/bin/mvnDebug.bat +%%DATADIR%%/java/maven/bin/mvnyjp +%%DATADIR%%/java/maven/boot/plexus-classworlds-2.4.jar +%%DATADIR%%/java/maven/conf/settings.xml +%%DATADIR%%/java/maven/lib/aether-api-1.13.1.jar +%%DATADIR%%/java/maven/lib/aether-connector-wagon-1.13.1.jar +%%DATADIR%%/java/maven/lib/aether-impl-1.13.1.jar +%%DATADIR%%/java/maven/lib/aether-spi-1.13.1.jar +%%DATADIR%%/java/maven/lib/aether-util-1.13.1.jar +%%DATADIR%%/java/maven/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/plexus-cipher-1.7.jar +%%DATADIR%%/java/maven/lib/plexus-component-annotations-1.5.5.jar +%%DATADIR%%/java/maven/lib/plexus-interpolation-1.14.jar +%%DATADIR%%/java/maven/lib/plexus-sec-dispatcher-1.3.jar +%%DATADIR%%/java/maven/lib/plexus-utils-2.0.6.jar +%%DATADIR%%/java/maven/lib/sisu-guava-0.9.9.jar +%%DATADIR%%/java/maven/lib/sisu-guice-3.1.0-no_aop.jar +%%DATADIR%%/java/maven/lib/sisu-inject-bean-2.3.0.jar +%%DATADIR%%/java/maven/lib/sisu-inject-plexus-2.3.0.jar +%%DATADIR%%/java/maven/lib/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/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/jaxws22/FastInfoset.jar +%%DATADIR%%/java/modules/ext/jaxws22/api/javax.annotation.jar +%%DATADIR%%/java/modules/ext/jaxws22/api/jaxws-api.jar +%%DATADIR%%/java/modules/ext/jaxws22/api/jsr181-api.jar +%%DATADIR%%/java/modules/ext/jaxws22/api/saaj-api.jar +%%DATADIR%%/java/modules/ext/jaxws22/gmbal-api-only.jar +%%DATADIR%%/java/modules/ext/jaxws22/ha-api.jar +%%DATADIR%%/java/modules/ext/jaxws22/javax.mail_1.4.jar +%%DATADIR%%/java/modules/ext/jaxws22/jaxws-rt.jar +%%DATADIR%%/java/modules/ext/jaxws22/jaxws-tools.jar +%%DATADIR%%/java/modules/ext/jaxws22/management-api.jar +%%DATADIR%%/java/modules/ext/jaxws22/mimepull.jar +%%DATADIR%%/java/modules/ext/jaxws22/policy.jar +%%DATADIR%%/java/modules/ext/jaxws22/saaj-impl.jar +%%DATADIR%%/java/modules/ext/jaxws22/stax-ex.jar +%%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/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/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-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/locale/org-jdesktop-beansbinding_ja.jar +%%DATADIR%%/java/modules/locale/org-jdesktop-beansbinding_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-jdesktop-beansbinding_ru.jar +%%DATADIR%%/java/modules/locale/org-jdesktop-beansbinding_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-api-debugger-jpda_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-api-debugger-jpda_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-api-debugger-jpda_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-api-debugger-jpda_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-api-java_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-api-java_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-api-java_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-api-java_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-lib-nbjavac_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-lib-nbjavac_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-lib-nbjavac_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-lib-nbjavac_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-libs-cglib_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-libs-cglib_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-libs-cglib_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-libs-cglib_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-libs-javacapi_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-libs-javacapi_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-libs-javacapi_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-libs-javacapi_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-libs-javacimpl_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-libs-javacimpl_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-libs-javacimpl_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-libs-javacimpl_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-libs-springframework_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-libs-springframework_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-libs-springframework_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-libs-springframework_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-ant-browsetask_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-ant-browsetask_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-ant-browsetask_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-ant-browsetask_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-ant-debugger_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-ant-debugger_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-ant-debugger_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-ant-debugger_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-ant-freeform_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-ant-freeform_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-ant-freeform_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-ant-freeform_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-ant-grammar_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-ant-grammar_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-ant-grammar_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-ant-grammar_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-ant-kit_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-ant-kit_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-ant-kit_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-ant-kit_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-beans_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-beans_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-beans_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-beans_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-classfile_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-classfile_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-classfile_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-classfile_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-dbschema_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-dbschema_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-dbschema_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-dbschema_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-debugger-jpda-ant_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-debugger-jpda-ant_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-debugger-jpda-ant_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-debugger-jpda-ant_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-debugger-jpda-kit_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-debugger-jpda-kit_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-debugger-jpda-kit_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-debugger-jpda-kit_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-debugger-jpda-projects_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-debugger-jpda-projects_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-debugger-jpda-projects_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-debugger-jpda-projects_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-debugger-jpda-ui_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-debugger-jpda-ui_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-debugger-jpda-ui_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-debugger-jpda-ui_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-debugger-jpda-visual_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-debugger-jpda-visual_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-debugger-jpda-visual_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-debugger-jpda-visual_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-debugger-jpda_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-debugger-jpda_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-debugger-jpda_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-debugger-jpda_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-findbugs-installer_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-findbugs-installer_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-findbugs-installer_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-findbugs-installer_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-form-binding_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-form-binding_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-form-binding_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-form-binding_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-form-j2ee_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-form-j2ee_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-form-j2ee_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-form-j2ee_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-form-kit_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-form-kit_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-form-kit_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-form-kit_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-form-nb_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-form-nb_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-form-nb_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-form-nb_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-form-refactoring_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-form-refactoring_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-form-refactoring_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-form-refactoring_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-form_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-form_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-form_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-form_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-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 +%%DATADIR%%/java/modules/locale/org-netbeans-modules-hudson-ant_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-hudson-maven_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-hudson-maven_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-hudson-maven_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-hudson-maven_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-i18n-form_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-i18n-form_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-i18n-form_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-i18n-form_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-i18n_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-i18n_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-i18n_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-i18n_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-core-utilities_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-core-utilities_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-core-utilities_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-core-utilities_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-eclipselink_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-eclipselink_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-eclipselink_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-eclipselink_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-eclipselinkmodelgen_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-eclipselinkmodelgen_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-eclipselinkmodelgen_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-eclipselinkmodelgen_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-jpa-refactoring_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-jpa-refactoring_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-jpa-refactoring_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-jpa-refactoring_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-jpa-verification_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-jpa-verification_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-jpa-verification_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-jpa-verification_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-metadata-model-support_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-metadata-model-support_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-metadata-model-support_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-metadata-model-support_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-metadata_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-metadata_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-metadata_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-metadata_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-persistence-kit_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-persistence-kit_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-persistence-kit_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-persistence-kit_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-persistence_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-persistence_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-persistence_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-persistence_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-persistenceapi_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-persistenceapi_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-persistenceapi_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-j2ee-persistenceapi_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-api-common_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-api-common_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-api-common_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-api-common_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-debug_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-debug_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-debug_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-debug_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-editor-lib_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-editor-lib_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-editor-lib_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-editor-lib_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-editor_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-editor_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-editor_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-editor_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-examples_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-examples_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-examples_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-examples_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-freeform_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-freeform_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-freeform_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-freeform_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-guards_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-guards_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-guards_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-guards_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-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 +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-hints-declarative-test_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-hints-declarative_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-hints-declarative_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-hints-declarative_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-hints-declarative_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-hints-legacy-spi_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-hints-legacy-spi_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-hints-legacy-spi_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-hints-legacy-spi_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-hints-test_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-hints-test_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-hints-test_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-hints-test_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-hints-ui_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-hints-ui_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-hints-ui_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-hints-ui_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-hints_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-hints_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-hints_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-hints_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-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-j2seproject_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-j2seproject_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-j2seproject_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-j2seproject_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-kit_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-kit_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-kit_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-kit_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-lexer_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-lexer_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-lexer_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-lexer_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-navigation_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-navigation_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-navigation_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-navigation_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-platform_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-platform_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-platform_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-platform_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-preprocessorbridge_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-preprocessorbridge_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-preprocessorbridge_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-preprocessorbridge_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-project_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-project_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-project_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-project_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-source-ant_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-source-ant_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-source-ant_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-source-ant_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-source-queries_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-source-queries_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-source-queries_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-source-queries_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-source-queriesimpl_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-source-queriesimpl_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-source-queriesimpl_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-source-queriesimpl_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-source_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-source_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-source_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-source_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-sourceui_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-sourceui_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-sourceui_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-sourceui_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-testrunner_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-testrunner_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-testrunner_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-java-testrunner_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-javadoc_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-javadoc_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-javadoc_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-javadoc_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-javawebstart_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-javawebstart_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-javawebstart_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-javawebstart_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-jellytools-java_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-jellytools-java_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-jellytools-java_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-jellytools-java_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-junit_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-junit_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-junit_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-junit_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-checkstyle_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-checkstyle_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-checkstyle_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-checkstyle_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-coverage_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-coverage_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-coverage_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-coverage_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-embedder_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-embedder_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-embedder_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-embedder_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-grammar_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-grammar_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-grammar_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-grammar_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-graph_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-graph_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-graph_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-graph_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-hints_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-hints_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-hints_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-hints_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-indexer_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-indexer_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-indexer_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-indexer_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-junit_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-junit_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-junit_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-junit_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-kit_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-kit_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-kit_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-kit_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-model_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-model_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-model_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-model_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-osgi_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-osgi_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-osgi_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-osgi_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-persistence_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-persistence_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-persistence_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-persistence_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-refactoring_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-refactoring_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-refactoring_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-refactoring_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-repository_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-repository_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-repository_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-repository_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-search_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-search_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-search_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-search_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-spring_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-spring_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-spring_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven-spring_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-maven_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-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-projectimport-eclipse-core_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-projectimport-eclipse-core_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-projectimport-eclipse-core_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-projectimport-eclipse-core_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-projectimport-eclipse-j2se_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-projectimport-eclipse-j2se_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-projectimport-eclipse-j2se_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-projectimport-eclipse-j2se_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-refactoring-java_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-refactoring-java_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-refactoring-java_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-refactoring-java_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-spellchecker-bindings-java_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-spellchecker-bindings-java_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-spellchecker-bindings-java_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-spellchecker-bindings-java_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-spring-beans_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-spring-beans_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-spring-beans_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-spring-beans_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-testng-ant_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-testng-ant_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-testng-ant_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-testng-ant_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-testng-maven_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-testng-maven_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-testng-maven_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-testng-maven_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-testng_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-testng_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-testng_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-testng_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-websvc-jaxws21_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-websvc-jaxws21_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-websvc-jaxws21_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-websvc-jaxws21_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-websvc-jaxws21api_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-websvc-jaxws21api_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-websvc-jaxws21api_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-websvc-jaxws21api_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-websvc-saas-codegen-java_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-websvc-saas-codegen-java_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-websvc-saas-codegen-java_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-websvc-saas-codegen-java_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-whitelist_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-whitelist_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-whitelist_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-whitelist_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-xml-jaxb_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-xml-jaxb_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-xml-jaxb_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-xml-jaxb_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-xml-tools-java_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-xml-tools-java_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-xml-tools-java_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-modules-xml-tools-java_zh_CN.jar +%%DATADIR%%/java/modules/locale/org-netbeans-spi-java-hints_ja.jar +%%DATADIR%%/java/modules/locale/org-netbeans-spi-java-hints_pt_BR.jar +%%DATADIR%%/java/modules/locale/org-netbeans-spi-java-hints_ru.jar +%%DATADIR%%/java/modules/locale/org-netbeans-spi-java-hints_zh_CN.jar +%%DATADIR%%/java/modules/org-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-lib-nbjavac.jar +%%DATADIR%%/java/modules/org-netbeans-libs-cglib.jar +%%DATADIR%%/java/modules/org-netbeans-libs-javacapi.jar +%%DATADIR%%/java/modules/org-netbeans-libs-javacimpl.jar +%%DATADIR%%/java/modules/org-netbeans-libs-springframework.jar +%%DATADIR%%/java/modules/org-netbeans-modules-ant-browsetask.jar +%%DATADIR%%/java/modules/org-netbeans-modules-ant-debugger.jar +%%DATADIR%%/java/modules/org-netbeans-modules-ant-freeform.jar +%%DATADIR%%/java/modules/org-netbeans-modules-ant-grammar.jar +%%DATADIR%%/java/modules/org-netbeans-modules-ant-kit.jar +%%DATADIR%%/java/modules/org-netbeans-modules-beans.jar +%%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-kit.jar +%%DATADIR%%/java/modules/org-netbeans-modules-debugger-jpda-projects.jar +%%DATADIR%%/java/modules/org-netbeans-modules-debugger-jpda-ui.jar +%%DATADIR%%/java/modules/org-netbeans-modules-debugger-jpda-visual.jar +%%DATADIR%%/java/modules/org-netbeans-modules-debugger-jpda.jar +%%DATADIR%%/java/modules/org-netbeans-modules-findbugs-installer.jar +%%DATADIR%%/java/modules/org-netbeans-modules-form-binding.jar +%%DATADIR%%/java/modules/org-netbeans-modules-form-j2ee.jar +%%DATADIR%%/java/modules/org-netbeans-modules-form-kit.jar +%%DATADIR%%/java/modules/org-netbeans-modules-form-nb.jar +%%DATADIR%%/java/modules/org-netbeans-modules-form-refactoring.jar +%%DATADIR%%/java/modules/org-netbeans-modules-form.jar +%%DATADIR%%/java/modules/org-netbeans-modules-hibernate.jar +%%DATADIR%%/java/modules/org-netbeans-modules-hibernatelib.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 +%%DATADIR%%/java/modules/org-netbeans-modules-i18n.jar +%%DATADIR%%/java/modules/org-netbeans-modules-j2ee-core-utilities.jar +%%DATADIR%%/java/modules/org-netbeans-modules-j2ee-eclipselink.jar +%%DATADIR%%/java/modules/org-netbeans-modules-j2ee-eclipselinkmodelgen.jar +%%DATADIR%%/java/modules/org-netbeans-modules-j2ee-jpa-refactoring.jar +%%DATADIR%%/java/modules/org-netbeans-modules-j2ee-jpa-verification.jar +%%DATADIR%%/java/modules/org-netbeans-modules-j2ee-metadata-model-support.jar +%%DATADIR%%/java/modules/org-netbeans-modules-j2ee-metadata.jar +%%DATADIR%%/java/modules/org-netbeans-modules-j2ee-persistence-kit.jar +%%DATADIR%%/java/modules/org-netbeans-modules-j2ee-persistence.jar +%%DATADIR%%/java/modules/org-netbeans-modules-j2ee-persistenceapi.jar +%%DATADIR%%/java/modules/org-netbeans-modules-java-api-common.jar +%%DATADIR%%/java/modules/org-netbeans-modules-java-debug.jar +%%DATADIR%%/java/modules/org-netbeans-modules-java-editor-lib.jar +%%DATADIR%%/java/modules/org-netbeans-modules-java-editor.jar +%%DATADIR%%/java/modules/org-netbeans-modules-java-examples.jar +%%DATADIR%%/java/modules/org-netbeans-modules-java-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 +%%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-j2seplatform.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-navigation.jar +%%DATADIR%%/java/modules/org-netbeans-modules-java-platform.jar +%%DATADIR%%/java/modules/org-netbeans-modules-java-preprocessorbridge.jar +%%DATADIR%%/java/modules/org-netbeans-modules-java-project.jar +%%DATADIR%%/java/modules/org-netbeans-modules-java-source-ant.jar +%%DATADIR%%/java/modules/org-netbeans-modules-java-source-queries.jar +%%DATADIR%%/java/modules/org-netbeans-modules-java-source-queriesimpl.jar +%%DATADIR%%/java/modules/org-netbeans-modules-java-source.jar +%%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-javawebstart.jar +%%DATADIR%%/java/modules/org-netbeans-modules-jellytools-java.jar +%%DATADIR%%/java/modules/org-netbeans-modules-junit.jar +%%DATADIR%%/java/modules/org-netbeans-modules-maven-checkstyle.jar +%%DATADIR%%/java/modules/org-netbeans-modules-maven-coverage.jar +%%DATADIR%%/java/modules/org-netbeans-modules-maven-embedder.jar +%%DATADIR%%/java/modules/org-netbeans-modules-maven-grammar.jar +%%DATADIR%%/java/modules/org-netbeans-modules-maven-graph.jar +%%DATADIR%%/java/modules/org-netbeans-modules-maven-hints.jar +%%DATADIR%%/java/modules/org-netbeans-modules-maven-indexer.jar +%%DATADIR%%/java/modules/org-netbeans-modules-maven-junit.jar +%%DATADIR%%/java/modules/org-netbeans-modules-maven-kit.jar +%%DATADIR%%/java/modules/org-netbeans-modules-maven-model.jar +%%DATADIR%%/java/modules/org-netbeans-modules-maven-osgi.jar +%%DATADIR%%/java/modules/org-netbeans-modules-maven-persistence.jar +%%DATADIR%%/java/modules/org-netbeans-modules-maven-refactoring.jar +%%DATADIR%%/java/modules/org-netbeans-modules-maven-repository.jar +%%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-projectimport-eclipse-core.jar +%%DATADIR%%/java/modules/org-netbeans-modules-projectimport-eclipse-j2se.jar +%%DATADIR%%/java/modules/org-netbeans-modules-refactoring-java.jar +%%DATADIR%%/java/modules/org-netbeans-modules-spellchecker-bindings-java.jar +%%DATADIR%%/java/modules/org-netbeans-modules-spring-beans.jar +%%DATADIR%%/java/modules/org-netbeans-modules-testng-ant.jar +%%DATADIR%%/java/modules/org-netbeans-modules-testng-maven.jar +%%DATADIR%%/java/modules/org-netbeans-modules-testng.jar +%%DATADIR%%/java/modules/org-netbeans-modules-websvc-jaxws21.jar +%%DATADIR%%/java/modules/org-netbeans-modules-websvc-jaxws21api.jar +%%DATADIR%%/java/modules/org-netbeans-modules-websvc-saas-codegen-java.jar +%%DATADIR%%/java/modules/org-netbeans-modules-whitelist.jar +%%DATADIR%%/java/modules/org-netbeans-modules-xml-jaxb.jar +%%DATADIR%%/java/modules/org-netbeans-modules-xml-tools-java.jar +%%DATADIR%%/java/modules/org-netbeans-spi-java-hints.jar +%%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-lib-nbjavac.xml +%%DATADIR%%/java/update_tracking/org-netbeans-libs-cglib.xml +%%DATADIR%%/java/update_tracking/org-netbeans-libs-javacapi.xml +%%DATADIR%%/java/update_tracking/org-netbeans-libs-javacimpl.xml +%%DATADIR%%/java/update_tracking/org-netbeans-libs-springframework.xml +%%DATADIR%%/java/update_tracking/org-netbeans-modules-ant-browsetask.xml +%%DATADIR%%/java/update_tracking/org-netbeans-modules-ant-debugger.xml +%%DATADIR%%/java/update_tracking/org-netbeans-modules-ant-freeform.xml +%%DATADIR%%/java/update_tracking/org-netbeans-modules-ant-grammar.xml +%%DATADIR%%/java/update_tracking/org-netbeans-modules-ant-kit.xml +%%DATADIR%%/java/update_tracking/org-netbeans-modules-beans.xml +%%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-kit.xml +%%DATADIR%%/java/update_tracking/org-netbeans-modules-debugger-jpda-projects.xml +%%DATADIR%%/java/update_tracking/org-netbeans-modules-debugger-jpda-ui.xml +%%DATADIR%%/java/update_tracking/org-netbeans-modules-debugger-jpda-visual.xml +%%DATADIR%%/java/update_tracking/org-netbeans-modules-debugger-jpda.xml +%%DATADIR%%/java/update_tracking/org-netbeans-modules-findbugs-installer.xml +%%DATADIR%%/java/update_tracking/org-netbeans-modules-form-binding.xml +%%DATADIR%%/java/update_tracking/org-netbeans-modules-form-j2ee.xml +%%DATADIR%%/java/update_tracking/org-netbeans-modules-form-kit.xml +%%DATADIR%%/java/update_tracking/org-netbeans-modules-form-nb.xml +%%DATADIR%%/java/update_tracking/org-netbeans-modules-form-refactoring.xml +%%DATADIR%%/java/update_tracking/org-netbeans-modules-form.xml +%%DATADIR%%/java/update_tracking/org-netbeans-modules-hibernate.xml +%%DATADIR%%/java/update_tracking/org-netbeans-modules-hibernatelib.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 +%%DATADIR%%/java/update_tracking/org-netbeans-modules-i18n.xml +%%DATADIR%%/java/update_tracking/org-netbeans-modules-j2ee-core-utilities.xml +%%DATADIR%%/java/update_tracking/org-netbeans-modules-j2ee-eclipselink.xml +%%DATADIR%%/java/update_tracking/org-netbeans-modules-j2ee-eclipselinkmodelgen.xml +%%DATADIR%%/java/update_tracking/org-netbeans-modules-j2ee-jpa-refactoring.xml +%%DATADIR%%/java/update_tracking/org-netbeans-modules-j2ee-jpa-verification.xml +%%DATADIR%%/java/update_tracking/org-netbeans-modules-j2ee-metadata-model-support.xml +%%DATADIR%%/java/update_tracking/org-netbeans-modules-j2ee-metadata.xml +%%DATADIR%%/java/update_tracking/org-netbeans-modules-j2ee-persistence-kit.xml +%%DATADIR%%/java/update_tracking/org-netbeans-modules-j2ee-persistence.xml +%%DATADIR%%/java/update_tracking/org-netbeans-modules-j2ee-persistenceapi.xml +%%DATADIR%%/java/update_tracking/org-netbeans-modules-java-api-common.xml +%%DATADIR%%/java/update_tracking/org-netbeans-modules-java-debug.xml +%%DATADIR%%/java/update_tracking/org-netbeans-modules-java-editor-lib.xml +%%DATADIR%%/java/update_tracking/org-netbeans-modules-java-editor.xml +%%DATADIR%%/java/update_tracking/org-netbeans-modules-java-examples.xml +%%DATADIR%%/java/update_tracking/org-netbeans-modules-java-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 +%%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-j2seplatform.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-navigation.xml +%%DATADIR%%/java/update_tracking/org-netbeans-modules-java-platform.xml +%%DATADIR%%/java/update_tracking/org-netbeans-modules-java-preprocessorbridge.xml +%%DATADIR%%/java/update_tracking/org-netbeans-modules-java-project.xml +%%DATADIR%%/java/update_tracking/org-netbeans-modules-java-source-ant.xml +%%DATADIR%%/java/update_tracking/org-netbeans-modules-java-source-queries.xml +%%DATADIR%%/java/update_tracking/org-netbeans-modules-java-source-queriesimpl.xml +%%DATADIR%%/java/update_tracking/org-netbeans-modules-java-source.xml +%%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-javawebstart.xml +%%DATADIR%%/java/update_tracking/org-netbeans-modules-jellytools-java.xml +%%DATADIR%%/java/update_tracking/org-netbeans-modules-junit.xml +%%DATADIR%%/java/update_tracking/org-netbeans-modules-maven-checkstyle.xml +%%DATADIR%%/java/update_tracking/org-netbeans-modules-maven-coverage.xml +%%DATADIR%%/java/update_tracking/org-netbeans-modules-maven-embedder.xml +%%DATADIR%%/java/update_tracking/org-netbeans-modules-maven-grammar.xml +%%DATADIR%%/java/update_tracking/org-netbeans-modules-maven-graph.xml +%%DATADIR%%/java/update_tracking/org-netbeans-modules-maven-hints.xml +%%DATADIR%%/java/update_tracking/org-netbeans-modules-maven-indexer.xml +%%DATADIR%%/java/update_tracking/org-netbeans-modules-maven-junit.xml +%%DATADIR%%/java/update_tracking/org-netbeans-modules-maven-kit.xml +%%DATADIR%%/java/update_tracking/org-netbeans-modules-maven-model.xml +%%DATADIR%%/java/update_tracking/org-netbeans-modules-maven-osgi.xml +%%DATADIR%%/java/update_tracking/org-netbeans-modules-maven-persistence.xml +%%DATADIR%%/java/update_tracking/org-netbeans-modules-maven-refactoring.xml +%%DATADIR%%/java/update_tracking/org-netbeans-modules-maven-repository.xml +%%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-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 +%%DATADIR%%/java/update_tracking/org-netbeans-modules-spellchecker-bindings-java.xml +%%DATADIR%%/java/update_tracking/org-netbeans-modules-spring-beans.xml +%%DATADIR%%/java/update_tracking/org-netbeans-modules-testng-ant.xml +%%DATADIR%%/java/update_tracking/org-netbeans-modules-testng-maven.xml +%%DATADIR%%/java/update_tracking/org-netbeans-modules-testng.xml +%%DATADIR%%/java/update_tracking/org-netbeans-modules-websvc-jaxws21.xml +%%DATADIR%%/java/update_tracking/org-netbeans-modules-websvc-jaxws21api.xml +%%DATADIR%%/java/update_tracking/org-netbeans-modules-websvc-saas-codegen-java.xml +%%DATADIR%%/java/update_tracking/org-netbeans-modules-whitelist.xml +%%DATADIR%%/java/update_tracking/org-netbeans-modules-xml-jaxb.xml +%%DATADIR%%/java/update_tracking/org-netbeans-modules-xml-tools-java.xml +%%DATADIR%%/java/update_tracking/org-netbeans-spi-java-hints.xml +%%DATADIR%%/javacard/.lastModified +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/COPYRIGHT-docs.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/COPYRIGHT-software.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/RELEASENOTES-BIN.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/Uninstaller/uninstaller.jar +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/java/io/javacard/io.exp +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/java/lang/javacard/lang.exp +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/java/rmi/javacard/rmi.exp +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacard/framework/javacard/framework.exp +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacard/framework/service/javacard/service.exp +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacard/security/javacard/security.exp +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx/apdu/javacard/apdu.exp +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx/biometry/javacard/biometry.exp +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx/crypto/javacard/crypto.exp +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx/external/javacard/external.exp +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx/framework/math/javacard/math.exp +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx/framework/tlv/javacard/tlv.exp +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx/framework/util/intx/javacard/intx.exp +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx/framework/util/javacard/util.exp +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/bin/apdutool.bat +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/bin/cjcre.exe +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/bin/converter.bat +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/bin/debug.info +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/bin/debugproxy.bat +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/bin/installer.bat +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/bin/javacardc.bat +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/bin/normalizer.bat +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/bin/packager.bat +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/JCDevKitUG-Connected-3_0_2.pdf +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/apduio-classic.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/apdutool-connected.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/buildCJCRE-connected.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/cap-manifest-connected.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/cardinstaller-connected.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/compilertool-connected.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/configuringRI-connected.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/connectedUGLOF.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/connectedUGLOT.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/copyright.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/debuggertool-connected.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/developing-javacardApps.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/figures/buildCJCRE-connected-4.jpg +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/figures/cap-manifest-connected-4.jpg +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/figures/cap-manifest-connected-5.jpg +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/figures/cap-manifest-connected-6.jpg +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/figures/cap-manifest-connected-7.jpg +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/figures/cap-manifest-connected-8.jpg +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/figures/debuggertool-connected-4.jpg +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/figures/developing-javacardApps-4.jpg +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/figures/install-connected-5.jpg +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/figures/install-connected-6.jpg +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/figures/install-connected-7.jpg +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/figures/intro-connected-4.jpg +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/figures/normalizer-connected-4.jpg +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/figures/samples-connected-4.jpg +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/figures/samples-connected-5.jpg +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/index.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/install-connected.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/intro-connected.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/ix.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/jcgloss.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/normalizer-connected.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/packagertool-connected.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/part.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/part2.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/preface-connected.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/ri-connected.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/samples-connected.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/shared/SunLogo.gif +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/shared/bullet.gif +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/shared/chars/bullet.gif +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/shared/chars/tm.gif +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/shared/downtriangle.gif +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/shared/downtriangle_sm.gif +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/shared/index01.gif +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/shared/md-blank.gif +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/shared/next01.gif +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/shared/next02.gif +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/shared/prev01.gif +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/shared/prev02.gif +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/shared/sm-space.gif +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/shared/toc01.gif +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/unx_unstr_styles.css +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/COPYRIGHT_jcspecs.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/allclasses-frame.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/allclasses-noframe.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/Apdu.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/CadClientInterface.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/CadDevice.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/CadEvent.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/CadPCSCClient.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/CadServerListener.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/CadT0.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/CadT0Client.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/CadT1.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/CadT1Client.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/CadT1Dual.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/CadTransportException.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/ClientPCSCProtocol.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/ClientProtocol.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/ClientT0Protocol.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/ClientT1Protocol.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/ServerT0Protocol.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/ServerT1Data.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/ServerT1Protocol.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/T1Block.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/T1Exception.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/TLP224Exception.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/TLP224Message.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/package-frame.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/package-summary.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio/package-tree.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/constant-values.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/deprecated-list.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/help-doc.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/index-all.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/index.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/overview-summary.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/overview-tree.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/package-list +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/resources/inherit.gif +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/serialized-form.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/stylesheet.css +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/COPYRIGHT_jcspecs.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/allclasses-frame.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/allclasses-noframe.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/constant-values.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/deprecated-list.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/help-doc.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/index-all.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/index.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io/BufferedReader.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io/BufferedWriter.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io/ByteArrayInputStream.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io/ByteArrayOutputStream.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io/DataInput.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io/DataInputStream.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io/DataOutput.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io/DataOutputStream.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io/EOFException.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io/IOException.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io/InputStream.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io/InputStreamReader.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io/InterruptedIOException.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io/OutputStream.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io/OutputStreamWriter.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io/PrintStream.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io/PrintWriter.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io/Reader.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io/UTFDataFormatException.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io/UnsupportedEncodingException.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io/Writer.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io/package-frame.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io/package-summary.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io/package-tree.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/ArithmeticException.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/ArrayIndexOutOfBoundsException.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/ArrayStoreException.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/AssertionError.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/Boolean.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/Byte.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/Character.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/Class.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/ClassCastException.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/ClassNotFoundException.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/Enum.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/Error.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/Exception.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/IllegalAccessException.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/IllegalArgumentException.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/IllegalMonitorStateException.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/IllegalStateException.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/IllegalThreadStateException.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/IndexOutOfBoundsException.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/InstantiationException.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/Integer.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/InterruptedException.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/Iterable.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/Long.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/Math.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/NegativeArraySizeException.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/NoClassDefFoundError.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/NoSuchFieldError.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/NullPointerException.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/NumberFormatException.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/Object.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/OutOfMemoryError.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/Override.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/Runnable.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/Runtime.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/RuntimeException.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/SecurityException.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/Short.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/String.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/StringBuffer.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/StringBuilder.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/StringIndexOutOfBoundsException.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/SuppressWarnings.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/System.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/Thread.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/Throwable.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/VirtualMachineError.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/Void.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/annotation/Annotation.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/annotation/AnnotationFormatError.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/annotation/Documented.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/annotation/ElementType.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/annotation/Inherited.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/annotation/Retention.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/annotation/RetentionPolicy.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/annotation/Target.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/annotation/package-frame.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/annotation/package-summary.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/annotation/package-tree.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/package-frame.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/package-summary.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/package-tree.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/rmi/Remote.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/rmi/RemoteException.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/rmi/package-frame.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/rmi/package-summary.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/rmi/package-tree.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/security/AccessControlException.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/security/AccessController.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/security/BasicPermission.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/security/Permission.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/security/package-frame.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/security/package-summary.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/security/package-tree.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/util/Calendar.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/util/Date.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/util/EmptyStackException.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/util/Enumeration.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/util/EventListener.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/util/EventObject.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/util/Hashtable.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/util/Iterator.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/util/ListResourceBundle.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/util/Locale.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/util/MissingResourceException.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/util/NoSuchElementException.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/util/Random.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/util/ResourceBundle.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/util/Stack.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/util/StringTokenizer.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/util/TimeZone.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/util/Vector.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/util/package-frame.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/util/package-summary.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/util/package-tree.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/AID.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/APDU.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/APDUException.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/Applet.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/AppletEvent.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/CardException.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/CardRuntimeException.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/ISO7816.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/ISOException.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/JCSystem.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/MultiSelectable.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/OwnerPIN.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/PIN.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/PINException.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/Shareable.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/SystemException.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/TransactionException.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/UserException.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/Util.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/package-frame.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/package-summary.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/package-tree.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/service/BasicService.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/service/CardRemoteObject.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/service/Dispatcher.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/service/RMIService.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/service/RemoteService.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/service/SecurityService.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/service/Service.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/service/ServiceException.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/service/package-frame.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/service/package-summary.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/service/package-tree.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/AESKey.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/Checksum.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/CryptoException.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/DESKey.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/DSAKey.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/DSAPrivateKey.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/DSAPublicKey.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/ECKey.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/ECPrivateKey.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/ECPublicKey.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/HMACKey.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/InitializedMessageDigest.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/Key.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/KeyAgreement.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/KeyBuilder.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/KeyPair.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/KoreanSEEDKey.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/MessageDigest.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/PrivateKey.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/PublicKey.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/RSAPrivateCrtKey.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/RSAPrivateKey.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/RSAPublicKey.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/RandomData.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/SecretKey.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/Signature.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/SignatureMessageRecovery.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/package-frame.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/package-summary.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security/package-tree.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/apdu/ExtendedLength.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/apdu/package-frame.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/apdu/package-summary.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/apdu/package-tree.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/biometry/BioBuilder.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/biometry/BioException.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/biometry/BioTemplate.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/biometry/OwnerBioTemplate.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/biometry/SharedBioTemplate.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/biometry/package-frame.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/biometry/package-summary.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/biometry/package-tree.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/crypto/Cipher.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/crypto/KeyEncryption.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/crypto/package-frame.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/crypto/package-summary.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/crypto/package-tree.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/external/ExternalException.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/external/Memory.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/external/MemoryAccess.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/external/package-frame.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/external/package-summary.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/external/package-tree.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/facilities/Event.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/facilities/EventNotificationListener.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/facilities/EventRegistry.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/facilities/EventRegistryPermission.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/facilities/ServiceFactory.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/facilities/ServiceRegistry.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/facilities/ServiceRegistryPermission.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/facilities/SharedEvent.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/facilities/TaskRegistry.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/facilities/TaskRegistryPermission.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/facilities/package-frame.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/facilities/package-summary.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/facilities/package-tree.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/ApplicationException.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/Authenticator.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/ClassicSIOProxy.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/ContextPermission.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/JCRuntimePermission.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/JCSystem.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/Password.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/SharedBioTemplateAuth.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/SharedPINAuth.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/SharedPasswordAuth.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/TransactionType.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/TransactionTypeValue.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/TransientReference.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/math/BCDUtil.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/math/BigNumber.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/math/ParityBit.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/math/package-frame.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/math/package-summary.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/math/package-tree.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/package-frame.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/package-summary.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/package-tree.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/tlv/BERTLV.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/tlv/BERTag.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/tlv/ConstructedBERTLV.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/tlv/ConstructedBERTag.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/tlv/PrimitiveBERTLV.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/tlv/PrimitiveBERTag.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/tlv/TLVException.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/tlv/package-frame.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/tlv/package-summary.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/tlv/package-tree.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/util/ArrayLogic.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/util/UtilException.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/util/intx/JCint.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/util/intx/package-frame.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/util/intx/package-summary.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/util/intx/package-tree.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/util/package-frame.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/util/package-summary.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/util/package-tree.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/io/ConnectorPermission.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/io/FileConnection.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/io/PSKException.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/io/ServerSecureConnection.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/io/TLSSecurityInfo.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/io/package-frame.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/io/package-summary.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/io/package-tree.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/security/CredentialManager.SecurityRequirements.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/security/CredentialManager.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/security/CryptoServicePermission.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/security/CryptoServices.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/security/NamedPermission.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/security/SensitiveMethod.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/security/SensitiveType.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/security/SensitivityValue.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/security/URIPermission.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/security/package-frame.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/security/package-summary.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/security/package-tree.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/servlet/http/DefaultServlet.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/servlet/http/HttpDigestAuthentication.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/servlet/http/package-frame.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/servlet/http/package-summary.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/servlet/http/package-tree.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/io/Connection.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/io/ConnectionNotFoundException.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/io/Connector.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/io/ContentConnection.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/io/Datagram.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/io/DatagramConnection.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/io/HttpConnection.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/io/HttpsConnection.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/io/InputConnection.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/io/OutputConnection.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/io/SecureConnection.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/io/SecurityInfo.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/io/ServerSocketConnection.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/io/SocketConnection.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/io/StreamConnection.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/io/StreamConnectionNotifier.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/io/UDPDatagramConnection.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/io/package-frame.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/io/package-summary.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/io/package-tree.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/pki/Certificate.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/pki/CertificateException.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/pki/package-frame.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/pki/package-summary.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/pki/package-tree.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/Filter.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/FilterChain.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/FilterConfig.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/GenericServlet.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/RequestDispatcher.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/Servlet.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/ServletConfig.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/ServletContext.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/ServletContextAttributeEvent.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/ServletContextAttributeListener.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/ServletContextEvent.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/ServletContextListener.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/ServletException.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/ServletInputStream.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/ServletOutputStream.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/ServletRequest.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/ServletRequestAttributeEvent.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/ServletRequestAttributeListener.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/ServletRequestEvent.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/ServletRequestListener.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/ServletRequestWrapper.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/ServletResponse.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/ServletResponseWrapper.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/UnavailableException.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/http/Cookie.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/http/HttpServlet.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/http/HttpServletRequest.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/http/HttpServletRequestWrapper.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/http/HttpServletResponse.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/http/HttpServletResponseWrapper.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/http/HttpSession.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/http/HttpSessionAttributeListener.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/http/HttpSessionBindingEvent.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/http/HttpSessionBindingListener.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/http/HttpSessionEvent.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/http/HttpSessionListener.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/http/package-frame.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/http/package-summary.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/http/package-tree.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/package-frame.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/package-summary.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/package-tree.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/overview-frame.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/overview-summary.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/overview-tree.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/package-list +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/resources/inherit.gif +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/COPYRIGHT_jcspecs.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/allclasses-frame.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/allclasses-noframe.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/com/sun/javacard/spi/cardmgmt/Application.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/com/sun/javacard/spi/cardmgmt/ApplicationGroup.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/com/sun/javacard/spi/cardmgmt/DeploymentException.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/com/sun/javacard/spi/cardmgmt/DeploymentUnit.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/com/sun/javacard/spi/cardmgmt/DeploymentUnitLoader.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/com/sun/javacard/spi/cardmgmt/Library.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/com/sun/javacard/spi/cardmgmt/package-frame.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/com/sun/javacard/spi/cardmgmt/package-summary.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/com/sun/javacard/spi/cardmgmt/package-tree.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/com/sun/javacard/spi/security/ProtectionDomain.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/com/sun/javacard/spi/security/package-frame.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/com/sun/javacard/spi/security/package-summary.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/com/sun/javacard/spi/security/package-tree.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/constant-values.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/deprecated-list.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/help-doc.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/index-all.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/index.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/javacardx/spi/cardmgmt/CardManagementPermission.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/javacardx/spi/cardmgmt/package-frame.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/javacardx/spi/cardmgmt/package-summary.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/javacardx/spi/cardmgmt/package-tree.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/javacardx/spi/framework/JCREPermission.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/javacardx/spi/framework/package-frame.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/javacardx/spi/framework/package-summary.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/javacardx/spi/framework/package-tree.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/javacardx/spi/security/CryptoProvider.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/javacardx/spi/security/package-frame.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/javacardx/spi/security/package-summary.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/javacardx/spi/security/package-tree.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/overview-frame.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/overview-summary.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/overview-tree.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/package-list +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/resources/inherit.gif +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/stylesheet.css +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/stylesheet.css +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/document.css +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/legal/Distribution_ReadME.txt +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/legal/THIRDPARTYREADME.txt +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/legal/TechnologyEvaluationLicense.txt +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/lib/ant-contrib-1.0b3.jar +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/lib/api_classic.jar +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/lib/api_connected.jar +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/lib/asm-all-3.1.jar +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/lib/bcel-5.2.jar +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/lib/commons-cli-1.0.jar +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/lib/commons-codec-1.3.jar +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/lib/commons-httpclient-3.0.jar +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/lib/commons-logging-1.1.jar +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/lib/config.properties +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/lib/jcapt.jar +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/lib/jctasks.jar +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/lib/locale/nbutils_ja.jar +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/lib/locale/nbutils_pt_BR.jar +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/lib/locale/nbutils_ru.jar +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/lib/locale/nbutils_zh_CN.jar +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/lib/logging.properties +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/lib/nbtasks.jar +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/lib/nbutils.jar +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/lib/system.properties +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/lib/tools.jar +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/platform.properties +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_applets/HelloWorld/APPLET-INF/applet.xml +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_applets/HelloWorld/Helloworld.expected.output +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_applets/HelloWorld/META-INF/MANIFEST.MF +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_applets/HelloWorld/META-INF/javacard.xml +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_applets/HelloWorld/build.xml +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_applets/HelloWorld/catalog.xml +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_applets/HelloWorld/nbproject/build-impl.xml +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_applets/HelloWorld/nbproject/deployment.xml +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_applets/HelloWorld/nbproject/genfiles.properties +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_applets/HelloWorld/nbproject/project.properties +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_applets/HelloWorld/nbproject/project.xml +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_applets/HelloWorld/scripts/helloworld.scr +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_applets/HelloWorld/src/com/sun/jcclassic/samples/helloworld/HelloWorld.java +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets/HelloWorld/APPLET-INF/applet.xml +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets/HelloWorld/Helloworld.expected.output +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets/HelloWorld/META-INF/MANIFEST.MF +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets/HelloWorld/META-INF/javacard.xml +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets/HelloWorld/build.xml +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets/HelloWorld/nbproject/build-impl.xml +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets/HelloWorld/nbproject/deployment.xml +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets/HelloWorld/nbproject/genfiles.properties +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets/HelloWorld/nbproject/private/private.properties +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets/HelloWorld/nbproject/project.properties +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets/HelloWorld/nbproject/project.xml +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets/HelloWorld/scripts/helloworld.scr +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets/HelloWorld/src/com/sun/jchowto/helloworld/HelloWorldApplet.java +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/keystore/a.certificate +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/keystore/a.keystore +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/keystore/a.privateKey +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/keystore/b.certificate +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/keystore/b.keystore +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/keystore/b.privateKey +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/keystore/c.certificate +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/keystore/c.keystore +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/keystore/c.privateKey +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/META-INF/MANIFEST.MF +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/META-INF/javacard.xml +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/WEB-INF/footer.i +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/WEB-INF/header.i +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/WEB-INF/index.i +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/WEB-INF/web.xml +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/build.xml +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/html/images/lines.png +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/html/images/title.png +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/html/index.html +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/nbproject/build-impl.xml +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/nbproject/genfiles.properties +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/nbproject/private/private.properties +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/nbproject/project.properties +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/nbproject/project.xml +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/src/com/sun/jchowto/helloworld/HelloWorldServlet.java +%%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/src/com/sun/jchowto/helloworld/IndexServlet.java +%%DATADIR%%/javacard/VERSION.txt +%%DATADIR%%/javacard/config/Modules/org-netbeans-modules-javacard-apdu-io.xml +%%DATADIR%%/javacard/config/Modules/org-netbeans-modules-javacard-apdufile.xml +%%DATADIR%%/javacard/config/Modules/org-netbeans-modules-javacard-common.xml +%%DATADIR%%/javacard/config/Modules/org-netbeans-modules-javacard-console.xml +%%DATADIR%%/javacard/config/Modules/org-netbeans-modules-javacard-filemodels.xml +%%DATADIR%%/javacard/config/Modules/org-netbeans-modules-javacard-kit.xml +%%DATADIR%%/javacard/config/Modules/org-netbeans-modules-javacard-oberthur.xml +%%DATADIR%%/javacard/config/Modules/org-netbeans-modules-javacard-platform-ui.xml +%%DATADIR%%/javacard/config/Modules/org-netbeans-modules-javacard-project.xml +%%DATADIR%%/javacard/config/Modules/org-netbeans-modules-javacard-ri-bundle.xml +%%DATADIR%%/javacard/config/Modules/org-netbeans-modules-javacard-ri-platform.xml +%%DATADIR%%/javacard/config/Modules/org-netbeans-modules-javacard-spi.xml +%%DATADIR%%/javacard/config/Modules/org-netbeans-modules-properties-based-dataobjects.xml +%%DATADIR%%/javacard/config/Modules/org-netbeans-modules-simple-project-templates.xml +%%DATADIR%%/javacard/config/Modules/org-netbeans-modules-swing-customizerlayout.xml +%%DATADIR%%/javacard/javacard302/anttasks.jar +%%DATADIR%%/javacard/modules/docs/org-netbeans-modules-javacard-project.jar +%%DATADIR%%/javacard/modules/ext/apduio.jar +%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-apdu-io_ja.jar +%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-apdu-io_pt_BR.jar +%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-apdu-io_ru.jar +%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-apdu-io_zh_CN.jar +%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-apdufile_ja.jar +%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-apdufile_pt_BR.jar +%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-apdufile_ru.jar +%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-apdufile_zh_CN.jar +%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-common_ja.jar +%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-common_pt_BR.jar +%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-common_ru.jar +%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-common_zh_CN.jar +%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-console_ja.jar +%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-console_pt_BR.jar +%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-console_ru.jar +%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-console_zh_CN.jar +%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-filemodels_ja.jar +%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-filemodels_pt_BR.jar +%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-filemodels_ru.jar +%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-filemodels_zh_CN.jar +%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-kit_ja.jar +%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-kit_pt_BR.jar +%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-kit_ru.jar +%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-kit_zh_CN.jar +%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-oberthur_ja.jar +%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-oberthur_pt_BR.jar +%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-oberthur_ru.jar +%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-oberthur_zh_CN.jar +%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-platform-ui_ja.jar +%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-platform-ui_pt_BR.jar +%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-platform-ui_ru.jar +%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-platform-ui_zh_CN.jar +%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-project_ja.jar +%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-project_pt_BR.jar +%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-project_ru.jar +%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-project_zh_CN.jar +%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-ri-bundle_ja.jar +%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-ri-bundle_pt_BR.jar +%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-ri-bundle_ru.jar +%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-ri-bundle_zh_CN.jar +%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-ri-platform_ja.jar +%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-ri-platform_pt_BR.jar +%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-ri-platform_ru.jar +%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-ri-platform_zh_CN.jar +%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-spi_ja.jar +%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-spi_pt_BR.jar +%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-spi_ru.jar +%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-javacard-spi_zh_CN.jar +%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-properties-based-dataobjects_ja.jar +%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-properties-based-dataobjects_pt_BR.jar +%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-properties-based-dataobjects_ru.jar +%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-properties-based-dataobjects_zh_CN.jar +%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-simple-project-templates_ja.jar +%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-simple-project-templates_pt_BR.jar +%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-simple-project-templates_ru.jar +%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-simple-project-templates_zh_CN.jar +%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-swing-customizerlayout_ja.jar +%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-swing-customizerlayout_pt_BR.jar +%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-swing-customizerlayout_ru.jar +%%DATADIR%%/javacard/modules/locale/org-netbeans-modules-swing-customizerlayout_zh_CN.jar +%%DATADIR%%/javacard/modules/org-netbeans-modules-javacard-apdu-io.jar +%%DATADIR%%/javacard/modules/org-netbeans-modules-javacard-apdufile.jar +%%DATADIR%%/javacard/modules/org-netbeans-modules-javacard-common.jar +%%DATADIR%%/javacard/modules/org-netbeans-modules-javacard-console.jar +%%DATADIR%%/javacard/modules/org-netbeans-modules-javacard-filemodels.jar +%%DATADIR%%/javacard/modules/org-netbeans-modules-javacard-kit.jar +%%DATADIR%%/javacard/modules/org-netbeans-modules-javacard-oberthur.jar +%%DATADIR%%/javacard/modules/org-netbeans-modules-javacard-platform-ui.jar +%%DATADIR%%/javacard/modules/org-netbeans-modules-javacard-project.jar +%%DATADIR%%/javacard/modules/org-netbeans-modules-javacard-ri-bundle.jar +%%DATADIR%%/javacard/modules/org-netbeans-modules-javacard-ri-platform.jar +%%DATADIR%%/javacard/modules/org-netbeans-modules-javacard-spi.jar +%%DATADIR%%/javacard/modules/org-netbeans-modules-properties-based-dataobjects.jar +%%DATADIR%%/javacard/modules/org-netbeans-modules-simple-project-templates.jar +%%DATADIR%%/javacard/modules/org-netbeans-modules-swing-customizerlayout.jar +%%DATADIR%%/javacard/update_tracking/org-netbeans-modules-javacard-apdu-io.xml +%%DATADIR%%/javacard/update_tracking/org-netbeans-modules-javacard-apdufile.xml +%%DATADIR%%/javacard/update_tracking/org-netbeans-modules-javacard-common.xml +%%DATADIR%%/javacard/update_tracking/org-netbeans-modules-javacard-console.xml +%%DATADIR%%/javacard/update_tracking/org-netbeans-modules-javacard-filemodels.xml +%%DATADIR%%/javacard/update_tracking/org-netbeans-modules-javacard-kit.xml +%%DATADIR%%/javacard/update_tracking/org-netbeans-modules-javacard-oberthur.xml +%%DATADIR%%/javacard/update_tracking/org-netbeans-modules-javacard-platform-ui.xml +%%DATADIR%%/javacard/update_tracking/org-netbeans-modules-javacard-project.xml +%%DATADIR%%/javacard/update_tracking/org-netbeans-modules-javacard-ri-bundle.xml +%%DATADIR%%/javacard/update_tracking/org-netbeans-modules-javacard-ri-platform.xml +%%DATADIR%%/javacard/update_tracking/org-netbeans-modules-javacard-spi.xml +%%DATADIR%%/javacard/update_tracking/org-netbeans-modules-properties-based-dataobjects.xml +%%DATADIR%%/javacard/update_tracking/org-netbeans-modules-simple-project-templates.xml +%%DATADIR%%/javacard/update_tracking/org-netbeans-modules-swing-customizerlayout.xml +%%DATADIR%%/javafx/.lastModified +%%DATADIR%%/javafx/VERSION.txt +%%DATADIR%%/javafx/config/Modules/org-netbeans-modules-javafx2-editor.xml +%%DATADIR%%/javafx/config/Modules/org-netbeans-modules-javafx2-kit.xml +%%DATADIR%%/javafx/config/Modules/org-netbeans-modules-javafx2-platform.xml +%%DATADIR%%/javafx/config/Modules/org-netbeans-modules-javafx2-project.xml +%%DATADIR%%/javafx/config/Modules/org-netbeans-modules-javafx2-samples.xml +%%DATADIR%%/javafx/config/Modules/org-netbeans-modules-javafx2-scenebuilder.xml +%%DATADIR%%/javafx/modules/locale/org-netbeans-modules-javafx2-editor_ja.jar +%%DATADIR%%/javafx/modules/locale/org-netbeans-modules-javafx2-editor_pt_BR.jar +%%DATADIR%%/javafx/modules/locale/org-netbeans-modules-javafx2-editor_ru.jar +%%DATADIR%%/javafx/modules/locale/org-netbeans-modules-javafx2-editor_zh_CN.jar +%%DATADIR%%/javafx/modules/locale/org-netbeans-modules-javafx2-kit_ja.jar +%%DATADIR%%/javafx/modules/locale/org-netbeans-modules-javafx2-kit_pt_BR.jar +%%DATADIR%%/javafx/modules/locale/org-netbeans-modules-javafx2-kit_ru.jar +%%DATADIR%%/javafx/modules/locale/org-netbeans-modules-javafx2-kit_zh_CN.jar +%%DATADIR%%/javafx/modules/locale/org-netbeans-modules-javafx2-platform_ja.jar +%%DATADIR%%/javafx/modules/locale/org-netbeans-modules-javafx2-platform_pt_BR.jar +%%DATADIR%%/javafx/modules/locale/org-netbeans-modules-javafx2-platform_ru.jar +%%DATADIR%%/javafx/modules/locale/org-netbeans-modules-javafx2-platform_zh_CN.jar +%%DATADIR%%/javafx/modules/locale/org-netbeans-modules-javafx2-project_ja.jar +%%DATADIR%%/javafx/modules/locale/org-netbeans-modules-javafx2-project_pt_BR.jar +%%DATADIR%%/javafx/modules/locale/org-netbeans-modules-javafx2-project_ru.jar +%%DATADIR%%/javafx/modules/locale/org-netbeans-modules-javafx2-project_zh_CN.jar +%%DATADIR%%/javafx/modules/locale/org-netbeans-modules-javafx2-samples_ja.jar +%%DATADIR%%/javafx/modules/locale/org-netbeans-modules-javafx2-samples_pt_BR.jar +%%DATADIR%%/javafx/modules/locale/org-netbeans-modules-javafx2-samples_ru.jar +%%DATADIR%%/javafx/modules/locale/org-netbeans-modules-javafx2-samples_zh_CN.jar +%%DATADIR%%/javafx/modules/locale/org-netbeans-modules-javafx2-scenebuilder_ja.jar +%%DATADIR%%/javafx/modules/locale/org-netbeans-modules-javafx2-scenebuilder_pt_BR.jar +%%DATADIR%%/javafx/modules/locale/org-netbeans-modules-javafx2-scenebuilder_ru.jar +%%DATADIR%%/javafx/modules/locale/org-netbeans-modules-javafx2-scenebuilder_zh_CN.jar +%%DATADIR%%/javafx/modules/org-netbeans-modules-javafx2-editor.jar +%%DATADIR%%/javafx/modules/org-netbeans-modules-javafx2-kit.jar +%%DATADIR%%/javafx/modules/org-netbeans-modules-javafx2-platform.jar +%%DATADIR%%/javafx/modules/org-netbeans-modules-javafx2-project.jar +%%DATADIR%%/javafx/modules/org-netbeans-modules-javafx2-samples.jar +%%DATADIR%%/javafx/modules/org-netbeans-modules-javafx2-scenebuilder.jar +%%DATADIR%%/javafx/update_tracking/org-netbeans-modules-javafx2-editor.xml +%%DATADIR%%/javafx/update_tracking/org-netbeans-modules-javafx2-kit.xml +%%DATADIR%%/javafx/update_tracking/org-netbeans-modules-javafx2-platform.xml +%%DATADIR%%/javafx/update_tracking/org-netbeans-modules-javafx2-project.xml +%%DATADIR%%/javafx/update_tracking/org-netbeans-modules-javafx2-samples.xml +%%DATADIR%%/javafx/update_tracking/org-netbeans-modules-javafx2-scenebuilder.xml +%%DATADIR%%/mobility/.lastModified +%%DATADIR%%/mobility/VERSION.txt +%%DATADIR%%/mobility/ant/nblib/locale/org-netbeans-modules-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-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-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-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/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-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-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-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-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/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-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-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-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/org-netbeans-upgrader_ja.jar +%%DATADIR%%/nb/core/locale/org-netbeans-upgrader_pt_BR.jar +%%DATADIR%%/nb/core/locale/org-netbeans-upgrader_ru.jar +%%DATADIR%%/nb/core/locale/org-netbeans-upgrader_zh_CN.jar +%%DATADIR%%/nb/core/org-netbeans-upgrader.jar +%%DATADIR%%/nb/docs/GUIExamplesDescription.html +%%DATADIR%%/nb/docs/SwingInteropDescription.html +%%DATADIR%%/nb/docs/images/background.png +%%DATADIR%%/nb/docs/images/banner-left.png +%%DATADIR%%/nb/docs/images/banner-right.png +%%DATADIR%%/nb/docs/images/blue.png +%%DATADIR%%/nb/docs/images/circle1.gif +%%DATADIR%%/nb/docs/images/circle2.gif +%%DATADIR%%/nb/docs/images/circle3.gif +%%DATADIR%%/nb/docs/images/circle4.gif +%%DATADIR%%/nb/docs/images/circle5.gif +%%DATADIR%%/nb/docs/images/circle6.gif +%%DATADIR%%/nb/docs/images/down-left.png +%%DATADIR%%/nb/docs/images/down-right.png +%%DATADIR%%/nb/docs/images/spacer.png +%%DATADIR%%/nb/docs/images/up-left.png +%%DATADIR%%/nb/docs/images/up-right.png +%%DATADIR%%/nb/docs/netbeans.css +%%DATADIR%%/nb/modules/ext/locale/updater_nb.jar +%%DATADIR%%/nb/modules/locale/org-netbeans-core-netigso_nb.jar +%%DATADIR%%/nb/modules/locale/org-netbeans-core-ui_nb.jar +%%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-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-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-ide-branding-kit_ja.jar +%%DATADIR%%/nb/modules/locale/org-netbeans-modules-ide-branding-kit_pt_BR.jar +%%DATADIR%%/nb/modules/locale/org-netbeans-modules-ide-branding-kit_ru.jar +%%DATADIR%%/nb/modules/locale/org-netbeans-modules-ide-branding-kit_zh_CN.jar +%%DATADIR%%/nb/modules/locale/org-netbeans-modules-ide-branding_ja.jar +%%DATADIR%%/nb/modules/locale/org-netbeans-modules-ide-branding_pt_BR.jar +%%DATADIR%%/nb/modules/locale/org-netbeans-modules-ide-branding_ru.jar +%%DATADIR%%/nb/modules/locale/org-netbeans-modules-ide-branding_zh_CN.jar +%%DATADIR%%/nb/modules/locale/org-netbeans-modules-options-api_nb.jar +%%DATADIR%%/nb/modules/locale/org-netbeans-modules-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-updatecenters_ja.jar +%%DATADIR%%/nb/modules/locale/org-netbeans-modules-updatecenters_pt_BR.jar +%%DATADIR%%/nb/modules/locale/org-netbeans-modules-updatecenters_ru.jar +%%DATADIR%%/nb/modules/locale/org-netbeans-modules-updatecenters_zh_CN.jar +%%DATADIR%%/nb/modules/locale/org-netbeans-modules-welcome_ja.jar +%%DATADIR%%/nb/modules/locale/org-netbeans-modules-welcome_pt_BR.jar +%%DATADIR%%/nb/modules/locale/org-netbeans-modules-welcome_ru.jar +%%DATADIR%%/nb/modules/locale/org-netbeans-modules-welcome_zh_CN.jar +%%DATADIR%%/nb/modules/locale/org-netbeans-spi-quicksearch_nb.jar +%%DATADIR%%/nb/modules/org-netbeans-lib-uihandler.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-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 +%%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-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 +%%DATADIR%%/netbeans.css +%%DATADIR%%/php/.lastModified +%%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-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 +%%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-apigen.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-phpdoc-documentation.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 +%%DATADIR%%/php/config/Modules/org-netbeans-modules-php-smarty.xml +%%DATADIR%%/php/config/Modules/org-netbeans-modules-php-symfony.xml +%%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-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 +%%DATADIR%%/php/modules/locale/org-netbeans-libs-javacup_ru.jar +%%DATADIR%%/php/modules/locale/org-netbeans-libs-javacup_zh_CN.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-hudson-php_ja.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-hudson-php_pt_BR.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-hudson-php_ru.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-hudson-php_zh_CN.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-api-annotation_ja.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-api-annotation_pt_BR.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-api-annotation_ru.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-api-annotation_zh_CN.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-api-documentation_ja.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-api-documentation_pt_BR.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-api-documentation_ru.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-api-documentation_zh_CN.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-api-editor_ja.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-api-editor_pt_BR.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-api-editor_ru.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-api-editor_zh_CN.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-api-executable_ja.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-api-executable_pt_BR.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-api-executable_ru.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-api-executable_zh_CN.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-api-framework_ja.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-api-framework_pt_BR.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-api-framework_ru.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-api-framework_zh_CN.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-api-phpmodule_ja.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-api-phpmodule_pt_BR.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-api-phpmodule_ru.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-api-phpmodule_zh_CN.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-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-composer_ja.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-composer_pt_BR.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-composer_ru.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-composer_zh_CN.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-dbgp_ja.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-dbgp_pt_BR.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-dbgp_ru.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-dbgp_zh_CN.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-doctrine2_ja.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-doctrine2_pt_BR.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-doctrine2_ru.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-doctrine2_zh_CN.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-editor_ja.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-editor_pt_BR.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-editor_ru.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-editor_zh_CN.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-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-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-project_ja.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-project_pt_BR.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-project_ru.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-project_zh_CN.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-refactoring_ja.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-refactoring_pt_BR.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-refactoring_ru.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-refactoring_zh_CN.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-samples_ja.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-samples_pt_BR.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-samples_ru.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-samples_zh_CN.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-smarty_ja.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-smarty_pt_BR.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-smarty_ru.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-smarty_zh_CN.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-symfony2_ja.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-symfony2_pt_BR.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-symfony2_ru.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-symfony2_zh_CN.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-symfony_ja.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-symfony_pt_BR.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-symfony_ru.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-symfony_zh_CN.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-twig_ja.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-twig_pt_BR.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-twig_ru.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-twig_zh_CN.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-zend_ja.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-zend_pt_BR.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-zend_ru.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-php-zend_zh_CN.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-websvc-saas-codegen-php_ja.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-websvc-saas-codegen-php_pt_BR.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-websvc-saas-codegen-php_ru.jar +%%DATADIR%%/php/modules/locale/org-netbeans-modules-websvc-saas-codegen-php_zh_CN.jar +%%DATADIR%%/php/modules/org-netbeans-libs-javacup.jar +%%DATADIR%%/php/modules/org-netbeans-modules-hudson-php.jar +%%DATADIR%%/php/modules/org-netbeans-modules-php-api-annotation.jar +%%DATADIR%%/php/modules/org-netbeans-modules-php-api-documentation.jar +%%DATADIR%%/php/modules/org-netbeans-modules-php-api-editor.jar +%%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-apigen.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-phpdoc-documentation.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 +%%DATADIR%%/php/modules/org-netbeans-modules-php-smarty.jar +%%DATADIR%%/php/modules/org-netbeans-modules-php-symfony.jar +%%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-websvc-saas-codegen-php.jar +%%DATADIR%%/php/phpstubs/phpruntime/Core.php +%%DATADIR%%/php/phpstubs/phpruntime/PDO.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/apc.php +%%DATADIR%%/php/phpstubs/phpruntime/basic.php +%%DATADIR%%/php/phpstubs/phpruntime/bcmath.php +%%DATADIR%%/php/phpstubs/phpruntime/bz2.php +%%DATADIR%%/php/phpstubs/phpruntime/calendar.php +%%DATADIR%%/php/phpstubs/phpruntime/ctype.php +%%DATADIR%%/php/phpstubs/phpruntime/curl.php +%%DATADIR%%/php/phpstubs/phpruntime/date.php +%%DATADIR%%/php/phpstubs/phpruntime/dba.php +%%DATADIR%%/php/phpstubs/phpruntime/dom.php +%%DATADIR%%/php/phpstubs/phpruntime/enchant.php +%%DATADIR%%/php/phpstubs/phpruntime/ereg.php +%%DATADIR%%/php/phpstubs/phpruntime/exif.php +%%DATADIR%%/php/phpstubs/phpruntime/fileinfo.php +%%DATADIR%%/php/phpstubs/phpruntime/filter.php +%%DATADIR%%/php/phpstubs/phpruntime/ftp.php +%%DATADIR%%/php/phpstubs/phpruntime/gd.php +%%DATADIR%%/php/phpstubs/phpruntime/geoip.php +%%DATADIR%%/php/phpstubs/phpruntime/gettext.php +%%DATADIR%%/php/phpstubs/phpruntime/gmp.php +%%DATADIR%%/php/phpstubs/phpruntime/hash.php +%%DATADIR%%/php/phpstubs/phpruntime/iconv.php +%%DATADIR%%/php/phpstubs/phpruntime/imagick.php +%%DATADIR%%/php/phpstubs/phpruntime/imap.php +%%DATADIR%%/php/phpstubs/phpruntime/interbase.php +%%DATADIR%%/php/phpstubs/phpruntime/intl.php +%%DATADIR%%/php/phpstubs/phpruntime/json.php +%%DATADIR%%/php/phpstubs/phpruntime/ldap.php +%%DATADIR%%/php/phpstubs/phpruntime/libxml.php +%%DATADIR%%/php/phpstubs/phpruntime/mbstring.php +%%DATADIR%%/php/phpstubs/phpruntime/mcrypt.php +%%DATADIR%%/php/phpstubs/phpruntime/memcache.php +%%DATADIR%%/php/phpstubs/phpruntime/memcached.php +%%DATADIR%%/php/phpstubs/phpruntime/mhash.php +%%DATADIR%%/php/phpstubs/phpruntime/mongo.php +%%DATADIR%%/php/phpstubs/phpruntime/mssql.php +%%DATADIR%%/php/phpstubs/phpruntime/mysql.php +%%DATADIR%%/php/phpstubs/phpruntime/mysqli.php +%%DATADIR%%/php/phpstubs/phpruntime/oci8.php +%%DATADIR%%/php/phpstubs/phpruntime/odbc.php +%%DATADIR%%/php/phpstubs/phpruntime/openssl.php +%%DATADIR%%/php/phpstubs/phpruntime/pcntl.php +%%DATADIR%%/php/phpstubs/phpruntime/pcre.php +%%DATADIR%%/php/phpstubs/phpruntime/pdo_dblib.php +%%DATADIR%%/php/phpstubs/phpruntime/pdo_mysql.php +%%DATADIR%%/php/phpstubs/phpruntime/pdo_pgsql.php +%%DATADIR%%/php/phpstubs/phpruntime/pdo_sqlite.php +%%DATADIR%%/php/phpstubs/phpruntime/pgsql.php +%%DATADIR%%/php/phpstubs/phpruntime/posix.php +%%DATADIR%%/php/phpstubs/phpruntime/pspell.php +%%DATADIR%%/php/phpstubs/phpruntime/readline.php +%%DATADIR%%/php/phpstubs/phpruntime/recode.php +%%DATADIR%%/php/phpstubs/phpruntime/removed.php +%%DATADIR%%/php/phpstubs/phpruntime/session.php +%%DATADIR%%/php/phpstubs/phpruntime/shmop.php +%%DATADIR%%/php/phpstubs/phpruntime/snmp.php +%%DATADIR%%/php/phpstubs/phpruntime/soap.php +%%DATADIR%%/php/phpstubs/phpruntime/sockets.php +%%DATADIR%%/php/phpstubs/phpruntime/sqlite3.php +%%DATADIR%%/php/phpstubs/phpruntime/standard.php +%%DATADIR%%/php/phpstubs/phpruntime/svn.php +%%DATADIR%%/php/phpstubs/phpruntime/sysvmsg.php +%%DATADIR%%/php/phpstubs/phpruntime/sysvsem.php +%%DATADIR%%/php/phpstubs/phpruntime/sysvshm.php +%%DATADIR%%/php/phpstubs/phpruntime/tidy.php +%%DATADIR%%/php/phpstubs/phpruntime/tokenizer.php +%%DATADIR%%/php/phpstubs/phpruntime/wddx.php +%%DATADIR%%/php/phpstubs/phpruntime/xdebug.php +%%DATADIR%%/php/phpstubs/phpruntime/xml.php +%%DATADIR%%/php/phpstubs/phpruntime/xmlreader.php +%%DATADIR%%/php/phpstubs/phpruntime/xmlrpc.php +%%DATADIR%%/php/phpstubs/phpruntime/xmlwriter.php +%%DATADIR%%/php/phpstubs/phpruntime/xsl.php +%%DATADIR%%/php/phpstubs/phpruntime/zip.php +%%DATADIR%%/php/phpstubs/phpruntime/zlib.php +%%DATADIR%%/php/phpunit/NetBeansSuite.php +%%DATADIR%%/php/update_tracking/org-netbeans-libs-javacup.xml +%%DATADIR%%/php/update_tracking/org-netbeans-modules-hudson-php.xml +%%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 +%%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-apigen.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-phpdoc-documentation.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 +%%DATADIR%%/php/update_tracking/org-netbeans-modules-php-smarty.xml +%%DATADIR%%/php/update_tracking/org-netbeans-modules-php-symfony.xml +%%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-websvc-saas-codegen-php.xml +%%DATADIR%%/php/zend/NetBeansCommandsProvider.php +%%DATADIR%%/platform/.lastModified +%%DATADIR%%/platform/VERSION.txt +%%DATADIR%%/platform/config/ModuleAutoDeps/org-netbeans-core.xml +%%DATADIR%%/platform/config/ModuleAutoDeps/org-netbeans-modules-options-api.xml +%%DATADIR%%/platform/config/ModuleAutoDeps/org-netbeans-modules-queries.xml +%%DATADIR%%/platform/config/ModuleAutoDeps/org-openide-execution.xml +%%DATADIR%%/platform/config/ModuleAutoDeps/org-openide-explorer.xml +%%DATADIR%%/platform/config/ModuleAutoDeps/org-openide-filesystems.xml +%%DATADIR%%/platform/config/ModuleAutoDeps/org-openide-loaders.xml +%%DATADIR%%/platform/config/ModuleAutoDeps/org-openide-modules.xml +%%DATADIR%%/platform/config/ModuleAutoDeps/org-openide-nodes.xml +%%DATADIR%%/platform/config/ModuleAutoDeps/org-openide-text.xml +%%DATADIR%%/platform/config/ModuleAutoDeps/org-openide-util.xml +%%DATADIR%%/platform/config/Modules/org-jdesktop-layout.xml +%%DATADIR%%/platform/config/Modules/org-netbeans-api-annotations-common.xml +%%DATADIR%%/platform/config/Modules/org-netbeans-api-progress.xml +%%DATADIR%%/platform/config/Modules/org-netbeans-api-search.xml +%%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-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-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-libs-felix.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 +%%DATADIR%%/platform/config/Modules/org-netbeans-libs-testng.xml +%%DATADIR%%/platform/config/Modules/org-netbeans-modules-applemenu.xml +%%DATADIR%%/platform/config/Modules/org-netbeans-modules-autoupdate-cli.xml +%%DATADIR%%/platform/config/Modules/org-netbeans-modules-autoupdate-services.xml +%%DATADIR%%/platform/config/Modules/org-netbeans-modules-autoupdate-ui.xml +%%DATADIR%%/platform/config/Modules/org-netbeans-modules-core-kit.xml +%%DATADIR%%/platform/config/Modules/org-netbeans-modules-editor-mimelookup-impl.xml +%%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-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-windows.xml +%%DATADIR%%/platform/config/Modules/org-netbeans-modules-masterfs.xml +%%DATADIR%%/platform/config/Modules/org-netbeans-modules-netbinox.xml +%%DATADIR%%/platform/config/Modules/org-netbeans-modules-options-api.xml +%%DATADIR%%/platform/config/Modules/org-netbeans-modules-options-keymap.xml +%%DATADIR%%/platform/config/Modules/org-netbeans-modules-print.xml +%%DATADIR%%/platform/config/Modules/org-netbeans-modules-progress-ui.xml +%%DATADIR%%/platform/config/Modules/org-netbeans-modules-queries.xml +%%DATADIR%%/platform/config/Modules/org-netbeans-modules-sampler.xml +%%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-spi-quicksearch.xml +%%DATADIR%%/platform/config/Modules/org-netbeans-swing-outline.xml +%%DATADIR%%/platform/config/Modules/org-netbeans-swing-plaf.xml +%%DATADIR%%/platform/config/Modules/org-netbeans-swing-tabcontrol.xml +%%DATADIR%%/platform/config/Modules/org-openide-actions.xml +%%DATADIR%%/platform/config/Modules/org-openide-awt.xml +%%DATADIR%%/platform/config/Modules/org-openide-compat.xml +%%DATADIR%%/platform/config/Modules/org-openide-dialogs.xml +%%DATADIR%%/platform/config/Modules/org-openide-execution.xml +%%DATADIR%%/platform/config/Modules/org-openide-explorer.xml +%%DATADIR%%/platform/config/Modules/org-openide-io.xml +%%DATADIR%%/platform/config/Modules/org-openide-loaders.xml +%%DATADIR%%/platform/config/Modules/org-openide-nodes.xml +%%DATADIR%%/platform/config/Modules/org-openide-options.xml +%%DATADIR%%/platform/config/Modules/org-openide-text.xml +%%DATADIR%%/platform/config/Modules/org-openide-util-enumerations.xml +%%DATADIR%%/platform/config/Modules/org-openide-windows.xml +%%DATADIR%%/platform/core/core.jar +%%DATADIR%%/platform/core/locale/core_ja.jar +%%DATADIR%%/platform/core/locale/core_pt_BR.jar +%%DATADIR%%/platform/core/locale/core_ru.jar +%%DATADIR%%/platform/core/locale/core_zh_CN.jar +%%DATADIR%%/platform/core/locale/org-openide-filesystems_ja.jar +%%DATADIR%%/platform/core/locale/org-openide-filesystems_pt_BR.jar +%%DATADIR%%/platform/core/locale/org-openide-filesystems_ru.jar +%%DATADIR%%/platform/core/locale/org-openide-filesystems_zh_CN.jar +%%DATADIR%%/platform/core/org-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/lib/boot.jar +%%DATADIR%%/platform/lib/locale/boot_ja.jar +%%DATADIR%%/platform/lib/locale/boot_pt_BR.jar +%%DATADIR%%/platform/lib/locale/boot_ru.jar +%%DATADIR%%/platform/lib/locale/boot_zh_CN.jar +%%DATADIR%%/platform/lib/locale/org-openide-modules_ja.jar +%%DATADIR%%/platform/lib/locale/org-openide-modules_pt_BR.jar +%%DATADIR%%/platform/lib/locale/org-openide-modules_ru.jar +%%DATADIR%%/platform/lib/locale/org-openide-modules_zh_CN.jar +%%DATADIR%%/platform/lib/locale/org-openide-util-lookup_ja.jar +%%DATADIR%%/platform/lib/locale/org-openide-util-lookup_pt_BR.jar +%%DATADIR%%/platform/lib/locale/org-openide-util-lookup_ru.jar +%%DATADIR%%/platform/lib/locale/org-openide-util-lookup_zh_CN.jar +%%DATADIR%%/platform/lib/locale/org-openide-util_ja.jar +%%DATADIR%%/platform/lib/locale/org-openide-util_pt_BR.jar +%%DATADIR%%/platform/lib/locale/org-openide-util_ru.jar +%%DATADIR%%/platform/lib/locale/org-openide-util_zh_CN.jar +%%DATADIR%%/platform/lib/nbexec +%%DATADIR%%/platform/lib/nbexec.dll +%%DATADIR%%/platform/lib/nbexec.exe +%%DATADIR%%/platform/lib/nbexec64.dll +%%DATADIR%%/platform/lib/nbexec64.exe +%%DATADIR%%/platform/lib/org-openide-modules.jar +%%DATADIR%%/platform/lib/org-openide-util-lookup.jar +%%DATADIR%%/platform/lib/org-openide-util.jar +%%DATADIR%%/platform/modules/ext/felix-4.0.2.jar +%%DATADIR%%/platform/modules/ext/jhall-2.0_05.jar +%%DATADIR%%/platform/modules/ext/jna-3.4.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/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/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/locale/org-jdesktop-layout_ja.jar +%%DATADIR%%/platform/modules/locale/org-jdesktop-layout_pt_BR.jar +%%DATADIR%%/platform/modules/locale/org-jdesktop-layout_ru.jar +%%DATADIR%%/platform/modules/locale/org-jdesktop-layout_zh_CN.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-api-annotations-common_ja.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-api-annotations-common_pt_BR.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-api-annotations-common_ru.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-api-annotations-common_zh_CN.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-api-progress_ja.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-api-progress_pt_BR.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-api-progress_ru.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-api-progress_zh_CN.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-api-search_ja.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-api-search_pt_BR.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-api-search_ru.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-api-search_zh_CN.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-api-visual_ja.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-api-visual_pt_BR.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-api-visual_ru.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-api-visual_zh_CN.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-core-execution_ja.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-core-execution_pt_BR.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-core-execution_ru.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-core-execution_zh_CN.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-core-io-ui_ja.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-core-io-ui_pt_BR.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-core-io-ui_ru.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-core-io-ui_zh_CN.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-core-multiview_ja.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-core-multiview_pt_BR.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-core-multiview_ru.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-core-multiview_zh_CN.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-core-nativeaccess_ja.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-core-nativeaccess_pt_BR.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-core-nativeaccess_ru.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-core-nativeaccess_zh_CN.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-core-netigso_ja.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-core-netigso_pt_BR.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-core-netigso_ru.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-core-netigso_zh_CN.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-core-osgi_ja.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-core-osgi_pt_BR.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-core-osgi_ru.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-core-osgi_zh_CN.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-core-output2_ja.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-core-output2_pt_BR.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-core-output2_ru.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-core-output2_zh_CN.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-core-ui_ja.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-core-ui_pt_BR.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-core-ui_ru.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-core-ui_zh_CN.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-core-windows_ja.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-core-windows_pt_BR.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-core-windows_ru.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-core-windows_zh_CN.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-core_ja.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-core_pt_BR.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-core_ru.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-core_zh_CN.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-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-jna_ja.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-libs-jna_pt_BR.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-libs-jna_ru.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-libs-jna_zh_CN.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-libs-jsr223_ja.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-libs-jsr223_pt_BR.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-libs-jsr223_ru.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-libs-jsr223_zh_CN.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-libs-osgi_ja.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-libs-osgi_pt_BR.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-libs-osgi_ru.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-libs-osgi_zh_CN.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-libs-testng_ja.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-libs-testng_pt_BR.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-libs-testng_ru.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-libs-testng_zh_CN.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-applemenu_ja.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-applemenu_pt_BR.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-applemenu_ru.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-applemenu_zh_CN.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-autoupdate-cli_ja.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-autoupdate-cli_pt_BR.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-autoupdate-cli_ru.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-autoupdate-cli_zh_CN.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-autoupdate-services_ja.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-autoupdate-services_pt_BR.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-autoupdate-services_ru.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-autoupdate-services_zh_CN.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-autoupdate-ui_ja.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-autoupdate-ui_pt_BR.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-autoupdate-ui_ru.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-autoupdate-ui_zh_CN.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-core-kit_ja.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-core-kit_pt_BR.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-core-kit_ru.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-core-kit_zh_CN.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-editor-mimelookup-impl_ja.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-editor-mimelookup-impl_pt_BR.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-editor-mimelookup-impl_ru.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-editor-mimelookup-impl_zh_CN.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-editor-mimelookup_ja.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-editor-mimelookup_pt_BR.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-editor-mimelookup_ru.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-editor-mimelookup_zh_CN.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-favorites_ja.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-favorites_pt_BR.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-favorites_ru.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-favorites_zh_CN.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-javahelp_ja.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-javahelp_pt_BR.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-javahelp_ru.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-javahelp_zh_CN.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-keyring-impl_ja.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-keyring-impl_pt_BR.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-keyring-impl_ru.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-keyring-impl_zh_CN.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-keyring_ja.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-keyring_pt_BR.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-keyring_ru.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-keyring_zh_CN.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-masterfs-linux_ja.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-masterfs-linux_pt_BR.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-masterfs-linux_ru.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-masterfs-linux_zh_CN.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-masterfs-macosx_ja.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-masterfs-macosx_pt_BR.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-masterfs-macosx_ru.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-masterfs-macosx_zh_CN.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-masterfs-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-windows_ja.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-masterfs-windows_pt_BR.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-masterfs-windows_ru.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-masterfs-windows_zh_CN.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-masterfs_ja.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-masterfs_pt_BR.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-masterfs_ru.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-masterfs_zh_CN.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-netbinox_ja.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-netbinox_pt_BR.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-netbinox_ru.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-netbinox_zh_CN.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-options-api_ja.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-options-api_pt_BR.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-options-api_ru.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-options-api_zh_CN.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-options-keymap_ja.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-options-keymap_pt_BR.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-options-keymap_ru.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-options-keymap_zh_CN.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-print_ja.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-print_pt_BR.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-print_ru.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-print_zh_CN.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-progress-ui_ja.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-progress-ui_pt_BR.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-progress-ui_ru.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-progress-ui_zh_CN.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-queries_ja.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-queries_pt_BR.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-queries_ru.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-queries_zh_CN.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-sampler_ja.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-sampler_pt_BR.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-sampler_ru.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-sampler_zh_CN.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-sendopts_ja.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-sendopts_pt_BR.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-sendopts_ru.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-sendopts_zh_CN.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-settings_ja.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-settings_pt_BR.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-settings_ru.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-settings_zh_CN.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-spi-actions_ja.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-spi-actions_pt_BR.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-spi-actions_ru.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-modules-spi-actions_zh_CN.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-spi-quicksearch_ja.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-spi-quicksearch_pt_BR.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-spi-quicksearch_ru.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-spi-quicksearch_zh_CN.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-swing-outline_ja.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-swing-outline_pt_BR.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-swing-outline_ru.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-swing-outline_zh_CN.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-swing-plaf_ja.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-swing-plaf_pt_BR.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-swing-plaf_ru.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-swing-plaf_zh_CN.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-swing-tabcontrol_ja.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-swing-tabcontrol_pt_BR.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-swing-tabcontrol_ru.jar +%%DATADIR%%/platform/modules/locale/org-netbeans-swing-tabcontrol_zh_CN.jar +%%DATADIR%%/platform/modules/locale/org-openide-actions_ja.jar +%%DATADIR%%/platform/modules/locale/org-openide-actions_pt_BR.jar +%%DATADIR%%/platform/modules/locale/org-openide-actions_ru.jar +%%DATADIR%%/platform/modules/locale/org-openide-actions_zh_CN.jar +%%DATADIR%%/platform/modules/locale/org-openide-awt_ja.jar +%%DATADIR%%/platform/modules/locale/org-openide-awt_pt_BR.jar +%%DATADIR%%/platform/modules/locale/org-openide-awt_ru.jar +%%DATADIR%%/platform/modules/locale/org-openide-awt_zh_CN.jar +%%DATADIR%%/platform/modules/locale/org-openide-compat_ja.jar +%%DATADIR%%/platform/modules/locale/org-openide-compat_pt_BR.jar +%%DATADIR%%/platform/modules/locale/org-openide-compat_ru.jar +%%DATADIR%%/platform/modules/locale/org-openide-compat_zh_CN.jar +%%DATADIR%%/platform/modules/locale/org-openide-dialogs_ja.jar +%%DATADIR%%/platform/modules/locale/org-openide-dialogs_pt_BR.jar +%%DATADIR%%/platform/modules/locale/org-openide-dialogs_ru.jar +%%DATADIR%%/platform/modules/locale/org-openide-dialogs_zh_CN.jar +%%DATADIR%%/platform/modules/locale/org-openide-execution_ja.jar +%%DATADIR%%/platform/modules/locale/org-openide-execution_pt_BR.jar +%%DATADIR%%/platform/modules/locale/org-openide-execution_ru.jar +%%DATADIR%%/platform/modules/locale/org-openide-execution_zh_CN.jar +%%DATADIR%%/platform/modules/locale/org-openide-explorer_ja.jar +%%DATADIR%%/platform/modules/locale/org-openide-explorer_pt_BR.jar +%%DATADIR%%/platform/modules/locale/org-openide-explorer_ru.jar +%%DATADIR%%/platform/modules/locale/org-openide-explorer_zh_CN.jar +%%DATADIR%%/platform/modules/locale/org-openide-io_ja.jar +%%DATADIR%%/platform/modules/locale/org-openide-io_pt_BR.jar +%%DATADIR%%/platform/modules/locale/org-openide-io_ru.jar +%%DATADIR%%/platform/modules/locale/org-openide-io_zh_CN.jar +%%DATADIR%%/platform/modules/locale/org-openide-loaders_ja.jar +%%DATADIR%%/platform/modules/locale/org-openide-loaders_pt_BR.jar +%%DATADIR%%/platform/modules/locale/org-openide-loaders_ru.jar +%%DATADIR%%/platform/modules/locale/org-openide-loaders_zh_CN.jar +%%DATADIR%%/platform/modules/locale/org-openide-nodes_ja.jar +%%DATADIR%%/platform/modules/locale/org-openide-nodes_pt_BR.jar +%%DATADIR%%/platform/modules/locale/org-openide-nodes_ru.jar +%%DATADIR%%/platform/modules/locale/org-openide-nodes_zh_CN.jar +%%DATADIR%%/platform/modules/locale/org-openide-options_ja.jar +%%DATADIR%%/platform/modules/locale/org-openide-options_pt_BR.jar +%%DATADIR%%/platform/modules/locale/org-openide-options_ru.jar +%%DATADIR%%/platform/modules/locale/org-openide-options_zh_CN.jar +%%DATADIR%%/platform/modules/locale/org-openide-text_ja.jar +%%DATADIR%%/platform/modules/locale/org-openide-text_pt_BR.jar +%%DATADIR%%/platform/modules/locale/org-openide-text_ru.jar +%%DATADIR%%/platform/modules/locale/org-openide-text_zh_CN.jar +%%DATADIR%%/platform/modules/locale/org-openide-util-enumerations_ja.jar +%%DATADIR%%/platform/modules/locale/org-openide-util-enumerations_pt_BR.jar +%%DATADIR%%/platform/modules/locale/org-openide-util-enumerations_ru.jar +%%DATADIR%%/platform/modules/locale/org-openide-util-enumerations_zh_CN.jar +%%DATADIR%%/platform/modules/locale/org-openide-windows_ja.jar +%%DATADIR%%/platform/modules/locale/org-openide-windows_pt_BR.jar +%%DATADIR%%/platform/modules/locale/org-openide-windows_ru.jar +%%DATADIR%%/platform/modules/locale/org-openide-windows_zh_CN.jar +%%DATADIR%%/platform/modules/org-jdesktop-layout.jar +%%DATADIR%%/platform/modules/org-netbeans-api-annotations-common.jar +%%DATADIR%%/platform/modules/org-netbeans-api-progress.jar +%%DATADIR%%/platform/modules/org-netbeans-api-search.jar +%%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-multiview.jar +%%DATADIR%%/platform/modules/org-netbeans-core-nativeaccess.jar +%%DATADIR%%/platform/modules/org-netbeans-core-netigso.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-libs-felix.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 +%%DATADIR%%/platform/modules/org-netbeans-libs-testng.jar +%%DATADIR%%/platform/modules/org-netbeans-modules-applemenu.jar +%%DATADIR%%/platform/modules/org-netbeans-modules-autoupdate-cli.jar +%%DATADIR%%/platform/modules/org-netbeans-modules-autoupdate-services.jar +%%DATADIR%%/platform/modules/org-netbeans-modules-autoupdate-ui.jar +%%DATADIR%%/platform/modules/org-netbeans-modules-core-kit.jar +%%DATADIR%%/platform/modules/org-netbeans-modules-editor-mimelookup-impl.jar +%%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-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-windows.jar +%%DATADIR%%/platform/modules/org-netbeans-modules-masterfs.jar +%%DATADIR%%/platform/modules/org-netbeans-modules-netbinox.jar +%%DATADIR%%/platform/modules/org-netbeans-modules-options-api.jar +%%DATADIR%%/platform/modules/org-netbeans-modules-options-keymap.jar +%%DATADIR%%/platform/modules/org-netbeans-modules-print.jar +%%DATADIR%%/platform/modules/org-netbeans-modules-progress-ui.jar +%%DATADIR%%/platform/modules/org-netbeans-modules-queries.jar +%%DATADIR%%/platform/modules/org-netbeans-modules-sampler.jar +%%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-spi-quicksearch.jar +%%DATADIR%%/platform/modules/org-netbeans-swing-outline.jar +%%DATADIR%%/platform/modules/org-netbeans-swing-plaf.jar +%%DATADIR%%/platform/modules/org-netbeans-swing-tabcontrol.jar +%%DATADIR%%/platform/modules/org-openide-actions.jar +%%DATADIR%%/platform/modules/org-openide-awt.jar +%%DATADIR%%/platform/modules/org-openide-compat.jar +%%DATADIR%%/platform/modules/org-openide-dialogs.jar +%%DATADIR%%/platform/modules/org-openide-execution.jar +%%DATADIR%%/platform/modules/org-openide-explorer.jar +%%DATADIR%%/platform/modules/org-openide-io.jar +%%DATADIR%%/platform/modules/org-openide-loaders.jar +%%DATADIR%%/platform/modules/org-openide-nodes.jar +%%DATADIR%%/platform/modules/org-openide-options.jar +%%DATADIR%%/platform/modules/org-openide-text.jar +%%DATADIR%%/platform/modules/org-openide-util-enumerations.jar +%%DATADIR%%/platform/modules/org-openide-windows.jar +%%DATADIR%%/platform/update_tracking/org-jdesktop-layout.xml +%%DATADIR%%/platform/update_tracking/org-netbeans-api-annotations-common.xml +%%DATADIR%%/platform/update_tracking/org-netbeans-api-progress.xml +%%DATADIR%%/platform/update_tracking/org-netbeans-api-search.xml +%%DATADIR%%/platform/update_tracking/org-netbeans-api-visual.xml +%%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-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-osgi.xml +%%DATADIR%%/platform/update_tracking/org-netbeans-core-output2.xml +%%DATADIR%%/platform/update_tracking/org-netbeans-core-startup.xml +%%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-libs-felix.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 +%%DATADIR%%/platform/update_tracking/org-netbeans-libs-testng.xml +%%DATADIR%%/platform/update_tracking/org-netbeans-modules-applemenu.xml +%%DATADIR%%/platform/update_tracking/org-netbeans-modules-autoupdate-cli.xml +%%DATADIR%%/platform/update_tracking/org-netbeans-modules-autoupdate-services.xml +%%DATADIR%%/platform/update_tracking/org-netbeans-modules-autoupdate-ui.xml +%%DATADIR%%/platform/update_tracking/org-netbeans-modules-core-kit.xml +%%DATADIR%%/platform/update_tracking/org-netbeans-modules-editor-mimelookup-impl.xml +%%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-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-windows.xml +%%DATADIR%%/platform/update_tracking/org-netbeans-modules-masterfs.xml +%%DATADIR%%/platform/update_tracking/org-netbeans-modules-netbinox.xml +%%DATADIR%%/platform/update_tracking/org-netbeans-modules-options-api.xml +%%DATADIR%%/platform/update_tracking/org-netbeans-modules-options-keymap.xml +%%DATADIR%%/platform/update_tracking/org-netbeans-modules-print.xml +%%DATADIR%%/platform/update_tracking/org-netbeans-modules-progress-ui.xml +%%DATADIR%%/platform/update_tracking/org-netbeans-modules-queries.xml +%%DATADIR%%/platform/update_tracking/org-netbeans-modules-sampler.xml +%%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-spi-quicksearch.xml +%%DATADIR%%/platform/update_tracking/org-netbeans-swing-outline.xml +%%DATADIR%%/platform/update_tracking/org-netbeans-swing-plaf.xml +%%DATADIR%%/platform/update_tracking/org-netbeans-swing-tabcontrol.xml +%%DATADIR%%/platform/update_tracking/org-openide-actions.xml +%%DATADIR%%/platform/update_tracking/org-openide-awt.xml +%%DATADIR%%/platform/update_tracking/org-openide-compat.xml +%%DATADIR%%/platform/update_tracking/org-openide-dialogs.xml +%%DATADIR%%/platform/update_tracking/org-openide-execution.xml +%%DATADIR%%/platform/update_tracking/org-openide-explorer.xml +%%DATADIR%%/platform/update_tracking/org-openide-filesystems.xml +%%DATADIR%%/platform/update_tracking/org-openide-io.xml +%%DATADIR%%/platform/update_tracking/org-openide-loaders.xml +%%DATADIR%%/platform/update_tracking/org-openide-modules.xml +%%DATADIR%%/platform/update_tracking/org-openide-nodes.xml +%%DATADIR%%/platform/update_tracking/org-openide-options.xml +%%DATADIR%%/platform/update_tracking/org-openide-text.xml +%%DATADIR%%/platform/update_tracking/org-openide-util-enumerations.xml +%%DATADIR%%/platform/update_tracking/org-openide-util-lookup.xml +%%DATADIR%%/platform/update_tracking/org-openide-util.xml +%%DATADIR%%/platform/update_tracking/org-openide-windows.xml +%%DATADIR%%/profiler/.lastModified +%%DATADIR%%/profiler/VERSION.txt +%%DATADIR%%/profiler/ant/nblib/org-netbeans-modules-profiler-nbimpl.jar +%%DATADIR%%/profiler/config/Modules/org-netbeans-lib-profiler-charts.xml +%%DATADIR%%/profiler/config/Modules/org-netbeans-lib-profiler-common.xml +%%DATADIR%%/profiler/config/Modules/org-netbeans-lib-profiler-ui.xml +%%DATADIR%%/profiler/config/Modules/org-netbeans-lib-profiler.xml +%%DATADIR%%/profiler/config/Modules/org-netbeans-modules-debugger-jpda-heapwalk.xml +%%DATADIR%%/profiler/config/Modules/org-netbeans-modules-maven-profiler.xml +%%DATADIR%%/profiler/config/Modules/org-netbeans-modules-profiler-api.xml +%%DATADIR%%/profiler/config/Modules/org-netbeans-modules-profiler-attach.xml +%%DATADIR%%/profiler/config/Modules/org-netbeans-modules-profiler-categorization-api.xml +%%DATADIR%%/profiler/config/Modules/org-netbeans-modules-profiler-drilldown.xml +%%DATADIR%%/profiler/config/Modules/org-netbeans-modules-profiler-freeform.xml +%%DATADIR%%/profiler/config/Modules/org-netbeans-modules-profiler-heapwalker.xml +%%DATADIR%%/profiler/config/Modules/org-netbeans-modules-profiler-j2se.xml +%%DATADIR%%/profiler/config/Modules/org-netbeans-modules-profiler-kit.xml +%%DATADIR%%/profiler/config/Modules/org-netbeans-modules-profiler-nbimpl.xml +%%DATADIR%%/profiler/config/Modules/org-netbeans-modules-profiler-nbmodule.xml +%%DATADIR%%/profiler/config/Modules/org-netbeans-modules-profiler-options.xml +%%DATADIR%%/profiler/config/Modules/org-netbeans-modules-profiler-oql-language.xml +%%DATADIR%%/profiler/config/Modules/org-netbeans-modules-profiler-oql.xml +%%DATADIR%%/profiler/config/Modules/org-netbeans-modules-profiler-ppoints.xml +%%DATADIR%%/profiler/config/Modules/org-netbeans-modules-profiler-projectsupport.xml +%%DATADIR%%/profiler/config/Modules/org-netbeans-modules-profiler-selector-api.xml +%%DATADIR%%/profiler/config/Modules/org-netbeans-modules-profiler-selector-ui.xml +%%DATADIR%%/profiler/config/Modules/org-netbeans-modules-profiler-snaptracer.xml +%%DATADIR%%/profiler/config/Modules/org-netbeans-modules-profiler-stp.xml +%%DATADIR%%/profiler/config/Modules/org-netbeans-modules-profiler-utilities.xml +%%DATADIR%%/profiler/config/Modules/org-netbeans-modules-profiler.xml +%%DATADIR%%/profiler/lib/deployed/cvm/linux/libprofilerinterface.so +%%DATADIR%%/profiler/lib/deployed/cvm/linux/libprofilerinterface_g.so +%%DATADIR%%/profiler/lib/deployed/cvm/windows/profilerinterface.dll +%%DATADIR%%/profiler/lib/deployed/cvm/windows/profilerinterface.map +%%DATADIR%%/profiler/lib/deployed/cvm/windows/profilerinterface_g.dll +%%DATADIR%%/profiler/lib/deployed/cvm/windows/profilerinterface_g.map +%%DATADIR%%/profiler/lib/deployed/jdk15/hpux-pa_risc2.0/libprofilerinterface.sl +%%DATADIR%%/profiler/lib/deployed/jdk15/hpux-pa_risc2.0w/libprofilerinterface.sl +%%DATADIR%%/profiler/lib/deployed/jdk15/linux-amd64/libprofilerinterface.so +%%DATADIR%%/profiler/lib/deployed/jdk15/linux/libprofilerinterface.so +%%DATADIR%%/profiler/lib/deployed/jdk15/mac/libprofilerinterface.jnilib +%%DATADIR%%/profiler/lib/deployed/jdk15/solaris-amd64/libprofilerinterface.so +%%DATADIR%%/profiler/lib/deployed/jdk15/solaris-i386/libprofilerinterface.so +%%DATADIR%%/profiler/lib/deployed/jdk15/solaris-sparc/libprofilerinterface.so +%%DATADIR%%/profiler/lib/deployed/jdk15/solaris-sparcv9/libprofilerinterface.so +%%DATADIR%%/profiler/lib/deployed/jdk15/windows-amd64/profilerinterface.dll +%%DATADIR%%/profiler/lib/deployed/jdk15/windows-amd64/profilerinterface.map +%%DATADIR%%/profiler/lib/deployed/jdk15/windows/profilerinterface.dll +%%DATADIR%%/profiler/lib/deployed/jdk15/windows/profilerinterface.map +%%DATADIR%%/profiler/lib/deployed/jdk16/hpux-pa_risc2.0/libprofilerinterface.sl +%%DATADIR%%/profiler/lib/deployed/jdk16/hpux-pa_risc2.0w/libprofilerinterface.sl +%%DATADIR%%/profiler/lib/deployed/jdk16/linux-amd64/libprofilerinterface.so +%%DATADIR%%/profiler/lib/deployed/jdk16/linux-arm/libprofilerinterface.so +%%DATADIR%%/profiler/lib/deployed/jdk16/linux/libprofilerinterface.so +%%DATADIR%%/profiler/lib/deployed/jdk16/mac/libprofilerinterface.jnilib +%%DATADIR%%/profiler/lib/deployed/jdk16/solaris-amd64/libprofilerinterface.so +%%DATADIR%%/profiler/lib/deployed/jdk16/solaris-i386/libprofilerinterface.so +%%DATADIR%%/profiler/lib/deployed/jdk16/solaris-sparc/libprofilerinterface.so +%%DATADIR%%/profiler/lib/deployed/jdk16/solaris-sparcv9/libprofilerinterface.so +%%DATADIR%%/profiler/lib/deployed/jdk16/windows-amd64/profilerinterface.dll +%%DATADIR%%/profiler/lib/deployed/jdk16/windows-amd64/profilerinterface.map +%%DATADIR%%/profiler/lib/deployed/jdk16/windows/profilerinterface.dll +%%DATADIR%%/profiler/lib/deployed/jdk16/windows/profilerinterface.map +%%DATADIR%%/profiler/lib/jfluid-server-15.jar +%%DATADIR%%/profiler/lib/jfluid-server-cvm.jar +%%DATADIR%%/profiler/lib/jfluid-server.jar +%%DATADIR%%/profiler/lib/locale/jfluid-server_ja.jar +%%DATADIR%%/profiler/lib/locale/jfluid-server_pt_BR.jar +%%DATADIR%%/profiler/lib/locale/jfluid-server_ru.jar +%%DATADIR%%/profiler/lib/locale/jfluid-server_zh_CN.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-lib-profiler-charts_ja.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-lib-profiler-charts_pt_BR.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-lib-profiler-charts_ru.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-lib-profiler-charts_zh_CN.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-lib-profiler-common_ja.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-lib-profiler-common_pt_BR.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-lib-profiler-common_ru.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-lib-profiler-common_zh_CN.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-lib-profiler-ui_ja.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-lib-profiler-ui_pt_BR.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-lib-profiler-ui_ru.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-lib-profiler-ui_zh_CN.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-lib-profiler_ja.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-lib-profiler_pt_BR.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-lib-profiler_ru.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-lib-profiler_zh_CN.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-debugger-jpda-heapwalk_ja.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-debugger-jpda-heapwalk_pt_BR.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-debugger-jpda-heapwalk_ru.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-debugger-jpda-heapwalk_zh_CN.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-maven-profiler_ja.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-maven-profiler_pt_BR.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-maven-profiler_ru.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-maven-profiler_zh_CN.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-api_ja.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-api_pt_BR.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-api_ru.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-api_zh_CN.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-attach_ja.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-attach_pt_BR.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-attach_ru.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-attach_zh_CN.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-categorization-api_ja.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-categorization-api_pt_BR.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-categorization-api_ru.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-categorization-api_zh_CN.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-drilldown_ja.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-drilldown_pt_BR.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-drilldown_ru.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-drilldown_zh_CN.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-freeform_ja.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-freeform_pt_BR.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-freeform_ru.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-freeform_zh_CN.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-heapwalker_ja.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-heapwalker_pt_BR.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-heapwalker_ru.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-heapwalker_zh_CN.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-j2se_ja.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-j2se_pt_BR.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-j2se_ru.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-j2se_zh_CN.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-kit_ja.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-kit_pt_BR.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-kit_ru.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-kit_zh_CN.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-nbimpl_ja.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-nbimpl_pt_BR.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-nbimpl_ru.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-nbimpl_zh_CN.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-nbmodule_ja.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-nbmodule_pt_BR.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-nbmodule_ru.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-nbmodule_zh_CN.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-options_ja.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-options_pt_BR.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-options_ru.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-options_zh_CN.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-oql-language_ja.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-oql-language_pt_BR.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-oql-language_ru.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-oql-language_zh_CN.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-oql_ja.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-oql_pt_BR.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-oql_ru.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-oql_zh_CN.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-ppoints_ja.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-ppoints_pt_BR.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-ppoints_ru.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-ppoints_zh_CN.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-projectsupport_ja.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-projectsupport_pt_BR.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-projectsupport_ru.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-projectsupport_zh_CN.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-selector-api_ja.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-selector-api_pt_BR.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-selector-api_ru.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-selector-api_zh_CN.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-selector-ui_ja.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-selector-ui_pt_BR.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-selector-ui_ru.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-selector-ui_zh_CN.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-snaptracer_ja.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-snaptracer_pt_BR.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-snaptracer_ru.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-snaptracer_zh_CN.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-stp_ja.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-stp_pt_BR.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-stp_ru.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-stp_zh_CN.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-utilities_ja.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-utilities_pt_BR.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-utilities_ru.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler-utilities_zh_CN.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler_ja.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler_pt_BR.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler_ru.jar +%%DATADIR%%/profiler/modules/locale/org-netbeans-modules-profiler_zh_CN.jar +%%DATADIR%%/profiler/modules/org-netbeans-lib-profiler-charts.jar +%%DATADIR%%/profiler/modules/org-netbeans-lib-profiler-common.jar +%%DATADIR%%/profiler/modules/org-netbeans-lib-profiler-ui.jar +%%DATADIR%%/profiler/modules/org-netbeans-lib-profiler.jar +%%DATADIR%%/profiler/modules/org-netbeans-modules-debugger-jpda-heapwalk.jar +%%DATADIR%%/profiler/modules/org-netbeans-modules-maven-profiler.jar +%%DATADIR%%/profiler/modules/org-netbeans-modules-profiler-api.jar +%%DATADIR%%/profiler/modules/org-netbeans-modules-profiler-attach.jar +%%DATADIR%%/profiler/modules/org-netbeans-modules-profiler-categorization-api.jar +%%DATADIR%%/profiler/modules/org-netbeans-modules-profiler-drilldown.jar +%%DATADIR%%/profiler/modules/org-netbeans-modules-profiler-freeform.jar +%%DATADIR%%/profiler/modules/org-netbeans-modules-profiler-heapwalker.jar +%%DATADIR%%/profiler/modules/org-netbeans-modules-profiler-j2se.jar +%%DATADIR%%/profiler/modules/org-netbeans-modules-profiler-kit.jar +%%DATADIR%%/profiler/modules/org-netbeans-modules-profiler-nbimpl.jar +%%DATADIR%%/profiler/modules/org-netbeans-modules-profiler-nbmodule.jar +%%DATADIR%%/profiler/modules/org-netbeans-modules-profiler-options.jar +%%DATADIR%%/profiler/modules/org-netbeans-modules-profiler-oql-language.jar +%%DATADIR%%/profiler/modules/org-netbeans-modules-profiler-oql.jar +%%DATADIR%%/profiler/modules/org-netbeans-modules-profiler-ppoints.jar +%%DATADIR%%/profiler/modules/org-netbeans-modules-profiler-projectsupport.jar +%%DATADIR%%/profiler/modules/org-netbeans-modules-profiler-selector-api.jar +%%DATADIR%%/profiler/modules/org-netbeans-modules-profiler-selector-ui.jar +%%DATADIR%%/profiler/modules/org-netbeans-modules-profiler-snaptracer.jar +%%DATADIR%%/profiler/modules/org-netbeans-modules-profiler-stp.jar +%%DATADIR%%/profiler/modules/org-netbeans-modules-profiler-utilities.jar +%%DATADIR%%/profiler/modules/org-netbeans-modules-profiler.jar +%%DATADIR%%/profiler/remote-pack-defs/README.txt +%%DATADIR%%/profiler/remote-pack-defs/build.xml +%%DATADIR%%/profiler/remote-pack-defs/calibrate-15.bat +%%DATADIR%%/profiler/remote-pack-defs/calibrate-15.sh +%%DATADIR%%/profiler/remote-pack-defs/calibrate-16.sh +%%DATADIR%%/profiler/remote-pack-defs/calibrate-linux-cvm.sh +%%DATADIR%%/profiler/remote-pack-defs/calibrate-mac-15.sh +%%DATADIR%%/profiler/remote-pack-defs/calibrate-solaris64-15.sh +%%DATADIR%%/profiler/remote-pack-defs/calibrate-win-cvm.bat +%%DATADIR%%/profiler/remote-pack-defs/nb-profile-15.bat +%%DATADIR%%/profiler/remote-pack-defs/nb-profile-amd64-15.bat +%%DATADIR%%/profiler/remote-pack-defs/profile-linux-15.sh +%%DATADIR%%/profiler/remote-pack-defs/profile-linux-16.sh +%%DATADIR%%/profiler/remote-pack-defs/profile-linux-cvm.sh +%%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-mac-15.sh +%%DATADIR%%/profiler/remote-pack-defs/profile-mac-16.sh +%%DATADIR%%/profiler/remote-pack-defs/profile-solamd64-15.sh +%%DATADIR%%/profiler/remote-pack-defs/profile-solamd64-16.sh +%%DATADIR%%/profiler/remote-pack-defs/profile-solsparc-15.sh +%%DATADIR%%/profiler/remote-pack-defs/profile-solsparc-16.sh +%%DATADIR%%/profiler/remote-pack-defs/profile-solsparcv9-15.sh +%%DATADIR%%/profiler/remote-pack-defs/profile-solsparcv9-16.sh +%%DATADIR%%/profiler/remote-pack-defs/profile-solx86-15.sh +%%DATADIR%%/profiler/remote-pack-defs/profile-solx86-16.sh +%%DATADIR%%/profiler/remote-pack-defs/profile-win-15.bat +%%DATADIR%%/profiler/remote-pack-defs/profile-win-16.bat +%%DATADIR%%/profiler/remote-pack-defs/profile-win-cvm.bat +%%DATADIR%%/profiler/remote-pack-defs/profile-winamd64-15.bat +%%DATADIR%%/profiler/remote-pack-defs/profile-winamd64-16.bat +%%DATADIR%%/profiler/update_tracking/org-netbeans-lib-profiler-charts.xml +%%DATADIR%%/profiler/update_tracking/org-netbeans-lib-profiler-common.xml +%%DATADIR%%/profiler/update_tracking/org-netbeans-lib-profiler-ui.xml +%%DATADIR%%/profiler/update_tracking/org-netbeans-lib-profiler.xml +%%DATADIR%%/profiler/update_tracking/org-netbeans-modules-debugger-jpda-heapwalk.xml +%%DATADIR%%/profiler/update_tracking/org-netbeans-modules-maven-profiler.xml +%%DATADIR%%/profiler/update_tracking/org-netbeans-modules-profiler-api.xml +%%DATADIR%%/profiler/update_tracking/org-netbeans-modules-profiler-attach.xml +%%DATADIR%%/profiler/update_tracking/org-netbeans-modules-profiler-categorization-api.xml +%%DATADIR%%/profiler/update_tracking/org-netbeans-modules-profiler-drilldown.xml +%%DATADIR%%/profiler/update_tracking/org-netbeans-modules-profiler-freeform.xml +%%DATADIR%%/profiler/update_tracking/org-netbeans-modules-profiler-heapwalker.xml +%%DATADIR%%/profiler/update_tracking/org-netbeans-modules-profiler-j2se.xml +%%DATADIR%%/profiler/update_tracking/org-netbeans-modules-profiler-kit.xml +%%DATADIR%%/profiler/update_tracking/org-netbeans-modules-profiler-nbimpl.xml +%%DATADIR%%/profiler/update_tracking/org-netbeans-modules-profiler-nbmodule.xml +%%DATADIR%%/profiler/update_tracking/org-netbeans-modules-profiler-options.xml +%%DATADIR%%/profiler/update_tracking/org-netbeans-modules-profiler-oql-language.xml +%%DATADIR%%/profiler/update_tracking/org-netbeans-modules-profiler-oql.xml +%%DATADIR%%/profiler/update_tracking/org-netbeans-modules-profiler-ppoints.xml +%%DATADIR%%/profiler/update_tracking/org-netbeans-modules-profiler-projectsupport.xml +%%DATADIR%%/profiler/update_tracking/org-netbeans-modules-profiler-selector-api.xml +%%DATADIR%%/profiler/update_tracking/org-netbeans-modules-profiler-selector-ui.xml +%%DATADIR%%/profiler/update_tracking/org-netbeans-modules-profiler-snaptracer.xml +%%DATADIR%%/profiler/update_tracking/org-netbeans-modules-profiler-stp.xml +%%DATADIR%%/profiler/update_tracking/org-netbeans-modules-profiler-utilities.xml +%%DATADIR%%/profiler/update_tracking/org-netbeans-modules-profiler.xml +%%DATADIR%%/webcommon/.lastModified +%%DATADIR%%/webcommon/VERSION.txt +%%DATADIR%%/webcommon/config/Modules/org-netbeans-libs-jstestdriver.xml +%%DATADIR%%/webcommon/config/Modules/org-netbeans-modules-javascript-jstestdriver.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-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/modules/ext/libs.jstestdriver-ext.jar +%%DATADIR%%/webcommon/modules/locale/org-netbeans-libs-jstestdriver_ja.jar +%%DATADIR%%/webcommon/modules/locale/org-netbeans-libs-jstestdriver_pt_BR.jar +%%DATADIR%%/webcommon/modules/locale/org-netbeans-libs-jstestdriver_ru.jar +%%DATADIR%%/webcommon/modules/locale/org-netbeans-libs-jstestdriver_zh_CN.jar +%%DATADIR%%/webcommon/modules/locale/org-netbeans-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-languages-apacheconf_ja.jar +%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-languages-apacheconf_pt_BR.jar +%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-languages-apacheconf_ru.jar +%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-languages-apacheconf_zh_CN.jar +%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-languages-ini_ja.jar +%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-languages-ini_pt_BR.jar +%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-languages-ini_ru.jar +%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-languages-ini_zh_CN.jar +%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-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-web-client-kit_ja.jar +%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-web-client-kit_pt_BR.jar +%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-web-client-kit_ru.jar +%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-web-client-kit_zh_CN.jar +%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-web-client-samples_ja.jar +%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-web-client-samples_pt_BR.jar +%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-web-client-samples_ru.jar +%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-web-client-samples_zh_CN.jar +%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-web-clientproject-api_ja.jar +%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-web-clientproject-api_pt_BR.jar +%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-web-clientproject-api_ru.jar +%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-web-clientproject-api_zh_CN.jar +%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-web-clientproject_ja.jar +%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-web-clientproject_pt_BR.jar +%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-web-clientproject_ru.jar +%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-web-clientproject_zh_CN.jar +%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-web-inspect_ja.jar +%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-web-inspect_pt_BR.jar +%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-web-inspect_ru.jar +%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-web-inspect_zh_CN.jar +%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-web-javascript-debugger_ja.jar +%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-web-javascript-debugger_pt_BR.jar +%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-web-javascript-debugger_ru.jar +%%DATADIR%%/webcommon/modules/locale/org-netbeans-modules-web-javascript-debugger_zh_CN.jar +%%DATADIR%%/webcommon/modules/org-netbeans-libs-jstestdriver.jar +%%DATADIR%%/webcommon/modules/org-netbeans-modules-javascript-jstestdriver.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-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/update_tracking/org-netbeans-libs-jstestdriver.xml +%%DATADIR%%/webcommon/update_tracking/org-netbeans-modules-javascript-jstestdriver.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-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%%/websvccommon/.lastModified +%%DATADIR%%/websvccommon/VERSION.txt +%%DATADIR%%/websvccommon/config/Modules/org-netbeans-modules-websvc-jaxwsmodelapi.xml +%%DATADIR%%/websvccommon/config/Modules/org-netbeans-modules-websvc-saas-api.xml +%%DATADIR%%/websvccommon/config/Modules/org-netbeans-modules-websvc-saas-codegen.xml +%%DATADIR%%/websvccommon/config/Modules/org-netbeans-modules-websvc-saas-kit.xml +%%DATADIR%%/websvccommon/config/Modules/org-netbeans-modules-websvc-saas-services-amazon.xml +%%DATADIR%%/websvccommon/config/Modules/org-netbeans-modules-websvc-saas-services-delicious.xml +%%DATADIR%%/websvccommon/config/Modules/org-netbeans-modules-websvc-saas-services-flickr.xml +%%DATADIR%%/websvccommon/config/Modules/org-netbeans-modules-websvc-saas-services-google.xml +%%DATADIR%%/websvccommon/config/Modules/org-netbeans-modules-websvc-saas-services-strikeiron.xml +%%DATADIR%%/websvccommon/config/Modules/org-netbeans-modules-websvc-saas-services-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 +%%DATADIR%%/websvccommon/config/Modules/org-netbeans-modules-websvc-saas-ui.xml +%%DATADIR%%/websvccommon/modules/ext/build-jaxb.xml +%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-jaxwsmodelapi_ja.jar +%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-jaxwsmodelapi_pt_BR.jar +%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-jaxwsmodelapi_ru.jar +%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-jaxwsmodelapi_zh_CN.jar +%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-api_ja.jar +%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-api_pt_BR.jar +%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-api_ru.jar +%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-api_zh_CN.jar +%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-codegen_ja.jar +%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-codegen_pt_BR.jar +%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-codegen_ru.jar +%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-codegen_zh_CN.jar +%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-kit_ja.jar +%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-kit_pt_BR.jar +%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-kit_ru.jar +%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-kit_zh_CN.jar +%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-amazon_ja.jar +%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-amazon_pt_BR.jar +%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-amazon_ru.jar +%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-amazon_zh_CN.jar +%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-delicious_ja.jar +%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-delicious_pt_BR.jar +%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-delicious_ru.jar +%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-delicious_zh_CN.jar +%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-flickr_ja.jar +%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-flickr_pt_BR.jar +%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-flickr_ru.jar +%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-flickr_zh_CN.jar +%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-google_ja.jar +%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-google_pt_BR.jar +%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-google_ru.jar +%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-google_zh_CN.jar +%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-strikeiron_ja.jar +%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-strikeiron_pt_BR.jar +%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-strikeiron_ru.jar +%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-strikeiron_zh_CN.jar +%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-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 +%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-weatherbug_zh_CN.jar +%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-zillow_ja.jar +%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-zillow_pt_BR.jar +%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-zillow_ru.jar +%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-zillow_zh_CN.jar +%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-zvents_ja.jar +%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-zvents_pt_BR.jar +%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-zvents_ru.jar +%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-zvents_zh_CN.jar +%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-ui_ja.jar +%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-ui_pt_BR.jar +%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-ui_ru.jar +%%DATADIR%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-ui_zh_CN.jar +%%DATADIR%%/websvccommon/modules/org-netbeans-modules-websvc-jaxwsmodelapi.jar +%%DATADIR%%/websvccommon/modules/org-netbeans-modules-websvc-saas-api.jar +%%DATADIR%%/websvccommon/modules/org-netbeans-modules-websvc-saas-codegen.jar +%%DATADIR%%/websvccommon/modules/org-netbeans-modules-websvc-saas-kit.jar +%%DATADIR%%/websvccommon/modules/org-netbeans-modules-websvc-saas-services-amazon.jar +%%DATADIR%%/websvccommon/modules/org-netbeans-modules-websvc-saas-services-delicious.jar +%%DATADIR%%/websvccommon/modules/org-netbeans-modules-websvc-saas-services-flickr.jar +%%DATADIR%%/websvccommon/modules/org-netbeans-modules-websvc-saas-services-google.jar +%%DATADIR%%/websvccommon/modules/org-netbeans-modules-websvc-saas-services-strikeiron.jar +%%DATADIR%%/websvccommon/modules/org-netbeans-modules-websvc-saas-services-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 +%%DATADIR%%/websvccommon/modules/org-netbeans-modules-websvc-saas-ui.jar +%%DATADIR%%/websvccommon/update_tracking/org-netbeans-modules-websvc-jaxwsmodelapi.xml +%%DATADIR%%/websvccommon/update_tracking/org-netbeans-modules-websvc-saas-api.xml +%%DATADIR%%/websvccommon/update_tracking/org-netbeans-modules-websvc-saas-codegen.xml +%%DATADIR%%/websvccommon/update_tracking/org-netbeans-modules-websvc-saas-kit.xml +%%DATADIR%%/websvccommon/update_tracking/org-netbeans-modules-websvc-saas-services-amazon.xml +%%DATADIR%%/websvccommon/update_tracking/org-netbeans-modules-websvc-saas-services-delicious.xml +%%DATADIR%%/websvccommon/update_tracking/org-netbeans-modules-websvc-saas-services-flickr.xml +%%DATADIR%%/websvccommon/update_tracking/org-netbeans-modules-websvc-saas-services-google.xml +%%DATADIR%%/websvccommon/update_tracking/org-netbeans-modules-websvc-saas-services-strikeiron.xml +%%DATADIR%%/websvccommon/update_tracking/org-netbeans-modules-websvc-saas-services-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 +@dirrm %%DATADIR%%/websvccommon/update_tracking +@dirrm %%DATADIR%%/websvccommon/modules/locale +@dirrm %%DATADIR%%/websvccommon/modules/ext +@dirrm %%DATADIR%%/websvccommon/modules +@dirrm %%DATADIR%%/websvccommon/config/Modules +@dirrm %%DATADIR%%/websvccommon/config +@dirrm %%DATADIR%%/websvccommon +@dirrm %%DATADIR%%/webcommon/update_tracking +@dirrm %%DATADIR%%/webcommon/modules/locale +@dirrm %%DATADIR%%/webcommon/modules/ext +@dirrm %%DATADIR%%/webcommon/modules +@dirrm %%DATADIR%%/webcommon/config/Modules +@dirrm %%DATADIR%%/webcommon/config +@dirrm %%DATADIR%%/webcommon +@dirrm %%DATADIR%%/profiler/update_tracking +@dirrm %%DATADIR%%/profiler/remote-pack-defs +@dirrm %%DATADIR%%/profiler/modules/locale +@dirrm %%DATADIR%%/profiler/modules +@dirrm %%DATADIR%%/profiler/lib/locale +@dirrm %%DATADIR%%/profiler/lib/deployed/jdk16/windows-amd64 +@dirrm %%DATADIR%%/profiler/lib/deployed/jdk16/windows +@dirrm %%DATADIR%%/profiler/lib/deployed/jdk16/solaris-sparcv9 +@dirrm %%DATADIR%%/profiler/lib/deployed/jdk16/solaris-sparc +@dirrm %%DATADIR%%/profiler/lib/deployed/jdk16/solaris-i386 +@dirrm %%DATADIR%%/profiler/lib/deployed/jdk16/solaris-amd64 +@dirrm %%DATADIR%%/profiler/lib/deployed/jdk16/mac +@dirrm %%DATADIR%%/profiler/lib/deployed/jdk16/linux-arm +@dirrm %%DATADIR%%/profiler/lib/deployed/jdk16/linux-amd64 +@dirrm %%DATADIR%%/profiler/lib/deployed/jdk16/linux +@dirrm %%DATADIR%%/profiler/lib/deployed/jdk16/hpux-pa_risc2.0w +@dirrm %%DATADIR%%/profiler/lib/deployed/jdk16/hpux-pa_risc2.0 +@dirrm %%DATADIR%%/profiler/lib/deployed/jdk16 +@dirrm %%DATADIR%%/profiler/lib/deployed/jdk15/windows-amd64 +@dirrm %%DATADIR%%/profiler/lib/deployed/jdk15/windows +@dirrm %%DATADIR%%/profiler/lib/deployed/jdk15/solaris-sparcv9 +@dirrm %%DATADIR%%/profiler/lib/deployed/jdk15/solaris-sparc +@dirrm %%DATADIR%%/profiler/lib/deployed/jdk15/solaris-i386 +@dirrm %%DATADIR%%/profiler/lib/deployed/jdk15/solaris-amd64 +@dirrm %%DATADIR%%/profiler/lib/deployed/jdk15/mac +@dirrm %%DATADIR%%/profiler/lib/deployed/jdk15/linux-amd64 +@dirrm %%DATADIR%%/profiler/lib/deployed/jdk15/linux +@dirrm %%DATADIR%%/profiler/lib/deployed/jdk15/hpux-pa_risc2.0w +@dirrm %%DATADIR%%/profiler/lib/deployed/jdk15/hpux-pa_risc2.0 +@dirrm %%DATADIR%%/profiler/lib/deployed/jdk15 +@dirrm %%DATADIR%%/profiler/lib/deployed/cvm/windows +@dirrm %%DATADIR%%/profiler/lib/deployed/cvm/linux +@dirrm %%DATADIR%%/profiler/lib/deployed/cvm +@dirrm %%DATADIR%%/profiler/lib/deployed +@dirrm %%DATADIR%%/profiler/lib +@dirrm %%DATADIR%%/profiler/config/Modules +@dirrm %%DATADIR%%/profiler/config +@dirrm %%DATADIR%%/profiler/ant/nblib +@dirrm %%DATADIR%%/profiler/ant +@dirrm %%DATADIR%%/profiler +@dirrm %%DATADIR%%/platform/update_tracking +@dirrm %%DATADIR%%/platform/modules/locale +@dirrm %%DATADIR%%/platform/modules/lib/x86 +@dirrm %%DATADIR%%/platform/modules/lib/i386/linux +@dirrm %%DATADIR%%/platform/modules/lib/i386 +@dirrm %%DATADIR%%/platform/modules/lib/amd64/linux +@dirrm %%DATADIR%%/platform/modules/lib/amd64 +@dirrm %%DATADIR%%/platform/modules/lib +@dirrm %%DATADIR%%/platform/modules/ext/locale +@dirrm %%DATADIR%%/platform/modules/ext +@dirrm %%DATADIR%%/platform/modules +@dirrm %%DATADIR%%/platform/lib/locale +@dirrm %%DATADIR%%/platform/lib +@dirrm %%DATADIR%%/platform/docs +@dirrm %%DATADIR%%/platform/core/locale +@dirrm %%DATADIR%%/platform/core +@dirrm %%DATADIR%%/platform/config/Modules +@dirrm %%DATADIR%%/platform/config/ModuleAutoDeps +@dirrm %%DATADIR%%/platform/config +@dirrm %%DATADIR%%/platform +@dirrm %%DATADIR%%/php/zend +@dirrm %%DATADIR%%/php/update_tracking +@dirrm %%DATADIR%%/php/phpunit +@dirrm %%DATADIR%%/php/phpstubs/phpruntime +@dirrm %%DATADIR%%/php/phpstubs +@dirrm %%DATADIR%%/php/modules/locale +@dirrm %%DATADIR%%/php/modules/ext +@dirrm %%DATADIR%%/php/modules/docs +@dirrm %%DATADIR%%/php/modules +@dirrm %%DATADIR%%/php/hudson +@dirrm %%DATADIR%%/php/docs +@dirrm %%DATADIR%%/php/config/Modules +@dirrm %%DATADIR%%/php/config +@dirrm %%DATADIR%%/php +@dirrm %%DATADIR%%/nb/update_tracking +@dirrm %%DATADIR%%/nb/modules/locale +@dirrm %%DATADIR%%/nb/modules/ext/locale +@dirrm %%DATADIR%%/nb/modules/ext +@dirrm %%DATADIR%%/nb/modules +@dirrm %%DATADIR%%/nb/docs/images +@dirrm %%DATADIR%%/nb/docs +@dirrm %%DATADIR%%/nb/core/locale +@dirrm %%DATADIR%%/nb/core +@dirrm %%DATADIR%%/nb/config/Modules +@dirrm %%DATADIR%%/nb/config +@dirrm %%DATADIR%%/nb +@dirrm %%DATADIR%%/mobility/update_tracking +@dirrm %%DATADIR%%/mobility/sources +@dirrm %%DATADIR%%/mobility/modules/scr +@dirrm %%DATADIR%%/mobility/modules/locale +@dirrm %%DATADIR%%/mobility/modules/lib +@dirrm %%DATADIR%%/mobility/modules/ext +@dirrm %%DATADIR%%/mobility/modules/docs +@dirrm %%DATADIR%%/mobility/modules +@dirrm %%DATADIR%%/mobility/config/Modules +@dirrm %%DATADIR%%/mobility/config +@dirrm %%DATADIR%%/mobility/ant/nblib/locale +@dirrm %%DATADIR%%/mobility/ant/nblib +@dirrm %%DATADIR%%/mobility/ant +@dirrm %%DATADIR%%/mobility +@dirrm %%DATADIR%%/javafx/update_tracking +@dirrm %%DATADIR%%/javafx/modules/locale +@dirrm %%DATADIR%%/javafx/modules +@dirrm %%DATADIR%%/javafx/config/Modules +@dirrm %%DATADIR%%/javafx/config +@dirrm %%DATADIR%%/javafx +@dirrm %%DATADIR%%/javacard/update_tracking +@dirrm %%DATADIR%%/javacard/modules/locale +@dirrm %%DATADIR%%/javacard/modules/ext +@dirrm %%DATADIR%%/javacard/modules/docs +@dirrm %%DATADIR%%/javacard/modules +@dirrm %%DATADIR%%/javacard/javacard302 +@dirrm %%DATADIR%%/javacard/config/Modules +@dirrm %%DATADIR%%/javacard/config +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/src/com/sun/jchowto/helloworld +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/src/com/sun/jchowto +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/src/com/sun +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/src/com +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/src +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/nbproject/private +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/nbproject +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/html/images +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/html +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/WEB-INF +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/META-INF +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/keystore +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets/HelloWorld/src/com/sun/jchowto/helloworld +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets/HelloWorld/src/com/sun/jchowto +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets/HelloWorld/src/com/sun +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets/HelloWorld/src/com +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets/HelloWorld/src +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets/HelloWorld/scripts +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets/HelloWorld/nbproject/private +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets/HelloWorld/nbproject +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets/HelloWorld/META-INF +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets/HelloWorld/APPLET-INF +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets/HelloWorld +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_applets/HelloWorld/src/com/sun/jcclassic/samples/helloworld +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_applets/HelloWorld/src/com/sun/jcclassic/samples +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_applets/HelloWorld/src/com/sun/jcclassic +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_applets/HelloWorld/src/com/sun +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_applets/HelloWorld/src/com +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_applets/HelloWorld/src +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_applets/HelloWorld/scripts +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_applets/HelloWorld/nbproject +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_applets/HelloWorld/META-INF +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_applets/HelloWorld/APPLET-INF +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_applets/HelloWorld +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_applets +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/samples +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/lib/locale +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/lib +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/legal +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/resources +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/javacardx/spi/security +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/javacardx/spi/framework +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/javacardx/spi/cardmgmt +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/javacardx/spi +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/javacardx +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/com/sun/javacard/spi/security +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/com/sun/javacard/spi/cardmgmt +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/com/sun/javacard/spi +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/com/sun/javacard +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/com/sun +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/com +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/resources +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/http +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/pki +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/io +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/servlet/http +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/servlet +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/security +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/io +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/util/intx +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/util +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/tlv +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework/math +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/framework +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/facilities +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/external +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/crypto +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/biometry +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/apdu +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/security +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework/service +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/framework +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/util +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/security +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/rmi +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/annotation +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/resources +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard/apduio +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun/javacard +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com/sun +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib/com +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiolib +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/shared/chars +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/shared +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html/figures +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/docs +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/bin +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx/framework/util/javacard +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx/framework/util/intx/javacard +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx/framework/util/intx +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx/framework/util +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx/framework/tlv/javacard +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx/framework/tlv +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx/framework/math/javacard +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx/framework/math +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx/framework +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx/external/javacard +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx/external +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx/crypto/javacard +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx/crypto +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx/biometry/javacard +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx/biometry +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx/apdu/javacard +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx/apdu +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacardx +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacard/security/javacard +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacard/security +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacard/framework/service/javacard +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacard/framework/service +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacard/framework/javacard +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacard/framework +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/javacard +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/java/rmi/javacard +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/java/rmi +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/java/lang/javacard +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/java/lang +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/java/io/javacard +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/java/io +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files/java +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/api_export_files +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition/Uninstaller +@dirrm %%DATADIR%%/javacard/JCDK3.0.2_ConnectedEdition +@dirrm %%DATADIR%%/javacard +@dirrm %%DATADIR%%/java/update_tracking +@dirrm %%DATADIR%%/java/sources/org/netbeans/lib/awtextra +@dirrm %%DATADIR%%/java/sources/org/netbeans/lib +@dirrm %%DATADIR%%/java/sources/org/netbeans +@dirrm %%DATADIR%%/java/sources/org +@dirrm %%DATADIR%%/java/sources +@dirrm %%DATADIR%%/java/modules/locale +@dirrm %%DATADIR%%/java/modules/ext/spring-3.0 +@dirrm %%DATADIR%%/java/modules/ext/spring +@dirrm %%DATADIR%%/java/modules/ext/maven/rootpackage +@dirrm %%DATADIR%%/java/modules/ext/maven +@dirrm %%DATADIR%%/java/modules/ext/jaxws22/api +@dirrm %%DATADIR%%/java/modules/ext/jaxws22 +@dirrm %%DATADIR%%/java/modules/ext/hibernate +@dirrm %%DATADIR%%/java/modules/ext/eclipselink +@dirrm %%DATADIR%%/java/modules/ext +@dirrm %%DATADIR%%/java/modules/docs +@dirrm %%DATADIR%%/java/modules +@dirrm %%DATADIR%%/java/maven/lib/ext +@dirrm %%DATADIR%%/java/maven/lib +@dirrm %%DATADIR%%/java/maven/conf +@dirrm %%DATADIR%%/java/maven/boot +@dirrm %%DATADIR%%/java/maven/bin +@dirrm %%DATADIR%%/java/maven +@dirrm %%DATADIR%%/java/docs +@dirrm %%DATADIR%%/java/config/Modules +@dirrm %%DATADIR%%/java/config/ModuleAutoDeps +@dirrm %%DATADIR%%/java/config +@dirrm %%DATADIR%%/java/ant/nblib/locale +@dirrm %%DATADIR%%/java/ant/nblib +@dirrm %%DATADIR%%/java/ant/lib +@dirrm %%DATADIR%%/java/ant/extra +@dirrm %%DATADIR%%/java/ant/etc/checkstyle +@dirrm %%DATADIR%%/java/ant/etc +@dirrm %%DATADIR%%/java/ant/bin +@dirrm %%DATADIR%%/java/ant +@dirrm %%DATADIR%%/java +@dirrm %%DATADIR%%/ide/update_tracking +@dirrm %%DATADIR%%/ide/modules/locale +@dirrm %%DATADIR%%/ide/modules/lib +@dirrm %%DATADIR%%/ide/modules/ext/locale +@dirrm %%DATADIR%%/ide/modules/ext/jaxb/api +@dirrm %%DATADIR%%/ide/modules/ext/jaxb +@dirrm %%DATADIR%%/ide/modules/ext +@dirrm %%DATADIR%%/ide/modules/docs +@dirrm %%DATADIR%%/ide/modules/dict +@dirrm %%DATADIR%%/ide/modules +@dirrm %%DATADIR%%/ide/jsstubs +@dirrm %%DATADIR%%/ide/docs/org/netbeans/modules/usersguide +@dirrm %%DATADIR%%/ide/docs/org/netbeans/modules +@dirrm %%DATADIR%%/ide/docs/org/netbeans +@dirrm %%DATADIR%%/ide/docs/org +@dirrm %%DATADIR%%/ide/docs +@dirrm %%DATADIR%%/ide/config/Modules +@dirrm %%DATADIR%%/ide/config/ModuleAutoDeps +@dirrm %%DATADIR%%/ide/config +@dirrm %%DATADIR%%/ide/bin/nativeexecution/Windows-x86_64 +@dirrm %%DATADIR%%/ide/bin/nativeexecution/Windows-x86 +@dirrm %%DATADIR%%/ide/bin/nativeexecution/SunOS-x86_64 +@dirrm %%DATADIR%%/ide/bin/nativeexecution/SunOS-x86 +@dirrm %%DATADIR%%/ide/bin/nativeexecution/SunOS-sparc_64 +@dirrm %%DATADIR%%/ide/bin/nativeexecution/SunOS-sparc +@dirrm %%DATADIR%%/ide/bin/nativeexecution/MacOSX-x86_64 +@dirrm %%DATADIR%%/ide/bin/nativeexecution/MacOSX-x86 +@dirrm %%DATADIR%%/ide/bin/nativeexecution/Linux-x86_64 +@dirrm %%DATADIR%%/ide/bin/nativeexecution/Linux-x86 +@dirrm %%DATADIR%%/ide/bin/nativeexecution +@dirrm %%DATADIR%%/ide/bin +@dirrm %%DATADIR%%/ide/ant/nblib +@dirrm %%DATADIR%%/ide/ant +@dirrm %%DATADIR%%/ide +@dirrm %%DATADIR%%/harness/update_tracking +@dirrm %%DATADIR%%/harness/nbi/stub/ext/infra/build/products/helloworld +@dirrm %%DATADIR%%/harness/nbi/stub/ext/infra/build/products +@dirrm %%DATADIR%%/harness/nbi/stub/ext/infra/build/engine +@dirrm %%DATADIR%%/harness/nbi/stub/ext/infra/build +@dirrm %%DATADIR%%/harness/nbi/stub/ext/infra +@dirrm %%DATADIR%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer/wizard/components/sequences +@dirrm %%DATADIR%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer/wizard/components/panels/resources +@dirrm %%DATADIR%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer/wizard/components/panels +@dirrm %%DATADIR%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer/wizard/components/actions +@dirrm %%DATADIR%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer/wizard/components +@dirrm %%DATADIR%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer/wizard +@dirrm %%DATADIR%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer/utils/applications +@dirrm %%DATADIR%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer/utils +@dirrm %%DATADIR%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer +@dirrm %%DATADIR%%/harness/nbi/stub/ext/engine/src/org/mycompany +@dirrm %%DATADIR%%/harness/nbi/stub/ext/engine/src/org +@dirrm %%DATADIR%%/harness/nbi/stub/ext/engine/src/native/launcher/windows/i18n +@dirrm %%DATADIR%%/harness/nbi/stub/ext/engine/src/native/launcher/windows +@dirrm %%DATADIR%%/harness/nbi/stub/ext/engine/src/native/launcher/unix/i18n +@dirrm %%DATADIR%%/harness/nbi/stub/ext/engine/src/native/launcher/unix +@dirrm %%DATADIR%%/harness/nbi/stub/ext/engine/src/native/launcher +@dirrm %%DATADIR%%/harness/nbi/stub/ext/engine/src/native +@dirrm %%DATADIR%%/harness/nbi/stub/ext/engine/src/data +@dirrm %%DATADIR%%/harness/nbi/stub/ext/engine/src +@dirrm %%DATADIR%%/harness/nbi/stub/ext/engine/nbproject +@dirrm %%DATADIR%%/harness/nbi/stub/ext/engine +@dirrm %%DATADIR%%/harness/nbi/stub/ext/components/products/helloworld/src/org/mycompany/wizard/panels +@dirrm %%DATADIR%%/harness/nbi/stub/ext/components/products/helloworld/src/org/mycompany/wizard +@dirrm %%DATADIR%%/harness/nbi/stub/ext/components/products/helloworld/src/org/mycompany +@dirrm %%DATADIR%%/harness/nbi/stub/ext/components/products/helloworld/src/org +@dirrm %%DATADIR%%/harness/nbi/stub/ext/components/products/helloworld/src +@dirrm %%DATADIR%%/harness/nbi/stub/ext/components/products/helloworld/nbproject +@dirrm %%DATADIR%%/harness/nbi/stub/ext/components/products/helloworld/data +@dirrm %%DATADIR%%/harness/nbi/stub/ext/components/products/helloworld +@dirrm %%DATADIR%%/harness/nbi/stub/ext/components/products +@dirrm %%DATADIR%%/harness/nbi/stub/ext/components +@dirrm %%DATADIR%%/harness/nbi/stub/ext +@dirrm %%DATADIR%%/harness/nbi/stub +@dirrm %%DATADIR%%/harness/nbi/.common +@dirrm %%DATADIR%%/harness/nbi +@dirrm %%DATADIR%%/harness/modules/locale +@dirrm %%DATADIR%%/harness/modules/ext/locale +@dirrm %%DATADIR%%/harness/modules/ext +@dirrm %%DATADIR%%/harness/modules +@dirrm %%DATADIR%%/harness/launchers +@dirrm %%DATADIR%%/harness/jnlp +@dirrm %%DATADIR%%/harness/etc +@dirrm %%DATADIR%%/harness/docs +@dirrm %%DATADIR%%/harness/config/Modules +@dirrm %%DATADIR%%/harness/config +@dirrm %%DATADIR%%/harness/antlib +@dirrm %%DATADIR%%/harness +@dirrm %%DATADIR%%/groovy/update_tracking +@dirrm %%DATADIR%%/groovy/modules/locale +@dirrm %%DATADIR%%/groovy/modules/ext +@dirrm %%DATADIR%%/groovy/modules +@dirrm %%DATADIR%%/groovy/config/Modules +@dirrm %%DATADIR%%/groovy/config +@dirrm %%DATADIR%%/groovy +@dirrm %%DATADIR%%/etc +@dirrm %%DATADIR%%/ergonomics/update_tracking +@dirrm %%DATADIR%%/ergonomics/modules/locale +@dirrm %%DATADIR%%/ergonomics/modules +@dirrm %%DATADIR%%/ergonomics/config/Modules +@dirrm %%DATADIR%%/ergonomics/config +@dirrm %%DATADIR%%/ergonomics +@dirrm %%DATADIR%%/enterprise/update_tracking +@dirrm %%DATADIR%%/enterprise/modules/locale +@dirrm %%DATADIR%%/enterprise/modules/ext/struts +@dirrm %%DATADIR%%/enterprise/modules/ext/spring +@dirrm %%DATADIR%%/enterprise/modules/ext/rest +@dirrm %%DATADIR%%/enterprise/modules/ext/primefaces +@dirrm %%DATADIR%%/enterprise/modules/ext/metro +@dirrm %%DATADIR%%/enterprise/modules/ext/locale +@dirrm %%DATADIR%%/enterprise/modules/ext/jsf-2_1 +@dirrm %%DATADIR%%/enterprise/modules/ext/jsf-1_2 +@dirrm %%DATADIR%%/enterprise/modules/ext/javaee6-endorsed +@dirrm %%DATADIR%%/enterprise/modules/ext/aws-sdk +@dirrm %%DATADIR%%/enterprise/modules/ext +@dirrm %%DATADIR%%/enterprise/modules/docs +@dirrm %%DATADIR%%/enterprise/modules +@dirrm %%DATADIR%%/enterprise/docs +@dirrm %%DATADIR%%/enterprise/config/Modules +@dirrm %%DATADIR%%/enterprise/config +@dirrm %%DATADIR%%/enterprise/ant/sources/org/netbeans/modules/web/project/ant +@dirrm %%DATADIR%%/enterprise/ant/sources/org/netbeans/modules/web/project +@dirrm %%DATADIR%%/enterprise/ant/sources/org/netbeans/modules/web +@dirrm %%DATADIR%%/enterprise/ant/sources/org/netbeans/modules +@dirrm %%DATADIR%%/enterprise/ant/sources/org/netbeans +@dirrm %%DATADIR%%/enterprise/ant/sources/org +@dirrm %%DATADIR%%/enterprise/ant/sources +@dirrm %%DATADIR%%/enterprise/ant/nblib/locale +@dirrm %%DATADIR%%/enterprise/ant/nblib +@dirrm %%DATADIR%%/enterprise/ant/extra +@dirrm %%DATADIR%%/enterprise/ant +@dirrm %%DATADIR%%/enterprise +@dirrm %%DATADIR%%/dlight/update_tracking +@dirrm %%DATADIR%%/dlight/modules/locale +@dirrm %%DATADIR%%/dlight/modules +@dirrm %%DATADIR%%/dlight/config/Modules +@dirrm %%DATADIR%%/dlight/config +@dirrm %%DATADIR%%/dlight +@dirrm %%DATADIR%%/cnd/update_tracking +@dirrm %%DATADIR%%/cnd/modules/locale +@dirrm %%DATADIR%%/cnd/modules/docs +@dirrm %%DATADIR%%/cnd/modules +@dirrm %%DATADIR%%/cnd/config/Modules +@dirrm %%DATADIR%%/cnd/config +@dirrm %%DATADIR%%/cnd/bin/SunOS-x86_64 +@dirrm %%DATADIR%%/cnd/bin/SunOS-x86 +@dirrm %%DATADIR%%/cnd/bin/SunOS-sparc_64 +@dirrm %%DATADIR%%/cnd/bin/SunOS-sparc +@dirrm %%DATADIR%%/cnd/bin/MacOSX-x86_64 +@dirrm %%DATADIR%%/cnd/bin/MacOSX-x86 +@dirrm %%DATADIR%%/cnd/bin/Linux-x86_64 +@dirrm %%DATADIR%%/cnd/bin/Linux-x86 +@dirrm %%DATADIR%%/cnd/bin +@dirrm %%DATADIR%%/cnd +@dirrm %%DATADIR%%/bin +@dirrm %%DATADIR%%/apisupport/update_tracking +@dirrm %%DATADIR%%/apisupport/modules/locale +@dirrm %%DATADIR%%/apisupport/modules +@dirrm %%DATADIR%%/apisupport/config/Modules +@dirrm %%DATADIR%%/apisupport/config +@dirrm %%DATADIR%%/apisupport/ant/nblib +@dirrm %%DATADIR%%/apisupport/ant +@dirrm %%DATADIR%%/apisupport +@dirrm %%DATADIR%% |