aboutsummaryrefslogtreecommitdiff
path: root/java/netbeans
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2011-05-25 09:13:00 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2011-05-25 09:13:00 +0000
commit658e0fa6da009d3b6d8638253c0fc3882be52cee (patch)
treea737d311b8b07526339b3f64e933c0da740847d6 /java/netbeans
parent1e6b461ff9c190f05ea9a926d0ababe33fd15083 (diff)
downloadports-658e0fa6da009d3b6d8638253c0fc3882be52cee.tar.gz
ports-658e0fa6da009d3b6d8638253c0fc3882be52cee.zip
- Update to 7.0
Notes
Notes: svn path=/head/; revision=274614
Diffstat (limited to 'java/netbeans')
-rw-r--r--java/netbeans/Makefile8
-rw-r--r--java/netbeans/distinfo4
-rw-r--r--java/netbeans/files/patch-platform-lib_nbexec60
-rw-r--r--java/netbeans/pkg-plist7064
4 files changed, 1538 insertions, 5598 deletions
diff --git a/java/netbeans/Makefile b/java/netbeans/Makefile
index cf5fee8c72f2..78224bb7e188 100644
--- a/java/netbeans/Makefile
+++ b/java/netbeans/Makefile
@@ -7,11 +7,11 @@
#
PORTNAME= netbeans
-PORTVERSION= 6.9.1
+PORTVERSION= 7.0
CATEGORIES= java devel
-MASTER_SITES= http://download.netbeans.org/netbeans/6.9.1/final/zip/ \
- http://dlc.sun.com.edgesuite.net/netbeans/6.9.1/final/zip/
-DISTNAME= netbeans-${PORTVERSION}-201007282301-ml
+MASTER_SITES= http://download.netbeans.org/netbeans/${PORTVERSION}/final/zip/ \
+ http://dlc.sun.com.edgesuite.net/netbeans/${PORTVERSION}/final/zip/
+DISTNAME= netbeans-${PORTVERSION}-201104080000-ml
MAINTAINER= gahr@FreeBSD.org
COMMENT= A full-featured integrated environment for Java
diff --git a/java/netbeans/distinfo b/java/netbeans/distinfo
index 12ad726e6bf9..baf2036c579c 100644
--- a/java/netbeans/distinfo
+++ b/java/netbeans/distinfo
@@ -1,2 +1,2 @@
-SHA256 (netbeans-6.9.1-201007282301-ml.zip) = 3717d8c61c83aa0c84c43431b6b37c56f27399dd89651aa7e024580ce96a668c
-SIZE (netbeans-6.9.1-201007282301-ml.zip) = 261676411
+SHA256 (netbeans-7.0-201104080000-ml.zip) = 67673d063010574a76d97a41af71201e7d3a2649211ea941da05b882515aa410
+SIZE (netbeans-7.0-201104080000-ml.zip) = 253967671
diff --git a/java/netbeans/files/patch-platform-lib_nbexec b/java/netbeans/files/patch-platform-lib_nbexec
index adc8d29c7030..77560f5ebec4 100644
--- a/java/netbeans/files/patch-platform-lib_nbexec
+++ b/java/netbeans/files/patch-platform-lib_nbexec
@@ -1,25 +1,6 @@
---- platform/lib/nbexec.orig 2010-10-08 19:29:48.000000000 +0300
-+++ platform/lib/nbexec 2010-10-08 19:40:15.000000000 +0300
-@@ -153,15 +153,15 @@
- Darwin*)
- jdkhome="/System/Library/Frameworks/JavaVM.framework/Versions/1.5/Home"
- java_bin=`which java 2>&1`
-- if [ $? -ne 0 ] || [ -n "`echo \"$java_bin\" | grep \"no java in\"`" ] ; then
-+ if [ $? -ne 0 ] || [ -n "`echo \"$java_bin\" | %%GREP%% \"no java in\"`" ] ; then
- # no java in path... strange
- java_bin=/usr/bin/java
- fi
- if [ -f "$java_bin" ] ; then
- java_version=`"$java_bin" -fullversion 2>&1`
-- if [ $? -eq 0 ] && [ -n "`echo \"$java_version\" | grep 1.6.0`" ] ; then
-+ if [ $? -eq 0 ] && [ -n "`echo \"$java_version\" | %%GREP%% 1.6.0`" ] ; then
- # don`t use Developer Preview versions
-- if [ -z "`echo \"$java_version\" | grep \"1.6.0_b\|1.6.0-b\|1.6.0_01\|1.6.0_04\|-dp\"`" ] ; then
-+ if [ -z "`echo \"$java_version\" | %%GREP%% \"1.6.0_b\|1.6.0-b\|1.6.0_01\|1.6.0_04\|-dp\"`" ] ; then
- if [ -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
-@@ -194,7 +194,7 @@
+--- 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"
@@ -28,16 +9,16 @@
jargs="$jargs -XX:HeapDumpPath=\"${userdir}/var/log/heapdump.hprof\""
fi
fi
-@@ -213,7 +213,7 @@
+@@ -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" | %%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
-@@ -357,7 +357,7 @@
+@@ -345,7 +345,7 @@
}
detect_gnome_proxy () {
@@ -46,7 +27,7 @@
if [ -x $gconftool ] ; then
proxy_mode=`$gconftool --get /system/proxy/mode 2>/dev/null`
if [ "$proxy_mode" = "manual" ] ; then
-@@ -366,7 +366,7 @@
+@@ -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
@@ -55,7 +36,7 @@
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`
-@@ -389,18 +389,18 @@
+@@ -386,26 +386,26 @@
detect_kde_proxy () {
kioslaverc="${HOME}/.kde/share/config/kioslaverc"
if [ -f $kioslaverc ] ; then
@@ -80,13 +61,30 @@
detect_system_proxy
if [ -z "$http_proxy_tmp" ]; then
http_proxy_tmp="DIRECT"
-@@ -424,14 +424,14 @@
+ 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
- rm ${scutil_out}
++ 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
@@ -94,8 +92,8 @@
- 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} | %%AWK%% '{print $3}'`
-+ http_proxy_port=`%%GREP%% HTTPPort ${scutil_out} | %%AWK%% '{print $3} '`
++ 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
diff --git a/java/netbeans/pkg-plist b/java/netbeans/pkg-plist
index c22a609b01a2..b1a51267ece6 100644
--- a/java/netbeans/pkg-plist
+++ b/java/netbeans/pkg-plist
@@ -5,6 +5,8 @@ netbeans-%%PORTVERSION%%/LEGALNOTICE.txt
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
@@ -17,39 +19,49 @@ netbeans-%%PORTVERSION%%/apisupport/config/Modules/org-netbeans-modules-apisuppo
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-maven-apisupport.xml
-netbeans-%%PORTVERSION%%/apisupport/modules/docs/org-netbeans-modules-apisupport-project.jar
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-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
@@ -73,32 +85,38 @@ netbeans-%%PORTVERSION%%/apisupport/update_tracking/org-netbeans-modules-apisupp
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-maven-apisupport.xml
-netbeans-%%PORTVERSION%%/apisupport/.lastModified
-netbeans-%%PORTVERSION%%/apisupport/VERSION.txt
netbeans-%%PORTVERSION%%/bin/netbeans
netbeans-%%PORTVERSION%%/bin/netbeans.exe
-netbeans-%%PORTVERSION%%/cnd/bin/dorun.sh
+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/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/GdbKillProc.exe
+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-antlr3.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
@@ -108,8 +126,8 @@ netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-callgraph.x
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-common.xml
-netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-debugger-gdb.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
@@ -120,6 +138,7 @@ netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-gotodeclara
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.xml
netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-model-services.xml
netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-modeldiscovery.xml
@@ -135,149 +154,206 @@ netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-repository.
netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-script.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/ext/antlr-3.1.3.jar
-netbeans-%%PORTVERSION%%/cnd/modules/ext/antlr-runtime-3.1.3.jar
-netbeans-%%PORTVERSION%%/cnd/modules/ext/stringtemplate-3.2.jar
netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-lib-terminalemulator_ja.jar
netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-lib-terminalemulator_pt_BR.jar
+netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-lib-terminalemulator_ru.jar
netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-lib-terminalemulator_zh_CN.jar
netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-antlr3_ja.jar
netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-antlr3_pt_BR.jar
+netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-antlr3_ru.jar
netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-antlr3_zh_CN.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-common_ja.jar
netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-debugger-common_pt_BR.jar
+netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-debugger-common_ru.jar
netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-debugger-common_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-debugger-gdb_ja.jar
netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-debugger-gdb_pt_BR.jar
+netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-debugger-gdb_ru.jar
netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-debugger-gdb_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-gizmo_ja.jar
netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-gizmo_pt_BR.jar
+netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-gizmo_ru.jar
netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-gizmo_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_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-modelui_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_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-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-antlr3.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
@@ -287,8 +363,8 @@ 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-common.jar
-netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-debugger-gdb.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
@@ -299,6 +375,7 @@ netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-gotodeclaration.ja
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.jar
netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-model-services.jar
netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-modeldiscovery.jar
@@ -314,13 +391,13 @@ 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-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-antlr3.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
@@ -330,8 +407,8 @@ netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-callgraph.
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-common.xml
-netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-debugger-gdb.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
@@ -342,6 +419,7 @@ netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-gotodeclar
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.xml
netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-model-services.xml
netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-modeldiscovery.xml
@@ -357,19 +435,16 @@ netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-repository
netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-script.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%%/cnd/.lastModified
-netbeans-%%PORTVERSION%%/cnd/VERSION.txt
-netbeans-%%PORTVERSION%%/dlight/tools/Linux-x86/bin/prof_agent.so
-netbeans-%%PORTVERSION%%/dlight/tools/Linux-x86/bin/prof_monitor
-netbeans-%%PORTVERSION%%/dlight/tools/Linux-x86_64/bin/prof_agent.so
-netbeans-%%PORTVERSION%%/dlight/tools/Linux-x86_64/bin/prof_monitor
-netbeans-%%PORTVERSION%%/dlight/tools/MacOSX-x86/bin/prof_agent.dylib
-netbeans-%%PORTVERSION%%/dlight/tools/MacOSX-x86/bin/prof_monitor
+netbeans-%%PORTVERSION%%/dlight/.lastModified
+netbeans-%%PORTVERSION%%/dlight/VERSION.txt
+netbeans-%%PORTVERSION%%/dlight/bin/SunOS-sparc/dtracectrl
+netbeans-%%PORTVERSION%%/dlight/bin/SunOS-x86/dtracectrl
netbeans-%%PORTVERSION%%/dlight/config/Modules/org-netbeans-modules-dlight-annotationsupport.xml
netbeans-%%PORTVERSION%%/dlight/config/Modules/org-netbeans-modules-dlight-collector-procfs.xml
netbeans-%%PORTVERSION%%/dlight/config/Modules/org-netbeans-modules-dlight-collector-stdout.xml
@@ -383,6 +458,7 @@ netbeans-%%PORTVERSION%%/dlight/config/Modules/org-netbeans-modules-dlight-extra
netbeans-%%PORTVERSION%%/dlight/config/Modules/org-netbeans-modules-dlight-fops.xml
netbeans-%%PORTVERSION%%/dlight/config/Modules/org-netbeans-modules-dlight-indicators.xml
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-libs-h2.xml
netbeans-%%PORTVERSION%%/dlight/config/Modules/org-netbeans-modules-dlight-management.xml
netbeans-%%PORTVERSION%%/dlight/config/Modules/org-netbeans-modules-dlight-memory.xml
@@ -390,6 +466,7 @@ netbeans-%%PORTVERSION%%/dlight/config/Modules/org-netbeans-modules-dlight-msa-s
netbeans-%%PORTVERSION%%/dlight/config/Modules/org-netbeans-modules-dlight-msa.xml
netbeans-%%PORTVERSION%%/dlight/config/Modules/org-netbeans-modules-dlight-perfan.xml
netbeans-%%PORTVERSION%%/dlight/config/Modules/org-netbeans-modules-dlight-procfs.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-spi.xml
netbeans-%%PORTVERSION%%/dlight/config/Modules/org-netbeans-modules-dlight-sync.xml
@@ -404,96 +481,135 @@ netbeans-%%PORTVERSION%%/dlight/modules/ext/derby-10.2.2.0.jar
netbeans-%%PORTVERSION%%/dlight/modules/ext/h2-1.0.79.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-annotationsupport_ja.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-annotationsupport_pt_BR.jar
+netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-annotationsupport_ru.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-annotationsupport_zh_CN.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-collector-procfs_ja.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-collector-procfs_pt_BR.jar
+netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-collector-procfs_ru.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-collector-procfs_zh_CN.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-collector-stdout_ja.jar
-netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-cpu_ja.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-collector-stdout_pt_BR.jar
+netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-collector-stdout_ru.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-collector-stdout_zh_CN.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-core-stack_ja.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-core-stack_pt_BR.jar
+netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-core-stack_ru.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-core-stack_zh_CN.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-core-ui_ja.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-core-ui_pt_BR.jar
+netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-core-ui_ru.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-core-ui_zh_CN.jar
-netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight_ja.jar
+netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-cpu_ja.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-cpu_pt_BR.jar
+netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-cpu_ru.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-cpu_zh_CN.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-db-derby_ja.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-db-derby_pt_BR.jar
+netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-db-derby_ru.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-db-derby_zh_CN.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-db-h2_ja.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-db-h2_pt_BR.jar
+netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-db-h2_ru.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-db-h2_zh_CN.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-dtrace_ja.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-dtrace_pt_BR.jar
+netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-dtrace_ru.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-dtrace_zh_CN.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-extras_ja.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-extras_pt_BR.jar
+netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-extras_ru.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-extras_zh_CN.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-fops_ja.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-fops_pt_BR.jar
+netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-fops_ru.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-fops_zh_CN.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-indicators_ja.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-indicators_pt_BR.jar
+netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-indicators_ru.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-indicators_zh_CN.jar
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-libs-h2_ja.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-libs-h2_pt_BR.jar
+netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-libs-h2_ru.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-libs-h2_zh_CN.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-management_ja.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-management_pt_BR.jar
+netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-management_ru.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-management_zh_CN.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-memory_ja.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-memory_pt_BR.jar
+netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-memory_ru.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-memory_zh_CN.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-msa-support_ja.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-msa-support_pt_BR.jar
+netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-msa-support_ru.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-msa-support_zh_CN.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-msa_ja.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-msa_pt_BR.jar
+netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-msa_ru.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-msa_zh_CN.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-nativeexecution_ja.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-nativeexecution_pt_BR.jar
+netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-nativeexecution_ru.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-nativeexecution_zh_CN.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-perfan_ja.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-perfan_pt_BR.jar
+netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-perfan_ru.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-perfan_zh_CN.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-procfs_ja.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-procfs_pt_BR.jar
+netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-procfs_ru.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-procfs_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-spi_ja.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-spi_pt_BR.jar
+netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-spi_ru.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-spi_zh_CN.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-sync_ja.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-sync_pt_BR.jar
+netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-sync_ru.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-sync_zh_CN.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-threadmap-support_ja.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-threadmap-support_pt_BR.jar
+netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-threadmap-support_ru.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-threadmap-support_zh_CN.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-threads_ja.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-threads_pt_BR.jar
+netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-threads_ru.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-threads_zh_CN.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-tools_ja.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-tools_pt_BR.jar
+netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-tools_ru.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-tools_zh_CN.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-toolsui_ja.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-toolsui_pt_BR.jar
+netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-toolsui_ru.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-toolsui_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-dlight-visualizers_ja.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-visualizers_pt_BR.jar
+netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-visualizers_ru.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-visualizers_zh_CN.jar
+netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight_ja.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight_pt_BR.jar
+netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight_ru.jar
netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight_zh_CN.jar
netbeans-%%PORTVERSION%%/dlight/modules/org-netbeans-modules-dlight-annotationsupport.jar
netbeans-%%PORTVERSION%%/dlight/modules/org-netbeans-modules-dlight-collector-procfs.jar
@@ -508,6 +624,7 @@ netbeans-%%PORTVERSION%%/dlight/modules/org-netbeans-modules-dlight-extras.jar
netbeans-%%PORTVERSION%%/dlight/modules/org-netbeans-modules-dlight-fops.jar
netbeans-%%PORTVERSION%%/dlight/modules/org-netbeans-modules-dlight-indicators.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-libs-h2.jar
netbeans-%%PORTVERSION%%/dlight/modules/org-netbeans-modules-dlight-management.jar
netbeans-%%PORTVERSION%%/dlight/modules/org-netbeans-modules-dlight-memory.jar
@@ -515,6 +632,7 @@ netbeans-%%PORTVERSION%%/dlight/modules/org-netbeans-modules-dlight-msa-support.
netbeans-%%PORTVERSION%%/dlight/modules/org-netbeans-modules-dlight-msa.jar
netbeans-%%PORTVERSION%%/dlight/modules/org-netbeans-modules-dlight-perfan.jar
netbeans-%%PORTVERSION%%/dlight/modules/org-netbeans-modules-dlight-procfs.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-spi.jar
netbeans-%%PORTVERSION%%/dlight/modules/org-netbeans-modules-dlight-sync.jar
@@ -525,6 +643,12 @@ netbeans-%%PORTVERSION%%/dlight/modules/org-netbeans-modules-dlight-toolsui.jar
netbeans-%%PORTVERSION%%/dlight/modules/org-netbeans-modules-dlight-util.jar
netbeans-%%PORTVERSION%%/dlight/modules/org-netbeans-modules-dlight-visualizers.jar
netbeans-%%PORTVERSION%%/dlight/modules/org-netbeans-modules-dlight.jar
+netbeans-%%PORTVERSION%%/dlight/tools/Linux-x86/bin/prof_agent.so
+netbeans-%%PORTVERSION%%/dlight/tools/Linux-x86/bin/prof_monitor
+netbeans-%%PORTVERSION%%/dlight/tools/Linux-x86_64/bin/prof_agent.so
+netbeans-%%PORTVERSION%%/dlight/tools/Linux-x86_64/bin/prof_monitor
+netbeans-%%PORTVERSION%%/dlight/tools/MacOSX-x86/bin/prof_agent.dylib
+netbeans-%%PORTVERSION%%/dlight/tools/MacOSX-x86/bin/prof_monitor
netbeans-%%PORTVERSION%%/dlight/update_tracking/org-netbeans-modules-dlight-annotationsupport.xml
netbeans-%%PORTVERSION%%/dlight/update_tracking/org-netbeans-modules-dlight-collector-procfs.xml
netbeans-%%PORTVERSION%%/dlight/update_tracking/org-netbeans-modules-dlight-collector-stdout.xml
@@ -538,6 +662,7 @@ netbeans-%%PORTVERSION%%/dlight/update_tracking/org-netbeans-modules-dlight-extr
netbeans-%%PORTVERSION%%/dlight/update_tracking/org-netbeans-modules-dlight-fops.xml
netbeans-%%PORTVERSION%%/dlight/update_tracking/org-netbeans-modules-dlight-indicators.xml
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-libs-h2.xml
netbeans-%%PORTVERSION%%/dlight/update_tracking/org-netbeans-modules-dlight-management.xml
netbeans-%%PORTVERSION%%/dlight/update_tracking/org-netbeans-modules-dlight-memory.xml
@@ -545,6 +670,7 @@ netbeans-%%PORTVERSION%%/dlight/update_tracking/org-netbeans-modules-dlight-msa-
netbeans-%%PORTVERSION%%/dlight/update_tracking/org-netbeans-modules-dlight-msa.xml
netbeans-%%PORTVERSION%%/dlight/update_tracking/org-netbeans-modules-dlight-perfan.xml
netbeans-%%PORTVERSION%%/dlight/update_tracking/org-netbeans-modules-dlight-procfs.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-spi.xml
netbeans-%%PORTVERSION%%/dlight/update_tracking/org-netbeans-modules-dlight-sync.xml
@@ -555,21 +681,21 @@ netbeans-%%PORTVERSION%%/dlight/update_tracking/org-netbeans-modules-dlight-tool
netbeans-%%PORTVERSION%%/dlight/update_tracking/org-netbeans-modules-dlight-util.xml
netbeans-%%PORTVERSION%%/dlight/update_tracking/org-netbeans-modules-dlight-visualizers.xml
netbeans-%%PORTVERSION%%/dlight/update_tracking/org-netbeans-modules-dlight.xml
-netbeans-%%PORTVERSION%%/dlight/.lastModified
-netbeans-%%PORTVERSION%%/dlight/VERSION.txt
+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/nblib/org-netbeans-modules-j2ee-sun-appsrv81.jar
netbeans-%%PORTVERSION%%/enterprise/ant/nblib/org-netbeans-modules-web-client-javascript-debugger-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-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-libs-httpunit.xml
netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-apisupport-facebooksample.xml
netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-apisupport-restsample.xml
netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-el-lexer.xml
@@ -596,13 +722,13 @@ netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-j2ee-kit
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-appsrv81.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-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
@@ -618,6 +744,7 @@ netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-web-clie
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
@@ -628,15 +755,17 @@ netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-web-jsf.
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-core.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
@@ -645,12 +774,12 @@ netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-websvc-j
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-rest.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-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
@@ -662,24 +791,34 @@ netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-websvc-w
netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-websvc-wsstack-jaxws.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-client-1.1.5.1-javadoc.zip
+netbeans-%%PORTVERSION%%/enterprise/docs/jersey-client-1.3-javadoc.zip
netbeans-%%PORTVERSION%%/enterprise/docs/jersey-core-1.1.5.1-javadoc.zip
-netbeans-%%PORTVERSION%%/enterprise/docs/jersey-json-1.1.5.1-javadoc.zip
-netbeans-%%PORTVERSION%%/enterprise/docs/jersey-spring-1.1.5.1-javadoc.zip
+netbeans-%%PORTVERSION%%/enterprise/docs/jersey-json-1.3-javadoc.zip
+netbeans-%%PORTVERSION%%/enterprise/docs/jersey-multipart-1.3-javadoc.zip
+netbeans-%%PORTVERSION%%/enterprise/docs/jersey-spring-1.3-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.1.5.1-javadoc.zip
-netbeans-%%PORTVERSION%%/enterprise/docs/oauth-signature-1.1.5.1-javadoc.zip
+netbeans-%%PORTVERSION%%/enterprise/docs/oauth-client-1.3-javadoc.zip
+netbeans-%%PORTVERSION%%/enterprise/docs/oauth-signature-1.3-javadoc.zip
netbeans-%%PORTVERSION%%/enterprise/docs/struts-1.3.8-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-j2ee-sun-appsrv81.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/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
@@ -700,29 +839,40 @@ netbeans-%%PORTVERSION%%/enterprise/modules/ext/jsf-2_0/LICENSE.TXT
netbeans-%%PORTVERSION%%/enterprise/modules/ext/jsf-2_0/THIRDPARTYLICENSEREADME.txt
netbeans-%%PORTVERSION%%/enterprise/modules/ext/jsf-2_0/jsf-api.jar
netbeans-%%PORTVERSION%%/enterprise/modules/ext/jsf-2_0/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/appsrvbridge_ja.jar
netbeans-%%PORTVERSION%%/enterprise/modules/ext/locale/appsrvbridge_pt_BR.jar
+netbeans-%%PORTVERSION%%/enterprise/modules/ext/locale/appsrvbridge_ru.jar
netbeans-%%PORTVERSION%%/enterprise/modules/ext/locale/appsrvbridge_zh_CN.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-2.2.1.jar
netbeans-%%PORTVERSION%%/enterprise/modules/ext/rest/asm-3.1.jar
netbeans-%%PORTVERSION%%/enterprise/modules/ext/rest/jackson-core-asl-1.1.1.jar
-netbeans-%%PORTVERSION%%/enterprise/modules/ext/rest/jersey-client-1.1.5.1.jar
-netbeans-%%PORTVERSION%%/enterprise/modules/ext/rest/jersey-core-1.1.5.1.jar
-netbeans-%%PORTVERSION%%/enterprise/modules/ext/rest/jersey-json-1.1.5.1.jar
-netbeans-%%PORTVERSION%%/enterprise/modules/ext/rest/jersey-server-1.1.5.1.jar
-netbeans-%%PORTVERSION%%/enterprise/modules/ext/rest/jersey-spring-1.1.5.1.jar
+netbeans-%%PORTVERSION%%/enterprise/modules/ext/rest/jersey-client-1.3.jar
+netbeans-%%PORTVERSION%%/enterprise/modules/ext/rest/jersey-core-1.3.jar
+netbeans-%%PORTVERSION%%/enterprise/modules/ext/rest/jersey-json-1.3.jar
+netbeans-%%PORTVERSION%%/enterprise/modules/ext/rest/jersey-multipart-1.3.jar
+netbeans-%%PORTVERSION%%/enterprise/modules/ext/rest/jersey-server-1.3.jar
+netbeans-%%PORTVERSION%%/enterprise/modules/ext/rest/jersey-spring-1.3.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.1.5.1.jar
-netbeans-%%PORTVERSION%%/enterprise/modules/ext/rest/oauth-signature-1.1.5.1.jar
+netbeans-%%PORTVERSION%%/enterprise/modules/ext/rest/mimepull-1.4.jar
+netbeans-%%PORTVERSION%%/enterprise/modules/ext/rest/oauth-client-1.3.jar
+netbeans-%%PORTVERSION%%/enterprise/modules/ext/rest/oauth-signature-1.3.jar
+netbeans-%%PORTVERSION%%/enterprise/modules/ext/servlet3.0-jsp2.2-api.jar
netbeans-%%PORTVERSION%%/enterprise/modules/ext/spring/spring-webmvc-2.5.6.SEC01.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.7.0.jar
@@ -743,317 +893,416 @@ netbeans-%%PORTVERSION%%/enterprise/modules/ext/struts/struts-mailreader-dao-1.3
netbeans-%%PORTVERSION%%/enterprise/modules/ext/struts/struts-scripting-1.3.8.jar
netbeans-%%PORTVERSION%%/enterprise/modules/ext/struts/struts-taglib-1.3.8.jar
netbeans-%%PORTVERSION%%/enterprise/modules/ext/struts/struts-tiles-1.3.8.jar
-netbeans-%%PORTVERSION%%/enterprise/modules/ext/appsrvbridge.jar
-netbeans-%%PORTVERSION%%/enterprise/modules/ext/build-ws.xml
-netbeans-%%PORTVERSION%%/enterprise/modules/ext/commons-fileupload-1.0.jar
-netbeans-%%PORTVERSION%%/enterprise/modules/ext/glassfish-jspparser-2.0.jar
-netbeans-%%PORTVERSION%%/enterprise/modules/ext/glassfish-logging-2.0.jar
-netbeans-%%PORTVERSION%%/enterprise/modules/ext/httpunit-1.6.2.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/jsr88javax.jar
-netbeans-%%PORTVERSION%%/enterprise/modules/ext/jsp-parser-ext.jar
-netbeans-%%PORTVERSION%%/enterprise/modules/ext/jstl.jar
-netbeans-%%PORTVERSION%%/enterprise/modules/ext/org-netbeans-modules-web-httpmonitor.jar
-netbeans-%%PORTVERSION%%/enterprise/modules/ext/servlet2.5-jsp2.1-api.jar
-netbeans-%%PORTVERSION%%/enterprise/modules/ext/standard.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-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-httpunit_ja.jar
netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-libs-httpunit_pt_BR.jar
+netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-libs-httpunit_ru.jar
netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-libs-httpunit_zh_CN.jar
netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-apisupport-facebooksample_ja.jar
netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-apisupport-facebooksample_pt_BR.jar
+netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-apisupport-facebooksample_ru.jar
netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-apisupport-facebooksample_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-el-lexer_ja.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-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-archive_ja.jar
netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-archive_pt_BR.jar
+netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-archive_ru.jar
netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-archive_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-tomcat5_ja.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-appsrv81_ja.jar
netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-sun-appsrv81_pt_BR.jar
+netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-sun-appsrv81_ru.jar
netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-j2ee-sun-appsrv81_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-javaee-api_ja.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-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-web-jsf_ja.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-kit_ja.jar
netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-client-javascript-debugger-ant_ja.jar
netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-client-javascript-debugger-ant_pt_BR.jar
+netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-client-javascript-debugger-ant_ru.jar
netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-web-client-javascript-debugger-ant_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-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-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-rest_ja.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-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-wsstack-jaxws_ja.jar
netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-wsstack-jaxws_pt_BR.jar
+netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-wsstack-jaxws_ru.jar
netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-websvc-wsstack-jaxws_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-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-libs-httpunit.jar
netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-apisupport-facebooksample.jar
netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-apisupport-restsample.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-hibernateweb.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-archive.jar
@@ -1074,13 +1323,13 @@ 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-appsrv81.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-jellytools-enterprise.jar
netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-jsp-lexer.jar
netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-maven-j2ee.jar
@@ -1096,6 +1345,7 @@ netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-web-client-java
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
@@ -1106,15 +1356,17 @@ 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-core.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
@@ -1123,12 +1375,12 @@ netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-websvc-jaxwsapi
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-rest.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-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
@@ -1141,8 +1393,8 @@ netbeans-%%PORTVERSION%%/enterprise/modules/org-netbeans-modules-websvc-wsstack-
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-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-libs-httpunit.xml
netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-apisupport-facebooksample.xml
netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-apisupport-restsample.xml
netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-el-lexer.xml
@@ -1169,13 +1421,13 @@ netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-j2ee-ki
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-appsrv81.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-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
@@ -1191,6 +1443,7 @@ netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-web-cli
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
@@ -1201,15 +1454,17 @@ netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-web-jsf
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-core.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
@@ -1218,12 +1473,12 @@ netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-websvc-
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-rest.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-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
@@ -1234,11 +1489,8 @@ netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-websvc-
netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-websvc-wsitmodelext.xml
netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-websvc-wsstack-jaxws.xml
netbeans-%%PORTVERSION%%/enterprise/update_tracking/org-netbeans-modules-websvc-wsstackapi.xml
-netbeans-%%PORTVERSION%%/enterprise/.lastModified
-netbeans-%%PORTVERSION%%/enterprise/VERSION.txt
+netbeans-%%PORTVERSION%%/ergonomics/.lastModified
netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-apache-tools-ant-module.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-jruby-distro.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-jython-distro.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
@@ -1246,7 +1498,6 @@ netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-ant-brow
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-antlr.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-facebooksample.xml
@@ -1259,7 +1510,6 @@ netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-apisuppo
netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-apisupport-restsample.xml
netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-beans.xml
netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-cnd-antlr.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-cnd-antlr3.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
@@ -1267,7 +1517,8 @@ netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-cnd-call
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-gdb.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
@@ -1278,15 +1529,12 @@ netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-cnd-high
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-modelimpl.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.xml
netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-cnd-repository-api.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-cnd-repository.xml
netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-cnd-script.xml
netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-cnd-simpleunit.xml
netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-cnd-source.xml
@@ -1297,11 +1545,10 @@ netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-dbschema
netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-debugger-jpda-ui.xml
netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-deployment-wm.xml
netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-dlight-annotationsupport.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-form.xml
netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-dlight-kit.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-glassfish-jruby.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
@@ -1313,12 +1560,6 @@ netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-groovy-s
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-identity-ant.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-identity-kit.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-identity-profile-api.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-identity-profile-ui.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-identity-samples.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-identity-server-manager.xml
netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-ant.xml
netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-archive.xml
netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-clientproject.xml
@@ -1326,6 +1567,7 @@ netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-com
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-eclipselink.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
@@ -1343,7 +1585,6 @@ netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-per
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-appsrv81.xml
netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-sun-ddui.xml
netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-toplinklib.xml
netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-j2ee-weblogic9.xml
@@ -1389,36 +1630,9 @@ netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-javacard
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-javafx-bestpractices.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-javafx-bindspy.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-javafx-composer-code.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-javafx-composer-components.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-javafx-composer-design.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-junit.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-javafx-composer-io.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-javafx-composer-kernel.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-javafx-composer-model.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-javafx-composer-navigator.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-javafx-composer-palette.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-javafx-composer-properties.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-javafx-composer-samples.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-javafx-composer-ui.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-javafx-composer.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-javafx-datasrc.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-javafx-debug.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-javafx-debugger.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-javafx-editor.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-javafx-fxd.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-javafx-kit.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-javafx-navigation.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-javafx-palette.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-javafx-platform.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-javafx-project.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-javafx-refactoring.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-javafx-sdksamples.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-javafx-source.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-javafx-weather2.xml
+netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-javaee-beanvalidation.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-grammar.xml
netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-maven-graph.xml
@@ -1435,14 +1649,12 @@ netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-mobility
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-end2end-kit.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-midpexamples.xml
netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-mobility-plugins-mpowerplayer.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-mobility-proguard.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
@@ -1452,6 +1664,8 @@ netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-php-dbgp
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-phpdoc.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
@@ -1459,57 +1673,11 @@ netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-php-symf
netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-php-zend.xml
netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-profiler.xml
netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-projectimport-eclipse-core.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-python-console.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-python-core.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-python-debugger.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-python-help.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-python-platform.xml
netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-refactoring-java.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-ruby-codecoverage.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-ruby-debugger.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-ruby-extrahints.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-ruby-help.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-ruby-hints.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-ruby-javaint.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-ruby-kit.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-ruby-project.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-ruby-railsprojects.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-ruby-refactoring.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-ruby-rhtml.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-ruby-samples-depot.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-ruby-testrunner.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-ruby.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-swingapp.xml
netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-tomcat5.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-uml-documentation.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-uml-dom4jlib.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-uml-parser-java.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-uml-propertysupport.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-uml-widgets.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-uml.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-visualweb-api-designer.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-visualweb-api-j2ee.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-visualweb-api-portlet-dd.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-visualweb-complib-api.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-visualweb-dataprovider-designtime.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-visualweb-designer-cssengine.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-visualweb-designer-markup.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-visualweb-designtime-idebridge.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-visualweb-designtime.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-visualweb-designtimeext.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-visualweb-errorhandler-client.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-visualweb-extension-openide-loaders.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-visualweb-palette.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-visualweb-propertyeditors-api.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-visualweb-propertyeditors-resolver.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-visualweb-ravehelp-rave_nbpack.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-visualweb-runtime-kit.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-visualweb-samples-bundled.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-visualweb-web-ui-appbase.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-visualweb-webui-jsf-defaulttheme.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-visualweb-webui-themes.xml
netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-vmd-analyzer.xml
netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-vmd-codegen.xml
netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-vmd-components-midp-pda.xml
@@ -1532,12 +1700,10 @@ netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-vmd-prop
netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-vmd-screen.xml
netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-vmd-structure.xml
netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-web-beans.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-web-client-tools-common.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-web-client-tools-firefox-extension.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-web-client-tools-firefox.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-web-client-tools-internetexplorer.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
@@ -1548,9 +1714,11 @@ netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-web-jsf.
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
@@ -1566,9 +1734,9 @@ netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-websvc-k
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-rest.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-rest.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
@@ -1583,8 +1751,8 @@ netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-websvc-s
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-yahoo.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-yahoo.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
@@ -1592,25 +1760,19 @@ netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-websvc-w
netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-websvc-wsitconf.xml
netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-websvc-wsstack-jaxws.xml
netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-websvc-wsstackapi.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-xml-catalogsupport.xml
netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-xml-jaxb.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-xml-misc.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-xml-search.xml
netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-xml-tools-java.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-xml-wsdl-bindingsupport-api.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-xml-wsdl-bindingsupport.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-xml-wsdl-extensions.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-xml-xam-ui.xml
-netbeans-%%PORTVERSION%%/ergonomics/config/Modules/org-netbeans-modules-xml-xpath.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%%/ergonomics/.lastModified
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
@@ -1622,27 +1784,35 @@ netbeans-%%PORTVERSION%%/groovy/config/Modules/org-netbeans-modules-groovy-suppo
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/org-netbeans-modules-groovy-editor.jar
netbeans-%%PORTVERSION%%/groovy/modules/org-netbeans-modules-groovy-grails.jar
@@ -1660,62 +1830,73 @@ netbeans-%%PORTVERSION%%/groovy/update_tracking/org-netbeans-modules-groovy-kit.
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/.lastModified
-netbeans-%%PORTVERSION%%/groovy/VERSION.txt
-netbeans-%%PORTVERSION%%/harness/launchers/app.sh
-netbeans-%%PORTVERSION%%/harness/launchers/app.exe
-netbeans-%%PORTVERSION%%/harness/launchers/pre7_app.exe
-netbeans-%%PORTVERSION%%/harness/launchers/pre7_app_w.exe
+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-apisupport-tc-cobertura.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/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/jemmy-2.3.0.0.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-jemmy_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-apisupport-tc-cobertura_ja.jar
netbeans-%%PORTVERSION%%/harness/modules/locale/org-netbeans-modules-apisupport-tc-cobertura_pt_BR.jar
+netbeans-%%PORTVERSION%%/harness/modules/locale/org-netbeans-modules-apisupport-tc-cobertura_ru.jar
netbeans-%%PORTVERSION%%/harness/modules/locale/org-netbeans-modules-apisupport-tc-cobertura_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-apisupport-tc-cobertura.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
@@ -1727,20 +1908,25 @@ 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/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/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/build.xml
-netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/components/products/helloworld/manifest.mf
+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
@@ -1752,97 +1938,96 @@ netbeans-%%PORTVERSION%%/harness/nbi/stub/ext/engine/src/org/mycompany/installer
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/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/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/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/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/build.properties
-netbeans-%%PORTVERSION%%/harness/nbi/stub/build.xml
netbeans-%%PORTVERSION%%/harness/nbi/stub/template.xml
netbeans-%%PORTVERSION%%/harness/nbi/stub/tmpl.properties
-netbeans-%%PORTVERSION%%/harness/testcoverage/cobertura/lib/asm-3.0.jar
-netbeans-%%PORTVERSION%%/harness/testcoverage/cobertura/lib/asm-tree-3.0.jar
-netbeans-%%PORTVERSION%%/harness/testcoverage/cobertura/lib/jakarta-oro-2.0.8.jar
-netbeans-%%PORTVERSION%%/harness/testcoverage/cobertura/lib/log4j-1.2.9.jar
-netbeans-%%PORTVERSION%%/harness/testcoverage/cobertura/cobertura-1.9.3.jar
+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-apisupport-tc-cobertura.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%%/harness/.lastModified
-netbeans-%%PORTVERSION%%/harness/README
-netbeans-%%PORTVERSION%%/harness/build.xml
-netbeans-%%PORTVERSION%%/harness/common.xml
-netbeans-%%PORTVERSION%%/harness/jdk.xml
-netbeans-%%PORTVERSION%%/harness/jnlp.xml
-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/testcoverage-suite.xml
-netbeans-%%PORTVERSION%%/harness/testcoverage.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
@@ -1863,6 +2048,7 @@ 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-cvsclient.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-bugtracking.xml
netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-libs-bugzilla.xml
netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-libs-bytelist.xml
@@ -1878,11 +2064,12 @@ netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-libs-jvyamlb.xml
netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-libs-jzlib.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-kenai.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-csl-api.xml
@@ -1908,8 +2095,7 @@ netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-editor-bookmark
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-pre61settings.xml
-netbeans-%%PORTVERSION%%/ide/config/Modules/org-openidex-util.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
@@ -1932,17 +2118,15 @@ netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-extexecution-de
netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-extexecution.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-api.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-gsf.xml
-netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-gsfpath-api.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-kenai.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.xml
@@ -1951,21 +2135,20 @@ 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-jumpto.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-kenai-ui.xml
-netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-kenai.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-mercurial.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-print-editor.xml
netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-project-ant.xml
netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-project-libraries.xml
@@ -1982,29 +2165,26 @@ 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-subversion.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-team-kit.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-indexingbridge.xml
-netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-versioning-kenai.xml
netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-versioning-system-cvss.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-client-tools-api.xml
netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-web-common.xml
-netbeans-%%PORTVERSION%%/ide/config/Modules/org-netbeans-modules-web-flyingsaucer.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
@@ -2029,10 +2209,12 @@ 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/docs/org/netbeans/modules/usersguide/ide.css
+netbeans-%%PORTVERSION%%/ide/config/Modules/org-openidex-util.xml
netbeans-%%PORTVERSION%%/ide/docs/css21-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
@@ -2040,47 +2222,61 @@ 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-db.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/docs/org-netbeans-modules-versioning-system-cvss.jar
-netbeans-%%PORTVERSION%%/ide/modules/ext/jaxb/api/jaxb-api.jar
-netbeans-%%PORTVERSION%%/ide/modules/ext/jaxb/api/jsr173_api.jar
-netbeans-%%PORTVERSION%%/ide/modules/ext/jaxb/activation.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/locale/ValidationAPI_ja.jar
-netbeans-%%PORTVERSION%%/ide/modules/ext/locale/ValidationAPI_pt_BR.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_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_zh_CN.jar
netbeans-%%PORTVERSION%%/ide/modules/ext/ValidationAPI.jar
+netbeans-%%PORTVERSION%%/ide/modules/ext/antlr-runtime-3.1.3.jar
netbeans-%%PORTVERSION%%/ide/modules/ext/apache-commons-codec-1.3.jar
netbeans-%%PORTVERSION%%/ide/modules/ext/bytelist-0.1.jar
netbeans-%%PORTVERSION%%/ide/modules/ext/commons-httpclient-3.1.jar
netbeans-%%PORTVERSION%%/ide/modules/ext/commons-io-1.4.jar
netbeans-%%PORTVERSION%%/ide/modules/ext/commons-lang-2.3.jar
+netbeans-%%PORTVERSION%%/ide/modules/ext/commons-logging-1.1.1.jar
netbeans-%%PORTVERSION%%/ide/modules/ext/commons-logging-1.1.jar
+netbeans-%%PORTVERSION%%/ide/modules/ext/commons-logging-api-1.1.1.jar
netbeans-%%PORTVERSION%%/ide/modules/ext/commons-net-1.4.1.jar
-netbeans-%%PORTVERSION%%/ide/modules/ext/core-renderer.jar
netbeans-%%PORTVERSION%%/ide/modules/ext/ddl.jar
netbeans-%%PORTVERSION%%/ide/modules/ext/derbysampledb.zip
netbeans-%%PORTVERSION%%/ide/modules/ext/flute-1.3.jar
netbeans-%%PORTVERSION%%/ide/modules/ext/freemarker-2.3.8.jar
-netbeans-%%PORTVERSION%%/ide/modules/ext/ini4j-0.4.1.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/jakarta-oro-2.0.8.jar
-netbeans-%%PORTVERSION%%/ide/modules/ext/jsch-0.1.41.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_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/jsch-0.1.43.jar
netbeans-%%PORTVERSION%%/ide/modules/ext/jvyamlb-0.2.3.jar
netbeans-%%PORTVERSION%%/ide/modules/ext/jzlib-1.0.7.jar
netbeans-%%PORTVERSION%%/ide/modules/ext/libpam4j-1.1.jar
-netbeans-%%PORTVERSION%%/ide/modules/ext/lucene-core-2.4.1.jar
-netbeans-%%PORTVERSION%%/ide/modules/ext/mysql-connector-java-5.1.6-bin.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.0.3.jar
+netbeans-%%PORTVERSION%%/ide/modules/ext/mysql-connector-java-5.1.13-bin.jar
+netbeans-%%PORTVERSION%%/ide/modules/ext/non-schema.jar
netbeans-%%PORTVERSION%%/ide/modules/ext/org-netbeans-tax.jar
netbeans-%%PORTVERSION%%/ide/modules/ext/org.eclipse.mylyn.bugzilla.core_3.3.1.jar
netbeans-%%PORTVERSION%%/ide/modules/ext/org.eclipse.mylyn.commons.core_3.3.1.jar
@@ -2088,14 +2284,22 @@ netbeans-%%PORTVERSION%%/ide/modules/ext/org.eclipse.mylyn.commons.net_3.3.0.jar
netbeans-%%PORTVERSION%%/ide/modules/ext/org.eclipse.mylyn.tasks.core_3.3.1.jar
netbeans-%%PORTVERSION%%/ide/modules/ext/postgresql-8.3-603.jdbc3.jar
netbeans-%%PORTVERSION%%/ide/modules/ext/processtreekiller-1.0.1.jar
-netbeans-%%PORTVERSION%%/ide/modules/ext/sac-1.3.jar
netbeans-%%PORTVERSION%%/ide/modules/ext/resolver-1.2.jar
+netbeans-%%PORTVERSION%%/ide/modules/ext/sac-1.3.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/svnClientAdapter-1.6.0.jar
+netbeans-%%PORTVERSION%%/ide/modules/ext/sqljet-1.0.3.jar
+netbeans-%%PORTVERSION%%/ide/modules/ext/svnClientAdapter-javahl-1.6.13.jar
+netbeans-%%PORTVERSION%%/ide/modules/ext/svnClientAdapter-main-1.6.13.jar
+netbeans-%%PORTVERSION%%/ide/modules/ext/svnClientAdapter-svnkit-1.6.13.jar
netbeans-%%PORTVERSION%%/ide/modules/ext/svnjavahl-1.6.0.jar
+netbeans-%%PORTVERSION%%/ide/modules/ext/svnkit-1.3.4.jar
+netbeans-%%PORTVERSION%%/ide/modules/ext/svnkit-javahl.jar
netbeans-%%PORTVERSION%%/ide/modules/ext/swingx-0.9.5.jar
+netbeans-%%PORTVERSION%%/ide/modules/ext/trilead.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
@@ -2103,535 +2307,744 @@ 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-xml_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-cvsclient_ja.jar
netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-lib-cvsclient_pt_BR.jar
+netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-lib-cvsclient_ru.jar
netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-lib-cvsclient_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-devel_ja.jar
+netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-antlr3-devel_pt_BR.jar
+netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-antlr3-devel_ru.jar
+netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-antlr3-devel_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-bugtracking_ja.jar
netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-bugtracking_pt_BR.jar
+netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-bugtracking_ru.jar
netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-bugtracking_zh_CN.jar
netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-bugzilla_ja.jar
netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-bugzilla_pt_BR.jar
+netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-bugzilla_ru.jar
netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-bugzilla_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_codec_ja.jar
netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-commons_codec_pt_BR.jar
+netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-commons_codec_ru.jar
netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-commons_codec_zh_CN.jar
netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-commons_logging_ja.jar
netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-commons_logging_pt_BR.jar
+netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-commons_logging_ru.jar
netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-commons_logging_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-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-jakarta_oro_ja.jar
netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-jakarta_oro_pt_BR.jar
+netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-jakarta_oro_ru.jar
netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-jakarta_oro_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-jsch_ja.jar
netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-jsch_pt_BR.jar
+netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-jsch_ru.jar
netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-jsch_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-jzlib_ja.jar
-netbeans-%%PORTVERSION%%/ide/modules/locale/org-openidex-util_ja.jar
netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-jzlib_pt_BR.jar
+netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-jzlib_ru.jar
netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-libs-jzlib_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-kenai_ja.jar
netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-bugtracking-kenai_pt_BR.jar
+netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-bugtracking-kenai_ru.jar
netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-bugtracking-kenai_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-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-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-pre61settings_ja.jar
netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-deprecated-pre61settings_pt_BR.jar
+netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-deprecated-pre61settings_ru.jar
netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-deprecated-pre61settings_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-fold_ja.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-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-highlights_ja.jar
netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-highlights_pt_BR.jar
+netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-highlights_ru.jar
netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-editor-highlights_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-gsf_ja.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-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_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-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-api_ja.jar
netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-gsf-api_pt_BR.jar
+netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-gsf-api_ru.jar
netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-gsf-api_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_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-gsf_ja.jar
+netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-gsf_pt_BR.jar
+netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-gsf_ru.jar
netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-gsf_zh_CN.jar
netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-gsfpath-api_ja.jar
netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-gsfpath-api_pt_BR.jar
+netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-gsfpath-api_ru.jar
netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-gsfpath-api_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-lexer_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-kenai_ja.jar
netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-hudson-kenai_pt_BR.jar
+netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-hudson-kenai_ru.jar
netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-hudson-kenai_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_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-openidex-util_pt_BR.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-kenai-ui_ja.jar
netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-kenai-ui_pt_BR.jar
+netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-kenai-ui_ru.jar
netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-kenai-ui_zh_CN.jar
netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-kenai_ja.jar
netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-kenai_pt_BR.jar
+netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-kenai_ru.jar
netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-kenai_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-yaml_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-editorbridge_ja.jar
netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-lexer-editorbridge_pt_BR.jar
+netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-lexer-editorbridge_ru.jar
netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-lexer-editorbridge_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-server_ja.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-xml-axi_ja.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-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-libraries_ja.jar
netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-project-libraries_pt_BR.jar
-netbeans-%%PORTVERSION%%/ide/modules/locale/org-openidex-util_zh_CN.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-xml-tax_ja.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-team-kit_ja.jar
netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-team-kit_pt_BR.jar
+netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-team-kit_ru.jar
netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-team-kit_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-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-xml_ja.jar
netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-versioning-kenai_ja.jar
netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-versioning-kenai_pt_BR.jar
+netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-versioning-kenai_ru.jar
netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-versioning-kenai_zh_CN.jar
netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-versioning-system-cvss_ja.jar
netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-versioning-system-cvss_pt_BR.jar
+netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-versioning-system-cvss_ru.jar
netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-versioning-system-cvss_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_ja.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-client-tools-api_ja.jar
netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-web-client-tools-api_pt_BR.jar
+netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-web-client-tools-api_ru.jar
netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-web-client-tools-api_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-flyingsaucer_ja.jar
netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-web-flyingsaucer_pt_BR.jar
+netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-web-flyingsaucer_ru.jar
netbeans-%%PORTVERSION%%/ide/modules/locale/org-netbeans-modules-web-flyingsaucer_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-tax_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-tax_zh_CN.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-xam_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-xml-resolver.jar
netbeans-%%PORTVERSION%%/ide/modules/org-mozilla-rhino-patched.jar
netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-api-debugger.jar
@@ -2641,6 +3054,7 @@ 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-cvsclient.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-bugtracking.jar
netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-libs-bugzilla.jar
netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-libs-bytelist.jar
@@ -2656,11 +3070,12 @@ netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-libs-jvyamlb.jar
netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-libs-jzlib.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-kenai.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-csl-api.jar
@@ -2686,7 +3101,7 @@ 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-pre61settings.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
@@ -2709,17 +3124,15 @@ netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-extexecution-destroy.j
netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-extexecution.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-api.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-gsf.jar
-netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-gsfpath-api.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-kenai.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.jar
@@ -2731,18 +3144,17 @@ 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-kenai-ui.jar
-netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-kenai.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.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-print-editor.jar
netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-project-ant.jar
netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-project-libraries.jar
@@ -2767,22 +3179,18 @@ 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-openidex-util.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-team-kit.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-indexingbridge.jar
-netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-versioning-kenai.jar
netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-versioning-system-cvss.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-client-tools-api.jar
netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-web-common.jar
-netbeans-%%PORTVERSION%%/ide/modules/org-netbeans-modules-web-flyingsaucer.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
@@ -2807,6 +3215,7 @@ 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/org-apache-xml-resolver.xml
netbeans-%%PORTVERSION%%/ide/update_tracking/org-mozilla-rhino-patched.xml
netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-api-debugger.xml
@@ -2816,6 +3225,7 @@ 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-cvsclient.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-bugtracking.xml
netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-libs-bugzilla.xml
netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-libs-bytelist.xml
@@ -2831,11 +3241,12 @@ netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-libs-jvyamlb.xml
netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-libs-jzlib.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-kenai.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-csl-api.xml
@@ -2861,8 +3272,7 @@ netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-editor-bookmar
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-pre61settings.xml
-netbeans-%%PORTVERSION%%/ide/update_tracking/org-openidex-util.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
@@ -2885,17 +3295,15 @@ netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-extexecution-d
netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-extexecution.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-api.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-gsf.xml
-netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-gsfpath-api.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-kenai.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.xml
@@ -2904,21 +3312,20 @@ 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-jumpto.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-kenai-ui.xml
-netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-kenai.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-mercurial.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-print-editor.xml
netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-project-ant.xml
netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-project-libraries.xml
@@ -2935,29 +3342,26 @@ 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-subversion.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-team-kit.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-indexingbridge.xml
-netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-versioning-kenai.xml
netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-versioning-system-cvss.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-client-tools-api.xml
netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-web-common.xml
-netbeans-%%PORTVERSION%%/ide/update_tracking/org-netbeans-modules-web-flyingsaucer.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
@@ -2982,66 +3386,27 @@ 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/.lastModified
-netbeans-%%PORTVERSION%%/ide/VERSION.txt
-netbeans-%%PORTVERSION%%/identity/ant/nblib/org-netbeans-modules-identity-ant.jar
-netbeans-%%PORTVERSION%%/identity/config/Modules/org-netbeans-modules-identity-ant.xml
-netbeans-%%PORTVERSION%%/identity/config/Modules/org-netbeans-modules-identity-kit.xml
-netbeans-%%PORTVERSION%%/identity/config/Modules/org-netbeans-modules-identity-profile-api.xml
-netbeans-%%PORTVERSION%%/identity/config/Modules/org-netbeans-modules-identity-profile-ui.xml
-netbeans-%%PORTVERSION%%/identity/config/Modules/org-netbeans-modules-identity-samples.xml
-netbeans-%%PORTVERSION%%/identity/config/Modules/org-netbeans-modules-identity-server-manager.xml
-netbeans-%%PORTVERSION%%/identity/modules/docs/org-netbeans-modules-identity-profile-ui.jar
-netbeans-%%PORTVERSION%%/identity/modules/locale/org-netbeans-modules-identity-ant_ja.jar
-netbeans-%%PORTVERSION%%/identity/modules/locale/org-netbeans-modules-identity-ant_pt_BR.jar
-netbeans-%%PORTVERSION%%/identity/modules/locale/org-netbeans-modules-identity-ant_zh_CN.jar
-netbeans-%%PORTVERSION%%/identity/modules/locale/org-netbeans-modules-identity-kit_ja.jar
-netbeans-%%PORTVERSION%%/identity/modules/locale/org-netbeans-modules-identity-kit_pt_BR.jar
-netbeans-%%PORTVERSION%%/identity/modules/locale/org-netbeans-modules-identity-kit_zh_CN.jar
-netbeans-%%PORTVERSION%%/identity/modules/locale/org-netbeans-modules-identity-profile-api_ja.jar
-netbeans-%%PORTVERSION%%/identity/modules/locale/org-netbeans-modules-identity-profile-api_pt_BR.jar
-netbeans-%%PORTVERSION%%/identity/modules/locale/org-netbeans-modules-identity-profile-ui_ja.jar
-netbeans-%%PORTVERSION%%/identity/modules/locale/org-netbeans-modules-identity-profile-api_zh_CN.jar
-netbeans-%%PORTVERSION%%/identity/modules/locale/org-netbeans-modules-identity-profile-ui_pt_BR.jar
-netbeans-%%PORTVERSION%%/identity/modules/locale/org-netbeans-modules-identity-profile-ui_zh_CN.jar
-netbeans-%%PORTVERSION%%/identity/modules/locale/org-netbeans-modules-identity-samples_ja.jar
-netbeans-%%PORTVERSION%%/identity/modules/locale/org-netbeans-modules-identity-samples_pt_BR.jar
-netbeans-%%PORTVERSION%%/identity/modules/locale/org-netbeans-modules-identity-samples_zh_CN.jar
-netbeans-%%PORTVERSION%%/identity/modules/locale/org-netbeans-modules-identity-server-manager_ja.jar
-netbeans-%%PORTVERSION%%/identity/modules/locale/org-netbeans-modules-identity-server-manager_pt_BR.jar
-netbeans-%%PORTVERSION%%/identity/modules/locale/org-netbeans-modules-identity-server-manager_zh_CN.jar
-netbeans-%%PORTVERSION%%/identity/modules/org-netbeans-modules-identity-ant.jar
-netbeans-%%PORTVERSION%%/identity/modules/org-netbeans-modules-identity-kit.jar
-netbeans-%%PORTVERSION%%/identity/modules/org-netbeans-modules-identity-profile-api.jar
-netbeans-%%PORTVERSION%%/identity/modules/org-netbeans-modules-identity-profile-ui.jar
-netbeans-%%PORTVERSION%%/identity/modules/org-netbeans-modules-identity-samples.jar
-netbeans-%%PORTVERSION%%/identity/modules/org-netbeans-modules-identity-server-manager.jar
-netbeans-%%PORTVERSION%%/identity/update_tracking/org-netbeans-modules-identity-ant.xml
-netbeans-%%PORTVERSION%%/identity/update_tracking/org-netbeans-modules-identity-kit.xml
-netbeans-%%PORTVERSION%%/identity/update_tracking/org-netbeans-modules-identity-profile-api.xml
-netbeans-%%PORTVERSION%%/identity/update_tracking/org-netbeans-modules-identity-profile-ui.xml
-netbeans-%%PORTVERSION%%/identity/update_tracking/org-netbeans-modules-identity-samples.xml
-netbeans-%%PORTVERSION%%/identity/update_tracking/org-netbeans-modules-identity-server-manager.xml
-netbeans-%%PORTVERSION%%/identity/.lastModified
-netbeans-%%PORTVERSION%%/identity/VERSION.txt
+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/antRun
-netbeans-%%PORTVERSION%%/java/ant/bin/antRun.pl
-netbeans-%%PORTVERSION%%/java/ant/bin/complete-ant-cmd.pl
-netbeans-%%PORTVERSION%%/java/ant/bin/runant.pl
-netbeans-%%PORTVERSION%%/java/ant/bin/runant.py
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/ant-bootstrap.jar
-netbeans-%%PORTVERSION%%/java/ant/etc/changelog.xsl
netbeans-%%PORTVERSION%%/java/ant/etc/coverage-frames.xsl
netbeans-%%PORTVERSION%%/java/ant/etc/jdepend-frames.xsl
netbeans-%%PORTVERSION%%/java/ant/etc/jdepend.xsl
@@ -3070,21 +3435,21 @@ 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-nodeps.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/bridge.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/ant/patches/72080.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
@@ -3109,8 +3474,8 @@ netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-debugger-jpda-
netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-debugger-jpda-ui.xml
netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-debugger-jpda.xml
netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-form-j2ee.xml
-netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-form.xml
netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-form-kit.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
@@ -3119,6 +3484,7 @@ 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
@@ -3153,13 +3519,11 @@ netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-javawebstart.x
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-kenai-maven.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.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
@@ -3168,6 +3532,7 @@ netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-maven-persiste
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-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
@@ -3182,17 +3547,57 @@ netbeans-%%PORTVERSION%%/java/config/Modules/org-netbeans-modules-xml-tools-java
netbeans-%%PORTVERSION%%/java/docs/appframework-1.0.3-doc.zip
netbeans-%%PORTVERSION%%/java/docs/beansbinding-1.2.1-doc.zip
netbeans-%%PORTVERSION%%/java/docs/jaxws-api-doc.zip
-netbeans-%%PORTVERSION%%/java/docs/junit-3.8.2-api.zip
-netbeans-%%PORTVERSION%%/java/docs/junit-4.5-api.zip
-netbeans-%%PORTVERSION%%/java/docs/junit-4.5-src.jar
-netbeans-%%PORTVERSION%%/java/maven2/rootpackage/default-report.xml
-netbeans-%%PORTVERSION%%/java/maven2/fallback_pom.xml
-netbeans-%%PORTVERSION%%/java/maven2/settings.xml
-netbeans-%%PORTVERSION%%/java/modules/docs/org-netbeans-modules-dbschema.jar
+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.11.jar
+netbeans-%%PORTVERSION%%/java/maven/lib/aether-connector-wagon-1.11.jar
+netbeans-%%PORTVERSION%%/java/maven/lib/aether-impl-1.11.jar
+netbeans-%%PORTVERSION%%/java/maven/lib/aether-spi-1.11.jar
+netbeans-%%PORTVERSION%%/java/maven/lib/aether-util-1.11.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.3.jar
+netbeans-%%PORTVERSION%%/java/maven/lib/maven-artifact-3.0.3.jar
+netbeans-%%PORTVERSION%%/java/maven/lib/maven-compat-3.0.3.jar
+netbeans-%%PORTVERSION%%/java/maven/lib/maven-core-3.0.3.jar
+netbeans-%%PORTVERSION%%/java/maven/lib/maven-embedder-3.0.3.jar
+netbeans-%%PORTVERSION%%/java/maven/lib/maven-model-3.0.3.jar
+netbeans-%%PORTVERSION%%/java/maven/lib/maven-model-builder-3.0.3.jar
+netbeans-%%PORTVERSION%%/java/maven/lib/maven-plugin-api-3.0.3.jar
+netbeans-%%PORTVERSION%%/java/maven/lib/maven-repository-metadata-3.0.3.jar
+netbeans-%%PORTVERSION%%/java/maven/lib/maven-settings-3.0.3.jar
+netbeans-%%PORTVERSION%%/java/maven/lib/maven-settings-builder-3.0.3.jar
+netbeans-%%PORTVERSION%%/java/maven/lib/nekohtml-1.9.6.2.jar
+netbeans-%%PORTVERSION%%/java/maven/lib/plexus-cipher-1.4.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-guice-2.9.4-no_aop.jar
+netbeans-%%PORTVERSION%%/java/maven/lib/sisu-inject-bean-2.1.1.jar
+netbeans-%%PORTVERSION%%/java/maven/lib/sisu-inject-plexus-2.1.1.jar
+netbeans-%%PORTVERSION%%/java/maven/lib/wagon-file-1.0-beta-7.jar
+netbeans-%%PORTVERSION%%/java/maven/lib/wagon-http-lightweight-1.0-beta-7.jar
+netbeans-%%PORTVERSION%%/java/maven/lib/wagon-http-shared-1.0-beta-7.jar
+netbeans-%%PORTVERSION%%/java/maven/lib/wagon-provider-api-1.0-beta-7.jar
+netbeans-%%PORTVERSION%%/java/maven/lib/xercesMinimal-1.9.6.2.jar
netbeans-%%PORTVERSION%%/java/modules/docs/org-netbeans-modules-java-helpset.jar
-netbeans-%%PORTVERSION%%/java/modules/docs/org-netbeans-modules-maven.jar
-netbeans-%%PORTVERSION%%/java/modules/ext/eclipselink/eclipselink-2.0.2.jar
+netbeans-%%PORTVERSION%%/java/modules/ext/AbsoluteLayout.jar
+netbeans-%%PORTVERSION%%/java/modules/ext/appframework-1.0.3.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.2.0.jar
netbeans-%%PORTVERSION%%/java/modules/ext/eclipselink/eclipselink-javax.persistence-2.0.jar
+netbeans-%%PORTVERSION%%/java/modules/ext/eclipselink/eclipselink-jpa-modelgen-2.2.0.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
@@ -3210,11 +3615,13 @@ 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/javac-api-nb-7.0-b07.jar
+netbeans-%%PORTVERSION%%/java/modules/ext/javac-impl-nb-7.0-b07.jar
+netbeans-%%PORTVERSION%%/java/modules/ext/jaxws22/FastInfoset.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/jsr250-api.jar
netbeans-%%PORTVERSION%%/java/modules/ext/jaxws22/api/saaj-api.jar
-netbeans-%%PORTVERSION%%/java/modules/ext/jaxws22/FastInfoset.jar
netbeans-%%PORTVERSION%%/java/modules/ext/jaxws22/gmbal-api-only.jar
netbeans-%%PORTVERSION%%/java/modules/ext/jaxws22/http.jar
netbeans-%%PORTVERSION%%/java/modules/ext/jaxws22/jaxws-rt.jar
@@ -3226,7 +3633,14 @@ netbeans-%%PORTVERSION%%/java/modules/ext/jaxws22/saaj-impl.jar
netbeans-%%PORTVERSION%%/java/modules/ext/jaxws22/stax-ex.jar
netbeans-%%PORTVERSION%%/java/modules/ext/jaxws22/streambuffer.jar
netbeans-%%PORTVERSION%%/java/modules/ext/jaxws22/woodstox.jar
-netbeans-%%PORTVERSION%%/java/modules/ext/spring/spring-2.5.6.SEC01.jar
+netbeans-%%PORTVERSION%%/java/modules/ext/maven/fallback_pom.xml
+netbeans-%%PORTVERSION%%/java/modules/ext/maven/indexer-artifact-4.0.0.jar
+netbeans-%%PORTVERSION%%/java/modules/ext/maven/indexer-core-4.0.0.MINDEXER-12+MINDEXER-13.jar
+netbeans-%%PORTVERSION%%/java/modules/ext/maven/jdom-1.0.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/maven/settings.xml
+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.0.2.RELEASE.jar
netbeans-%%PORTVERSION%%/java/modules/ext/spring-3.0/spring-asm-3.0.2.RELEASE.jar
@@ -3248,299 +3662,384 @@ netbeans-%%PORTVERSION%%/java/modules/ext/spring-3.0/spring-tx-3.0.2.RELEASE.jar
netbeans-%%PORTVERSION%%/java/modules/ext/spring-3.0/spring-web-3.0.2.RELEASE.jar
netbeans-%%PORTVERSION%%/java/modules/ext/spring-3.0/spring-webmvc-3.0.2.RELEASE.jar
netbeans-%%PORTVERSION%%/java/modules/ext/spring-3.0/spring-webmvc-portlet-3.0.2.RELEASE.jar
+netbeans-%%PORTVERSION%%/java/modules/ext/spring/spring-2.5.6.SEC01.jar
+netbeans-%%PORTVERSION%%/java/modules/ext/swing-worker-1.1.jar
netbeans-%%PORTVERSION%%/java/modules/ext/toplink/3RD-PARTY-LICENSE.txt
netbeans-%%PORTVERSION%%/java/modules/ext/toplink/LICENSE.txt
netbeans-%%PORTVERSION%%/java/modules/ext/toplink/README
netbeans-%%PORTVERSION%%/java/modules/ext/toplink/toplink-essentials-agent.jar
netbeans-%%PORTVERSION%%/java/modules/ext/toplink/toplink-essentials.jar
-netbeans-%%PORTVERSION%%/java/modules/ext/AbsoluteLayout.jar
-netbeans-%%PORTVERSION%%/java/modules/ext/appframework-1.0.3.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/javac-api-nb-7.0-b07.jar
-netbeans-%%PORTVERSION%%/java/modules/ext/javac-impl-nb-7.0-b07.jar
-netbeans-%%PORTVERSION%%/java/modules/ext/jdom-1.0.jar
-netbeans-%%PORTVERSION%%/java/modules/ext/junit-3.8.2.jar
-netbeans-%%PORTVERSION%%/java/modules/ext/maven-dependency-tree-1.2.jar
-netbeans-%%PORTVERSION%%/java/modules/ext/maven-embedder-2.1-20080623-patched.jar
-netbeans-%%PORTVERSION%%/java/modules/ext/nexus-indexer-2.0.0-shaded.jar
-netbeans-%%PORTVERSION%%/java/modules/ext/org-netbeans-modules-java-j2seplatform-probe.jar
-netbeans-%%PORTVERSION%%/java/modules/ext/swing-worker-1.1.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-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-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_ja.jar
-netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-derby_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-derby_ja.jar
netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-derby_pt_BR.jar
+netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-derby_ru.jar
netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-derby_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_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-toplinklib_ja.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-j2ee-toplinklib_ja.jar
netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-j2ee-toplinklib_pt_BR.jar
+netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-j2ee-toplinklib_ru.jar
netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-j2ee-toplinklib_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-processor_ja.jar
netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-hints-processor_pt_BR.jar
+netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-hints-processor_ru.jar
netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-java-hints-processor_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_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-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-kenai-maven_ja.jar
netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-kenai-maven_pt_BR.jar
+netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-kenai-maven_ru.jar
netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-kenai-maven_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_ja.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-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-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-swingapp_ja.jar
netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-swingapp_pt_BR.jar
+netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-swingapp_ru.jar
netbeans-%%PORTVERSION%%/java/modules/locale/org-netbeans-modules-swingapp_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-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/org-apache-tools-ant-module.jar
netbeans-%%PORTVERSION%%/java/modules/org-jdesktop-beansbinding.jar
@@ -3573,6 +4072,7 @@ 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
@@ -3607,14 +4107,13 @@ 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-kenai-maven.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-kit.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
@@ -3657,8 +4156,8 @@ netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-debugger-jpda
netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-debugger-jpda-ui.xml
netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-debugger-jpda.xml
netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-form-j2ee.xml
-netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-form.xml
netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-form-kit.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
@@ -3667,6 +4166,7 @@ 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
@@ -3701,13 +4201,11 @@ netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-javawebstart.
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-kenai-maven.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.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
@@ -3716,6 +4214,7 @@ netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-maven-persist
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-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
@@ -3727,8 +4226,10 @@ netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-websvc-jaxws2
netbeans-%%PORTVERSION%%/java/update_tracking/org-netbeans-modules-websvc-saas-codegen-java.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/.lastModified
-netbeans-%%PORTVERSION%%/java/VERSION.txt
+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
@@ -3753,6 +4254,19 @@ 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
@@ -3768,32 +4282,6 @@ netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_html
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/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/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/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/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/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
@@ -3806,7 +4294,24 @@ netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/UserGuide_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
@@ -3833,10 +4338,6 @@ netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiol
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/resources/inherit.gif
-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/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
@@ -3845,8 +4346,17 @@ netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/apduio/apduiol
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
@@ -3871,17 +4381,6 @@ netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/io/Wr
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/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/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
@@ -3897,12 +4396,12 @@ netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/
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/Integer.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
@@ -3930,6 +4429,17 @@ netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/lang/
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
@@ -3966,17 +4476,6 @@ netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/java/util/
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/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/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
@@ -3994,11 +4493,22 @@ netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacard/f
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/Util.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
@@ -4065,12 +4575,28 @@ netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/
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
@@ -4081,31 +4607,15 @@ netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javacardx/
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/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/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/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/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/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
@@ -4156,21 +4666,6 @@ netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/micr
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/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/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
@@ -4185,8 +4680,8 @@ netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/serv
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/ServletRequest.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
@@ -4195,10 +4690,32 @@ netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/serv
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
@@ -4212,6 +4729,11 @@ netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/com/su
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
@@ -4224,34 +4746,14 @@ netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/api/spi/javaca
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/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/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/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/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/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/stylesheet.css
-netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/docs/JCDevKitUG-Connected-3_0_2.pdf
+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
@@ -4272,9 +4774,17 @@ 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
@@ -4282,22 +4792,19 @@ netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/classic_app
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/classic_applets/HelloWorld/Helloworld.expected.output
-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/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/nbproject/private/private.properties
+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/extended_applets/HelloWorld/Helloworld.expected.output
-netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/extended_applets/HelloWorld/build.xml
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
@@ -4313,22 +4820,18 @@ netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/samples/web/HelloWo
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/private/private.properties
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/JCDK3.0.2_ConnectedEdition/samples/web/HelloWorld/build.xml
-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/document.css
-netbeans-%%PORTVERSION%%/javacard/JCDK3.0.2_ConnectedEdition/platform.properties
+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
@@ -4347,6 +4850,66 @@ netbeans-%%PORTVERSION%%/javacard/config/Modules/org-netbeans-modules-swing-cust
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
@@ -4377,13 +4940,15 @@ netbeans-%%PORTVERSION%%/javacard/update_tracking/org-netbeans-modules-javacard-
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%%/javacard/.lastModified
-netbeans-%%PORTVERSION%%/javacard/VERSION.txt
+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-deployment-wm.jar
@@ -4399,6 +4964,7 @@ netbeans-%%PORTVERSION%%/mobility/config/Modules/org-netbeans-modules-deployment
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-nsicom.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-ricoh.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
@@ -4407,8 +4973,8 @@ netbeans-%%PORTVERSION%%/mobility/config/Modules/org-netbeans-modules-j2me-cdc-p
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-mobility-kit.xml
netbeans-%%PORTVERSION%%/mobility/config/Modules/org-netbeans-modules-j2me-cdc-project-nsicom.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-ricoh.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
@@ -4424,21 +4990,20 @@ netbeans-%%PORTVERSION%%/mobility/config/Modules/org-netbeans-modules-mobility-d
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-kit.xml
-netbeans-%%PORTVERSION%%/mobility/config/Modules/org-netbeans-modules-mvd.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-midpexamples.xml
netbeans-%%PORTVERSION%%/mobility/config/Modules/org-netbeans-modules-mobility-plugins-mpowerplayer.xml
-netbeans-%%PORTVERSION%%/mobility/config/Modules/org-netbeans-modules-mobility-proguard.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-mvd.xml
netbeans-%%PORTVERSION%%/mobility/config/Modules/org-netbeans-modules-svg-perseus.xml
netbeans-%%PORTVERSION%%/mobility/config/Modules/org-netbeans-modules-vmd-analyzer.xml
netbeans-%%PORTVERSION%%/mobility/config/Modules/org-netbeans-modules-vmd-codegen.xml
@@ -4461,8 +5026,6 @@ netbeans-%%PORTVERSION%%/mobility/config/Modules/org-netbeans-modules-vmd-palett
netbeans-%%PORTVERSION%%/mobility/config/Modules/org-netbeans-modules-vmd-properties.xml
netbeans-%%PORTVERSION%%/mobility/config/Modules/org-netbeans-modules-vmd-screen.xml
netbeans-%%PORTVERSION%%/mobility/config/Modules/org-netbeans-modules-vmd-structure.xml
-netbeans-%%PORTVERSION%%/mobility/external/proguard/proguard4.4-license.txt
-netbeans-%%PORTVERSION%%/mobility/external/proguard/proguard4.4.jar
netbeans-%%PORTVERSION%%/mobility/modules/docs/jmunit-1.2.1-api.zip
netbeans-%%PORTVERSION%%/mobility/modules/docs/nb_svg_midp_components-api.zip
netbeans-%%PORTVERSION%%/mobility/modules/docs/netbeans_databindingme-api.zip
@@ -4495,6 +5058,7 @@ netbeans-%%PORTVERSION%%/mobility/modules/ext/netbeans_midp_components_wma.jar
netbeans-%%PORTVERSION%%/mobility/modules/ext/org-netbeans-modules-deployment-deviceanywhere.jar
netbeans-%%PORTVERSION%%/mobility/modules/ext/org-netbeans-modules-j2me-cdc-platform-nsicom-probe.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-ricoh.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
@@ -4505,226 +5069,296 @@ netbeans-%%PORTVERSION%%/mobility/modules/lib/ConnJNI.dll
netbeans-%%PORTVERSION%%/mobility/modules/lib/nbactivesync.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-mobility-lib-activesync_ja.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-mobility-lib-activesync_pt_BR.jar
+netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-mobility-lib-activesync_ru.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-mobility-lib-activesync_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-deployment-wm_ja.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-deployment-wm_pt_BR.jar
+netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-deployment-wm_ru.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-deployment-wm_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-nsicom_ja.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-platform-nsicom_pt_BR.jar
+netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-platform-nsicom_ru.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-platform-nsicom_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-ricoh_ja.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-platform-ricoh_pt_BR.jar
+netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-platform-ricoh_ru.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-platform-ricoh_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-nsicom_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-nsicom_ja.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-project-nsicom_pt_BR.jar
+netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-project-nsicom_ru.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-project-nsicom_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-ricoh_ja.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-project-ricoh_pt_BR.jar
+netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-project-ricoh_ru.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-j2me-cdc-project-ricoh_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-mvd_ja.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-databindingme_ja.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-databindingme_pt_BR.jar
+netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-databindingme_ru.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-databindingme_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-ricoh_ja.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-deployment-ricoh_pt_BR.jar
-netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mvd_pt_BR.jar
+netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-deployment-ricoh_ru.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-deployment-ricoh_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-kit_ja.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-end2end-kit_pt_BR.jar
+netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-end2end-kit_ru.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-end2end-kit_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-kit_ja.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-mvd_zh_CN.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-proguard_ja.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-proguard_pt_BR.jar
+netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-proguard_ru.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mobility-proguard_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-mvd_ja.jar
+netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mvd_pt_BR.jar
+netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mvd_ru.jar
+netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-mvd_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/locale/org-netbeans-modules-vmd-analyzer_ja.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-analyzer_pt_BR.jar
+netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-analyzer_ru.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-analyzer_zh_CN.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-codegen_ja.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-codegen_pt_BR.jar
+netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-codegen_ru.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-codegen_zh_CN.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-components-midp-pda_ja.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-components-midp-pda_pt_BR.jar
+netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-components-midp-pda_ru.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-components-midp-pda_zh_CN.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-components-midp-wma_ja.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-components-midp-wma_pt_BR.jar
+netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-components-midp-wma_ru.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-components-midp-wma_zh_CN.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-components-midp_ja.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-components-midp_pt_BR.jar
+netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-components-midp_ru.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-components-midp_zh_CN.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-components-svg_ja.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-components-svg_pt_BR.jar
+netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-components-svg_ru.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-components-svg_zh_CN.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-componentssupport_ja.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-componentssupport_pt_BR.jar
+netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-componentssupport_ru.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-componentssupport_zh_CN.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-flow_ja.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-flow_pt_BR.jar
+netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-flow_ru.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-flow_zh_CN.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-game_ja.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-game_pt_BR.jar
+netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-game_ru.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-game_zh_CN.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-inspector_ja.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-inspector_pt_BR.jar
+netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-inspector_ru.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-inspector_zh_CN.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-io-javame_ja.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-io-javame_pt_BR.jar
+netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-io-javame_ru.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-io-javame_zh_CN.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-io_ja.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-io_pt_BR.jar
-netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-kit_ja.jar
+netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-io_ru.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-io_zh_CN.jar
+netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-kit_ja.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-kit_pt_BR.jar
+netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-kit_ru.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-kit_zh_CN.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-midp-converter_ja.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-midp-converter_pt_BR.jar
+netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-midp-converter_ru.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-midp-converter_zh_CN.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-midp_ja.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-midp_pt_BR.jar
+netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-midp_ru.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-midp_zh_CN.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-midpnb_ja.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-midpnb_pt_BR.jar
+netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-midpnb_ru.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-midpnb_zh_CN.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-model_ja.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-model_pt_BR.jar
+netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-model_ru.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-model_zh_CN.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-palette_ja.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-palette_pt_BR.jar
+netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-palette_ru.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-palette_zh_CN.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-properties_ja.jar
-netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-screen_ja.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-properties_pt_BR.jar
+netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-properties_ru.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-properties_zh_CN.jar
+netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-screen_ja.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-screen_pt_BR.jar
+netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-screen_ru.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-screen_zh_CN.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-structure_ja.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-structure_pt_BR.jar
+netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-structure_ru.jar
netbeans-%%PORTVERSION%%/mobility/modules/locale/org-netbeans-modules-vmd-structure_zh_CN.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-ricoh-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/modules/scr/deploy-wm-impl.xml
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
@@ -4734,6 +5368,7 @@ netbeans-%%PORTVERSION%%/mobility/modules/org-netbeans-modules-deployment-wm.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-nsicom.jar
+netbeans-%%PORTVERSION%%/mobility/modules/org-netbeans-modules-j2me-cdc-platform-ojec.jar
netbeans-%%PORTVERSION%%/mobility/modules/org-netbeans-modules-j2me-cdc-platform-ricoh.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
@@ -4741,17 +5376,17 @@ netbeans-%%PORTVERSION%%/mobility/modules/org-netbeans-modules-j2me-cdc-platform
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-mobility-kit.jar
netbeans-%%PORTVERSION%%/mobility/modules/org-netbeans-modules-j2me-cdc-project-nokiaS80.jar
netbeans-%%PORTVERSION%%/mobility/modules/org-netbeans-modules-j2me-cdc-project-nsicom.jar
+netbeans-%%PORTVERSION%%/mobility/modules/org-netbeans-modules-j2me-cdc-project-ojec.jar
netbeans-%%PORTVERSION%%/mobility/modules/org-netbeans-modules-j2me-cdc-project-ricoh.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.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-databindingme.jar
netbeans-%%PORTVERSION%%/mobility/modules/org-netbeans-modules-mobility-deployment-ftpscp.jar
netbeans-%%PORTVERSION%%/mobility/modules/org-netbeans-modules-mobility-deployment-nokia.jar
@@ -4759,15 +5394,14 @@ netbeans-%%PORTVERSION%%/mobility/modules/org-netbeans-modules-mobility-deployme
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-kit.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-midpexamples.jar
netbeans-%%PORTVERSION%%/mobility/modules/org-netbeans-modules-mobility-plugins-mpowerplayer.jar
-netbeans-%%PORTVERSION%%/mobility/modules/org-netbeans-modules-mobility-proguard.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
@@ -4777,12 +5411,12 @@ netbeans-%%PORTVERSION%%/mobility/modules/org-netbeans-modules-mvd.jar
netbeans-%%PORTVERSION%%/mobility/modules/org-netbeans-modules-svg-perseus.jar
netbeans-%%PORTVERSION%%/mobility/modules/org-netbeans-modules-vmd-analyzer.jar
netbeans-%%PORTVERSION%%/mobility/modules/org-netbeans-modules-vmd-codegen.jar
-netbeans-%%PORTVERSION%%/mobility/modules/org-netbeans-modules-vmd-flow.jar
netbeans-%%PORTVERSION%%/mobility/modules/org-netbeans-modules-vmd-components-midp-pda.jar
netbeans-%%PORTVERSION%%/mobility/modules/org-netbeans-modules-vmd-components-midp-wma.jar
netbeans-%%PORTVERSION%%/mobility/modules/org-netbeans-modules-vmd-components-midp.jar
netbeans-%%PORTVERSION%%/mobility/modules/org-netbeans-modules-vmd-components-svg.jar
netbeans-%%PORTVERSION%%/mobility/modules/org-netbeans-modules-vmd-componentssupport.jar
+netbeans-%%PORTVERSION%%/mobility/modules/org-netbeans-modules-vmd-flow.jar
netbeans-%%PORTVERSION%%/mobility/modules/org-netbeans-modules-vmd-game.jar
netbeans-%%PORTVERSION%%/mobility/modules/org-netbeans-modules-vmd-inspector.jar
netbeans-%%PORTVERSION%%/mobility/modules/org-netbeans-modules-vmd-io-javame.jar
@@ -4796,6 +5430,15 @@ netbeans-%%PORTVERSION%%/mobility/modules/org-netbeans-modules-vmd-palette.jar
netbeans-%%PORTVERSION%%/mobility/modules/org-netbeans-modules-vmd-properties.jar
netbeans-%%PORTVERSION%%/mobility/modules/org-netbeans-modules-vmd-screen.jar
netbeans-%%PORTVERSION%%/mobility/modules/org-netbeans-modules-vmd-structure.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-ricoh-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/modules/scr/deploy-wm-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/sources/nb_svg_midp_components-src.zip
@@ -4814,6 +5457,7 @@ netbeans-%%PORTVERSION%%/mobility/update_tracking/org-netbeans-modules-deploymen
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-nsicom.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-ricoh.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
@@ -4822,8 +5466,8 @@ netbeans-%%PORTVERSION%%/mobility/update_tracking/org-netbeans-modules-j2me-cdc-
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-mobility-kit.xml
netbeans-%%PORTVERSION%%/mobility/update_tracking/org-netbeans-modules-j2me-cdc-project-nsicom.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-ricoh.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
@@ -4839,21 +5483,20 @@ netbeans-%%PORTVERSION%%/mobility/update_tracking/org-netbeans-modules-mobility-
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-kit.xml
-netbeans-%%PORTVERSION%%/mobility/update_tracking/org-netbeans-modules-mvd.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-midpexamples.xml
netbeans-%%PORTVERSION%%/mobility/update_tracking/org-netbeans-modules-mobility-plugins-mpowerplayer.xml
-netbeans-%%PORTVERSION%%/mobility/update_tracking/org-netbeans-modules-mobility-proguard.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-mvd.xml
netbeans-%%PORTVERSION%%/mobility/update_tracking/org-netbeans-modules-svg-perseus.xml
netbeans-%%PORTVERSION%%/mobility/update_tracking/org-netbeans-modules-vmd-analyzer.xml
netbeans-%%PORTVERSION%%/mobility/update_tracking/org-netbeans-modules-vmd-codegen.xml
@@ -4876,28 +5519,34 @@ netbeans-%%PORTVERSION%%/mobility/update_tracking/org-netbeans-modules-vmd-palet
netbeans-%%PORTVERSION%%/mobility/update_tracking/org-netbeans-modules-vmd-properties.xml
netbeans-%%PORTVERSION%%/mobility/update_tracking/org-netbeans-modules-vmd-screen.xml
netbeans-%%PORTVERSION%%/mobility/update_tracking/org-netbeans-modules-vmd-structure.xml
-netbeans-%%PORTVERSION%%/mobility/.lastModified
-netbeans-%%PORTVERSION%%/mobility/VERSION.txt
+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-registration.xml
-netbeans-%%PORTVERSION%%/nb/config/Modules/org-netbeans-modules-reglib.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/ide.ks
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/images/background.png
netbeans-%%PORTVERSION%%/nb/docs/images/banner-left.png
netbeans-%%PORTVERSION%%/nb/docs/images/banner-right.png
@@ -4913,53 +5562,62 @@ 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/GUIExamplesDescription.html
-netbeans-%%PORTVERSION%%/nb/docs/GUIExamplesDescription_ja.html
-netbeans-%%PORTVERSION%%/nb/docs/GUIExamplesDescription_pt_BR.html
-netbeans-%%PORTVERSION%%/nb/docs/GUIExamplesDescription_zh_CN.html
netbeans-%%PORTVERSION%%/nb/docs/netbeans.css
netbeans-%%PORTVERSION%%/nb/modules/ext/locale/updater_nb.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-registration_ja.jar
netbeans-%%PORTVERSION%%/nb/modules/locale/org-netbeans-modules-registration_pt_BR.jar
+netbeans-%%PORTVERSION%%/nb/modules/locale/org-netbeans-modules-registration_ru.jar
netbeans-%%PORTVERSION%%/nb/modules/locale/org-netbeans-modules-registration_zh_CN.jar
netbeans-%%PORTVERSION%%/nb/modules/locale/org-netbeans-modules-reglib_ja.jar
netbeans-%%PORTVERSION%%/nb/modules/locale/org-netbeans-modules-reglib_pt_BR.jar
+netbeans-%%PORTVERSION%%/nb/modules/locale/org-netbeans-modules-reglib_ru.jar
netbeans-%%PORTVERSION%%/nb/modules/locale/org-netbeans-modules-reglib_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
@@ -4967,32 +5625,27 @@ netbeans-%%PORTVERSION%%/nb/modules/org-netbeans-modules-autoupdate-pluginimport
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-registration.jar
-netbeans-%%PORTVERSION%%/nb/modules/org-netbeans-modules-reglib.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-registration.xml
-netbeans-%%PORTVERSION%%/nb/update_tracking/org-netbeans-modules-reglib.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%%/nb/.lastModified
-netbeans-%%PORTVERSION%%/nb/VERSION.txt
-netbeans-%%PORTVERSION%%/nb/build_info
-netbeans-%%PORTVERSION%%/nb/netbeans.icns
-netbeans-%%PORTVERSION%%/nb/netbeans.png
-netbeans-%%PORTVERSION%%/nb/shortcuts.pdf
-netbeans-%%PORTVERSION%%/nb/shortcuts_mac.pdf
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-languages-ini.xml
netbeans-%%PORTVERSION%%/php/config/Modules/org-netbeans-modules-php-api-phpmodule.xml
@@ -5000,6 +5653,8 @@ netbeans-%%PORTVERSION%%/php/config/Modules/org-netbeans-modules-php-dbgp.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-phpdoc.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
@@ -5012,42 +5667,63 @@ 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-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-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-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-phpdoc_ja.jar
+netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-php-phpdoc_pt_BR.jar
+netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-php-phpdoc_ru.jar
+netbeans-%%PORTVERSION%%/php/modules/locale/org-netbeans-modules-php-phpdoc_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-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-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-languages-ini.jar
@@ -5056,6 +5732,8 @@ netbeans-%%PORTVERSION%%/php/modules/org-netbeans-modules-php-dbgp.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-phpdoc.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
@@ -5162,6 +5840,8 @@ netbeans-%%PORTVERSION%%/php/update_tracking/org-netbeans-modules-php-dbgp.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-phpdoc.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
@@ -5169,27 +5849,8 @@ netbeans-%%PORTVERSION%%/php/update_tracking/org-netbeans-modules-php-symfony.xm
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%%/php/.lastModified
-netbeans-%%PORTVERSION%%/php/VERSION.txt
-netbeans-%%PORTVERSION%%/platform/lib/nbexec
-netbeans-%%PORTVERSION%%/platform/lib/locale/boot_ja.jar
-netbeans-%%PORTVERSION%%/platform/lib/locale/boot_pt_BR.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_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_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_zh_CN.jar
-netbeans-%%PORTVERSION%%/platform/lib/boot.jar
-netbeans-%%PORTVERSION%%/platform/lib/nbexec.dll
-netbeans-%%PORTVERSION%%/platform/lib/nbexec.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/.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
@@ -5216,7 +5877,6 @@ 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-junit4.xml
netbeans-%%PORTVERSION%%/platform/config/Modules/org-netbeans-libs-osgi.xml
netbeans-%%PORTVERSION%%/platform/config/Modules/org-netbeans-modules-applemenu.xml
netbeans-%%PORTVERSION%%/platform/config/Modules/org-netbeans-modules-autoupdate-services.xml
@@ -5254,194 +5914,282 @@ 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/core.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/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/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-2.0.3.jar
+netbeans-%%PORTVERSION%%/platform/modules/ext/felix-main-2.0.2.jar
+netbeans-%%PORTVERSION%%/platform/modules/ext/jhall-2.0_05.jar
+netbeans-%%PORTVERSION%%/platform/modules/ext/jna-3.2.7.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/felix-2.0.3.jar
-netbeans-%%PORTVERSION%%/platform/modules/ext/felix-main-2.0.2.jar
-netbeans-%%PORTVERSION%%/platform/modules/ext/jh-2.0_05.jar
-netbeans-%%PORTVERSION%%/platform/modules/ext/jna-3.0.9.jar
-netbeans-%%PORTVERSION%%/platform/modules/ext/junit-4.5.jar
+netbeans-%%PORTVERSION%%/platform/modules/ext/nsProxyAutoConfig.js
netbeans-%%PORTVERSION%%/platform/modules/ext/osgi.cmpn-4.2.jar
netbeans-%%PORTVERSION%%/platform/modules/ext/osgi.core-4.2.jar
+netbeans-%%PORTVERSION%%/platform/modules/ext/platform-3.2.7.jar
netbeans-%%PORTVERSION%%/platform/modules/ext/swing-layout-1.0.4.jar
netbeans-%%PORTVERSION%%/platform/modules/ext/updater.jar
+netbeans-%%PORTVERSION%%/platform/modules/lib/amd64/Linux/libjnidispatch.so
+netbeans-%%PORTVERSION%%/platform/modules/lib/amd64/jnidispatch.dll
+netbeans-%%PORTVERSION%%/platform/modules/lib/i386/Linux/libjnidispatch.so
+netbeans-%%PORTVERSION%%/platform/modules/lib/libjnidispatch.jnilib
+netbeans-%%PORTVERSION%%/platform/modules/lib/x86/jnidispatch.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-visual_ja.jar
-netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-core-ui_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-junit4_ja.jar
netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-libs-junit4_pt_BR.jar
+netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-libs-junit4_ru.jar
netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-libs-junit4_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-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_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_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-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-sendopts_ja.jar
-netbeans-%%PORTVERSION%%/platform/modules/locale/org-openide-awt_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-modules-templates_ja.jar
netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-templates_pt_BR.jar
+netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-templates_ru.jar
netbeans-%%PORTVERSION%%/platform/modules/locale/org-netbeans-modules-templates_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-explorer_ja.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
@@ -5454,14 +6202,12 @@ 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-openide-awt.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-junit4.jar
netbeans-%%PORTVERSION%%/platform/modules/org-netbeans-libs-osgi.jar
netbeans-%%PORTVERSION%%/platform/modules/org-netbeans-modules-applemenu.jar
netbeans-%%PORTVERSION%%/platform/modules/org-netbeans-modules-autoupdate-services.jar
@@ -5477,8 +6223,8 @@ netbeans-%%PORTVERSION%%/platform/modules/org-netbeans-modules-masterfs.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-queries.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-sendopts.jar
netbeans-%%PORTVERSION%%/platform/modules/org-netbeans-modules-settings.jar
netbeans-%%PORTVERSION%%/platform/modules/org-netbeans-modules-spi-actions.jar
@@ -5487,11 +6233,12 @@ 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-io.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
@@ -5517,12 +6264,10 @@ 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-junit4.xml
netbeans-%%PORTVERSION%%/platform/update_tracking/org-netbeans-libs-osgi.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-openide-awt.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
@@ -5544,6 +6289,7 @@ 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
@@ -5559,8 +6305,34 @@ netbeans-%%PORTVERSION%%/platform/update_tracking/org-openide-util-enumerations.
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%%/platform/.lastModified
-netbeans-%%PORTVERSION%%/platform/VERSION.txt
+netbeans-%%PORTVERSION%%/profiler/.lastModified
+netbeans-%%PORTVERSION%%/profiler/VERSION.txt
+netbeans-%%PORTVERSION%%/profiler/ant/nblib/org-netbeans-modules-profiler.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-attach-impl.xml
+netbeans-%%PORTVERSION%%/profiler/config/Modules/org-netbeans-modules-profiler-attach.xml
+netbeans-%%PORTVERSION%%/profiler/config/Modules/org-netbeans-modules-profiler-freeform.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.xml
+netbeans-%%PORTVERSION%%/profiler/config/Modules/org-netbeans-modules-profiler-nbmodule.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-projectsupport.xml
+netbeans-%%PORTVERSION%%/profiler/config/Modules/org-netbeans-modules-profiler-selector-java.xml
+netbeans-%%PORTVERSION%%/profiler/config/Modules/org-netbeans-modules-profiler-selector-spi.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-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
@@ -5571,161 +6343,135 @@ netbeans-%%PORTVERSION%%/profiler/lib/deployed/jdk15/hpux-pa_risc2.0/libprofiler
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/mac/libprofilerinterface.jnilib
-netbeans-%%PORTVERSION%%/profiler/lib/deployed/jdk15/windows/profilerinterface.dll
-netbeans-%%PORTVERSION%%/profiler/lib/deployed/jdk15/windows/profilerinterface.map
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/mac/libprofilerinterface.jnilib
-netbeans-%%PORTVERSION%%/profiler/lib/deployed/jdk16/windows/profilerinterface.dll
-netbeans-%%PORTVERSION%%/profiler/lib/deployed/jdk16/windows/profilerinterface.map
netbeans-%%PORTVERSION%%/profiler/lib/deployed/jdk16/windows-amd64/profilerinterface.dll
netbeans-%%PORTVERSION%%/profiler/lib/deployed/jdk16/windows-amd64/profilerinterface.map
-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_zh_CN.jar
+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/remote-pack-defs/calibrate-15.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/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/README.txt
-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/build.xml
-netbeans-%%PORTVERSION%%/profiler/remote-pack-defs/calibrate-15.bat
-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-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/ant/nblib/org-netbeans-modules-profiler.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-attach-impl.xml
-netbeans-%%PORTVERSION%%/profiler/config/Modules/org-netbeans-modules-profiler-attach.xml
-netbeans-%%PORTVERSION%%/profiler/config/Modules/org-netbeans-modules-profiler-freeform.xml
-netbeans-%%PORTVERSION%%/profiler/config/Modules/org-netbeans-modules-profiler.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.xml
-netbeans-%%PORTVERSION%%/profiler/config/Modules/org-netbeans-modules-profiler-nbmodule.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-projectsupport.xml
-netbeans-%%PORTVERSION%%/profiler/config/Modules/org-netbeans-modules-profiler-selector-java.xml
-netbeans-%%PORTVERSION%%/profiler/config/Modules/org-netbeans-modules-profiler-selector-spi.xml
-netbeans-%%PORTVERSION%%/profiler/config/Modules/org-netbeans-modules-profiler-selector-ui.xml
-netbeans-%%PORTVERSION%%/profiler/config/Modules/org-netbeans-modules-profiler-utilities.xml
+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/docs/org-netbeans-modules-profiler.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-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-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-j2se_ja.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_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-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-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-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-java_ja.jar
netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-selector-java_pt_BR.jar
+netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-selector-java_ru.jar
netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-selector-java_zh_CN.jar
netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-selector-spi_ja.jar
netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-selector-spi_pt_BR.jar
+netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-selector-spi_ru.jar
netbeans-%%PORTVERSION%%/profiler/modules/locale/org-netbeans-modules-profiler-selector-spi_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-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
@@ -5749,8 +6495,40 @@ netbeans-%%PORTVERSION%%/profiler/modules/org-netbeans-modules-profiler-projects
netbeans-%%PORTVERSION%%/profiler/modules/org-netbeans-modules-profiler-selector-java.jar
netbeans-%%PORTVERSION%%/profiler/modules/org-netbeans-modules-profiler-selector-spi.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-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
@@ -5760,7 +6538,6 @@ netbeans-%%PORTVERSION%%/profiler/update_tracking/org-netbeans-modules-maven-pro
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-freeform.xml
-netbeans-%%PORTVERSION%%/profiler/update_tracking/org-netbeans-modules-profiler.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
@@ -5774,4169 +6551,11 @@ netbeans-%%PORTVERSION%%/profiler/update_tracking/org-netbeans-modules-profiler-
netbeans-%%PORTVERSION%%/profiler/update_tracking/org-netbeans-modules-profiler-selector-java.xml
netbeans-%%PORTVERSION%%/profiler/update_tracking/org-netbeans-modules-profiler-selector-spi.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-utilities.xml
-netbeans-%%PORTVERSION%%/profiler/.lastModified
-netbeans-%%PORTVERSION%%/profiler/VERSION.txt
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/bin/ast
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/bin/ast.bat
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/bin/autospec
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/bin/autospec.bat
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/bin/gem
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/bin/gem.bat
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/bin/generate_yaml_index.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/bin/generate_yaml_index.rb.bat
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/bin/jgem
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/bin/jgem.bat
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/bin/jirb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/bin/jirb.bat
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/bin/jirb_swing
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/bin/jirb_swing.bat
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/bin/jruby
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/bin/jruby.bat
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/bin/jruby.dll
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/bin/jruby.exe
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/bin/jrubyc
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/bin/jrubyc.bat
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/bin/jrubyd.bat
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/bin/jrubyw.exe
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/bin/rackup
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/bin/rackup.bat
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/bin/rails
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/bin/rails.bat
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/bin/rake
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/bin/rake.bat
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/bin/rcov
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/bin/rcov.bat
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/bin/rdebug-ide
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/bin/rdebug-ide.bat
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/bin/rdoc
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/bin/rdoc.bat
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/bin/ri
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/bin/ri.bat
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/bin/spec
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/bin/spec.bat
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/bin/testrb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/bin/testrb.bat
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/native/i386-FreeBSD/libjffi-1.0.so
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/native/i386-Linux/libjffi-1.0.so
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/native/ppc-Linux/libjffi-1.0.so
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/native/sparc-SunOS/libjffi-1.0.so
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/native/sparcv9-SunOS/libjffi-1.0.so
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/native/x86_64-FreeBSD/libjffi-1.0.so
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/native/x86_64-Linux/libjffi-1.0.so
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/native/Darwin/libjffi-1.0.jnilib
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/native/i386-Windows/jffi-1.0.dll
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/native/ppc-AIX/libjffi-1.0.a
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/native/x86_64-Windows/jffi-1.0.dll
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/bigdecimal/jacobian.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/bigdecimal/ludcmp.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/bigdecimal/math.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/bigdecimal/newton.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/bigdecimal/util.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/cgi/session/pstore.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/cgi/.document
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/cgi/session.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/date/format.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/dl/import.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/dl/struct.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/dl/types.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/dl/win32.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/drb/acl.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/drb/drb.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/drb/eq.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/drb/extserv.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/drb/extservm.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/drb/gw.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/drb/invokemethod.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/drb/observer.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/drb/ssl.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/drb/timeridconv.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/drb/unix.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/io/nonblock.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/irb/cmd/chws.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/irb/cmd/fork.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/irb/cmd/help.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/irb/cmd/load.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/irb/cmd/nop.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/irb/cmd/pushws.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/irb/cmd/subirb.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/irb/ext/change-ws.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/irb/ext/history.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/irb/ext/loader.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/irb/ext/math-mode.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/irb/ext/multi-irb.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/irb/ext/save-history.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/irb/ext/tracer.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/irb/ext/use-loader.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/irb/ext/workspaces.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/irb/lc/ja/error.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/irb/lc/ja/help-message
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/irb/lc/error.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/irb/lc/help-message
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/irb/completion.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/irb/context.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/irb/extend-command.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/irb/frame.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/irb/help.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/irb/init.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/irb/input-method.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/irb/locale.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/irb/notifier.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/irb/output-method.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/irb/ruby-lex.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/irb/ruby-token.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/irb/slex.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/irb/version.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/irb/workspace.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/irb/ws-for-case-2.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/irb/xmp.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/net/ftp.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/net/http.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/net/https.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/net/imap.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/net/pop.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/net/protocol.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/net/smtp.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/net/telnet.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/optparse/date.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/optparse/shellwords.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/optparse/time.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/optparse/uri.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/optparse/version.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/racc/parser.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rdoc/dot/dot.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rdoc/generators/template/chm/chm.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rdoc/generators/template/html/hefss.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rdoc/generators/template/html/html.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rdoc/generators/template/html/kilmer.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rdoc/generators/template/html/old_html.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rdoc/generators/template/html/one_page_html.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rdoc/generators/template/xml/rdf.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rdoc/generators/template/xml/xml.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rdoc/generators/chm_generator.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rdoc/generators/html_generator.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rdoc/generators/ri_generator.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rdoc/generators/xml_generator.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rdoc/markup/sample/rdoc2latex.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rdoc/markup/sample/sample.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rdoc/markup/simple_markup/fragments.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rdoc/markup/simple_markup/inline.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rdoc/markup/simple_markup/lines.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rdoc/markup/simple_markup/preprocess.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rdoc/markup/simple_markup/to_flow.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rdoc/markup/simple_markup/to_html.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rdoc/markup/simple_markup/to_latex.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rdoc/markup/test/AllTests.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rdoc/markup/test/TestInline.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rdoc/markup/test/TestParse.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rdoc/markup/.document
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rdoc/markup/simple_markup.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rdoc/parsers/parse_c.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rdoc/parsers/parse_f95.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rdoc/parsers/parse_rb.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rdoc/parsers/parse_simple.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rdoc/parsers/parserfactory.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rdoc/ri/ri_cache.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rdoc/ri/ri_descriptions.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rdoc/ri/ri_display.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rdoc/ri/ri_driver.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rdoc/ri/ri_formatter.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rdoc/ri/ri_java.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rdoc/ri/ri_options.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rdoc/ri/ri_paths.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rdoc/ri/ri_reader.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rdoc/ri/ri_util.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rdoc/ri/ri_writer.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rdoc/README
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rdoc/code_objects.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rdoc/diagram.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rdoc/options.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rdoc/rdoc.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rdoc/template.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rdoc/tokenstream.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rdoc/usage.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rexml/dtd/attlistdecl.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rexml/dtd/dtd.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rexml/dtd/elementdecl.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rexml/dtd/entitydecl.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rexml/dtd/notationdecl.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rexml/encodings/CP-1252.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rexml/encodings/EUC-JP.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rexml/encodings/ICONV.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rexml/encodings/ISO-8859-1.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rexml/encodings/ISO-8859-15.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rexml/encodings/SHIFT-JIS.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rexml/encodings/SHIFT_JIS.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rexml/encodings/UNILE.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rexml/encodings/US-ASCII.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rexml/encodings/UTF-16.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rexml/encodings/UTF-8.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rexml/formatters/default.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rexml/formatters/pretty.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rexml/formatters/transitive.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rexml/light/node.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rexml/parsers/baseparser.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rexml/parsers/lightparser.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rexml/parsers/pullparser.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rexml/parsers/sax2parser.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rexml/parsers/streamparser.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rexml/parsers/treeparser.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rexml/parsers/ultralightparser.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rexml/parsers/xpathparser.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rexml/validation/relaxng.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rexml/validation/validation.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rexml/validation/validationexception.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rexml/attlistdecl.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rexml/attribute.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rexml/cdata.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rexml/child.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rexml/comment.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rexml/doctype.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rexml/document.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rexml/element.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rexml/encoding.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rexml/entity.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rexml/functions.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rexml/instruction.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rexml/namespace.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rexml/node.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rexml/output.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rexml/parent.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rexml/parseexception.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rexml/rexml.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rexml/quickpath.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rexml/sax2listener.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rexml/source.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rexml/streamlistener.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rexml/syncenumerator.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rexml/text.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rexml/undefinednamespaceexception.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rexml/xmldecl.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rexml/xmltokens.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rexml/xpath.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rexml/xpath_parser.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rinda/rinda.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rinda/ring.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rinda/tuplespace.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rss/content/1.0.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rss/content/2.0.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rss/dublincore/1.0.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rss/dublincore/2.0.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rss/dublincore/atom.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rss/maker/0.9.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rss/maker/1.0.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rss/maker/2.0.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rss/maker/atom.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rss/maker/base.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rss/maker/content.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rss/maker/dublincore.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rss/maker/entry.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rss/maker/feed.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rss/maker/image.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rss/maker/itunes.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rss/maker/slash.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rss/maker/syndication.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rss/maker/taxonomy.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rss/maker/trackback.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rss/0.9.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rss/1.0.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rss/2.0.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rss/atom.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rss/content.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rss/converter.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rss/dublincore.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rss/image.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rss/itunes.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rss/maker.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rss/parser.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rss/rexmlparser.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rss/rss.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rss/slash.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rss/syndication.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rss/taxonomy.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rss/trackback.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rss/utils.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rss/xml-stylesheet.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rss/xml.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rss/xmlparser.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rss/xmlscanner.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/runit/cui/testrunner.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/runit/assert.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/runit/error.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/runit/testcase.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/runit/testresult.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/runit/testsuite.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/runit/topublic.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/shell/builtin-command.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/shell/command-processor.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/shell/error.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/shell/filter.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/shell/process-controller.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/shell/system-command.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/shell/version.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/soap/encodingstyle/aspDotNetHandler.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/soap/encodingstyle/handler.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/soap/encodingstyle/literalHandler.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/soap/encodingstyle/soapHandler.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/soap/header/handler.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/soap/header/handlerset.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/soap/header/simplehandler.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/soap/mapping/factory.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/soap/mapping/mapping.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/soap/mapping/registry.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/soap/mapping/rubytypeFactory.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/soap/mapping/typeMap.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/soap/mapping/wsdlencodedregistry.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/soap/mapping/wsdlliteralregistry.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/soap/rpc/cgistub.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/soap/rpc/driver.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/soap/rpc/element.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/soap/rpc/httpserver.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/soap/rpc/proxy.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/soap/rpc/router.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/soap/rpc/rpc.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/soap/rpc/soaplet.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/soap/rpc/standaloneServer.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/soap/attachment.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/soap/baseData.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/soap/element.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/soap/generator.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/soap/httpconfigloader.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/soap/mapping.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/soap/marshal.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/soap/mimemessage.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/soap/netHttpClient.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/soap/parser.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/soap/processor.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/soap/property.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/soap/soap.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/soap/streamHandler.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/soap/wsdlDriver.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/test/unit/collector/dir.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/test/unit/collector/objectspace.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/test/unit/ui/console/testrunner.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/test/unit/ui/fox/testrunner.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/test/unit/ui/gtk/testrunner.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/test/unit/ui/gtk2/testrunner.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/test/unit/ui/tk/testrunner.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/test/unit/ui/testrunnermediator.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/test/unit/ui/testrunnerutilities.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/test/unit/util/backtracefilter.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/test/unit/util/observable.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/test/unit/util/procwrapper.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/test/unit/assertionfailederror.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/test/unit/assertions.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/test/unit/autorunner.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/test/unit/collector.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/test/unit/error.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/test/unit/failure.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/test/unit/testcase.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/test/unit/testresult.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/test/unit/testsuite.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/test/unit.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/uri/common.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/uri/ftp.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/uri/generic.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/uri/http.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/uri/https.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/uri/ldap.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/uri/ldaps.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/uri/mailto.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/webrick/httpauth/authenticator.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/webrick/httpauth/basicauth.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/webrick/httpauth/digestauth.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/webrick/httpauth/htdigest.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/webrick/httpauth/htgroup.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/webrick/httpauth/htpasswd.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/webrick/httpauth/userdb.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/webrick/httpservlet/abstract.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/webrick/httpservlet/cgi_runner.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/webrick/httpservlet/cgihandler.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/webrick/httpservlet/erbhandler.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/webrick/httpservlet/filehandler.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/webrick/httpservlet/prochandler.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/webrick/accesslog.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/webrick/cgi.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/webrick/compat.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/webrick/config.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/webrick/cookie.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/webrick/htmlutils.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/webrick/httpauth.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/webrick/httpproxy.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/webrick/httprequest.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/webrick/httpresponse.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/webrick/https.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/webrick/httpserver.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/webrick/httpservlet.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/webrick/httpstatus.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/webrick/httputils.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/webrick/httpversion.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/webrick/log.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/webrick/server.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/webrick/ssl.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/webrick/utils.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/webrick/version.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/win32/registry.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/win32/resolv.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/wsdl/soap/address.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/wsdl/soap/binding.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/wsdl/soap/body.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/wsdl/soap/cgiStubCreator.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/wsdl/soap/classDefCreator.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/wsdl/soap/classDefCreatorSupport.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/wsdl/soap/clientSkeltonCreator.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/wsdl/soap/complexType.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/wsdl/soap/data.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/wsdl/soap/definitions.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/wsdl/soap/driverCreator.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/wsdl/soap/element.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/wsdl/soap/fault.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/wsdl/soap/header.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/wsdl/soap/headerfault.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/wsdl/soap/mappingRegistryCreator.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/wsdl/soap/methodDefCreator.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/wsdl/soap/operation.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/wsdl/soap/servantSkeltonCreator.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/wsdl/soap/standaloneServerStubCreator.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/wsdl/soap/wsdl2ruby.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/wsdl/xmlSchema/all.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/wsdl/xmlSchema/annotation.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/wsdl/xmlSchema/any.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/wsdl/xmlSchema/attribute.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/wsdl/xmlSchema/choice.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/wsdl/xmlSchema/complexContent.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/wsdl/xmlSchema/complexType.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/wsdl/xmlSchema/content.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/wsdl/xmlSchema/data.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/wsdl/xmlSchema/element.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/wsdl/xmlSchema/enumeration.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/wsdl/xmlSchema/import.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/wsdl/xmlSchema/importer.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/wsdl/xmlSchema/include.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/wsdl/xmlSchema/length.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/wsdl/xmlSchema/parser.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/wsdl/xmlSchema/pattern.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/wsdl/xmlSchema/schema.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/wsdl/xmlSchema/sequence.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/wsdl/xmlSchema/simpleContent.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/wsdl/xmlSchema/simpleExtension.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/wsdl/xmlSchema/simpleRestriction.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/wsdl/xmlSchema/simpleType.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/wsdl/xmlSchema/unique.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/wsdl/xmlSchema/xsd2ruby.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/wsdl/binding.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/wsdl/data.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/wsdl/definitions.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/wsdl/documentation.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/wsdl/import.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/wsdl/importer.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/wsdl/info.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/wsdl/message.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/wsdl/operation.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/wsdl/operationBinding.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/wsdl/param.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/wsdl/parser.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/wsdl/part.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/wsdl/port.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/wsdl/portType.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/wsdl/service.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/wsdl/types.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/wsdl/wsdl.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/xmlrpc/.document
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/xmlrpc/README.txt
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/xmlrpc/base64.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/xmlrpc/client.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/xmlrpc/config.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/xmlrpc/create.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/xmlrpc/datetime.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/xmlrpc/httpserver.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/xmlrpc/marshal.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/xmlrpc/parser.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/xmlrpc/server.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/xmlrpc/utils.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/xsd/codegen/classdef.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/xsd/codegen/commentdef.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/xsd/codegen/gensupport.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/xsd/codegen/methoddef.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/xsd/codegen/moduledef.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/xsd/xmlparser/parser.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/xsd/xmlparser/xmlparser.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/xsd/xmlparser/xmlscanner.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/xsd/charset.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/xsd/codegen.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/xsd/datatypes.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/xsd/datatypes1999.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/xsd/iconvcharset.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/xsd/mapping.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/xsd/namedelements.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/xsd/ns.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/xsd/qname.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/xsd/xmlparser.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/.document
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/English.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/Env.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/README
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/Win32API.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/abbrev.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/base64.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/benchmark.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/cgi-lib.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/cgi.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/complex.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/csv.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/date.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/date2.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/debug.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/delegate.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/dl.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/drb.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/e2mmap.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/erb.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/eregex.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/expect.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/fileutils.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/finalize.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/find.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/forwardable.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/ftools.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/generator.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/getoptlong.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/getopts.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/gserver.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/importenv.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/irb.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/ipaddr.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/jcode.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/kconv.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/logger.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/mailread.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/mathn.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/matrix.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/md5.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/mkmf.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/monitor.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/mutex_m.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/observer.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/open-uri.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/open3.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/optparse.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/ostruct.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/parsearg.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/parsedate.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/pathname.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/ping.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/pp.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/prettyprint.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/profile.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/profiler.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/pstore.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rational.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/readbytes.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/resolv-replace.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/resolv.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rss.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rubyunit.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/scanf.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/securerandom.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/set.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/sha1.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/shell.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/shellwords.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/singleton.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/sync.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/thread.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/thwait.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/time.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/tmpdir.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/tracer.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/tsort.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/un.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/uri.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/webrick.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/bigdecimal/jacobian.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/bigdecimal/ludcmp.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/bigdecimal/math.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/bigdecimal/newton.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/bigdecimal/util.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/cgi/session/pstore.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/cgi/.document
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/cgi/cookie.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/cgi/core.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/cgi/html.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/cgi/session.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/cgi/util.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/date/delta/parser.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/date/delta/parser.ry
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/date/delta.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/date/format.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/drb/acl.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/drb/drb.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/drb/eq.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/drb/extserv.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/drb/extservm.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/drb/gw.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/drb/invokemethod.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/drb/observer.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/drb/ssl.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/drb/timeridconv.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/drb/unix.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/irb/cmd/chws.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/irb/cmd/fork.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/irb/cmd/help.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/irb/cmd/load.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/irb/cmd/nop.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/irb/cmd/pushws.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/irb/cmd/subirb.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/irb/ext/change-ws.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/irb/ext/history.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/irb/ext/loader.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/irb/ext/math-mode.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/irb/ext/multi-irb.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/irb/ext/save-history.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/irb/ext/tracer.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/irb/ext/use-loader.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/irb/ext/workspaces.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/irb/lc/ja/encoding_aliases.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/irb/lc/ja/error.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/irb/lc/ja/help-message
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/irb/lc/error.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/irb/lc/help-message
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/irb/completion.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/irb/context.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/irb/extend-command.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/irb/frame.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/irb/help.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/irb/init.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/irb/input-method.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/irb/inspector.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/irb/locale.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/irb/magic-file.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/irb/notifier.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/irb/output-method.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/irb/ruby-lex.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/irb/ruby-token.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/irb/slex.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/irb/src_encoding.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/irb/version.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/irb/workspace.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/irb/ws-for-case-2.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/irb/xmp.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/minitest/autorun.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/minitest/mock.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/minitest/spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/minitest/unit.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/net/.document
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/net/ftp.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/net/http.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/net/https.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/net/imap.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/net/pop.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/net/protocol.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/net/smtp.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/net/telnet.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/optparse/date.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/optparse/shellwords.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/optparse/time.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/optparse/uri.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/optparse/version.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/racc/parser.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rake/loaders/makefile.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rake/classic_namespace.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rake/clean.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rake/gempackagetask.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rake/packagetask.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rake/rake_test_loader.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rake/rdoctask.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rake/runtest.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rake/tasklib.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rake/testtask.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rake/win32.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rbconfig/datadir.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rdoc/generator/chm/chm.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rdoc/generator/html/common.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rdoc/generator/html/frameless.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rdoc/generator/html/hefss.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rdoc/generator/html/html.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rdoc/generator/html/kilmer.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rdoc/generator/html/kilmerfactory.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rdoc/generator/html/one_page_html.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rdoc/generator/texinfo/class.texinfo.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rdoc/generator/texinfo/file.texinfo.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rdoc/generator/texinfo/method.texinfo.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rdoc/generator/texinfo/texinfo.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rdoc/generator/xml/rdf.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rdoc/generator/xml/xml.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rdoc/generator/chm.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rdoc/generator/html.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rdoc/generator/ri.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rdoc/generator/texinfo.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rdoc/generator/xml.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rdoc/markup/attribute_manager.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rdoc/markup/formatter.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rdoc/markup/fragments.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rdoc/markup/inline.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rdoc/markup/lines.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rdoc/markup/preprocess.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rdoc/markup/to_flow.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rdoc/markup/to_html.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rdoc/markup/to_html_crossref.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rdoc/markup/to_latex.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rdoc/markup/to_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rdoc/markup/to_texinfo.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rdoc/parser/c.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rdoc/parser/f95.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rdoc/parser/perl.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rdoc/parser/ruby.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rdoc/parser/simple.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rdoc/ri/cache.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rdoc/ri/descriptions.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rdoc/ri/display.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rdoc/ri/driver.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rdoc/ri/formatter.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rdoc/ri/gemdirs.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rdoc/ri/paths.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rdoc/ri/reader.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rdoc/ri/util.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rdoc/ri/writer.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rdoc/README
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rdoc/code_objects.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rdoc/diagram.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rdoc/dot.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rdoc/generator.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rdoc/known_classes.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rdoc/markup.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rdoc/options.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rdoc/parser.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rdoc/rdoc.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rdoc/ri.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rdoc/stats.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rdoc/template.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rdoc/tokenstream.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rexml/dtd/attlistdecl.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rexml/dtd/dtd.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rexml/dtd/elementdecl.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rexml/dtd/entitydecl.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rexml/dtd/notationdecl.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rexml/encodings/CP-1252.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rexml/encodings/EUC-JP.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rexml/encodings/ICONV.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rexml/encodings/ISO-8859-1.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rexml/encodings/ISO-8859-15.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rexml/encodings/SHIFT-JIS.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rexml/encodings/SHIFT_JIS.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rexml/encodings/UNILE.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rexml/encodings/US-ASCII.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rexml/encodings/UTF-16.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rexml/encodings/UTF-8.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rexml/formatters/default.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rexml/formatters/pretty.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rexml/formatters/transitive.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rexml/light/node.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rexml/parsers/baseparser.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rexml/parsers/lightparser.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rexml/parsers/pullparser.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rexml/parsers/sax2parser.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rexml/parsers/streamparser.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rexml/parsers/treeparser.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rexml/parsers/ultralightparser.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rexml/parsers/xpathparser.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rexml/validation/relaxng.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rexml/validation/validation.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rexml/validation/validationexception.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rexml/attlistdecl.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rexml/attribute.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rexml/cdata.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rexml/child.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rexml/comment.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rexml/doctype.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rexml/document.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rexml/element.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rexml/encoding.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rexml/entity.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rexml/functions.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rexml/instruction.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rexml/namespace.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rexml/node.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rexml/output.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rexml/parent.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rexml/parseexception.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rexml/rexml.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rexml/quickpath.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rexml/sax2listener.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rexml/source.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rexml/streamlistener.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rexml/syncenumerator.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rexml/text.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rexml/undefinednamespaceexception.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rexml/xmldecl.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rexml/xmltokens.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rexml/xpath.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rexml/xpath_parser.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rinda/.document
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rinda/rinda.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rinda/ring.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rinda/tuplespace.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rss/content/1.0.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rss/content/2.0.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rss/dublincore/1.0.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rss/dublincore/2.0.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rss/dublincore/atom.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rss/maker/0.9.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rss/maker/1.0.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rss/maker/2.0.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rss/maker/atom.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rss/maker/base.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rss/maker/content.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rss/maker/dublincore.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rss/maker/entry.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rss/maker/feed.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rss/maker/image.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rss/maker/itunes.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rss/maker/slash.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rss/maker/syndication.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rss/maker/taxonomy.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rss/maker/trackback.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rss/0.9.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rss/1.0.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rss/2.0.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rss/atom.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rss/content.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rss/converter.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rss/dublincore.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rss/image.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rss/itunes.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rss/maker.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rss/parser.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rss/rexmlparser.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rss/rss.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rss/slash.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rss/syndication.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rss/taxonomy.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rss/trackback.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rss/utils.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rss/xml-stylesheet.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rss/xml.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rss/xmlparser.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rss/xmlscanner.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/shell/builtin-command.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/shell/command-processor.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/shell/error.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/shell/filter.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/shell/process-controller.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/shell/system-command.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/shell/version.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/test/unit/assertions.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/test/unit/testcase.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/test/unit.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/uri/.document
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/uri/common.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/uri/ftp.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/uri/generic.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/uri/http.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/uri/https.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/uri/ldap.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/uri/ldaps.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/uri/mailto.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/webrick/httpauth/authenticator.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/webrick/httpauth/basicauth.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/webrick/httpauth/digestauth.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/webrick/httpauth/htdigest.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/webrick/httpauth/htgroup.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/webrick/httpauth/htpasswd.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/webrick/httpauth/userdb.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/webrick/httpservlet/abstract.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/webrick/httpservlet/cgi_runner.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/webrick/httpservlet/cgihandler.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/webrick/httpservlet/erbhandler.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/webrick/httpservlet/filehandler.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/webrick/httpservlet/prochandler.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/webrick/accesslog.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/webrick/cgi.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/webrick/compat.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/webrick/config.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/webrick/cookie.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/webrick/htmlutils.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/webrick/httpauth.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/webrick/httpproxy.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/webrick/httprequest.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/webrick/httpresponse.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/webrick/https.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/webrick/httpserver.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/webrick/httpservlet.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/webrick/httpstatus.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/webrick/httputils.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/webrick/httpversion.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/webrick/log.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/webrick/server.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/webrick/ssl.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/webrick/utils.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/webrick/version.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/win32/registry.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/win32/resolv.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/xmlrpc/.document
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/xmlrpc/README.rdoc
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/xmlrpc/README.txt
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/xmlrpc/base64.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/xmlrpc/client.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/xmlrpc/config.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/xmlrpc/create.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/xmlrpc/datetime.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/xmlrpc/httpserver.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/xmlrpc/marshal.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/xmlrpc/parser.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/xmlrpc/server.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/xmlrpc/utils.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/yaml/baseemitter.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/yaml/basenode.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/yaml/constants.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/yaml/dbm.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/yaml/encoding.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/yaml/error.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/yaml/loader.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/yaml/rubytypes.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/yaml/store.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/yaml/stream.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/yaml/stringio.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/yaml/syck.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/yaml/tag.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/yaml/types.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/yaml/yamlnode.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/yaml/ypath.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/English.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/README
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/Win32API.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/abbrev.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/base64.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/benchmark.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/cgi.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/cmath.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/complex.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/csv.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/date.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/debug.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/delegate.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/drb.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/e2mmap.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/erb.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/fileutils.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/find.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/forwardable.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/getoptlong.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/gserver.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/ipaddr.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/irb.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/logger.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/mathn.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/matrix.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/mkmf.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/monitor.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/mutex_m.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/observer.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/open-uri.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/open3.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/optparse.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/ostruct.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/pathname.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/pp.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/prettyprint.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/prime.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/profile.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/profiler.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/pstore.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rake.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rational.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rdoc.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/resolv-replace.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/resolv.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rss.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/scanf.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/securerandom.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/set.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/shell.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/shellwords.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/singleton.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/sync.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/thread.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/thwait.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/time.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/tmpdir.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/un.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/tracer.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/tsort.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/ubygems.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/uri.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/webrick.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/yaml.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/cache/actionmailer-2.3.8.gem
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/cache/actionpack-2.3.8.gem
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/cache/activerecord-2.3.8.gem
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/cache/activerecord-jdbc-adapter-0.9.6-java.gem
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/cache/activerecord-jdbcmysql-adapter-0.9.6-java.gem
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/cache/activerecord-jdbcpostgresql-adapter-0.9.6-java.gem
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/cache/activeresource-2.3.8.gem
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/cache/activesupport-2.3.8.gem
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/cache/columnize-0.3.1.gem
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/cache/jdbc-mysql-5.0.4.gem
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/cache/jdbc-postgres-8.3.604.gem
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/cache/rack-1.1.0.gem
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/cache/rails-2.3.8.gem
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/cache/rake-0.8.7.gem
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/cache/rcov-0.8.1.5.0-java.gem
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/cache/rspec-1.3.0.gem
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/cache/ruby-debug-base-0.10.3.2-java.gem
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/cache/ruby-debug-ide-0.4.6.gem
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/text-format-0.6.3/text/format.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/big5freq.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/big5prober.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/chardistribution.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/charsetgroupprober.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/charsetprober.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/codingstatemachine.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/constants.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/escprober.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/escsm.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/eucjpprober.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/euckrfreq.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/euckrprober.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/euctwfreq.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/euctwprober.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/gb2312freq.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/gb2312prober.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/hebrewprober.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/jisfreq.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/jpcntx.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/latin1prober.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/langbulgarianmodel.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/langcyrillicmodel.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/langgreekmodel.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/langhebrewmodel.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/langhungarianmodel.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/langthaimodel.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/mbcharsetprober.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/mbcsgroupprober.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/mbcssm.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/sbcharsetprober.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/sbcsgroupprober.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/sjisprober.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/universaldetector.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/utf8prober.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/COPYING
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/README
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/tmail-1.2.7/tmail/Makefile
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/tmail-1.2.7/tmail/address.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/tmail-1.2.7/tmail/attachments.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/tmail-1.2.7/tmail/base64.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/tmail-1.2.7/tmail/compat.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/tmail-1.2.7/tmail/config.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/tmail-1.2.7/tmail/core_extensions.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/tmail-1.2.7/tmail/encode.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/tmail-1.2.7/tmail/header.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/tmail-1.2.7/tmail/index.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/tmail-1.2.7/tmail/interface.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/tmail-1.2.7/tmail/loader.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/tmail-1.2.7/tmail/mail.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/tmail-1.2.7/tmail/mailbox.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/tmail-1.2.7/tmail/main.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/tmail-1.2.7/tmail/mbox.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/tmail-1.2.7/tmail/net.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/tmail-1.2.7/tmail/obsolete.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/tmail-1.2.7/tmail/parser.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/tmail-1.2.7/tmail/parser.y
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/tmail-1.2.7/tmail/port.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/tmail-1.2.7/tmail/quoting.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/tmail-1.2.7/tmail/require_arch.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/tmail-1.2.7/tmail/scanner.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/tmail-1.2.7/tmail/scanner_r.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/tmail-1.2.7/tmail/stringio.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/tmail-1.2.7/tmail/utils.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/tmail-1.2.7/tmail/version.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/tmail-1.2.7/tmail.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/text_format.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/tmail.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/adv_attr_accessor.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/base.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/helpers.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/mail_helper.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/part.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/part_container.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/quoting.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/test_case.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/test_helper.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/utils.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/version.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/actionmailer.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/test/fixtures/asset_host_mailer/email_with_asset.html.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/test/fixtures/auto_layout_mailer/hello.html.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/test/fixtures/auto_layout_mailer/multipart.text.html.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/test/fixtures/auto_layout_mailer/multipart.text.plain.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/test/fixtures/explicit_layout_mailer/logout.html.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/test/fixtures/explicit_layout_mailer/signup.html.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/test/fixtures/first_mailer/share.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/test/fixtures/helper_mailer/use_example_helper.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/test/fixtures/helper_mailer/use_helper.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/test/fixtures/helper_mailer/use_helper_method.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/test/fixtures/helper_mailer/use_mail_helper.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/test/fixtures/helpers/example_helper.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/test/fixtures/layouts/auto_layout_mailer.html.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/test/fixtures/layouts/auto_layout_mailer.text.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/test/fixtures/layouts/spam.html.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/test/fixtures/path.with.dots/funky_path_mailer/multipart_with_template_path_with_dots.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/test/fixtures/second_mailer/share.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/test/fixtures/templates/signed_up.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/test/fixtures/test_mailer/_subtemplate.text.plain.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/test/fixtures/test_mailer/body_ivar.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/test/fixtures/test_mailer/custom_templating_extension.text.html.haml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/test/fixtures/test_mailer/custom_templating_extension.text.plain.haml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/test/fixtures/test_mailer/implicitly_multipart_example.ignored.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/test/fixtures/test_mailer/implicitly_multipart_example.rhtml.bak
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/test/fixtures/test_mailer/implicitly_multipart_example.text.html.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/test/fixtures/test_mailer/implicitly_multipart_example.text.plain.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/test/fixtures/test_mailer/implicitly_multipart_example.text.yaml.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/test/fixtures/test_mailer/included_subtemplate.text.plain.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/test/fixtures/test_mailer/rxml_template.builder
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/test/fixtures/test_mailer/rxml_template.rxml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/test/fixtures/test_mailer/signed_up.html.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/test/fixtures/test_mailer/signed_up_with_url.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/test/fixtures/raw_email
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/test/fixtures/raw_email10
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/test/fixtures/raw_email12
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/test/fixtures/raw_email13
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/test/fixtures/raw_email2
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/test/fixtures/raw_email3
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/test/fixtures/raw_email4
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/test/fixtures/raw_email5
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/test/fixtures/raw_email6
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/test/fixtures/raw_email7
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/test/fixtures/raw_email8
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/test/fixtures/raw_email9
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/test/fixtures/raw_email_quoted_with_0d0a
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/test/fixtures/raw_email_with_invalid_characters_in_content_type
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/test/fixtures/raw_email_with_nested_attachment
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/test/fixtures/raw_email_with_partially_quoted_subject
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/test/abstract_unit.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/test/asset_host_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/test/delivery_method_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/test/mail_helper_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/test/mail_layout_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/test/mail_render_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/test/mail_service_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/test/quoting_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/test/test_helper_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/test/tmail_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/test/url_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/CHANGELOG
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/MIT-LICENSE
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/README
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/Rakefile
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/install.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/assertions/dom_assertions.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/assertions/model_assertions.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/assertions/response_assertions.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/assertions/routing_assertions.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/assertions/selector_assertions.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/assertions/tag_assertions.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/caching/actions.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/caching/fragments.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/caching/pages.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/caching/sweeper.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/caching/sweeping.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/cgi_ext/cookie.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/cgi_ext/query_extension.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/cgi_ext/stdinput.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/routing/builder.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/routing/optimisations.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/routing/recognition_optimisation.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/routing/route.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/routing/route_set.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/routing/routing_ext.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/routing/segments.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/session/abstract_store.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/session/cookie_store.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/session/mem_cache_store.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/templates/rescues/_request_and_response.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/templates/rescues/_trace.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/templates/rescues/diagnostics.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/templates/rescues/layout.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/templates/rescues/missing_template.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/templates/rescues/routing_error.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/templates/rescues/template_error.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/templates/rescues/unknown_action.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/vendor/html-scanner/html/document.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/vendor/html-scanner/html/node.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/vendor/html-scanner/html/sanitizer.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/vendor/html-scanner/html/selector.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/vendor/html-scanner/html/tokenizer.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/vendor/html-scanner/html/version.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/vendor/html-scanner.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/base.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/benchmarking.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/caching.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/cgi_ext.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/cgi_process.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/cookies.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/dispatcher.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/failsafe.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/filters.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/flash.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/headers.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/helpers.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/http_authentication.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/integration.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/layout.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/middleware_stack.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/middlewares.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/mime_responds.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/mime_type.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/mime_types.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/params_parser.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/performance_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/polymorphic_routes.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/rack_lint_patch.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/record_identifier.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/reloader.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/request.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/request_forgery_protection.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/rescue.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/resources.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/response.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/routing.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/session_management.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/status_codes.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/streaming.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/string_coercion.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/test_case.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/test_process.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/translation.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/uploaded_file.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/url_rewriter.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/verification.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_pack/version.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_view/helpers/active_record_helper.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_view/helpers/asset_tag_helper.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_view/helpers/atom_feed_helper.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_view/helpers/benchmark_helper.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_view/helpers/cache_helper.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_view/helpers/capture_helper.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_view/helpers/date_helper.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_view/helpers/debug_helper.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_view/helpers/form_helper.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_view/helpers/form_options_helper.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_view/helpers/form_tag_helper.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_view/helpers/javascript_helper.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_view/helpers/number_helper.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_view/helpers/prototype_helper.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_view/helpers/raw_output_helper.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_view/helpers/record_identification_helper.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_view/helpers/sanitize_helper.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_view/helpers/record_tag_helper.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_view/helpers/scriptaculous_helper.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_view/helpers/tag_helper.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_view/helpers/text_helper.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_view/helpers/translation_helper.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_view/helpers/url_helper.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_view/locale/en.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_view/template_handlers/builder.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_view/template_handlers/erb.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_view/template_handlers/rjs.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_view/base.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_view/helpers.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_view/inline_template.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_view/partials.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_view/paths.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_view/reloadable_template.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_view/renderable.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_view/renderable_partial.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_view/template.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_view/template_error.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_view/template_handler.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_view/template_handlers.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_view/test_case.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_pack.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_view.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/actionpack.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/activerecord/active_record_store_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/activerecord/render_partial_with_record_identification_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/controller_fixtures/app/controllers/admin/user_controller.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/controller_fixtures/app/controllers/user_controller.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/controller_fixtures/vendor/plugins/bad_plugin/lib/plugin_controller.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/deprecation/deprecated_base_methods_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/html-scanner/cdata_node_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/html-scanner/document_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/html-scanner/node_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/html-scanner/sanitizer_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/html-scanner/tag_node_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/html-scanner/text_node_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/html-scanner/tokenizer_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/request/json_params_parsing_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/request/multipart_params_parsing_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/request/query_string_parsing_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/request/test_request_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/request/url_encoded_params_parsing_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/request/xml_params_parsing_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/session/cookie_store_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/session/mem_cache_store_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/session/test_session_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/action_pack_assertions_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/addresses_render_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/assert_select_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/base_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/benchmark_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/caching_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/capture_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/content_type_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/cookie_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/dispatcher_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/dom_assertions_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/failsafe_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/fake_controllers.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/fake_models.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/filter_params_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/filters_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/flash_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/header_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/helper_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/http_basic_authentication_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/http_digest_authentication_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/integration_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/layout_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/localized_templates_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/logging_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/middleware_stack_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/mime_responds_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/mime_type_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/output_escaping_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/rack_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/polymorphic_routes_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/record_identifier_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/redirect_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/reloader_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/render_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/request_forgery_protection_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/request_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/rescue_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/resources_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/routing_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/selector_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/send_file_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/test_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/translation_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/url_rewriter_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/verification_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/view_paths_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/webservice_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/addresses/list.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/alternate_helpers/foo_helper.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/bad_customers/_bad_customer.html.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/content_type/render_default_content_types_for_respond_to.rhtml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/content_type/render_default_for_rhtml.rhtml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/content_type/render_default_for_rjs.rjs
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/content_type/render_default_for_rxml.rxml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/customers/_customer.html.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/db_definitions/sqlite.sql
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/developers/_developer.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/failsafe/500.html
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/fun/games/_game.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/fun/games/hello_world.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/fun/serious/games/_game.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/functional_caching/_partial.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/functional_caching/formatted_fragment_cached.html.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/functional_caching/formatted_fragment_cached.js.rjs
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/functional_caching/formatted_fragment_cached.xml.builder
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/functional_caching/fragment_cached.html.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/functional_caching/html_fragment_cached_with_partial.html.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/functional_caching/inline_fragment_cached.html.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/functional_caching/js_fragment_cached_with_partial.js.rjs
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/good_customers/_good_customer.html.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/helpers/fun/games_helper.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/helpers/fun/pdf_helper.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/helpers/abc_helper.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/layout_tests/alt/layouts/alt.rhtml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/layout_tests/alt/hello.rhtml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/layout_tests/layouts/controller_name_space/nested.rhtml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/layout_tests/layouts/item.rhtml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/layout_tests/layouts/layout_test.rhtml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/layout_tests/layouts/multiple_extensions.html.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/layout_tests/layouts/third_party_template_library.mab
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/layout_tests/views/hello.rhtml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/layout_tests/abs_path_layout.rhtml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/layouts/_column.html.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/layouts/block_with_layout.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/layouts/builder.builder
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/layouts/default_html.html.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/layouts/partial_with_layout.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/layouts/standard.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/layouts/talk_from_action.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/layouts/xhr.html.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/layouts/yield.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/localized/hello_world.de.html
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/localized/hello_world.en.html
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/mascots/_mascot.html.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/multipart/binary_file
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/multipart/boundary_problem_file
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/multipart/bracketed_param
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/multipart/empty
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/multipart/hello.txt
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/multipart/large_text_file
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/multipart/mixed_files
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/multipart/mona_lisa.jpg
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/multipart/none
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/multipart/single_parameter
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/multipart/text_file
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/override/test/hello_world.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/override2/layouts/test/sub.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/post_test/layouts/post.html.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/post_test/layouts/super_post.iphone.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/post_test/post/index.html.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/post_test/post/index.iphone.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/post_test/super_post/index.html.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/post_test/super_post/index.iphone.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/projects/_project.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/public/absolute/test.css
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/public/absolute/test.js
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/public/images/rails.png
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/public/javascripts/subdir/subdir.js
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/public/javascripts/application.js
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/public/javascripts/bank.js
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/public/javascripts/controls.js
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/public/javascripts/dragdrop.js
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/public/javascripts/effects.js
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/public/javascripts/prototype.js
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/public/javascripts/robber.js
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/public/javascripts/version.1.0.js
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/public/stylesheets/subdir/subdir.css
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/public/stylesheets/bank.css
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/public/stylesheets/robber.css
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/public/stylesheets/version.1.0.css
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/public/404.html
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/public/500.da.html
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/public/500.html
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/quiz/questions/_question.html.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/replies/_reply.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/respond_to/layouts/missing.html.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/respond_to/layouts/standard.html.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/respond_to/layouts/standard.iphone.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/respond_to/all_types_with_layout.html.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/respond_to/all_types_with_layout.js.rjs
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/respond_to/custom_constant_handling_without_block.mobile.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/respond_to/iphone_with_html_response_type.html.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/respond_to/iphone_with_html_response_type.iphone.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/respond_to/using_defaults.html.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/respond_to/using_defaults.js.rjs
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/respond_to/using_defaults.xml.builder
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/respond_to/using_defaults_with_type_list.html.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/respond_to/using_defaults_with_type_list.js.rjs
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/respond_to/using_defaults_with_type_list.xml.builder
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/scope/test/modgreet.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/symlink_parent/symlinked_layout.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/dot.directory/render_file_with_ivar.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/_counter.html.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/_customer.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/_customer_counter.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/_customer_counter_with_as.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/_customer_greeting.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/_customer_with_var.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/_form.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/_from_helper.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/_hash_greeting.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/_hash_object.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/_hello.builder
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/_labelling_form.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/_layout_for_block_with_args.html.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/_layout_for_partial.html.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/_local_inspector.html.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/_one.html.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/_partial.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/_partial.html.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/_partial.js.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/_partial_for_use_in_layout.html.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/_partial_only.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/_partial_with_only_html_version.html.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/_person.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/_raise.html.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/_two.html.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/_utf8_partial.html.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/_utf8_partial_magic.html.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/action_talk_to_layout.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/array_translation.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/capturing.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/list.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/calling_partial_with_layout.html.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/content_for.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/content_for_concatenated.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/content_for_with_parameter.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/delete_with_js.rjs
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/dont_pick_me
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/enum_rjs_test.rjs
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/formatted_html_erb.html.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/formatted_xml_erb.builder
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/formatted_xml_erb.html.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/formatted_xml_erb.xml.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/greeting.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/greeting.js.rjs
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/hello.builder
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/hello_world.da.html.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/hello_world.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/hello_world.pt-BR.html.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/hello_world_container.builder
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/hello_world_from_rxml.builder
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/hello_world_with_layout_false.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/hello_xml_world.builder
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/hyphen-ated.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/implicit_content_type.atom.builder
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/nested_layout.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/non_erb_block_content_for.builder
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/potential_conflicts.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/render_explicit_html_template.js.rjs
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/render_file_from_template.html.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/render_file_with_ivar.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/render_file_with_locals.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/render_implicit_html_template.js.rjs
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/render_implicit_html_template_from_xhr_request.da.html.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/render_implicit_html_template_from_xhr_request.html.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/render_implicit_js_template_without_layout.js.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/render_to_string_test.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/scoped_array_translation.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/sub_template_raise.html.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/template.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/translation.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/update_element_with_capture.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/utf8.html.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/using_layout_around_block.html.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/using_layout_around_block_with_args.html.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/utf8_magic.html.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/utf8_magic_with_bare_partial.html.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/topics/_topic.html.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/_top_level_partial.html.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/_top_level_partial_only.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/companies.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/company.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/developer.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/developers.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/developers_projects.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/mascot.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/mascots.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/project.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/projects.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/replies.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/reply.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/shared.html.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/topic.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/topics.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/template/active_record_helper_i18n_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/template/active_record_helper_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/template/asset_tag_helper_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/template/atom_feed_helper_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/template/benchmark_helper_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/template/compiled_templates_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/template/date_helper_i18n_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/template/date_helper_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/template/erb_util_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/template/form_helper_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/template/form_options_helper_i18n_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/template/form_options_helper_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/template/form_tag_helper_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/template/render_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/template/javascript_helper_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/template/number_helper_i18n_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/template/number_helper_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/template/prototype_helper_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/template/raw_output_helper_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/template/record_tag_helper_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/template/sanitize_helper_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/template/scriptaculous_helper_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/template/tag_helper_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/template/template_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/template/test_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/template/text_helper_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/template/translation_helper_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/template/url_helper_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/view/test_case_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/abstract_unit.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/active_record_unit.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/adv_attr_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/testing_sandbox.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/CHANGELOG
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/MIT-LICENSE
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/README
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/RUNNING_UNIT_TESTS
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/Rakefile
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/install.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/examples/associations.png
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/examples/performance.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/examples/performance.sql
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/associations/association_collection.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/associations/association_proxy.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/associations/belongs_to_association.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/associations/belongs_to_polymorphic_association.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/associations/has_and_belongs_to_many_association.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/associations/has_many_association.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/associations/has_many_through_association.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/associations/has_one_association.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/associations/has_one_through_association.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/connection_adapters/abstract/connection_pool.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/connection_adapters/abstract/connection_specification.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/connection_adapters/abstract/database_limits.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/connection_adapters/abstract/database_statements.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/connection_adapters/abstract/query_cache.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/connection_adapters/abstract/quoting.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/connection_adapters/abstract/schema_definitions.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/connection_adapters/abstract/schema_statements.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/connection_adapters/abstract_adapter.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/connection_adapters/mysql_adapter.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/connection_adapters/postgresql_adapter.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/connection_adapters/sqlite3_adapter.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/connection_adapters/sqlite_adapter.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/locale/en.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/locking/optimistic.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/locking/pessimistic.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/serializers/json_serializer.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/serializers/xml_serializer.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/aggregations.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/association_preload.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/associations.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/attribute_methods.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/autosave_association.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/base.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/batches.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/calculations.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/callbacks.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/dirty.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/dynamic_finder_match.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/dynamic_scope_match.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/fixtures.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/migration.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/named_scope.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/nested_attributes.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/observer.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/query_cache.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/reflection.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/schema.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/schema_dumper.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/serialization.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/session_store.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/test_case.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/timestamp.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/transactions.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/validations.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/version.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/activerecord.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/assets/example.log
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/assets/flowers.jpg
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/associations/belongs_to_associations_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/associations/callbacks_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/associations/cascaded_eager_loading_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/associations/eager_load_includes_full_sti_class_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/associations/eager_load_nested_include_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/associations/eager_singularization_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/associations/eager_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/associations/extension_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/associations/habtm_join_table_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/associations/has_and_belongs_to_many_associations_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/associations/has_many_associations_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/associations/has_many_through_associations_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/associations/has_one_associations_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/associations/has_one_through_associations_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/associations/inner_join_association_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/associations/inverse_associations_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/associations/join_model_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/aaa_create_tables_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/active_schema_test_mysql.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/active_schema_test_postgresql.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/adapter_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/aggregations_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/ar_schema_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/associations_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/attribute_methods_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/autosave_association_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/base_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/batches_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/binary_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/calculations_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/callbacks_observers_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/callbacks_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/class_inheritable_attributes_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/column_alias_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/column_definition_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/connection_pool_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/connection_test_firebird.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/connection_test_mysql.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/copy_table_test_sqlite.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/database_statements_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/datatype_test_postgresql.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/date_time_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/default_test_firebird.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/defaults_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/deprecated_finder_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/dirty_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/encoding_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/finder_respond_to_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/finder_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/fixtures_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/helper.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/i18n_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/inheritance_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/invalid_date_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/json_serialization_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/lifecycle_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/locking_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/method_scoping_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/migration_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/migration_test_firebird.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/mixin_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/modules_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/multiple_db_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/named_scope_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/nested_attributes_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/pk_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/pooled_connections_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/query_cache_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/readonly_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/reflection_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/reload_models_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/repair_helper.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/reserved_word_test_mysql.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/sanitize_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/schema_authorization_test_postgresql.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/schema_dumper_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/schema_test_postgresql.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/serialization_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/synonym_test_oracle.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/timestamp_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/transactions_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/unconnected_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/validations_i18n_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/validations_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/xml_serialization_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/yaml_serialization_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/connections/jdbc_jdbcderby/connection.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/connections/jdbc_jdbch2/connection.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/connections/jdbc_jdbchsqldb/connection.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/connections/jdbc_jdbcmysql/connection.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/connections/jdbc_jdbcpostgresql/connection.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/connections/jdbc_jdbcsqlite3/connection.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/connections/native_db2/connection.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/connections/native_firebird/connection.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/connections/native_frontbase/connection.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/connections/native_mysql/connection.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/connections/native_openbase/connection.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/connections/native_oracle/connection.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/connections/native_postgresql/connection.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/connections/native_sqlite/connection.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/connections/native_sqlite3/connection.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/connections/native_sqlite3/in_memory_connection.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/connections/native_sybase/connection.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/all/developers.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/all/people.csv
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/all/tasks.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/categories/subsubdir/arbitrary_filename.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/categories/special_categories.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/naked/csv/accounts.csv
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/naked/yml/accounts.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/naked/yml/companies.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/naked/yml/courses.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/reserved_words/distinct.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/reserved_words/distincts_selects.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/reserved_words/group.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/reserved_words/select.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/reserved_words/values.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/accounts.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/author_addresses.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/author_favorites.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/authors.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/binaries.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/books.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/categories.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/categories_ordered.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/categories_posts.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/categorizations.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/clubs.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/comments.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/companies.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/computers.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/courses.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/customers.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/developers.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/developers_projects.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/edges.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/entrants.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/faces.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/fixture_database.sqlite
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/fixture_database.sqlite3
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/fixture_database_2.sqlite
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/fixture_database_2.sqlite3
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/fk_test_has_fk.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/fk_test_has_pk.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/funny_jokes.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/interests.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/items.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/jobs.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/legacy_things.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/mateys.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/member_types.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/members.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/memberships.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/men.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/minimalistics.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/mixed_case_monkeys.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/mixins.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/movies.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/organizations.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/owners.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/parrots.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/parrots_pirates.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/people.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/pets.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/pirates.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/posts.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/price_estimates.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/projects.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/readers.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/references.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/ships.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/sponsors.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/subscribers.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/subscriptions.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/taggings.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/tags.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/tasks.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/topics.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/toys.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/treasures.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/vertices.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/warehouse-things.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/zines.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/migrations/broken/100_migration_that_raises_exception.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/migrations/decimal/1_give_me_big_numbers.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/migrations/duplicate/1_people_have_last_names.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/migrations/duplicate/2_we_need_reminders.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/migrations/duplicate/3_foo.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/migrations/duplicate/3_innocent_jointable.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/migrations/duplicate_names/20080507052938_chunky.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/migrations/duplicate_names/20080507053028_chunky.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/migrations/interleaved/pass_1/3_innocent_jointable.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/migrations/interleaved/pass_2/1_people_have_last_names.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/migrations/interleaved/pass_2/3_innocent_jointable.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/migrations/interleaved/pass_3/1_people_have_last_names.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/migrations/interleaved/pass_3/2_i_raise_on_down.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/migrations/interleaved/pass_3/3_innocent_jointable.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/migrations/missing/1000_people_have_middle_names.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/migrations/missing/1_people_have_last_names.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/migrations/missing/3_we_need_reminders.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/migrations/missing/4_innocent_jointable.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/migrations/valid/1_people_have_last_names.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/migrations/valid/2_we_need_reminders.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/migrations/valid/3_innocent_jointable.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/models/author.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/models/auto_id.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/models/binary.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/models/bird.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/models/book.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/models/categorization.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/models/category.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/models/citation.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/models/club.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/models/column_name.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/models/comment.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/models/company.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/models/company_in_module.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/models/computer.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/models/contact.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/models/contract.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/models/course.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/models/customer.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/models/default.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/models/developer.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/models/edge.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/models/entrant.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/models/essay.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/models/face.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/models/event.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/models/event_author.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/models/guid.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/models/interest.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/models/invoice.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/models/item.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/models/job.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/models/joke.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/models/keyboard.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/models/legacy_thing.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/models/line_item.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/models/man.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/models/matey.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/models/member.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/models/member_detail.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/models/member_type.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/models/membership.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/models/minimalistic.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/models/mixed_case_monkey.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/models/movie.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/models/order.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/models/organization.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/models/owner.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/models/parrot.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/models/person.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/models/pet.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/models/pirate.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/models/post.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/models/price_estimate.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/models/project.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/models/reader.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/models/reference.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/models/reply.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/models/ship.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/models/ship_part.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/models/sponsor.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/models/subject.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/models/subscriber.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/models/subscription.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/models/tag.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/models/tagging.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/models/task.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/models/topic.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/models/toy.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/models/treasure.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/models/vertex.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/models/warehouse_thing.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/models/zine.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/schema/mysql_specific_schema.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/schema/postgresql_specific_schema.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/schema/schema.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/schema/schema2.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/schema/sqlite_specific_schema.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/config.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/CHANGELOG
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/README
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/RUNNING_UNIT_TESTS
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/Rakefile
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/install.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/lib/active_record/connection_adapters/cachedb_adapter.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/lib/active_record/connection_adapters/derby_adapter.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/lib/active_record/connection_adapters/h2_adapter.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/lib/active_record/connection_adapters/hsqldb_adapter.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/lib/active_record/connection_adapters/informix_adapter.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/lib/active_record/connection_adapters/jdbc_adapter.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/lib/active_record/connection_adapters/jdbc_adapter_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/lib/active_record/connection_adapters/jndi_adapter.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/lib/active_record/connection_adapters/mssql_adapter.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/lib/active_record/connection_adapters/mysql_adapter.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/lib/active_record/connection_adapters/oracle_adapter.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/lib/active_record/connection_adapters/postgresql_adapter.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/lib/active_record/connection_adapters/sqlite3_adapter.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/lib/arel/engines/sql/compilers/db2_compiler.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/lib/arel/engines/sql/compilers/derby_compiler.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/lib/arel/engines/sql/compilers/h2_compiler.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/lib/arel/engines/sql/compilers/hsqldb_compiler.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/lib/arel/engines/sql/compilers/jdbc_compiler.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/lib/generators/jdbc/jdbc_generator.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/lib/jdbc_adapter/jdbc.rake
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/lib/jdbc_adapter/jdbc_adapter_internal.jar
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/lib/jdbc_adapter/jdbc_cachedb.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/lib/jdbc_adapter/jdbc_db2.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/lib/jdbc_adapter/jdbc_derby.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/lib/jdbc_adapter/jdbc_firebird.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/lib/jdbc_adapter/jdbc_hsqldb.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/lib/jdbc_adapter/jdbc_informix.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/lib/jdbc_adapter/jdbc_mimer.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/lib/jdbc_adapter/jdbc_mssql.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/lib/jdbc_adapter/jdbc_mysql.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/lib/jdbc_adapter/jdbc_oracle.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/lib/jdbc_adapter/jdbc_postgre.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/lib/jdbc_adapter/jdbc_sqlite3.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/lib/jdbc_adapter/jdbc_sybase.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/lib/jdbc_adapter/missing_functionality_helper.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/lib/jdbc_adapter/railtie.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/lib/jdbc_adapter/rake_tasks.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/lib/jdbc_adapter/tsql_helper.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/lib/jdbc_adapter/version.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/lib/activerecord-jdbc-adapter.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/lib/jdbc_adapter.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/lib/pg.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/rails_generators/templates/config/initializers/jdbc.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/rails_generators/templates/lib/tasks/jdbc.rake
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/rails_generators/jdbc_generator.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/rakelib/compile.rake
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/rakelib/package.rake
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/rakelib/rails.rake
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/rakelib/test.rake
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/src/java/jdbc_adapter/JdbcAdapterInternalService.java
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/src/java/jdbc_adapter/JdbcConnectionFactory.java
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/src/java/jdbc_adapter/JdbcDerbySpec.java
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/src/java/jdbc_adapter/JdbcMySQLSpec.java
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/src/java/jdbc_adapter/MssqlRubyJdbcConnection.java
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/src/java/jdbc_adapter/PostgresRubyJdbcConnection.java
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/src/java/jdbc_adapter/RubyJdbcConnection.java
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/src/java/jdbc_adapter/SQLBlock.java
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/src/java/jdbc_adapter/Sqlite3RubyJdbcConnection.java
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/activerecord/connection_adapters/type_conversion_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/activerecord/connections/native_jdbc_mysql/connection.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/db/cachedb.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/db/db2.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/db/derby.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/db/h2.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/db/hsqldb.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/db/informix.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/db/jdbc.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/db/jndi_config.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/db/logger.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/db/mssql.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/db/mysql.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/db/oracle.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/db/postgres.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/db/sqlite3.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/jdbc_adapter/jdbc_db2_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/jdbc_adapter/jdbc_sybase_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/minirunit/testConnect.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/minirunit/testH2.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/minirunit/testHsqldb.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/minirunit/testLoadActiveRecord.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/minirunit/testMysql.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/minirunit/testRawSelect.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/models/add_not_null_column_to_table.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/models/auto_id.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/models/data_types.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/models/entry.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/models/mixed_case.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/models/reserved_word.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/models/string_id.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/models/validates_uniqueness_of_string.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/abstract_db_create.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/cachedb_simple_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/db2_simple_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/derby_migration_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/derby_multibyte_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/derby_simple_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/generic_jdbc_connection_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/h2_simple_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/has_many_through.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/helper.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/hsqldb_simple_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/informix_simple_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/jdbc_common.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/jndi_callbacks_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/jndi_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/manualTestDatabase.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/minirunit.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/mssql_db_create_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/mssql_identity_insert_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/mssql_legacy_types_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/mssql_limit_offset_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/mssql_multibyte_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/mssql_simple_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/mysql_db_create_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/mysql_info_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/mysql_multibyte_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/mysql_nonstandard_primary_key_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/mysql_simple_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/simple.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/oracle_simple_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/pick_rails_version.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/postgres_db_create_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/postgres_mixed_case_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/postgres_nonseq_pkey_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/postgres_reserved_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/postgres_schema_search_path_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/postgres_simple_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/sqlite3_simple_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/sybase_jtds_simple_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/History.txt
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/LICENSE.txt
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/Manifest.txt
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/README.txt
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/Rakefile
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbcmysql-adapter-0.9.6-java/lib/active_record/connection_adapters/jdbcmysql_adapter.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbcmysql-adapter-0.9.6-java/LICENSE.txt
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbcmysql-adapter-0.9.6-java/Manifest.txt
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbcmysql-adapter-0.9.6-java/README.txt
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbcmysql-adapter-0.9.6-java/Rakefile
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbcpostgresql-adapter-0.9.6-java/lib/active_record/connection_adapters/jdbcpostgresql_adapter.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbcpostgresql-adapter-0.9.6-java/LICENSE.txt
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbcpostgresql-adapter-0.9.6-java/Manifest.txt
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbcpostgresql-adapter-0.9.6-java/README.txt
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbcpostgresql-adapter-0.9.6-java/Rakefile
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activeresource-2.3.8/lib/active_resource/formats/json_format.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activeresource-2.3.8/lib/active_resource/formats/xml_format.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activeresource-2.3.8/lib/active_resource/base.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activeresource-2.3.8/lib/active_resource/connection.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activeresource-2.3.8/lib/active_resource/custom_methods.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activeresource-2.3.8/lib/active_resource/exceptions.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activeresource-2.3.8/lib/active_resource/formats.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activeresource-2.3.8/lib/active_resource/http_mock.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activeresource-2.3.8/lib/active_resource/validations.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activeresource-2.3.8/lib/active_resource/version.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activeresource-2.3.8/lib/active_resource.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activeresource-2.3.8/lib/activeresource.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activeresource-2.3.8/test/base/custom_methods_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activeresource-2.3.8/test/base/equality_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activeresource-2.3.8/test/base/load_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activeresource-2.3.8/test/fixtures/beast.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activeresource-2.3.8/test/fixtures/customer.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activeresource-2.3.8/test/fixtures/person.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activeresource-2.3.8/test/fixtures/proxy.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activeresource-2.3.8/test/fixtures/street_address.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activeresource-2.3.8/test/abstract_unit.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activeresource-2.3.8/test/authorization_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activeresource-2.3.8/test/base_errors_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activeresource-2.3.8/test/base_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activeresource-2.3.8/test/connection_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activeresource-2.3.8/test/debug.log
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activeresource-2.3.8/test/format_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activeresource-2.3.8/test/setter_trap.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activeresource-2.3.8/CHANGELOG
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activeresource-2.3.8/README
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activeresource-2.3.8/Rakefile
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/cache/strategy/local_cache.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/cache/compressed_mem_cache_store.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/cache/drb_store.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/cache/file_store.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/cache/mem_cache_store.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/cache/memory_store.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/cache/synchronized_memory_store.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/array/access.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/array/conversions.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/array/extract_options.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/array/grouping.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/array/random_access.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/array/wrapper.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/base64/encoding.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/bigdecimal/conversions.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/cgi/escape_skipping_slashes.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/class/attribute_accessors.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/class/delegating_attributes.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/class/inheritable_attributes.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/class/removal.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/date/behavior.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/date/calculations.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/date/conversions.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/date_time/calculations.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/date_time/conversions.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/file/atomic.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/float/rounding.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/float/time.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/hash/conversions.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/hash/deep_merge.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/hash/diff.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/hash/except.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/hash/indifferent_access.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/hash/keys.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/hash/reverse_merge.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/hash/slice.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/integer/even_odd.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/integer/inflections.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/integer/time.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/kernel/agnostics.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/kernel/daemonizing.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/kernel/debugger.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/kernel/reporting.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/kernel/requires.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/module/aliasing.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/module/attr_accessor_with_default.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/module/attr_internal.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/module/attribute_accessors.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/module/delegation.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/module/inclusion.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/module/introspection.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/module/loading.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/module/model_naming.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/module/synchronization.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/numeric/bytes.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/numeric/conversions.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/numeric/time.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/object/blank.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/object/conversions.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/object/extending.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/object/instance_variables.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/object/metaclass.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/object/misc.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/object/singleton_class.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/pathname/clean_within.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/process/daemon.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/range/blockless_step.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/range/conversions.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/range/include_range.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/range/overlaps.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/string/access.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/string/behavior.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/string/bytesize.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/string/conversions.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/string/filters.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/string/inflections.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/string/iterators.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/string/multibyte.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/string/output_safety.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/string/starts_ends_with.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/string/xchar.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/time/behavior.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/time/calculations.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/time/conversions.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/time/zones.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/array.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/base64.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/benchmark.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/bigdecimal.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/blank.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/cgi.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/class.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/date.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/date_time.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/duplicable.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/enumerable.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/exception.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/file.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/float.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/hash.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/integer.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/kernel.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/load_error.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/logger.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/module.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/name_error.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/numeric.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/object.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/pathname.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/proc.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/process.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/range.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/rexml.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/string.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/symbol.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/time.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/try.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/uri.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/json/backends/jsongem.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/json/backends/yajl.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/json/backends/yaml.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/json/encoders/date.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/json/encoders/date_time.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/json/encoders/enumerable.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/json/encoders/false_class.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/json/encoders/hash.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/json/encoders/nil_class.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/json/encoders/numeric.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/json/encoders/object.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/json/encoders/regexp.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/json/encoders/string.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/json/encoders/symbol.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/json/encoders/time.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/json/encoders/true_class.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/json/decoding.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/json/encoding.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/json/variable.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/locale/en.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/multibyte/chars.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/multibyte/exceptions.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/multibyte/unicode_database.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/multibyte/utils.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/testing/assertions.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/testing/declarative.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/testing/default.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/testing/deprecation.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/testing/performance.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/testing/setup_and_teardown.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/values/time_zone.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/values/unicode_tables.dat
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/builder-2.1.2/builder/blankslate.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/builder-2.1.2/builder/css.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/builder-2.1.2/builder/xchar.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/builder-2.1.2/builder/xmlbase.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/builder-2.1.2/builder/xmlevents.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/builder-2.1.2/builder/xmlmarkup.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/builder-2.1.2/blankslate.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/builder-2.1.2/builder.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/i18n-0.3.7/i18n/backend/active_record/missing.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/i18n-0.3.7/i18n/backend/active_record/store_procs.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/i18n-0.3.7/i18n/backend/active_record/translation.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/i18n-0.3.7/i18n/backend/active_record.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/i18n-0.3.7/i18n/backend/base.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/i18n-0.3.7/i18n/backend/cache.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/i18n-0.3.7/i18n/backend/cascade.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/i18n-0.3.7/i18n/backend/chain.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/i18n-0.3.7/i18n/backend/cldr.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/i18n-0.3.7/i18n/backend/fallbacks.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/i18n-0.3.7/i18n/backend/fast.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/i18n-0.3.7/i18n/backend/gettext.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/i18n-0.3.7/i18n/backend/helpers.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/i18n-0.3.7/i18n/backend/interpolation_compiler.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/i18n-0.3.7/i18n/backend/links.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/i18n-0.3.7/i18n/backend/metadata.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/i18n-0.3.7/i18n/backend/pluralization.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/i18n-0.3.7/i18n/backend/simple.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/i18n-0.3.7/i18n/core_ext/hash/except.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/i18n-0.3.7/i18n/core_ext/hash/slice.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/i18n-0.3.7/i18n/core_ext/object/meta_class.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/i18n-0.3.7/i18n/core_ext/string/interpolate.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/i18n-0.3.7/i18n/gettext/po_parser.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/i18n-0.3.7/i18n/helpers/gettext.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/i18n-0.3.7/i18n/locale/tag/parents.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/i18n-0.3.7/i18n/locale/tag/rfc4646.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/i18n-0.3.7/i18n/locale/tag/simple.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/i18n-0.3.7/i18n/locale/fallbacks.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/i18n-0.3.7/i18n/locale/tag.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/i18n-0.3.7/i18n/backend.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/i18n-0.3.7/i18n/exceptions.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/i18n-0.3.7/i18n/gettext.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/i18n-0.3.7/i18n/helpers.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/i18n-0.3.7/i18n/locale.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/i18n-0.3.7/i18n/version.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/i18n-0.3.7/i18n.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/memcache-client-1.7.4/memcache.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Africa/Algiers.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Africa/Cairo.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Africa/Casablanca.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Africa/Harare.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Africa/Johannesburg.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Africa/Monrovia.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Africa/Nairobi.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Argentina/Buenos_Aires.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Argentina/San_Juan.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Indiana/Indianapolis.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Bogota.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Caracas.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Chicago.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Chihuahua.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Denver.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Godthab.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Guatemala.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Halifax.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Juneau.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/La_Paz.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Lima.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Los_Angeles.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Mazatlan.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Mexico_City.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Monterrey.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/New_York.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Phoenix.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Regina.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Santiago.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Sao_Paulo.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/St_Johns.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Tijuana.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Almaty.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Baghdad.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Baku.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Bangkok.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Chongqing.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Colombo.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Dhaka.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Hong_Kong.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Irkutsk.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Jakarta.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Jerusalem.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Kabul.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Kamchatka.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Karachi.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Katmandu.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Kolkata.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Krasnoyarsk.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Kuala_Lumpur.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Kuwait.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Magadan.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Muscat.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Novosibirsk.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Rangoon.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Riyadh.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Seoul.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Shanghai.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Singapore.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Taipei.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Tashkent.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Tbilisi.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Tehran.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Tokyo.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Ulaanbaatar.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Urumqi.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Vladivostok.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Yakutsk.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Yekaterinburg.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Yerevan.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Atlantic/Azores.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Atlantic/Cape_Verde.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Atlantic/South_Georgia.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Australia/Adelaide.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Australia/Brisbane.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Australia/Darwin.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Australia/Hobart.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Australia/Melbourne.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Australia/Perth.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Australia/Sydney.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Etc/UTC.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Amsterdam.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Athens.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Belgrade.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Berlin.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Bratislava.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Brussels.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Bucharest.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Budapest.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Copenhagen.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Dublin.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Helsinki.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Istanbul.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Kiev.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Lisbon.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Ljubljana.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/London.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Madrid.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Minsk.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Moscow.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Paris.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Prague.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Riga.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Rome.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Sarajevo.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Skopje.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Sofia.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Stockholm.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Tallinn.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Vienna.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Vilnius.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Warsaw.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Zagreb.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Pacific/Auckland.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Pacific/Fiji.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Pacific/Guam.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Pacific/Honolulu.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Pacific/Majuro.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Pacific/Midway.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Pacific/Noumea.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Pacific/Pago_Pago.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Pacific/Port_Moresby.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Pacific/Tongatapu.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/data_timezone.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/data_timezone_info.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/info_timezone.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/linked_timezone.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/linked_timezone_info.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/offset_rationals.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/ruby_core_support.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/time_or_datetime.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/timezone.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/timezone_definition.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/timezone_info.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/timezone_offset_info.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/timezone_period.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/timezone_transition_info.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/xml_mini/jdom.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/xml_mini/libxml.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/xml_mini/libxmlsax.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/xml_mini/nokogiri.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/xml_mini/nokogirisax.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/xml_mini/rexml.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/all.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/backtrace_cleaner.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/base64.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/basic_object.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/buffered_logger.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/cache.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/callbacks.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/dependencies.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/deprecation.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/duration.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/gzip.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/inflections.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/inflector.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/json.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/memoizable.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/message_encryptor.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/message_verifier.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/multibyte.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/option_merger.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/ordered_hash.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/ordered_options.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/rescuable.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/secure_random.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/string_inquirer.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/test_case.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/time_with_zone.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/version.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/whiny_nil.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/xml_mini.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/activesupport.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/CHANGELOG
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/README
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/columnize-0.3.1/lib/columnize.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/columnize-0.3.1/test/test-columnize.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/columnize-0.3.1/AUTHORS
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/columnize-0.3.1/COPYING
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/columnize-0.3.1/ChangeLog
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/columnize-0.3.1/NEWS
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/columnize-0.3.1/README
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/columnize-0.3.1/Rakefile
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/columnize-0.3.1/VERSION
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/jdbc-mysql-5.0.4/lib/jdbc/mysql.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/jdbc-mysql-5.0.4/lib/mysql-connector-java-5.0.4-bin.jar
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/jdbc-mysql-5.0.4/LICENSE.txt
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/jdbc-mysql-5.0.4/Manifest.txt
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/jdbc-mysql-5.0.4/README.txt
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/jdbc-mysql-5.0.4/Rakefile
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/jdbc-postgres-8.3.604/lib/jdbc/postgres.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/jdbc-postgres-8.3.604/lib/postgresql-8.3-604.jdbc3.jar
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/jdbc-postgres-8.3.604/lib/postgresql-8.3-604.jdbc4.jar
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/jdbc-postgres-8.3.604/History.txt
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/jdbc-postgres-8.3.604/LICENSE.txt
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/jdbc-postgres-8.3.604/Manifest.txt
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/jdbc-postgres-8.3.604/README.txt
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/jdbc-postgres-8.3.604/Rakefile
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/bin/rackup
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/contrib/rack_logo.svg
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/example/lobster.ru
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/example/protectedlobster.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/example/protectedlobster.ru
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/lib/rack/adapter/camping.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/lib/rack/auth/abstract/handler.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/lib/rack/auth/abstract/request.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/lib/rack/auth/digest/md5.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/lib/rack/auth/digest/nonce.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/lib/rack/auth/digest/params.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/lib/rack/auth/digest/request.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/lib/rack/auth/basic.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/lib/rack/handler/cgi.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/lib/rack/handler/evented_mongrel.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/lib/rack/handler/fastcgi.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/lib/rack/handler/lsws.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/lib/rack/handler/mongrel.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/lib/rack/handler/scgi.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/lib/rack/handler/swiftiplied_mongrel.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/lib/rack/handler/thin.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/lib/rack/handler/webrick.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/lib/rack/session/abstract/id.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/lib/rack/session/cookie.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/lib/rack/session/memcache.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/lib/rack/session/pool.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/lib/rack/builder.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/lib/rack/cascade.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/lib/rack/chunked.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/lib/rack/commonlogger.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/lib/rack/conditionalget.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/lib/rack/config.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/lib/rack/content_length.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/lib/rack/content_type.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/lib/rack/deflater.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/lib/rack/directory.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/lib/rack/etag.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/lib/rack/file.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/lib/rack/handler.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/lib/rack/head.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/lib/rack/lint.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/lib/rack/lobster.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/lib/rack/lock.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/lib/rack/logger.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/lib/rack/methodoverride.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/lib/rack/mime.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/lib/rack/mock.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/lib/rack/nulllogger.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/lib/rack/recursive.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/lib/rack/reloader.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/lib/rack/request.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/lib/rack/response.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/lib/rack/rewindable_input.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/lib/rack/runtime.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/lib/rack/sendfile.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/lib/rack/server.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/lib/rack/showexceptions.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/lib/rack/showstatus.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/lib/rack/static.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/lib/rack/urlmap.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/lib/rack/utils.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/lib/rack.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/test/spec_rack_auth_basic.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/test/spec_rack_auth_digest.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/test/spec_rack_builder.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/test/spec_rack_camping.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/test/spec_rack_cascade.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/test/spec_rack_cgi.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/test/spec_rack_chunked.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/test/spec_rack_commonlogger.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/test/spec_rack_conditionalget.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/test/spec_rack_config.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/test/spec_rack_content_length.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/test/spec_rack_content_type.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/test/spec_rack_deflater.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/test/spec_rack_directory.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/test/spec_rack_etag.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/test/spec_rack_fastcgi.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/test/spec_rack_file.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/test/spec_rack_handler.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/test/spec_rack_head.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/test/spec_rack_lint.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/test/spec_rack_lobster.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/test/spec_rack_lock.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/test/spec_rack_logger.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/test/spec_rack_methodoverride.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/test/spec_rack_mock.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/test/spec_rack_mongrel.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/test/spec_rack_nulllogger.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/test/spec_rack_recursive.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/test/spec_rack_request.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/test/spec_rack_response.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/test/spec_rack_rewindable_input.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/test/spec_rack_runtime.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/test/spec_rack_sendfile.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/test/spec_rack_session_cookie.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/test/spec_rack_session_memcache.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/test/spec_rack_session_pool.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/test/spec_rack_showexceptions.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/test/spec_rack_showstatus.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/test/spec_rack_static.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/test/spec_rack_thin.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/test/spec_rack_urlmap.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/test/spec_rack_utils.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/test/spec_rack_webrick.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/test/spec_rackup.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/COPYING
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/KNOWN-ISSUES
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/RDOX
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/README
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/SPEC
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/rack.gemspec
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/bin/performance/benchmarker
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/bin/performance/profiler
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/bin/about
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/bin/console
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/bin/dbconsole
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/bin/destroy
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/bin/generate
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/bin/plugin
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/bin/rails
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/bin/runner
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/bin/server
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/builtin/rails_info/rails/info.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/builtin/rails_info/rails/info_controller.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/builtin/rails_info/rails/info_helper.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/builtin/rails_info/rails_info_controller.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/configs/databases/frontbase.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/configs/databases/ibm_db.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/configs/databases/mysql.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/configs/databases/oracle.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/configs/databases/postgresql.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/configs/databases/sqlite2.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/configs/databases/sqlite3.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/configs/initializers/backtrace_silencers.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/configs/initializers/cookie_verification_secret.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/configs/initializers/inflections.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/configs/initializers/mime_types.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/configs/initializers/new_rails_defaults.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/configs/initializers/session_store.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/configs/locales/en.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/configs/empty.log
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/configs/routes.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/configs/seeds.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/dispatches/config.ru
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/dispatches/dispatch.fcgi
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/dispatches/dispatch.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/dispatches/gateway.cgi
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/doc/README_FOR_APP
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/environments/boot.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/environments/development.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/environments/environment.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/environments/production.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/environments/test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/files/javascripts/code_highlighter.js
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/files/javascripts/guides.js
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/files/javascripts/highlighters.js
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/files/stylesheets/main.css
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/files/stylesheets/print.css
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/files/stylesheets/reset.css
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/files/stylesheets/style.css
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/files/stylesheets/syntax.css
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/images/i18n/demo_localized_pirate.png
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/images/i18n/demo_translated_en.png
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/images/i18n/demo_translated_pirate.png
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/images/i18n/demo_translation_missing.png
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/images/i18n/demo_untranslated.png
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/images/icons/callouts/1.png
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/images/icons/callouts/10.png
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/images/icons/callouts/11.png
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/images/icons/callouts/12.png
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/images/icons/callouts/13.png
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/images/icons/callouts/14.png
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/images/icons/callouts/15.png
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/images/icons/callouts/2.png
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/images/icons/callouts/3.png
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/images/icons/callouts/4.png
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/images/icons/callouts/5.png
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/images/icons/callouts/6.png
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/images/icons/callouts/7.png
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/images/icons/callouts/8.png
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/images/icons/callouts/9.png
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/images/icons/README
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/images/icons/caution.png
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/images/icons/example.png
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/images/icons/home.png
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/images/icons/important.png
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/images/icons/next.png
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/images/icons/note.png
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/images/icons/prev.png
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/images/icons/tip.png
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/images/icons/up.png
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/images/icons/warning.png
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/images/belongs_to.png
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/images/book_icon.gif
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/images/bullet.gif
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/images/chapters_icon.gif
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/images/check_bullet.gif
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/images/credits_pic_blank.gif
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/images/csrf.png
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/images/customized_error_messages.png
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/images/error_messages.png
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/images/feature_tile.gif
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/images/footer_tile.gif
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/images/fxn.jpg
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/images/grey_bullet.gif
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/images/habtm.png
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/images/has_many.png
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/images/has_many_through.png
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/images/has_one.png
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/images/header_tile.gif
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/images/has_one_through.png
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/images/header_backdrop.png
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/images/nav_arrow.gif
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/images/polymorphic.png
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/images/posts_index.png
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/images/rails_guides_logo.gif
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/images/rails_logo_remix.gif
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/images/rails_welcome.png
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/images/session_fixation.png
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/images/tab_grey.gif
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/images/tab_info.gif
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/images/tab_note.gif
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/images/tab_red.gif
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/images/tab_yellow.gif
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/images/tab_yellow.png
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/images/validation_error_messages.png
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/rails_guides/generator.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/rails_guides/helpers.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/rails_guides/indexer.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/rails_guides/textile_extensions.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/source/2_2_release_notes.textile
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/source/2_3_release_notes.textile
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/source/action_controller_overview.textile
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/source/action_mailer_basics.textile
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/source/active_record_basics.textile
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/source/active_record_querying.textile
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/source/activerecord_validations_callbacks.textile
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/source/association_basics.textile
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/source/caching_with_rails.textile
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/source/command_line.textile
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/source/configuring.textile
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/source/contribute.textile
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/source/contributing_to_rails.textile
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/source/credits.erb.textile
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/source/debugging_rails_applications.textile
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/source/form_helpers.textile
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/source/getting_started.textile
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/source/i18n.textile
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/source/index.erb.textile
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/source/layout.html.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/source/layouts_and_rendering.textile
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/source/migrations.textile
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/source/nested_model_forms.textile
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/source/performance_testing.textile
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/source/plugins.textile
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/source/rails_on_rack.textile
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/source/routing.textile
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/source/security.textile
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/source/testing.textile
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/rails_guides.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/helpers/application_controller.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/helpers/application_helper.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/helpers/performance_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/helpers/test_helper.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/html/images/rails.png
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/html/javascripts/application.js
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/html/javascripts/controls.js
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/html/javascripts/dragdrop.js
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/html/javascripts/effects.js
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/html/javascripts/prototype.js
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/html/404.html
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/html/422.html
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/html/500.html
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/html/favicon.ico
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/html/index.html
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/html/robots.txt
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/commands/ncgi/listener
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/commands/ncgi/tracker
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/commands/performance/benchmarker.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/commands/performance/profiler.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/commands/about.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/commands/console.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/commands/dbconsole.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/commands/destroy.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/commands/generate.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/commands/plugin.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/commands/runner.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/commands/server.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/commands/update.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails/plugin/loader.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails/plugin/locator.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails/rack/debugger.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails/rack/log_tailer.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails/rack/metal.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails/rack/static.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails/backtrace_cleaner.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails/gem_builder.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails/gem_dependency.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails/plugin.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails/rack.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails/vendor_gem_source_index.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails/version.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/applications/app/scm/git.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/applications/app/scm/scm.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/applications/app/scm/svn.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/applications/app/USAGE
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/applications/app/app_generator.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/applications/app/template_runner.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/controller/templates/controller.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/controller/templates/functional_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/controller/templates/helper.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/controller/templates/helper_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/controller/templates/view.html.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/controller/USAGE
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/controller/controller_generator.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/helper/templates/helper.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/helper/templates/helper_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/helper/USAGE
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/helper/helper_generator.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/integration_test/templates/integration_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/integration_test/USAGE
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/integration_test/integration_test_generator.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/mailer/templates/fixture.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/mailer/templates/fixture.rhtml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/mailer/templates/mailer.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/mailer/templates/unit_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/mailer/templates/view.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/mailer/templates/view.rhtml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/mailer/USAGE
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/mailer/mailer_generator.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/metal/templates/metal.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/metal/USAGE
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/metal/metal_generator.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/migration/templates/migration.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/migration/USAGE
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/migration/migration_generator.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/model/templates/fixtures.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/model/templates/migration.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/model/templates/model.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/model/templates/unit_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/model/USAGE
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/model/model_generator.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/observer/templates/observer.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/observer/templates/unit_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/observer/USAGE
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/observer/observer_generator.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/performance_test/templates/performance_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/performance_test/USAGE
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/performance_test/performance_test_generator.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/plugin/templates/MIT-LICENSE
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/plugin/templates/README
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/plugin/templates/Rakefile
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/plugin/templates/USAGE
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/plugin/templates/generator.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/plugin/templates/init.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/plugin/templates/install.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/plugin/templates/plugin.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/plugin/templates/tasks.rake
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/plugin/templates/test_helper.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/plugin/templates/uninstall.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/plugin/templates/unit_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/plugin/USAGE
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/plugin/plugin_generator.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/resource/templates/controller.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/resource/templates/functional_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/resource/templates/helper.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/resource/templates/helper_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/resource/USAGE
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/resource/resource_generator.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/scaffold/templates/controller.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/scaffold/templates/functional_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/scaffold/templates/helper.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/scaffold/templates/helper_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/scaffold/templates/layout.html.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/scaffold/templates/style.css
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/scaffold/templates/view_edit.html.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/scaffold/templates/view_index.html.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/scaffold/templates/view_new.html.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/scaffold/templates/view_show.html.erb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/scaffold/USAGE
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/scaffold/scaffold_generator.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/session_migration/templates/migration.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/session_migration/USAGE
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/session_migration/session_migration_generator.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/scripts/destroy.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/scripts/generate.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/scripts/update.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/base.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/commands.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generated_attribute.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/lookup.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/manifest.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/options.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/scripts.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/secret_key_generator.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/simple_logger.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/tasks/annotations.rake
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/tasks/databases.rake
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/tasks/documentation.rake
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/tasks/framework.rake
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/tasks/gems.rake
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/tasks/log.rake
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/tasks/middleware.rake
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/tasks/misc.rake
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/tasks/rails.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/tasks/routes.rake
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/tasks/statistics.rake
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/tasks/testing.rake
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/tasks/tmp.rake
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/code_statistics.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/commands.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/console_app.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/console_sandbox.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/console_with_helpers.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/dispatcher.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/fcgi_handler.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/initializer.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/performance_test_help.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/railties_path.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/ruby_version_check.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rubyprof_ext.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/source_annotation_extractor.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/test_help.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/webrick_server.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/CHANGELOG
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/MIT-LICENSE
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/README
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/Rakefile
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/fresh_rakefile
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/bin/rake
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/doc/example/Rakefile1
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/doc/example/Rakefile2
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/doc/example/a.c
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/doc/example/b.c
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/doc/example/main.c
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/doc/release_notes/rake-0.4.14.rdoc
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/doc/release_notes/rake-0.4.15.rdoc
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/doc/release_notes/rake-0.5.0.rdoc
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/doc/release_notes/rake-0.5.3.rdoc
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/doc/release_notes/rake-0.5.4.rdoc
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/doc/release_notes/rake-0.6.0.rdoc
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/doc/release_notes/rake-0.7.0.rdoc
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/doc/release_notes/rake-0.7.1.rdoc
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/doc/release_notes/rake-0.7.2.rdoc
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/doc/release_notes/rake-0.7.3.rdoc
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/doc/release_notes/rake-0.8.0.rdoc
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/doc/release_notes/rake-0.8.2.rdoc
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/doc/release_notes/rake-0.8.3.rdoc
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/doc/release_notes/rake-0.8.4.rdoc
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/doc/release_notes/rake-0.8.5.rdoc
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/doc/release_notes/rake-0.8.6.rdoc
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/doc/release_notes/rake-0.8.7.rdoc
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/doc/command_line_usage.rdoc
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/doc/glossary.rdoc
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/doc/jamis.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/doc/proto_rake.rdoc
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/doc/rake.1.gz
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/doc/rakefile.rdoc
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/doc/rational.rdoc
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/contrib/compositepublisher.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/contrib/ftptools.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/contrib/publisher.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/contrib/rubyforgepublisher.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/contrib/sshpublisher.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/contrib/sys.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/loaders/makefile.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/alt_system.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/classic_namespace.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/clean.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/gempackagetask.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/packagetask.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rdoctask.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/ruby182_test_unit_fix.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/runtest.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/tasklib.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/testtask.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/win32.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/test/contrib/test_sys.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/test/data/chains/Rakefile
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/test/data/default/Rakefile
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/test/data/dryrun/Rakefile
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/test/data/file_creation_task/Rakefile
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/test/data/imports/Rakefile
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/test/data/imports/deps.mf
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/test/data/multidesc/Rakefile
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/test/data/namespace/Rakefile
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/test/data/rakelib/test1.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/test/data/rbext/rakefile.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/test/data/statusreturn/Rakefile
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/test/data/unittest/Rakefile
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/test/data/sample.mf
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/test/capture_stdout.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/test/check_expansion.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/test/check_no_expansion.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/test/filecreation.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/test/functional.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/test/in_environment.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/test/rake_test_setup.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/test/reqfile.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/test/reqfile2.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/test/session_functional.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/test/shellcommand.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/test/test_application.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/test/test_clean.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/test/test_definitions.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/test/test_earlytime.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/test/test_extension.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/test/test_file_task.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/test/test_file_creation_task.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/test/test_filelist.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/test/test_fileutils.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/test/test_ftp.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/test/test_invocation_chain.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/test/test_makefile_loader.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/test/test_multitask.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/test/test_namespace.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/test/test_package_task.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/test/test_pathmap.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/test/test_pseudo_status.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/test/test_rake.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/test/test_rdoc_task.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/test/test_require.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/test/test_rules.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/test/test_task_arguments.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/test/test_task_manager.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/test/test_tasklib.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/test/test_tasks.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/test/test_test_task.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/test/test_top_level_functions.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/test/test_win32.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/CHANGES
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/MIT-LICENSE
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/README
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/Rakefile
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/TODO
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/install.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rcov-0.8.1.5.0-java/bin/rcov
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rcov-0.8.1.5.0-java/ext/rcovrt/callsite.c
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rcov-0.8.1.5.0-java/ext/rcovrt/extconf.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rcov-0.8.1.5.0-java/ext/rcovrt/rcovrt.c
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rcov-0.8.1.5.0-java/lib/rcov/lowlevel.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rcov-0.8.1.5.0-java/lib/rcov/rant.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rcov-0.8.1.5.0-java/lib/rcov/rcovtask.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rcov-0.8.1.5.0-java/lib/rcov/report.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rcov-0.8.1.5.0-java/lib/rcov/version.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rcov-0.8.1.5.0-java/lib/rcov/xx.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rcov-0.8.1.5.0-java/lib/rcov.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rcov-0.8.1.5.0-java/lib/rcovrt.jar
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rcov-0.8.1.5.0-java/test/assets/sample_01.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rcov-0.8.1.5.0-java/test/assets/sample_02.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rcov-0.8.1.5.0-java/test/assets/sample_03.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rcov-0.8.1.5.0-java/test/assets/sample_04.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rcov-0.8.1.5.0-java/test/assets/sample_05-new.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rcov-0.8.1.5.0-java/test/assets/sample_05-old.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rcov-0.8.1.5.0-java/test/assets/sample_05.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rcov-0.8.1.5.0-java/test/call_site_analyzer_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rcov-0.8.1.5.0-java/test/code_coverage_analyzer_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rcov-0.8.1.5.0-java/test/file_statistics_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rcov-0.8.1.5.0-java/test/functional_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rcov-0.8.1.5.0-java/test/turn_off_rcovrt.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rcov-0.8.1.5.0-java/BLURB
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rcov-0.8.1.5.0-java/CHANGES
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rcov-0.8.1.5.0-java/LEGAL
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rcov-0.8.1.5.0-java/LICENSE
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rcov-0.8.1.5.0-java/Rakefile
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rcov-0.8.1.5.0-java/Rantfile
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rcov-0.8.1.5.0-java/THANKS
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rcov-0.8.1.5.0-java/rcov.el
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rcov-0.8.1.5.0-java/rcov.vim
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rcov-0.8.1.5.0-java/readme_for_api
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rcov-0.8.1.5.0-java/readme_for_emacs
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rcov-0.8.1.5.0-java/readme_for_rake
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rcov-0.8.1.5.0-java/readme_for_rant
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rcov-0.8.1.5.0-java/readme_for_vim
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rcov-0.8.1.5.0-java/setup.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/bin/autospec
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/bin/spec
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/examples/failing/README.txt
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/examples/failing/diffing_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/examples/failing/failing_implicit_docstrings_example.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/examples/failing/failure_in_after.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/examples/failing/failure_in_before.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/examples/failing/mocking_example.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/examples/failing/mocking_with_flexmock.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/examples/failing/mocking_with_mocha.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/examples/failing/mocking_with_rr.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/examples/failing/partial_mock_example.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/examples/failing/pending_example.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/examples/failing/predicate_example.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/examples/failing/raising_example.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/examples/failing/syntax_error_example.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/examples/failing/team_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/examples/failing/timeout_behaviour.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/examples/passing/custom_formatter.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/examples/passing/custom_matchers.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/examples/passing/dynamic_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/examples/passing/file_accessor.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/examples/passing/file_accessor_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/examples/passing/filtered_formatter.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/examples/passing/filtered_formatter_example.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/examples/passing/greeter_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/examples/passing/helper_method_example.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/examples/passing/implicit_docstrings_example.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/examples/passing/io_processor.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/examples/passing/io_processor_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/examples/passing/mocking_example.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/examples/passing/multi_threaded_example_group_runner.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/examples/passing/nested_classes_example.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/examples/passing/options_example.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/examples/passing/options_formatter.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/examples/passing/partial_mock_example.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/examples/passing/pending_example.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/examples/passing/predicate_example.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/examples/passing/shared_example_group_example.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/examples/passing/shared_stack_examples.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/examples/passing/simple_matcher_example.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/examples/passing/stack.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/examples/passing/stack_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/examples/passing/stack_spec_with_nested_example_groups.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/examples/passing/stubbing_example.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/examples/passing/yielding_example.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/examples/ruby1.9.compatibility/access_to_constants_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/features/before_and_after_blocks/before_and_after_blocks.feature
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/features/command_line/line_number_option.feature
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/features/command_line/line_number_option_with_example_with_no_name.feature
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/features/example_groups/define_example_attribute.feature
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/features/example_groups/example_group_with_should_methods.feature
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/features/example_groups/implicit_docstrings.feature
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/features/example_groups/nested_groups.feature
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/features/expectations/customized_message.feature
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/features/expectations/expect_change.feature
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/features/expectations/expect_error.feature
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/features/extensions/custom_example_group.feature
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/features/formatters/custom_formatter.feature
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/features/formatters/nested_formatter.feature
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/features/interop/cucumber_stubs_dont_leak.feature
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/features/interop/examples_and_tests_together.feature
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/features/interop/rspec_output.feature
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/features/interop/test_but_not_test_unit.feature
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/features/interop/test_case_with_should_methods.feature
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/features/load_paths/add_lib_to_load_path.feature
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/features/load_paths/add_spec_to_load_path.feature
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/features/matchers/define_diffable_matcher.feature
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/features/matchers/define_matcher.feature
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/features/matchers/define_matcher_outside_rspec.feature
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/features/matchers/define_matcher_with_fluent_interface.feature
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/features/matchers/define_wrapped_matcher.feature
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/features/matchers/match_unless_raises.feature
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/features/matchers/match_unless_raises_unexpected_error.feature
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/features/mock_framework_integration/use_flexmock.feature
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/features/mock_framework_integration/use_mocha.feature
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/features/mock_framework_integration/use_rr.feature
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/features/mocks/block_local_expectations.feature
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/features/mocks/mix_stubs_and_mocks.feature
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/features/mocks/stub_implementation.feature
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/features/pending/pending_examples.feature
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/features/runner/specify_line_number.feature
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/features/spec_helper/spec_helper.feature
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/features/step_definitions/running_rspec_steps.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/features/step_definitions/stubbing_steps.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/features/subject/explicit_subject.feature
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/features/subject/implicit_subject.feature
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/features/support/matchers/smart_match.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/features/support/env.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/autotest/discover.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/autotest/rspec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/adapters/mock_frameworks/flexmock.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/adapters/mock_frameworks/mocha.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/adapters/mock_frameworks/rr.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/adapters/mock_frameworks/rspec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/dsl/main.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/example/args_and_options.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/example/before_and_after_hooks.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/example/errors.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/example/example_group.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/example/example_group_factory.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/example/example_group_hierarchy.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/example/example_group_methods.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/example/example_group_proxy.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/example/example_matcher.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/example/example_methods.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/example/example_proxy.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/example/module_reopening_fix.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/example/pending.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/example/predicate_matchers.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/example/shared_example_group.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/example/subject.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/expectations/extensions/kernel.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/expectations/errors.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/expectations/extensions.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/expectations/fail_with.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/expectations/handler.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/extensions/instance_exec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/interop/test/unit/ui/console/testrunner.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/interop/test/unit/autorunner.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/interop/test/unit/testcase.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/interop/test/unit/testresult.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/interop/test/unit/testsuite_adapter.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/interop/test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/matchers/be.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/matchers/be_close.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/matchers/be_instance_of.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/matchers/be_kind_of.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/matchers/change.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/matchers/compatibility.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/matchers/dsl.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/matchers/eql.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/matchers/equal.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/matchers/errors.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/matchers/exist.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/matchers/generated_descriptions.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/matchers/has.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/matchers/have.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/matchers/include.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/matchers/match.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/matchers/match_array.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/matchers/matcher.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/matchers/method_missing.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/matchers/operator_matcher.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/matchers/pretty.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/matchers/raise_exception.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/matchers/respond_to.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/matchers/satisfy.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/matchers/simple_matcher.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/matchers/throw_symbol.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/matchers/wrap_expectation.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/mocks/extensions/object.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/mocks/argument_expectation.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/mocks/argument_matchers.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/mocks/error_generator.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/mocks/errors.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/mocks/example_methods.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/mocks/extensions.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/mocks/framework.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/mocks/message_expectation.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/mocks/methods.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/mocks/mock.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/mocks/order_group.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/mocks/proxy.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/mocks/space.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/rake/spectask.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/rake/verify_rcov.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/runner/differs/default.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/runner/differs/load-diff-lcs.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/runner/extensions/kernel.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/runner/formatter/base_formatter.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/runner/formatter/base_text_formatter.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/runner/formatter/failing_example_groups_formatter.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/runner/formatter/failing_examples_formatter.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/runner/formatter/html_formatter.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/runner/formatter/nested_text_formatter.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/runner/formatter/no_op_method_missing.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/runner/formatter/profile_formatter.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/runner/formatter/progress_bar_formatter.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/runner/formatter/silent_formatter.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/runner/formatter/snippet_extractor.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/runner/formatter/specdoc_formatter.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/runner/formatter/text_mate_formatter.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/runner/backtrace_tweaker.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/runner/class_and_arguments_parser.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/runner/command_line.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/runner/configuration.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/runner/drb_command_line.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/runner/example_group_runner.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/runner/heckle_runner.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/runner/heckle_runner_unsupported.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/runner/line_number_query.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/runner/option_parser.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/runner/options.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/runner/reporter.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/stubs/cucumber.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/test/unit.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/autorun.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/deprecation.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/dsl.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/example.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/expectations.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/matchers.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/mocks.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/ruby.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/runner.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/version.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/resources/helpers/cmdline.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/resources/rake/examples.rake
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/resources/rake/examples_with_rcov.rake
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/resources/rake/failing_examples_with_html.rake
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/resources/rake/verify_rcov.rake
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/autotest/autotest_helper.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/autotest/autotest_matchers.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/autotest/discover_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/autotest/failed_results_re_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/autotest/rspec_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/dsl/main_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/example/example_group_class_definition_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/example/example_group_factory_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/example/example_group_methods_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/example/example_group_proxy_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/example/example_group_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/example/example_matcher_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/example/example_methods_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/example/example_proxy_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/example/helper_method_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/example/nested_example_group_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/example/pending_module_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/example/predicate_matcher_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/example/shared_example_group_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/example/subclassing_example_group_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/example/subject_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/expectations/differs/default_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/expectations/extensions/kernel_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/expectations/fail_with_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/expectations/handler_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/expectations/wrap_expectation_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/interop/test/unit/resources/spec_that_fails.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/interop/test/unit/resources/spec_that_passes.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/interop/test/unit/resources/spec_with_errors.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/interop/test/unit/resources/spec_with_options_hash.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/interop/test/unit/resources/test_case_that_fails.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/interop/test/unit/resources/test_case_that_passes.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/interop/test/unit/resources/test_case_with_errors.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/interop/test/unit/resources/test_case_with_various_names.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/interop/test/unit/resources/testsuite_adapter_spec_with_test_unit.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/interop/test/unit/spec_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/interop/test/unit/test_unit_spec_helper.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/interop/test/unit/testcase_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/interop/test/unit/testsuite_adapter_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/matchers/be_close_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/matchers/be_instance_of_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/matchers/be_kind_of_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/matchers/be_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/matchers/change_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/matchers/compatibility_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/matchers/description_generation_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/matchers/dsl_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/matchers/eql_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/matchers/equal_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/matchers/exist_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/matchers/has_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/matchers/have_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/matchers/include_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/matchers/match_array_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/matchers/match_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/matchers/matcher_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/matchers/matchers_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/matchers/satisfy_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/matchers/operator_matcher_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/matchers/raise_exception_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/matchers/respond_to_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/matchers/simple_matcher_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/matchers/throw_symbol_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/mocks/and_yield_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/mocks/any_number_of_times_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/mocks/argument_expectation_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/mocks/argument_matchers_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/mocks/at_least_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/mocks/at_most_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/mocks/bug_report_10260_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/mocks/bug_report_10263_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/mocks/bug_report_11545_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/mocks/bug_report_15719_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/mocks/bug_report_496_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/mocks/bug_report_600_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/mocks/bug_report_7611_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/mocks/bug_report_7805_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/mocks/double_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/mocks/bug_report_8165_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/mocks/bug_report_8302_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/mocks/bug_report_830_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/mocks/failing_argument_matchers_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/mocks/hash_including_matcher_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/mocks/hash_not_including_matcher_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/mocks/mock_ordering_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/mocks/mock_space_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/mocks/mock_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/mocks/multiple_return_value_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/mocks/nil_expectation_warning_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/mocks/null_object_mock_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/mocks/once_counts_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/mocks/options_hash_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/mocks/stub_chain_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/mocks/partial_mock_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/mocks/partial_mock_using_mocks_directly_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/mocks/passing_argument_matchers_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/mocks/precise_counts_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/mocks/record_messages_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/mocks/stub_implementation_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/mocks/stub_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/mocks/stubbed_message_expectations_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/mocks/twice_counts_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/mocks/unstub_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/package/bin_spec_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/rake/spectask_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/runner/formatter/base_formatter_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/runner/formatter/base_text_formatter_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/runner/formatter/failing_example_groups_formatter_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/runner/formatter/failing_examples_formatter_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/runner/formatter/html_formatted-1.8.6-jruby.html
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/runner/formatter/html_formatted-1.8.6.html
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/runner/formatter/html_formatted-1.8.7.html
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/runner/formatter/html_formatted-1.9.1.html
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/runner/formatter/html_formatter_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/runner/formatter/nested_text_formatter_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/runner/formatter/profile_formatter_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/runner/formatter/progress_bar_formatter_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/runner/formatter/snippet_extractor_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/runner/formatter/specdoc_formatter_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/runner/formatter/text_mate_formatted-1.8.6-jruby.html
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/runner/formatter/text_mate_formatted-1.8.6.html
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/runner/formatter/text_mate_formatted-1.8.7.html
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/runner/formatter/text_mate_formatted-1.9.1.html
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/runner/formatter/text_mate_formatter_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/runner/line_number_query/line_number_query_fixture.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/runner/resources/a_bar.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/runner/resources/a_foo.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/runner/resources/a_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/runner/resources/custom_example_group_runner.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/runner/resources/utf8_encoded.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/runner/class_and_argument_parser_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/runner/command_line_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/runner/configuration_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/runner/drb_command_line_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/runner/empty_file.txt
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/runner/example_group_runner_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/runner/examples.txt
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/runner/failed.txt
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/runner/heckle_runner_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/runner/heckler_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/runner/line_number_query_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/runner/noisy_backtrace_tweaker_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/runner/option_parser_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/runner/options_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/runner/output_one_time_fixture.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/runner/output_one_time_fixture_runner.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/runner/output_one_time_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/runner/quiet_backtrace_tweaker_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/runner/reporter_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/runner/spec.opts
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/runner/spec_drb.opts
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/runner/spec_spaced.opts
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/runner_spec.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/support/macros.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/support/spec_classes.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/README.jruby
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/ruby_forker.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec.opts
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec_helper.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/.document
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/History.rdoc
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/License.txt
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/Manifest.txt
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/README.rdoc
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/Rakefile
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/Ruby1.9.rdoc
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/TODO.txt
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/Upgrade.rdoc
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/cucumber.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/geminstaller.yml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/init.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/ruby-debug-base-0.10.3.2-java/lib/linecache-ruby.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/ruby-debug-base-0.10.3.2-java/lib/linecache.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/ruby-debug-base-0.10.3.2-java/lib/ruby-debug-base.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/ruby-debug-base-0.10.3.2-java/lib/ruby_debug.jar
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/ruby-debug-base-0.10.3.2-java/lib/tracelines.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/ruby-debug-base-0.10.3.2-java/AUTHORS
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/ruby-debug-base-0.10.3.2-java/ChangeLog
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/ruby-debug-base-0.10.3.2-java/MIT-LICENSE
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/ruby-debug-base-0.10.3.2-java/README
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/ruby-debug-base-0.10.3.2-java/Rakefile
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/ruby-debug-ide-0.4.6/bin/rdebug-ide
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/ruby-debug-ide-0.4.6/lib/ruby-debug/commands/breakpoints.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/ruby-debug-ide-0.4.6/lib/ruby-debug/commands/catchpoint.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/ruby-debug-ide-0.4.6/lib/ruby-debug/commands/condition.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/ruby-debug-ide-0.4.6/lib/ruby-debug/commands/control.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/ruby-debug-ide-0.4.6/lib/ruby-debug/commands/enable.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/ruby-debug-ide-0.4.6/lib/ruby-debug/commands/eval.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/ruby-debug-ide-0.4.6/lib/ruby-debug/commands/frame.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/ruby-debug-ide-0.4.6/lib/ruby-debug/commands/inspect.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/ruby-debug-ide-0.4.6/lib/ruby-debug/commands/load.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/ruby-debug-ide-0.4.6/lib/ruby-debug/commands/stepping.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/ruby-debug-ide-0.4.6/lib/ruby-debug/commands/threads.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/ruby-debug-ide-0.4.6/lib/ruby-debug/commands/variables.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/ruby-debug-ide-0.4.6/lib/ruby-debug/command.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/ruby-debug-ide-0.4.6/lib/ruby-debug/event_processor.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/ruby-debug-ide-0.4.6/lib/ruby-debug/helper.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/ruby-debug-ide-0.4.6/lib/ruby-debug/interface.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/ruby-debug-ide-0.4.6/lib/ruby-debug/printers.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/ruby-debug-ide-0.4.6/lib/ruby-debug/processor.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/ruby-debug-ide-0.4.6/lib/ruby-debug/xml_printer.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/ruby-debug-ide-0.4.6/lib/ruby-debug.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/ruby-debug-ide-0.4.6/test/ruby-debug/xml_printer_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/ruby-debug-ide-0.4.6/test/rd_basic_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/ruby-debug-ide-0.4.6/test/rd_catchpoint_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/ruby-debug-ide-0.4.6/test/rd_condition_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/ruby-debug-ide-0.4.6/test/rd_enable_disable_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/ruby-debug-ide-0.4.6/test/rd_inspect_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/ruby-debug-ide-0.4.6/test/rd_stepping_breakpoints_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/ruby-debug-ide-0.4.6/test/rd_test_base.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/ruby-debug-ide-0.4.6/test/rd_threads_and_frames_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/ruby-debug-ide-0.4.6/test/rd_variables_test.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/ruby-debug-ide-0.4.6/CHANGES
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/ruby-debug-ide-0.4.6/ChangeLog
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/ruby-debug-ide-0.4.6/ChangeLog.archive
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/ruby-debug-ide-0.4.6/MIT-LICENSE
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/ruby-debug-ide-0.4.6/Rakefile
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/sources-0.0.1/lib/sources.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/specifications/actionmailer-2.3.8.gemspec
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/specifications/actionpack-2.3.8.gemspec
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/specifications/activerecord-2.3.8.gemspec
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/specifications/activerecord-jdbc-adapter-0.9.6-java.gemspec
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/specifications/activerecord-jdbcmysql-adapter-0.9.6-java.gemspec
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/specifications/activerecord-jdbcpostgresql-adapter-0.9.6-java.gemspec
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/specifications/activeresource-2.3.8.gemspec
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/specifications/activesupport-2.3.8.gemspec
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/specifications/columnize-0.3.1.gemspec
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/specifications/jdbc-mysql-5.0.4.gemspec
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/specifications/jdbc-postgres-8.3.604.gemspec
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/specifications/rack-1.1.0.gemspec
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/specifications/rails-2.3.8.gemspec
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/specifications/rake-0.8.7.gemspec
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/specifications/rcov-0.8.1.5.0-java.gemspec
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/specifications/rspec-1.3.0.gemspec
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/specifications/ruby-debug-base-0.10.3.2-java.gemspec
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/specifications/ruby-debug-ide-0.4.6.gemspec
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/specifications/sources-0.0.1.gemspec
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rbconfig/datadir.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/commands/build_command.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/commands/cert_command.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/commands/check_command.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/commands/cleanup_command.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/commands/contents_command.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/commands/dependency_command.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/commands/environment_command.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/commands/fetch_command.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/commands/generate_index_command.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/commands/help_command.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/commands/install_command.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/commands/list_command.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/commands/lock_command.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/commands/mirror_command.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/commands/outdated_command.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/commands/owner_command.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/commands/pristine_command.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/commands/push_command.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/commands/query_command.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/commands/rdoc_command.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/commands/search_command.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/commands/server_command.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/commands/setup_command.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/commands/sources_command.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/commands/specification_command.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/commands/stale_command.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/commands/uninstall_command.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/commands/unpack_command.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/commands/update_command.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/commands/which_command.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/defaults/jruby.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/digest/digest_adapter.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/digest/md5.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/digest/sha1.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/digest/sha2.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/ext/builder.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/ext/configure_builder.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/ext/ext_conf_builder.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/ext/rake_builder.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/package/tar_reader/entry.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/package/f_sync_dir.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/package/tar_header.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/package/tar_input.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/package/tar_output.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/package/tar_reader.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/package/tar_writer.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/builder.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/command.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/command_manager.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/config_file.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/defaults.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/dependency.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/dependency_installer.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/dependency_list.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/doc_manager.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/exceptions.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/ext.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/format.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/gem_openssl.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/gem_path_searcher.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/gem_runner.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/text.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/gemcutter_utilities.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/indexer.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/install_update_options.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/installer.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/local_remote_options.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/old_format.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/package.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/package_task.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/platform.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/remote_fetcher.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/require_paths_builder.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/requirement.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/rubygems_version.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/security.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/server.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/source_index.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/source_info_cache.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/source_info_cache_entry.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/spec_fetcher.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/specification.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/test_utilities.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/timer.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/uninstaller.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/user_interaction.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/validator.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/version.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/version_option.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/gauntlet_rubygems.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/gemconfigure.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/ubygems.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ant/tasks/raketasks.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ant/ant.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ant/element.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ant/project_converter.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ant/rake.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ant/target.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/builtin/core_ext/symbol.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/builtin/java/java.io.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/builtin/java/java.lang.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/builtin/java/java.util.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/builtin/java/java.util.regex.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/builtin/java/org.jruby.ast.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/builtin/javasupport/core_ext/kernel.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/builtin/javasupport/core_ext/module.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/builtin/javasupport/core_ext/object.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/builtin/javasupport/proxy/array.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/builtin/javasupport/utilities/array.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/builtin/javasupport/utilities/base.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/builtin/javasupport/core_ext.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/builtin/javasupport/java.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/builtin/javasupport.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/builtin/rdoc_jruby.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/i386-darwin/errno.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/i386-darwin/etc.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/i386-darwin/fcntl.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/i386-darwin/platform.conf
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/i386-darwin/socket.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/i386-darwin/stat.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/i386-darwin/sysconf.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/i386-darwin/syslog.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/i386-darwin/types.conf
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/i386-darwin/zlib.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/i386-linux/errno.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/i386-linux/etc.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/i386-linux/fcntl.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/i386-linux/platform.conf
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/i386-linux/socket.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/i386-linux/stat.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/i386-linux/sysconf.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/i386-linux/syslog.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/i386-linux/types.conf
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/i386-linux/zlib.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/i386-openbsd/etc.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/i386-openbsd/fcntl.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/i386-openbsd/platform.conf
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/i386-openbsd/syslog.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/i386-openbsd/types.conf
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/i386-openbsd/zlib.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/i386-solaris/errno.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/i386-solaris/etc.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/i386-solaris/fcntl.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/i386-solaris/platform.conf
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/i386-solaris/socket.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/i386-solaris/stat.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/i386-solaris/sysconf.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/i386-solaris/syslog.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/i386-solaris/types.conf
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/i386-solaris/zlib.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/i386-windows/errno.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/i386-windows/etc.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/i386-windows/fcntl.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/i386-windows/platform.conf
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/i386-windows/types.conf
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/i386-windows/zlib.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/powerpc-aix/errno.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/powerpc-aix/etc.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/powerpc-aix/fcntl.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/powerpc-aix/platform.conf
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/powerpc-aix/socket.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/powerpc-aix/stat.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/powerpc-aix/sysconf.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/powerpc-aix/syslog.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/powerpc-aix/types.conf
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/powerpc-aix/zlib.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/powerpc-darwin/errno.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/powerpc-darwin/etc.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/powerpc-darwin/fcntl.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/powerpc-darwin/platform.conf
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/powerpc-darwin/socket.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/powerpc-darwin/stat.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/powerpc-darwin/sysconf.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/powerpc-darwin/syslog.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/powerpc-darwin/types.conf
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/powerpc-darwin/zlib.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/sparc-solaris/errno.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/sparc-solaris/etc.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/sparc-solaris/fcntl.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/sparc-solaris/platform.conf
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/sparc-solaris/socket.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/sparc-solaris/stat.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/sparc-solaris/sysconf.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/sparc-solaris/syslog.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/sparc-solaris/types.conf
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/sparc-solaris/zlib.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/sparcv9-solaris/errno.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/sparcv9-solaris/etc.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/sparcv9-solaris/fcntl.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/sparcv9-solaris/platform.conf
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/sparcv9-solaris/socket.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/sparcv9-solaris/stat.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/sparcv9-solaris/sysconf.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/sparcv9-solaris/syslog.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/sparcv9-solaris/types.conf
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/sparcv9-solaris/zlib.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/x86_64-darwin/errno.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/x86_64-darwin/etc.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/x86_64-darwin/fcntl.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/x86_64-darwin/platform.conf
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/x86_64-darwin/socket.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/x86_64-darwin/stat.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/x86_64-darwin/sysconf.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/x86_64-darwin/syslog.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/x86_64-darwin/types.conf
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/x86_64-darwin/zlib.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/x86_64-linux/errno.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/x86_64-linux/etc.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/x86_64-linux/fcntl.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/x86_64-linux/platform.conf
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/x86_64-linux/socket.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/x86_64-linux/stat.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/x86_64-linux/sysconf.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/x86_64-linux/syslog.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/x86_64-linux/types.conf
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/x86_64-linux/zlib.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/x86_64-solaris/errno.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/x86_64-solaris/etc.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/x86_64-solaris/fcntl.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/x86_64-solaris/platform.conf
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/x86_64-solaris/socket.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/x86_64-solaris/stat.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/x86_64-solaris/sysconf.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/x86_64-solaris/syslog.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/x86_64-solaris/types.conf
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/x86_64-solaris/zlib.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/errno.rb.ffi
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/etc.rb.ffi
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/fcntl.rb.ffi
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/socket.rb.ffi
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/stat.rb.ffi
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/sysconf.rb.ffi
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/syslog.rb.ffi
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/zlib.rb.ffi
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/tools/Rakefile
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/tools/const_generator.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/tools/generator.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/tools/generator_task.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/tools/platform.rake
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/tools/struct_generator.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/tools/types_generator.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/autopointer.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/buffer.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/enum.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/errno.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/ffi.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/io.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/library.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/managedstruct.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/memorypointer.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/pointer.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/rbx.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/struct.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/times.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/types.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/variadic.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/java/inspect.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/jruby/compiler/extending.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/jruby/compiler/java_class.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/jruby/openssl/autoloads/asn1.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/jruby/openssl/autoloads/bn.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/jruby/openssl/autoloads/cipher.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/jruby/openssl/autoloads/config.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/jruby/openssl/autoloads/netscape.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/jruby/openssl/autoloads/pkcs7.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/jruby/openssl/autoloads/pkey.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/jruby/openssl/autoloads/random.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/jruby/openssl/autoloads/ssl.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/jruby/openssl/autoloads/x509.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/jruby/openssl/builtin.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/jruby/openssl/gem.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/jruby/openssl/gem_only.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/jruby/openssl/stub.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/jruby/compiler.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/jruby/jrubyc.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/jruby/vm.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ant.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/pty.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/securerandom.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/syslog.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/yecht.jar
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/jruby.jar
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/profile-all.properties
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/profile-ruby.properties
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/profile.jar
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/docs/jvyaml/CREDITS
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/docs/jvyaml/LICENSE
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/docs/jvyaml/README
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/docs/CodeConventions.txt
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/docs/LICENCE.bsf
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/docs/LICENSE.ant
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/docs/LICENSE.bouncycastle
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/docs/README.coverage
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/docs/README.test
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/samples/ext/extconf.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/samples/ext/mytest.c
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/samples/ffi/ffi.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/samples/ffi/gettimeofday.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/samples/ffi/pty.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/samples/ffi/qsort.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/samples/ffi/win32api.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/samples/jnlp/.gitignore
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/samples/jnlp/README
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/samples/jnlp/build.properties
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/samples/jnlp/build.xml
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/samples/jnlp/jirb.jnlp
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/samples/jnlp/signed-jirb.jnlp
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/samples/jrubyc_java/MyObjectTest.java
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/samples/jrubyc_java/MyObjectTest2.java
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/samples/jrubyc_java/annotated.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/samples/jrubyc_java/my_runnable.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/samples/jrubyc_java/overloads.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/samples/jrubyc_java/simple_class.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/samples/jrubyc_java/simple_class2.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/samples/jrubyc_java/simple_junit.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/samples/error.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/samples/irb-applet.html
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/samples/java2.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/samples/jirb.jnlp
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/samples/mvm.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/samples/mvm_subvm.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/samples/swing2.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/samples/thread.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/samples/xslt.rb
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/tool/nailgun/src/c/ng.c
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/tool/nailgun/Makefile.in
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/tool/nailgun/README.txt
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/tool/nailgun/configure
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/tool/nailgun/ng.exe
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/COPYING
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/LICENSE.RUBY
-netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/README
-netbeans-%%PORTVERSION%%/ruby/config/Modules/org-jruby-distro.xml
-netbeans-%%PORTVERSION%%/ruby/config/Modules/org-jruby.xml
-netbeans-%%PORTVERSION%%/ruby/config/Modules/org-kxml2.xml
-netbeans-%%PORTVERSION%%/ruby/config/Modules/org-netbeans-libs-jrubyparser.xml
-netbeans-%%PORTVERSION%%/ruby/config/Modules/org-netbeans-libs-yydebug.xml
-netbeans-%%PORTVERSION%%/ruby/config/Modules/org-netbeans-modules-glassfish-jruby.xml
-netbeans-%%PORTVERSION%%/ruby/config/Modules/org-netbeans-modules-jellytools-ruby.xml
-netbeans-%%PORTVERSION%%/ruby/config/Modules/org-netbeans-modules-ruby-codecoverage.xml
-netbeans-%%PORTVERSION%%/ruby/config/Modules/org-netbeans-modules-ruby-debugger.xml
-netbeans-%%PORTVERSION%%/ruby/config/Modules/org-netbeans-modules-ruby-extrahints.xml
-netbeans-%%PORTVERSION%%/ruby/config/Modules/org-netbeans-modules-ruby-help.xml
-netbeans-%%PORTVERSION%%/ruby/config/Modules/org-netbeans-modules-ruby-hints.xml
-netbeans-%%PORTVERSION%%/ruby/config/Modules/org-netbeans-modules-ruby-javaint.xml
-netbeans-%%PORTVERSION%%/ruby/config/Modules/org-netbeans-modules-ruby-kit.xml
-netbeans-%%PORTVERSION%%/ruby/config/Modules/org-netbeans-modules-ruby-platform.xml
-netbeans-%%PORTVERSION%%/ruby/config/Modules/org-netbeans-modules-ruby-project.xml
-netbeans-%%PORTVERSION%%/ruby/config/Modules/org-netbeans-modules-ruby-railsprojects.xml
-netbeans-%%PORTVERSION%%/ruby/config/Modules/org-netbeans-modules-ruby-rakeproject.xml
-netbeans-%%PORTVERSION%%/ruby/config/Modules/org-netbeans-modules-ruby-refactoring.xml
-netbeans-%%PORTVERSION%%/ruby/config/Modules/org-netbeans-modules-ruby-rhtml.xml
-netbeans-%%PORTVERSION%%/ruby/config/Modules/org-netbeans-modules-ruby-samples-depot.xml
-netbeans-%%PORTVERSION%%/ruby/config/Modules/org-netbeans-modules-ruby-testrunner.xml
-netbeans-%%PORTVERSION%%/ruby/config/Modules/org-netbeans-modules-ruby.xml
-netbeans-%%PORTVERSION%%/ruby/config/Modules/org-netbeans-modules-spellchecker-bindings-ruby.xml
-netbeans-%%PORTVERSION%%/ruby/config/Modules/org-rubyforge-debugcommons.xml
-netbeans-%%PORTVERSION%%/ruby/coverage/rake_wrapper.rb
-netbeans-%%PORTVERSION%%/ruby/coverage/rcov_wrapper.rb
-netbeans-%%PORTVERSION%%/ruby/modules/docs/org-netbeans-modules-ruby-help.jar
-netbeans-%%PORTVERSION%%/ruby/modules/ext/asm-3.0.jar
-netbeans-%%PORTVERSION%%/ruby/modules/ext/asm-analysis-3.0.jar
-netbeans-%%PORTVERSION%%/ruby/modules/ext/asm-commons-3.0.jar
-netbeans-%%PORTVERSION%%/ruby/modules/ext/asm-tree-3.0.jar
-netbeans-%%PORTVERSION%%/ruby/modules/ext/asm-util-3.0.jar
-netbeans-%%PORTVERSION%%/ruby/modules/ext/debug-commons-java-0.10.0.jar
-netbeans-%%PORTVERSION%%/ruby/modules/ext/dynalang-0.3.jar
-netbeans-%%PORTVERSION%%/ruby/modules/ext/jline-0.9.93.jar
-netbeans-%%PORTVERSION%%/ruby/modules/ext/jna-posix.jar
-netbeans-%%PORTVERSION%%/ruby/modules/ext/joda-time-1.5.1.jar
-netbeans-%%PORTVERSION%%/ruby/modules/ext/joni.jar
-netbeans-%%PORTVERSION%%/ruby/modules/ext/jruby-parser-0.1.jar
-netbeans-%%PORTVERSION%%/ruby/modules/ext/kxml2-2.3.0.jar
-netbeans-%%PORTVERSION%%/ruby/modules/ext/yydebug-1.0.2.jar
-netbeans-%%PORTVERSION%%/ruby/modules/locale/org-jruby-distro_ja.jar
-netbeans-%%PORTVERSION%%/ruby/modules/locale/org-jruby-distro_pt_BR.jar
-netbeans-%%PORTVERSION%%/ruby/modules/locale/org-jruby-distro_zh_CN.jar
-netbeans-%%PORTVERSION%%/ruby/modules/locale/org-jruby_ja.jar
-netbeans-%%PORTVERSION%%/ruby/modules/locale/org-jruby_pt_BR.jar
-netbeans-%%PORTVERSION%%/ruby/modules/locale/org-jruby_zh_CN.jar
-netbeans-%%PORTVERSION%%/ruby/modules/locale/org-kxml2_ja.jar
-netbeans-%%PORTVERSION%%/ruby/modules/locale/org-kxml2_pt_BR.jar
-netbeans-%%PORTVERSION%%/ruby/modules/locale/org-kxml2_zh_CN.jar
-netbeans-%%PORTVERSION%%/ruby/modules/locale/org-netbeans-libs-jrubyparser_ja.jar
-netbeans-%%PORTVERSION%%/ruby/modules/locale/org-netbeans-libs-jrubyparser_pt_BR.jar
-netbeans-%%PORTVERSION%%/ruby/modules/locale/org-netbeans-libs-jrubyparser_zh_CN.jar
-netbeans-%%PORTVERSION%%/ruby/modules/locale/org-netbeans-libs-yydebug_ja.jar
-netbeans-%%PORTVERSION%%/ruby/modules/locale/org-netbeans-libs-yydebug_pt_BR.jar
-netbeans-%%PORTVERSION%%/ruby/modules/locale/org-netbeans-libs-yydebug_zh_CN.jar
-netbeans-%%PORTVERSION%%/ruby/modules/locale/org-netbeans-modules-glassfish-jruby_ja.jar
-netbeans-%%PORTVERSION%%/ruby/modules/locale/org-netbeans-modules-glassfish-jruby_pt_BR.jar
-netbeans-%%PORTVERSION%%/ruby/modules/locale/org-netbeans-modules-glassfish-jruby_zh_CN.jar
-netbeans-%%PORTVERSION%%/ruby/modules/locale/org-netbeans-modules-jellytools-ruby_ja.jar
-netbeans-%%PORTVERSION%%/ruby/modules/locale/org-netbeans-modules-jellytools-ruby_pt_BR.jar
-netbeans-%%PORTVERSION%%/ruby/modules/locale/org-netbeans-modules-jellytools-ruby_zh_CN.jar
-netbeans-%%PORTVERSION%%/ruby/modules/locale/org-netbeans-modules-ruby-codecoverage_ja.jar
-netbeans-%%PORTVERSION%%/ruby/modules/locale/org-netbeans-modules-ruby-codecoverage_pt_BR.jar
-netbeans-%%PORTVERSION%%/ruby/modules/locale/org-netbeans-modules-ruby-codecoverage_zh_CN.jar
-netbeans-%%PORTVERSION%%/ruby/modules/locale/org-netbeans-modules-ruby-debugger_ja.jar
-netbeans-%%PORTVERSION%%/ruby/modules/locale/org-netbeans-modules-ruby-debugger_pt_BR.jar
-netbeans-%%PORTVERSION%%/ruby/modules/locale/org-netbeans-modules-ruby-debugger_zh_CN.jar
-netbeans-%%PORTVERSION%%/ruby/modules/locale/org-netbeans-modules-ruby-extrahints_ja.jar
-netbeans-%%PORTVERSION%%/ruby/modules/locale/org-netbeans-modules-ruby-extrahints_pt_BR.jar
-netbeans-%%PORTVERSION%%/ruby/modules/locale/org-netbeans-modules-ruby-extrahints_zh_CN.jar
-netbeans-%%PORTVERSION%%/ruby/modules/locale/org-netbeans-modules-ruby-help_ja.jar
-netbeans-%%PORTVERSION%%/ruby/modules/locale/org-netbeans-modules-ruby-help_pt_BR.jar
-netbeans-%%PORTVERSION%%/ruby/modules/locale/org-netbeans-modules-ruby-help_zh_CN.jar
-netbeans-%%PORTVERSION%%/ruby/modules/locale/org-netbeans-modules-ruby-hints_ja.jar
-netbeans-%%PORTVERSION%%/ruby/modules/locale/org-netbeans-modules-ruby-hints_pt_BR.jar
-netbeans-%%PORTVERSION%%/ruby/modules/locale/org-netbeans-modules-ruby-hints_zh_CN.jar
-netbeans-%%PORTVERSION%%/ruby/modules/locale/org-netbeans-modules-ruby-javaint_ja.jar
-netbeans-%%PORTVERSION%%/ruby/modules/locale/org-netbeans-modules-ruby-javaint_pt_BR.jar
-netbeans-%%PORTVERSION%%/ruby/modules/locale/org-netbeans-modules-ruby-javaint_zh_CN.jar
-netbeans-%%PORTVERSION%%/ruby/modules/locale/org-netbeans-modules-ruby-kit_ja.jar
-netbeans-%%PORTVERSION%%/ruby/modules/locale/org-netbeans-modules-ruby-kit_pt_BR.jar
-netbeans-%%PORTVERSION%%/ruby/modules/locale/org-netbeans-modules-ruby-kit_zh_CN.jar
-netbeans-%%PORTVERSION%%/ruby/modules/locale/org-netbeans-modules-ruby-platform_ja.jar
-netbeans-%%PORTVERSION%%/ruby/modules/locale/org-netbeans-modules-ruby-platform_pt_BR.jar
-netbeans-%%PORTVERSION%%/ruby/modules/locale/org-netbeans-modules-ruby-platform_zh_CN.jar
-netbeans-%%PORTVERSION%%/ruby/modules/locale/org-netbeans-modules-ruby-project_ja.jar
-netbeans-%%PORTVERSION%%/ruby/modules/locale/org-netbeans-modules-ruby-project_pt_BR.jar
-netbeans-%%PORTVERSION%%/ruby/modules/locale/org-netbeans-modules-ruby-project_zh_CN.jar
-netbeans-%%PORTVERSION%%/ruby/modules/locale/org-netbeans-modules-ruby-railsprojects_ja.jar
-netbeans-%%PORTVERSION%%/ruby/modules/locale/org-netbeans-modules-ruby-railsprojects_pt_BR.jar
-netbeans-%%PORTVERSION%%/ruby/modules/locale/org-netbeans-modules-ruby-railsprojects_zh_CN.jar
-netbeans-%%PORTVERSION%%/ruby/modules/locale/org-netbeans-modules-ruby-rakeproject_ja.jar
-netbeans-%%PORTVERSION%%/ruby/modules/locale/org-netbeans-modules-ruby-rakeproject_pt_BR.jar
-netbeans-%%PORTVERSION%%/ruby/modules/locale/org-netbeans-modules-ruby-rakeproject_zh_CN.jar
-netbeans-%%PORTVERSION%%/ruby/modules/locale/org-netbeans-modules-ruby-refactoring_ja.jar
-netbeans-%%PORTVERSION%%/ruby/modules/locale/org-netbeans-modules-ruby-refactoring_pt_BR.jar
-netbeans-%%PORTVERSION%%/ruby/modules/locale/org-netbeans-modules-ruby-refactoring_zh_CN.jar
-netbeans-%%PORTVERSION%%/ruby/modules/locale/org-netbeans-modules-ruby-rhtml_ja.jar
-netbeans-%%PORTVERSION%%/ruby/modules/locale/org-netbeans-modules-ruby-rhtml_pt_BR.jar
-netbeans-%%PORTVERSION%%/ruby/modules/locale/org-netbeans-modules-ruby-rhtml_zh_CN.jar
-netbeans-%%PORTVERSION%%/ruby/modules/locale/org-netbeans-modules-ruby-samples-depot_ja.jar
-netbeans-%%PORTVERSION%%/ruby/modules/locale/org-netbeans-modules-ruby-samples-depot_pt_BR.jar
-netbeans-%%PORTVERSION%%/ruby/modules/locale/org-netbeans-modules-ruby-samples-depot_zh_CN.jar
-netbeans-%%PORTVERSION%%/ruby/modules/locale/org-netbeans-modules-ruby-testrunner_ja.jar
-netbeans-%%PORTVERSION%%/ruby/modules/locale/org-netbeans-modules-ruby-testrunner_pt_BR.jar
-netbeans-%%PORTVERSION%%/ruby/modules/locale/org-netbeans-modules-ruby-testrunner_zh_CN.jar
-netbeans-%%PORTVERSION%%/ruby/modules/locale/org-netbeans-modules-ruby_ja.jar
-netbeans-%%PORTVERSION%%/ruby/modules/locale/org-netbeans-modules-ruby_pt_BR.jar
-netbeans-%%PORTVERSION%%/ruby/modules/locale/org-netbeans-modules-ruby_zh_CN.jar
-netbeans-%%PORTVERSION%%/ruby/modules/locale/org-netbeans-modules-spellchecker-bindings-ruby_ja.jar
-netbeans-%%PORTVERSION%%/ruby/modules/locale/org-netbeans-modules-spellchecker-bindings-ruby_pt_BR.jar
-netbeans-%%PORTVERSION%%/ruby/modules/locale/org-netbeans-modules-spellchecker-bindings-ruby_zh_CN.jar
-netbeans-%%PORTVERSION%%/ruby/modules/locale/org-rubyforge-debugcommons_ja.jar
-netbeans-%%PORTVERSION%%/ruby/modules/locale/org-rubyforge-debugcommons_pt_BR.jar
-netbeans-%%PORTVERSION%%/ruby/modules/locale/org-rubyforge-debugcommons_zh_CN.jar
-netbeans-%%PORTVERSION%%/ruby/modules/org-jruby-distro.jar
-netbeans-%%PORTVERSION%%/ruby/modules/org-jruby.jar
-netbeans-%%PORTVERSION%%/ruby/modules/org-kxml2.jar
-netbeans-%%PORTVERSION%%/ruby/modules/org-netbeans-libs-jrubyparser.jar
-netbeans-%%PORTVERSION%%/ruby/modules/org-netbeans-libs-yydebug.jar
-netbeans-%%PORTVERSION%%/ruby/modules/org-netbeans-modules-glassfish-jruby.jar
-netbeans-%%PORTVERSION%%/ruby/modules/org-netbeans-modules-jellytools-ruby.jar
-netbeans-%%PORTVERSION%%/ruby/modules/org-netbeans-modules-ruby-codecoverage.jar
-netbeans-%%PORTVERSION%%/ruby/modules/org-netbeans-modules-ruby-debugger.jar
-netbeans-%%PORTVERSION%%/ruby/modules/org-netbeans-modules-ruby-extrahints.jar
-netbeans-%%PORTVERSION%%/ruby/modules/org-netbeans-modules-ruby-help.jar
-netbeans-%%PORTVERSION%%/ruby/modules/org-netbeans-modules-ruby-hints.jar
-netbeans-%%PORTVERSION%%/ruby/modules/org-netbeans-modules-ruby-javaint.jar
-netbeans-%%PORTVERSION%%/ruby/modules/org-netbeans-modules-ruby-kit.jar
-netbeans-%%PORTVERSION%%/ruby/modules/org-netbeans-modules-ruby-platform.jar
-netbeans-%%PORTVERSION%%/ruby/modules/org-netbeans-modules-ruby-project.jar
-netbeans-%%PORTVERSION%%/ruby/modules/org-netbeans-modules-ruby-railsprojects.jar
-netbeans-%%PORTVERSION%%/ruby/modules/org-netbeans-modules-ruby-rakeproject.jar
-netbeans-%%PORTVERSION%%/ruby/modules/org-netbeans-modules-ruby-refactoring.jar
-netbeans-%%PORTVERSION%%/ruby/modules/org-netbeans-modules-ruby-rhtml.jar
-netbeans-%%PORTVERSION%%/ruby/modules/org-netbeans-modules-ruby-samples-depot.jar
-netbeans-%%PORTVERSION%%/ruby/modules/org-netbeans-modules-ruby-testrunner.jar
-netbeans-%%PORTVERSION%%/ruby/modules/org-netbeans-modules-ruby.jar
-netbeans-%%PORTVERSION%%/ruby/modules/org-netbeans-modules-spellchecker-bindings-ruby.jar
-netbeans-%%PORTVERSION%%/ruby/modules/org-rubyforge-debugcommons.jar
-netbeans-%%PORTVERSION%%/ruby/ruby/debug-commons-0.9.5/ChangeLog
-netbeans-%%PORTVERSION%%/ruby/ruby/debug-commons-0.9.5/MIT-LICENSE
-netbeans-%%PORTVERSION%%/ruby/ruby/debug-commons-0.9.5/README
-netbeans-%%PORTVERSION%%/ruby/ruby/debug-commons-0.9.5/classic-debug-verbose.rb
-netbeans-%%PORTVERSION%%/ruby/ruby/debug-commons-0.9.5/classic-debug.rb
-netbeans-%%PORTVERSION%%/ruby/ruby/debug-commons-0.9.5/classic-debug.txt
-netbeans-%%PORTVERSION%%/ruby/ruby/debug-commons-0.9.5/context.rb
-netbeans-%%PORTVERSION%%/ruby/ruby/debug-commons-0.9.5/xml_printer.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/Win32API.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/bigdecimal.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/curses.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/dbm.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/digest.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/dl.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/etc.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/fcntl.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/gdbm.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/iconv.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/io.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/nkf.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/openssl.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/pty.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/racc.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/readline.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/sdbm.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/socket.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/stringio.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/strscan.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/stub_argumenterror.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/stub_array.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/stub_bignum.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/stub_binding.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/syck.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/stub_class.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/stub_comparable.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/stub_continuation.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/stub_data.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/stub_dir.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/stub_enumerable.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/stub_eoferror.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/stub_errno.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/stub_exception.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/stub_falseclass.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/stub_file.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/stub_filetest.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/stub_fixnum.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/stub_float.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/stub_floatdomainerror.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/stub_gc.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/stub_hash.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/stub_indexerror.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/stub_integer.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/zlib.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/stub_interrupt.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/stub_io.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/stub_ioerror.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/stub_kernel.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/stub_loaderror.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/stub_localjumperror.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/stub_marshal.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/stub_matchdata.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/stub_math.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/stub_method.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/stub_module.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/stub_nameerror.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/stub_nilclass.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/stub_nomemoryerror.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/stub_nomethoderror.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/stub_notimplementederror.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/stub_numeric.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/stub_object.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/stub_objectspace.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/stub_precision.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/stub_proc.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/stub_process.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/stub_range.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/stub_rangeerror.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/stub_regexp.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/stub_regexperror.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/stub_runtimeerror.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/stub_scripterror.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/stub_securityerror.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/stub_signal.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/stub_signalexception.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/stub_standarderror.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/stub_stopiteration.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/stub_string.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/stub_struct.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/stub_symbol.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/stub_syntaxerror.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/syslog.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/stub_systemcallerror.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/stub_systemexit.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/stub_systemstackerror.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/stub_thread.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/stub_threaderror.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/stub_threadgroup.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/stub_time.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/stub_trueclass.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/stub_typeerror.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/stub_unboundmethod.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/stub_zerodivisionerror.rb
-netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72/thread.rb
-netbeans-%%PORTVERSION%%/ruby/update_tracking/org-jruby-distro.xml
-netbeans-%%PORTVERSION%%/ruby/update_tracking/org-jruby.xml
-netbeans-%%PORTVERSION%%/ruby/update_tracking/org-kxml2.xml
-netbeans-%%PORTVERSION%%/ruby/update_tracking/org-netbeans-libs-jrubyparser.xml
-netbeans-%%PORTVERSION%%/ruby/update_tracking/org-netbeans-libs-yydebug.xml
-netbeans-%%PORTVERSION%%/ruby/update_tracking/org-netbeans-modules-glassfish-jruby.xml
-netbeans-%%PORTVERSION%%/ruby/update_tracking/org-netbeans-modules-jellytools-ruby.xml
-netbeans-%%PORTVERSION%%/ruby/update_tracking/org-netbeans-modules-ruby-codecoverage.xml
-netbeans-%%PORTVERSION%%/ruby/update_tracking/org-netbeans-modules-ruby-debugger.xml
-netbeans-%%PORTVERSION%%/ruby/update_tracking/org-netbeans-modules-ruby-extrahints.xml
-netbeans-%%PORTVERSION%%/ruby/update_tracking/org-netbeans-modules-ruby-help.xml
-netbeans-%%PORTVERSION%%/ruby/update_tracking/org-netbeans-modules-ruby-hints.xml
-netbeans-%%PORTVERSION%%/ruby/update_tracking/org-netbeans-modules-ruby-javaint.xml
-netbeans-%%PORTVERSION%%/ruby/update_tracking/org-netbeans-modules-ruby-kit.xml
-netbeans-%%PORTVERSION%%/ruby/update_tracking/org-netbeans-modules-ruby-platform.xml
-netbeans-%%PORTVERSION%%/ruby/update_tracking/org-netbeans-modules-ruby-project.xml
-netbeans-%%PORTVERSION%%/ruby/update_tracking/org-netbeans-modules-ruby-railsprojects.xml
-netbeans-%%PORTVERSION%%/ruby/update_tracking/org-netbeans-modules-ruby-rakeproject.xml
-netbeans-%%PORTVERSION%%/ruby/update_tracking/org-netbeans-modules-ruby-refactoring.xml
-netbeans-%%PORTVERSION%%/ruby/update_tracking/org-netbeans-modules-ruby-rhtml.xml
-netbeans-%%PORTVERSION%%/ruby/update_tracking/org-netbeans-modules-ruby-samples-depot.xml
-netbeans-%%PORTVERSION%%/ruby/update_tracking/org-netbeans-modules-ruby-testrunner.xml
-netbeans-%%PORTVERSION%%/ruby/update_tracking/org-netbeans-modules-ruby.xml
-netbeans-%%PORTVERSION%%/ruby/update_tracking/org-netbeans-modules-spellchecker-bindings-ruby.xml
-netbeans-%%PORTVERSION%%/ruby/update_tracking/org-rubyforge-debugcommons.xml
-netbeans-%%PORTVERSION%%/ruby/.lastModified
-netbeans-%%PORTVERSION%%/ruby/VERSION.txt
-netbeans-%%PORTVERSION%%/ruby/nb_autospec_loader.rb
-netbeans-%%PORTVERSION%%/ruby/nb_autotest_loader.rb
-netbeans-%%PORTVERSION%%/ruby/nb_rspec_mediator.rb
-netbeans-%%PORTVERSION%%/ruby/nb_suite_runner.rb
-netbeans-%%PORTVERSION%%/ruby/nb_test_helper.rb
-netbeans-%%PORTVERSION%%/ruby/nb_test_mediator.rb
-netbeans-%%PORTVERSION%%/ruby/nb_test_runner.rb
-netbeans-%%PORTVERSION%%/ruby/platform_info.rb
-netbeans-%%PORTVERSION%%/ruby/plugin.rb
-netbeans-%%PORTVERSION%%/ruby/rake
-netbeans-%%PORTVERSION%%/ruby/rake_tasks_info.rb
-netbeans-%%PORTVERSION%%/ruby/sync-stdio.rb
+netbeans-%%PORTVERSION%%/profiler/update_tracking/org-netbeans-modules-profiler.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
@@ -9956,51 +6575,67 @@ netbeans-%%PORTVERSION%%/websvccommon/config/Modules/org-netbeans-modules-websvc
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-facebook_ja.jar
netbeans-%%PORTVERSION%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-facebook_pt_BR.jar
+netbeans-%%PORTVERSION%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-facebook_ru.jar
netbeans-%%PORTVERSION%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-facebook_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-yahoo_ja.jar
netbeans-%%PORTVERSION%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-yahoo_pt_BR.jar
+netbeans-%%PORTVERSION%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-yahoo_ru.jar
netbeans-%%PORTVERSION%%/websvccommon/modules/locale/org-netbeans-modules-websvc-saas-services-yahoo_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
@@ -10009,7 +6644,6 @@ netbeans-%%PORTVERSION%%/websvccommon/modules/org-netbeans-modules-websvc-saas-k
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-facebook.jar
-netbeans-%%PORTVERSION%%/websvccommon/modules/org-netbeans-modules-websvc-saas-ui.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
@@ -10018,6 +6652,7 @@ netbeans-%%PORTVERSION%%/websvccommon/modules/org-netbeans-modules-websvc-saas-s
netbeans-%%PORTVERSION%%/websvccommon/modules/org-netbeans-modules-websvc-saas-services-yahoo.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
@@ -10034,8 +6669,6 @@ netbeans-%%PORTVERSION%%/websvccommon/update_tracking/org-netbeans-modules-websv
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
-netbeans-%%PORTVERSION%%/websvccommon/.lastModified
-netbeans-%%PORTVERSION%%/websvccommon/VERSION.txt
@dirrm netbeans-%%PORTVERSION%%/websvccommon/update_tracking
@dirrm netbeans-%%PORTVERSION%%/websvccommon/modules/locale
@dirrm netbeans-%%PORTVERSION%%/websvccommon/modules/ext
@@ -10043,698 +6676,6 @@ netbeans-%%PORTVERSION%%/websvccommon/VERSION.txt
@dirrm netbeans-%%PORTVERSION%%/websvccommon/config/Modules
@dirrm netbeans-%%PORTVERSION%%/websvccommon/config
@dirrm netbeans-%%PORTVERSION%%/websvccommon
-@dirrm netbeans-%%PORTVERSION%%/ruby/update_tracking
-@dirrm netbeans-%%PORTVERSION%%/ruby/rubystubs/1.8.7-p72
-@dirrm netbeans-%%PORTVERSION%%/ruby/rubystubs
-@dirrm netbeans-%%PORTVERSION%%/ruby/ruby/debug-commons-0.9.5
-@dirrm netbeans-%%PORTVERSION%%/ruby/ruby
-@dirrm netbeans-%%PORTVERSION%%/ruby/modules/locale
-@dirrm netbeans-%%PORTVERSION%%/ruby/modules/ext
-@dirrm netbeans-%%PORTVERSION%%/ruby/modules/docs
-@dirrm netbeans-%%PORTVERSION%%/ruby/modules
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/tool/nailgun/src/c
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/tool/nailgun/src
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/tool/nailgun
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/tool
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/samples/jrubyc_java
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/samples/jnlp
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/samples/ffi
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/samples/ext
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/samples
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/jruby/openssl/autoloads
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/jruby/openssl
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/jruby/compiler
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/jruby
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/java
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/tools
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/x86_64-solaris
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/x86_64-linux
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/x86_64-darwin
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/sparcv9-solaris
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/sparc-solaris
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/powerpc-darwin
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/powerpc-aix
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/i386-windows
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/i386-solaris
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/i386-openbsd
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/i386-linux
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform/i386-darwin
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi/platform
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ffi
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/builtin/javasupport/utilities
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/builtin/javasupport/proxy
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/builtin/javasupport/core_ext
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/builtin/javasupport
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/builtin/java
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/builtin/core_ext
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/builtin
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ant/tasks
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared/ant
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/shared
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/package/tar_reader
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/package
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/ext
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/digest
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/defaults
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems/commands
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rubygems
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8/rbconfig
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby/1.8
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/site_ruby
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/specifications
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/sources-0.0.1/lib
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/sources-0.0.1
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/ruby-debug-ide-0.4.6/test/ruby-debug
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/ruby-debug-ide-0.4.6/test
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/ruby-debug-ide-0.4.6/lib/ruby-debug/commands
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/ruby-debug-ide-0.4.6/lib/ruby-debug
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/ruby-debug-ide-0.4.6/lib
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/ruby-debug-ide-0.4.6/bin
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/ruby-debug-ide-0.4.6
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/ruby-debug-base-0.10.3.2-java/lib
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/ruby-debug-base-0.10.3.2-java
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/support
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/runner/resources
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/runner/line_number_query
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/runner/formatter
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/runner
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/rake
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/package
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/mocks
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/matchers
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/interop/test/unit/resources
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/interop/test/unit
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/interop/test
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/interop
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/expectations/extensions
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/expectations/differs
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/expectations
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/example
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec/dsl
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/spec
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec/autotest
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/spec
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/resources/rake
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/resources/helpers
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/resources
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/test
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/stubs
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/runner/formatter
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/runner/extensions
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/runner/differs
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/runner
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/rake
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/mocks/extensions
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/mocks
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/matchers
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/interop/test/unit/ui/console
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/interop/test/unit/ui
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/interop/test/unit
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/interop/test
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/interop
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/extensions
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/expectations/extensions
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/expectations
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/example
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/dsl
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/adapters/mock_frameworks
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec/adapters
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/spec
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib/autotest
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/lib
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/features/support/matchers
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/features/support
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/features/subject
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/features/step_definitions
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/features/spec_helper
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/features/runner
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/features/pending
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/features/mocks
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/features/mock_framework_integration
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/features/matchers
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/features/load_paths
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/features/interop
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/features/formatters
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/features/extensions
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/features/expectations
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/features/example_groups
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/features/command_line
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/features/before_and_after_blocks
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/features
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/examples/ruby1.9.compatibility
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/examples/passing
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/examples/failing
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/examples
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0/bin
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rspec-1.3.0
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rcov-0.8.1.5.0-java/test/assets
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rcov-0.8.1.5.0-java/test
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rcov-0.8.1.5.0-java/lib/rcov
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rcov-0.8.1.5.0-java/lib
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rcov-0.8.1.5.0-java/ext/rcovrt
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rcov-0.8.1.5.0-java/ext
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rcov-0.8.1.5.0-java/bin
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rcov-0.8.1.5.0-java
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/test/data/unittest
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/test/data/statusreturn
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/test/data/rbext
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/test/data/rakelib
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/test/data/namespace
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/test/data/multidesc
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/test/data/imports
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/test/data/file_creation_task
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/test/data/dryrun
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/test/data/default
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/test/data/chains
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/test/data
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/test/contrib
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/test
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/loaders
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/contrib
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/lib
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/doc/release_notes
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/doc/example
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/doc
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7/bin
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rake-0.8.7
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/tasks
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/scripts
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/session_migration/templates
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/session_migration
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/scaffold/templates
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/scaffold
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/resource/templates
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/resource
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/plugin/templates
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/plugin
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/performance_test/templates
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/performance_test
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/observer/templates
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/observer
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/model/templates
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/model
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/migration/templates
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/migration
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/metal/templates
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/metal
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/mailer/templates
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/mailer
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/integration_test/templates
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/integration_test
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/helper/templates
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/helper
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/controller/templates
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components/controller
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/components
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/applications/app/scm
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/applications/app
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators/applications
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator/generators
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails_generator
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails/rack
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails/plugin
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/rails
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/commands/performance
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/commands/ncgi
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib/commands
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/lib
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/html/javascripts
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/html/images
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/html
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/helpers
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/source
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/rails_guides
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/images/icons/callouts
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/images/icons
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/images/i18n
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/images
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/files/stylesheets
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/files/javascripts
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides/files
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/guides
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/environments
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/doc
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/dispatches
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/configs/locales
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/configs/initializers
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/configs/databases
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/configs
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/builtin/rails_info/rails
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/builtin/rails_info
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/builtin
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/bin/performance
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8/bin
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rails-2.3.8
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/test
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/lib/rack/session/abstract
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/lib/rack/session
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/lib/rack/handler
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/lib/rack/auth/digest
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/lib/rack/auth/abstract
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/lib/rack/auth
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/lib/rack/adapter
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/lib/rack
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/lib
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/example
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/contrib
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0/bin
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/rack-1.1.0
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/jdbc-postgres-8.3.604/lib/jdbc
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/jdbc-postgres-8.3.604/lib
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/jdbc-postgres-8.3.604
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/jdbc-mysql-5.0.4/lib/jdbc
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/jdbc-mysql-5.0.4/lib
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/jdbc-mysql-5.0.4
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/columnize-0.3.1/test
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/columnize-0.3.1/lib
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/columnize-0.3.1
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/xml_mini
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Pacific
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Etc
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Australia
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Atlantic
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Indiana
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Argentina
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Africa
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12/tzinfo
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/tzinfo-0.3.12
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/memcache-client-1.7.4
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/i18n-0.3.7/i18n/locale/tag
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/i18n-0.3.7/i18n/locale
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/i18n-0.3.7/i18n/helpers
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/i18n-0.3.7/i18n/gettext
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/i18n-0.3.7/i18n/core_ext/string
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/i18n-0.3.7/i18n/core_ext/object
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/i18n-0.3.7/i18n/core_ext/hash
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/i18n-0.3.7/i18n/core_ext
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/i18n-0.3.7/i18n/backend/active_record
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/i18n-0.3.7/i18n/backend
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/i18n-0.3.7/i18n
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/i18n-0.3.7
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/builder-2.1.2/builder
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor/builder-2.1.2
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/vendor
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/values
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/testing
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/multibyte
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/locale
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/json/encoders
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/json/backends
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/json
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/time
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/string
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/range
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/process
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/pathname
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/object
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/numeric
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/module
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/kernel
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/integer
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/hash
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/float
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/file
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/date_time
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/date
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/class
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/cgi
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/bigdecimal
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/base64
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext/array
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/core_ext
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/cache/strategy
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/cache
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activesupport-2.3.8
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activeresource-2.3.8/test/fixtures
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activeresource-2.3.8/test/base
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activeresource-2.3.8/test
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activeresource-2.3.8/lib/active_resource/formats
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activeresource-2.3.8/lib/active_resource
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activeresource-2.3.8/lib
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activeresource-2.3.8
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbcpostgresql-adapter-0.9.6-java/lib/active_record/connection_adapters
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbcpostgresql-adapter-0.9.6-java/lib/active_record
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbcpostgresql-adapter-0.9.6-java/lib
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbcpostgresql-adapter-0.9.6-java
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbcmysql-adapter-0.9.6-java/lib/active_record/connection_adapters
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbcmysql-adapter-0.9.6-java/lib/active_record
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbcmysql-adapter-0.9.6-java/lib
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbcmysql-adapter-0.9.6-java
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/models
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/minirunit
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/jdbc_adapter
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/db
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/activerecord/connections/native_jdbc_mysql
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/activerecord/connections
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/activerecord/connection_adapters
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test/activerecord
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/test
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/src/java/jdbc_adapter
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/src/java
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/src
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/rakelib
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/rails_generators/templates/lib/tasks
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/rails_generators/templates/lib
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/rails_generators/templates/config/initializers
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/rails_generators/templates/config
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/rails_generators/templates
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/rails_generators
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/lib/jdbc_adapter
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/lib/generators/jdbc
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/lib/generators
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/lib/arel/engines/sql/compilers
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/lib/arel/engines/sql
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/lib/arel/engines
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/lib/arel
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/lib/active_record/connection_adapters
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/lib/active_record
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java/lib
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-jdbc-adapter-0.9.6-java
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/schema
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/models
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/migrations/valid
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/migrations/missing
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/migrations/interleaved/pass_3
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/migrations/interleaved/pass_2
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/migrations/interleaved/pass_1
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/migrations/interleaved
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/migrations/duplicate_names
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/migrations/duplicate
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/migrations/decimal
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/migrations/broken
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/migrations
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/reserved_words
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/naked/yml
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/naked/csv
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/naked
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/categories/subsubdir
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/categories
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures/all
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/fixtures
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/connections/native_sybase
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/connections/native_sqlite3
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/connections/native_sqlite
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/connections/native_postgresql
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/connections/native_oracle
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/connections/native_openbase
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/connections/native_mysql
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/connections/native_frontbase
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/connections/native_firebird
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/connections/native_db2
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/connections/jdbc_jdbcsqlite3
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/connections/jdbc_jdbcpostgresql
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/connections/jdbc_jdbcmysql
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/connections/jdbc_jdbchsqldb
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/connections/jdbc_jdbch2
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/connections/jdbc_jdbcderby
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/connections
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases/associations
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/cases
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test/assets
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/test
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/serializers
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/locking
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/locale
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/connection_adapters/abstract
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/connection_adapters
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/associations
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8/examples
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/activerecord-2.3.8
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/view
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/template
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/topics
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/malformed
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test/dot.directory
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/test
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/symlink_parent
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/scope/test
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/scope
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/respond_to/layouts
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/respond_to
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/replies
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/quiz/questions
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/quiz
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/public/stylesheets/subdir
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/public/stylesheets
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/public/javascripts/subdir
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/public/javascripts
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/public/images
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/public/absolute
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/public
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/projects
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/post_test/super_post
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/post_test/post
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/post_test/layouts
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/post_test
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/override2/layouts/test
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/override2/layouts
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/override2
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/override/test
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/override
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/multipart
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/mascots
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/localized
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/layouts
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/layout_tests/views
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/layout_tests/layouts/controller_name_space
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/layout_tests/layouts
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/layout_tests/alt/layouts
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/layout_tests/alt
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/layout_tests
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/helpers/fun
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/helpers
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/good_customers
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/functional_caching
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/fun/serious/games
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/fun/serious
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/fun/games
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/fun
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/failsafe
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/developers
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/db_definitions
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/customers
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/content_type
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/bad_customers
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/alternate_helpers
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures/addresses
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/fixtures
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/session
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/request
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/html-scanner
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/deprecation
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/controller_fixtures/vendor/plugins/bad_plugin/lib
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/controller_fixtures/vendor/plugins/bad_plugin
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/controller_fixtures/vendor/plugins
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/controller_fixtures/vendor
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/controller_fixtures/app/controllers/admin
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/controller_fixtures/app/controllers
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/controller_fixtures/app
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller/controller_fixtures
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/controller
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test/activerecord
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/test
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_view/template_handlers
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_view/locale
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_view/helpers
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_view
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_pack
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/vendor/html-scanner/html
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/vendor/html-scanner
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/vendor
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/templates/rescues
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/templates
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/session
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/routing
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/cgi_ext
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/caching
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller/assertions
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib/action_controller
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8/lib
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionpack-2.3.8
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/test/fixtures/test_mailer
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/test/fixtures/templates
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/test/fixtures/second_mailer
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/test/fixtures/path.with.dots/funky_path_mailer
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/test/fixtures/path.with.dots
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/test/fixtures/layouts
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/test/fixtures/helpers
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/test/fixtures/helper_mailer
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/test/fixtures/first_mailer
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/test/fixtures/explicit_layout_mailer
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/test/fixtures/auto_layout_mailer
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/test/fixtures/asset_host_mailer
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/test/fixtures
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/test
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/tmail-1.2.7/tmail
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/tmail-1.2.7
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/text-format-0.6.3/text
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor/text-format-0.6.3
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer/vendor
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib/action_mailer
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8/lib
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems/actionmailer-2.3.8
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/gems
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/doc
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8/cache
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems/1.8
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/gems
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/yaml
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/xmlrpc
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/win32
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/webrick/httpservlet
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/webrick/httpauth
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/webrick
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/uri
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/test/unit
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/test
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/shell
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rss/maker
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rss/dublincore
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rss/content
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rss
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rinda
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rexml/validation
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rexml/parsers
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rexml/light
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rexml/formatters
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rexml/encodings
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rexml/dtd
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rexml
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rdoc/ri
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rdoc/parser
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rdoc/markup
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rdoc/generator/xml
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rdoc/generator/texinfo
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rdoc/generator/html
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rdoc/generator/chm
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rdoc/generator
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rdoc
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rbconfig
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rake/loaders
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/rake
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/racc
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/optparse
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/net
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/minitest
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/irb/lc/ja
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/irb/lc
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/irb/ext
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/irb/cmd
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/irb
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/drb
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/date/delta
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/date
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/cgi/session
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/cgi
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9/bigdecimal
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.9
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/xsd/xmlparser
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/xsd/codegen
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/xsd
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/xmlrpc
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/wsdl/xmlSchema
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/wsdl/soap
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/wsdl
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/win32
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/webrick/httpservlet
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/webrick/httpauth
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/webrick
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/uri
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/test/unit/util
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/test/unit/ui/tk
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/test/unit/ui/gtk2
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/test/unit/ui/gtk
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/test/unit/ui/fox
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/test/unit/ui/console
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/test/unit/ui
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/test/unit/collector
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/test/unit
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/test
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/soap/rpc
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/soap/mapping
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/soap/header
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/soap/encodingstyle
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/soap
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/shell
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/runit/cui
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/runit
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rss/maker
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rss/dublincore
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rss/content
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rss
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rinda
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rexml/validation
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rexml/parsers
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rexml/light
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rexml/formatters
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rexml/encodings
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rexml/dtd
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rexml
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rdoc/ri
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rdoc/parsers
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rdoc/markup/test
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rdoc/markup/simple_markup
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rdoc/markup/sample
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rdoc/markup
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rdoc/generators/template/xml
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rdoc/generators/template/html
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rdoc/generators/template/chm
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rdoc/generators/template
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rdoc/generators
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rdoc/dot
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/rdoc
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/racc
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/optparse
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/net
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/irb/lc/ja
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/irb/lc
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/irb/ext
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/irb/cmd
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/irb
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/io
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/drb
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/dl
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/date
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/cgi/session
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/cgi
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8/bigdecimal
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby/1.8
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/ruby
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/native/x86_64-Windows
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/native/x86_64-Linux
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/native/x86_64-FreeBSD
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/native/sparcv9-SunOS
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/native/sparc-SunOS
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/native/ppc-Linux
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/native/ppc-AIX
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/native/i386-Windows
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/native/i386-Linux
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/native/i386-FreeBSD
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/native/Darwin
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib/native
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/lib
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/docs/jvyaml
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/docs/api
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/docs
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1/bin
-@dirrm netbeans-%%PORTVERSION%%/ruby/jruby-1.5.1
-@dirrm netbeans-%%PORTVERSION%%/ruby/coverage
-@dirrm netbeans-%%PORTVERSION%%/ruby/config/Modules
-@dirrm netbeans-%%PORTVERSION%%/ruby/config
-@dirrm netbeans-%%PORTVERSION%%/ruby
@dirrm netbeans-%%PORTVERSION%%/profiler/update_tracking
@dirrm netbeans-%%PORTVERSION%%/profiler/remote-pack-defs
@dirrm netbeans-%%PORTVERSION%%/profiler/modules/locale
@@ -10777,6 +6718,12 @@ netbeans-%%PORTVERSION%%/websvccommon/VERSION.txt
@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
@@ -10822,8 +6769,6 @@ netbeans-%%PORTVERSION%%/websvccommon/VERSION.txt
@dirrm netbeans-%%PORTVERSION%%/mobility/modules/ext
@dirrm netbeans-%%PORTVERSION%%/mobility/modules/docs
@dirrm netbeans-%%PORTVERSION%%/mobility/modules
-@dirrm netbeans-%%PORTVERSION%%/mobility/external/proguard
-@dirrm netbeans-%%PORTVERSION%%/mobility/external
@dirrm netbeans-%%PORTVERSION%%/mobility/config/Modules
@dirrm netbeans-%%PORTVERSION%%/mobility/config
@dirrm netbeans-%%PORTVERSION%%/mobility/ant/nblib/locale
@@ -10831,6 +6776,7 @@ netbeans-%%PORTVERSION%%/websvccommon/VERSION.txt
@dirrm netbeans-%%PORTVERSION%%/mobility/ant
@dirrm netbeans-%%PORTVERSION%%/mobility
@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
@@ -10876,6 +6822,7 @@ netbeans-%%PORTVERSION%%/websvccommon/VERSION.txt
@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
@@ -10984,6 +6931,8 @@ netbeans-%%PORTVERSION%%/websvccommon/VERSION.txt
@dirrm netbeans-%%PORTVERSION%%/java/modules/ext/toplink
@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
@@ -10991,13 +6940,16 @@ netbeans-%%PORTVERSION%%/websvccommon/VERSION.txt
@dirrm netbeans-%%PORTVERSION%%/java/modules/ext
@dirrm netbeans-%%PORTVERSION%%/java/modules/docs
@dirrm netbeans-%%PORTVERSION%%/java/modules
-@dirrm netbeans-%%PORTVERSION%%/java/maven2/rootpackage
-@dirrm netbeans-%%PORTVERSION%%/java/maven2
+@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/patches
@dirrm netbeans-%%PORTVERSION%%/java/ant/nblib/locale
@dirrm netbeans-%%PORTVERSION%%/java/ant/nblib
@dirrm netbeans-%%PORTVERSION%%/java/ant/lib
@@ -11007,15 +6959,6 @@ netbeans-%%PORTVERSION%%/websvccommon/VERSION.txt
@dirrm netbeans-%%PORTVERSION%%/java/ant/bin
@dirrm netbeans-%%PORTVERSION%%/java/ant
@dirrm netbeans-%%PORTVERSION%%/java
-@dirrm netbeans-%%PORTVERSION%%/identity/update_tracking
-@dirrm netbeans-%%PORTVERSION%%/identity/modules/locale
-@dirrm netbeans-%%PORTVERSION%%/identity/modules/docs
-@dirrm netbeans-%%PORTVERSION%%/identity/modules
-@dirrm netbeans-%%PORTVERSION%%/identity/config/Modules
-@dirrm netbeans-%%PORTVERSION%%/identity/config
-@dirrm netbeans-%%PORTVERSION%%/identity/ant/nblib
-@dirrm netbeans-%%PORTVERSION%%/identity/ant
-@dirrm netbeans-%%PORTVERSION%%/identity
@dirrm netbeans-%%PORTVERSION%%/ide/update_tracking
@dirrm netbeans-%%PORTVERSION%%/ide/modules/locale
@dirrm netbeans-%%PORTVERSION%%/ide/modules/lib
@@ -11049,9 +6992,6 @@ netbeans-%%PORTVERSION%%/websvccommon/VERSION.txt
@dirrm netbeans-%%PORTVERSION%%/ide/bin
@dirrm netbeans-%%PORTVERSION%%/ide
@dirrm netbeans-%%PORTVERSION%%/harness/update_tracking
-@dirrm netbeans-%%PORTVERSION%%/harness/testcoverage/cobertura/lib
-@dirrm netbeans-%%PORTVERSION%%/harness/testcoverage/cobertura
-@dirrm netbeans-%%PORTVERSION%%/harness/testcoverage
@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
@@ -11122,6 +7062,7 @@ netbeans-%%PORTVERSION%%/websvccommon/VERSION.txt
@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_0
@@ -11158,10 +7099,12 @@ netbeans-%%PORTVERSION%%/websvccommon/VERSION.txt
@dirrm netbeans-%%PORTVERSION%%/dlight/modules
@dirrm netbeans-%%PORTVERSION%%/dlight/config/Modules
@dirrm netbeans-%%PORTVERSION%%/dlight/config
+@dirrm netbeans-%%PORTVERSION%%/dlight/bin/SunOS-x86
+@dirrm netbeans-%%PORTVERSION%%/dlight/bin/SunOS-sparc
+@dirrm netbeans-%%PORTVERSION%%/dlight/bin
@dirrm netbeans-%%PORTVERSION%%/dlight
@dirrm netbeans-%%PORTVERSION%%/cnd/update_tracking
@dirrm netbeans-%%PORTVERSION%%/cnd/modules/locale
-@dirrm netbeans-%%PORTVERSION%%/cnd/modules/ext
@dirrm netbeans-%%PORTVERSION%%/cnd/modules/docs
@dirrm netbeans-%%PORTVERSION%%/cnd/modules
@dirrm netbeans-%%PORTVERSION%%/cnd/config/Modules
@@ -11177,7 +7120,6 @@ netbeans-%%PORTVERSION%%/websvccommon/VERSION.txt
@dirrm netbeans-%%PORTVERSION%%/bin
@dirrm netbeans-%%PORTVERSION%%/apisupport/update_tracking
@dirrm netbeans-%%PORTVERSION%%/apisupport/modules/locale
-@dirrm netbeans-%%PORTVERSION%%/apisupport/modules/docs
@dirrm netbeans-%%PORTVERSION%%/apisupport/modules
@dirrm netbeans-%%PORTVERSION%%/apisupport/config/Modules
@dirrm netbeans-%%PORTVERSION%%/apisupport/config