Date: Tue, 25 Dec 2018 20:25:09 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488340 - in head/java/netbeans-devel: . files Message-ID: <201812252025.wBPKP9kb076051@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kwm Date: Tue Dec 25 20:25:08 2018 New Revision: 488340 URL: https://svnweb.freebsd.org/changeset/ports/488340 Log: Update netbeans-devel to 10.0.vc5. This is the fifth voting candidate of apache netbeans-incubating. PR: 230420 Modified: head/java/netbeans-devel/Makefile head/java/netbeans-devel/distinfo head/java/netbeans-devel/files/patch-netbeans head/java/netbeans-devel/pkg-descr head/java/netbeans-devel/pkg-plist Modified: head/java/netbeans-devel/Makefile ============================================================================== --- head/java/netbeans-devel/Makefile Tue Dec 25 20:03:34 2018 (r488339) +++ head/java/netbeans-devel/Makefile Tue Dec 25 20:25:08 2018 (r488340) @@ -2,41 +2,57 @@ # $FreeBSD$ PORTNAME= netbeans -DISTVERSION= 8.1beta +DISTVERSION= 10.0-vc5 CATEGORIES= java devel -MASTER_SITES= http://download.netbeans.org/netbeans/8.1/beta/zip/ +MASTER_SITES= https://dist.apache.org/repos/dist/dev/incubator/netbeans/incubating-netbeans/incubating-${DISTVERSION}/ PKGNAMESUFFIX= -devel -DISTNAME= netbeans-${DISTVERSION}-201508041349 +DISTNAME= incubating-netbeans-${DISTVERSION}-bin MAINTAINER= kwm@FreeBSD.org -COMMENT= Full-featured integrated environment for Java +COMMENT= Full-featured integrated environment for Java (unstable) -LICENSE= CDDL GPLv2 -LICENSE_COMB= dual +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE -USES= zip +USES= shebangfix zip + USE_JAVA= yes -JAVA_VERSION= 1.7+ +JAVA_VERSION= 1.8+ NO_BUILD= yes +SHEBANG_FILES= extide/ant/bin/antRun.pl \ + extide/ant/bin/complete-ant-cmd.pl \ + extide/ant/bin/runant.pl \ + extide/ant/bin/runant.py + +perl_OLD_CMD= /usr/bin/perl +perl_CMD= ${LOCALBASE}/bin/perl +python_OLD_CMD= /usr/bin/python +python_CMD= ${LOCALBASE}/bin/python2.7 + WRKSRC= ${WRKDIR}/netbeans PREFIXDIR= ${PREFIX}/netbeans-${PORTVERSION} PLIST_SUB+= PORTVERSION=${PORTVERSION} -IGNORE= No development version available right now. Please use java/netbeans instead. -DEPRECATED= Use java/netbeans instead -EXPIRATION_DATE= 2018-09-29 +DESKTOP_ENTRIES="NetBeans ${PORTVERSION}" \ + "NetBeans ${PORTVERSION} IDE" \ + ${DATADIR}/nb/netbeans.png \ + ${PORTNAME}-${PORTVERSION} \ + "Development;" \ + false post-patch: @${REINPLACE_CMD} -e '57s|#||;57s|/path/to/jdk|${JAVA_HOME}|' \ ${WRKSRC}/etc/netbeans.conf - ${RM} ${WRKSRC}/bin/netbeans.orig + @${FIND} ${WRKSRC} -name "*.orig" -delete do-install: - @${MKDIR} ${STAGEDIR}${PREFIXDIR} cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${PREFIXDIR} - @${CHMOD} ${BINMODE} ${STAGEDIR}${PREFIXDIR}/bin/netbeans - ${LN} -sf ${PREFIXDIR}/bin/netbeans ${STAGEDIR}${PREFIX}/bin/netbeans-${PORTVERSION} + cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR} + ${CHMOD} ${BINMODE} ${STAGEDIR}${DATADIR}/bin/netbeans + ${LN} -sf ${DATADIR}/bin/netbeans ${STAGEDIR}${PREFIX}/bin/${PORTNAME}-${PORTVERSION} + + ${FIND} ${STAGEDIR}${DATADIR} -type f -ipath "*/bin/*" | ${XARGS} ${CHMOD} ${BINMODE} .include <bsd.port.mk> Modified: head/java/netbeans-devel/distinfo ============================================================================== --- head/java/netbeans-devel/distinfo Tue Dec 25 20:03:34 2018 (r488339) +++ head/java/netbeans-devel/distinfo Tue Dec 25 20:25:08 2018 (r488340) @@ -1,2 +1,3 @@ -SHA256 (netbeans-8.1beta-201508041349.zip) = c9189370c6b374ccbbcfad1f2218348b9113d597e76e69e6f7409206cefae3e2 -SIZE (netbeans-8.1beta-201508041349.zip) = 335052992 +TIMESTAMP = 1545289815 +SHA256 (incubating-netbeans-10.0-vc5-bin.zip) = efb9175e9a4f773d77b1072f796259ba0b46e11e3f4277b1c52f6e95263a9242 +SIZE (incubating-netbeans-10.0-vc5-bin.zip) = 189738071 Modified: head/java/netbeans-devel/files/patch-netbeans ============================================================================== --- head/java/netbeans-devel/files/patch-netbeans Tue Dec 25 20:03:34 2018 (r488339) +++ head/java/netbeans-devel/files/patch-netbeans Tue Dec 25 20:25:08 2018 (r488340) @@ -1,26 +1,28 @@ ---- bin/netbeans.orig 2015-08-04 14:44:18.000000000 +0200 -+++ bin/netbeans 2015-09-16 13:23:02.012670000 +0200 -@@ -163,6 +163,10 @@ +--- bin/netbeans.orig 2018-02-02 14:08:50 UTC ++++ bin/netbeans +@@ -136,7 +136,11 @@ heap_size () { mem=`/usr/sbin/sysctl hw.memsize | tr -d [:alpha:][:space:].:` mem=`expr $mem / 1048576` ;; -+ FreeBSD*) -+ mem=`/sbin/sysctl -n hw.realmem` -+ mem=`expr $mem / 1048576` -+ ;; - *) +- *) ++ FreeBSD*) ++ mem=`/sbin/sysctl -n hw.realmem` ++ mem=`expr $mem / 1048576` ++ ;; ++ *) ;; esac -@@ -190,7 +194,7 @@ - if grep -v -- "-J-XX:MaxPermSize" >/dev/null <<EOF ; then + if [ -z "$mem" ] ; then +@@ -157,7 +161,7 @@ if grep -v -- "-J-Xmx" >/dev/null <<EOF ; then ${netbeans_default_options} EOF -- netbeans_default_options="-L-XX:MaxPermSize=384m ${netbeans_default_options}" -+ netbeans_default_options="-L-XX:MaxPermSize=512m ${netbeans_default_options} --nosplash" + heap_size +- netbeans_default_options="-J-Xmx${max_heap_size}m ${netbeans_default_options}" ++ netbeans_default_options="-J-Xmx${max_heap_size}m ${netbeans_default_options} --nosplash" fi - if grep -v -- "-J-XX:PermSize" >/dev/null <<EOF ; then -@@ -245,6 +249,8 @@ + launchNbexec() { +@@ -205,6 +209,8 @@ case "`uname`" in --jdkhome '"$netbeans_jdkhome"' \ --branding nb \ --clusters '"$netbeans_clusters"' \ Modified: head/java/netbeans-devel/pkg-descr ============================================================================== --- head/java/netbeans-devel/pkg-descr Tue Dec 25 20:03:34 2018 (r488339) +++ head/java/netbeans-devel/pkg-descr Tue Dec 25 20:25:08 2018 (r488340) @@ -1,7 +1,9 @@ + Apache NetBeans + The NetBeans IDE is a world-class development environment written in Java. It can be used to develop code in Java, HTML, XML, JSP, C/C++ and other languages. The IDE is modular, and there is a huge variety of commercial and free extensions to it to support various technologies. -WWW: http://www.netbeans.org/ +WWW: https://netbeans.apache.org/ Modified: head/java/netbeans-devel/pkg-plist ============================================================================== --- head/java/netbeans-devel/pkg-plist Tue Dec 25 20:03:34 2018 (r488339) +++ head/java/netbeans-devel/pkg-plist Tue Dec 25 20:25:08 2018 (r488340) @@ -1,1620 +1,111 @@ bin/netbeans-%%PORTVERSION%% netbeans-%%PORTVERSION%%/CREDITS.html -netbeans-%%PORTVERSION%%/LICENSE.txt +netbeans-%%PORTVERSION%%/DEPENDENCIES +netbeans-%%PORTVERSION%%/DISCLAIMER +netbeans-%%PORTVERSION%%/LICENSE +netbeans-%%PORTVERSION%%/NOTICE netbeans-%%PORTVERSION%%/README.html -netbeans-%%PORTVERSION%%/THIRDPARTYLICENSE.txt netbeans-%%PORTVERSION%%/apisupport/.lastModified netbeans-%%PORTVERSION%%/apisupport/VERSION.txt netbeans-%%PORTVERSION%%/apisupport/ant/nblib/org-netbeans-modules-apisupport-ant.jar netbeans-%%PORTVERSION%%/apisupport/config/Modules/org-netbeans-modules-apisupport-ant.xml -netbeans-%%PORTVERSION%%/apisupport/config/Modules/org-netbeans-modules-apisupport-crudsample.xml -netbeans-%%PORTVERSION%%/apisupport/config/Modules/org-netbeans-modules-apisupport-feedreader.xml netbeans-%%PORTVERSION%%/apisupport/config/Modules/org-netbeans-modules-apisupport-installer-maven.xml netbeans-%%PORTVERSION%%/apisupport/config/Modules/org-netbeans-modules-apisupport-installer.xml netbeans-%%PORTVERSION%%/apisupport/config/Modules/org-netbeans-modules-apisupport-kit.xml -netbeans-%%PORTVERSION%%/apisupport/config/Modules/org-netbeans-modules-apisupport-osgidemo.xml -netbeans-%%PORTVERSION%%/apisupport/config/Modules/org-netbeans-modules-apisupport-paintapp.xml netbeans-%%PORTVERSION%%/apisupport/config/Modules/org-netbeans-modules-apisupport-project.xml netbeans-%%PORTVERSION%%/apisupport/config/Modules/org-netbeans-modules-apisupport-refactoring.xml netbeans-%%PORTVERSION%%/apisupport/config/Modules/org-netbeans-modules-apisupport-wizards.xml netbeans-%%PORTVERSION%%/apisupport/config/Modules/org-netbeans-modules-maven-apisupport.xml -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-ant_ja.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-ant_pt_BR.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-ant_ru.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-ant_zh_CN.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-crudsample_ja.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-crudsample_pt_BR.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-crudsample_ru.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-crudsample_zh_CN.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-feedreader_ja.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-feedreader_pt_BR.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-feedreader_ru.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-feedreader_zh_CN.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-installer-maven_ja.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-installer-maven_pt_BR.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-installer-maven_ru.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-installer-maven_zh_CN.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-installer_ja.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-installer_pt_BR.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-installer_ru.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-installer_zh_CN.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-kit_ja.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-kit_pt_BR.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-kit_ru.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-kit_zh_CN.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-osgidemo_ja.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-osgidemo_pt_BR.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-osgidemo_ru.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-osgidemo_zh_CN.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-paintapp_ja.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-paintapp_pt_BR.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-paintapp_ru.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-paintapp_zh_CN.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-project_ja.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-project_pt_BR.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-project_ru.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-project_zh_CN.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-refactoring_ja.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-refactoring_pt_BR.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-refactoring_ru.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-refactoring_zh_CN.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-wizards_ja.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-wizards_pt_BR.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-wizards_ru.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-apisupport-wizards_zh_CN.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-maven-apisupport_ja.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-maven-apisupport_pt_BR.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-maven-apisupport_ru.jar -netbeans-%%PORTVERSION%%/apisupport/modules/locale/org-netbeans-modules-maven-apisupport_zh_CN.jar +netbeans-%%PORTVERSION%%/apisupport/config/Modules/org-netbeans-modules-timers.xml netbeans-%%PORTVERSION%%/apisupport/modules/org-netbeans-modules-apisupport-ant.jar -netbeans-%%PORTVERSION%%/apisupport/modules/org-netbeans-modules-apisupport-crudsample.jar -netbeans-%%PORTVERSION%%/apisupport/modules/org-netbeans-modules-apisupport-feedreader.jar netbeans-%%PORTVERSION%%/apisupport/modules/org-netbeans-modules-apisupport-installer-maven.jar netbeans-%%PORTVERSION%%/apisupport/modules/org-netbeans-modules-apisupport-installer.jar netbeans-%%PORTVERSION%%/apisupport/modules/org-netbeans-modules-apisupport-kit.jar -netbeans-%%PORTVERSION%%/apisupport/modules/org-netbeans-modules-apisupport-osgidemo.jar -netbeans-%%PORTVERSION%%/apisupport/modules/org-netbeans-modules-apisupport-paintapp.jar netbeans-%%PORTVERSION%%/apisupport/modules/org-netbeans-modules-apisupport-project.jar netbeans-%%PORTVERSION%%/apisupport/modules/org-netbeans-modules-apisupport-refactoring.jar netbeans-%%PORTVERSION%%/apisupport/modules/org-netbeans-modules-apisupport-wizards.jar netbeans-%%PORTVERSION%%/apisupport/modules/org-netbeans-modules-maven-apisupport.jar +netbeans-%%PORTVERSION%%/apisupport/modules/org-netbeans-modules-timers.jar netbeans-%%PORTVERSION%%/apisupport/update_tracking/org-netbeans-modules-apisupport-ant.xml -netbeans-%%PORTVERSION%%/apisupport/update_tracking/org-netbeans-modules-apisupport-crudsample.xml -netbeans-%%PORTVERSION%%/apisupport/update_tracking/org-netbeans-modules-apisupport-feedreader.xml netbeans-%%PORTVERSION%%/apisupport/update_tracking/org-netbeans-modules-apisupport-installer-maven.xml netbeans-%%PORTVERSION%%/apisupport/update_tracking/org-netbeans-modules-apisupport-installer.xml netbeans-%%PORTVERSION%%/apisupport/update_tracking/org-netbeans-modules-apisupport-kit.xml -netbeans-%%PORTVERSION%%/apisupport/update_tracking/org-netbeans-modules-apisupport-osgidemo.xml -netbeans-%%PORTVERSION%%/apisupport/update_tracking/org-netbeans-modules-apisupport-paintapp.xml netbeans-%%PORTVERSION%%/apisupport/update_tracking/org-netbeans-modules-apisupport-project.xml netbeans-%%PORTVERSION%%/apisupport/update_tracking/org-netbeans-modules-apisupport-refactoring.xml netbeans-%%PORTVERSION%%/apisupport/update_tracking/org-netbeans-modules-apisupport-wizards.xml netbeans-%%PORTVERSION%%/apisupport/update_tracking/org-netbeans-modules-maven-apisupport.xml +netbeans-%%PORTVERSION%%/apisupport/update_tracking/org-netbeans-modules-timers.xml netbeans-%%PORTVERSION%%/bin/netbeans netbeans-%%PORTVERSION%%/bin/netbeans.exe netbeans-%%PORTVERSION%%/bin/netbeans64.exe -netbeans-%%PORTVERSION%%/cnd/.lastModified -netbeans-%%PORTVERSION%%/cnd/VERSION.txt -netbeans-%%PORTVERSION%%/cnd/bin/GdbKillProc.exe -netbeans-%%PORTVERSION%%/cnd/bin/Linux-sparc_64/libBuildTrace.so -netbeans-%%PORTVERSION%%/cnd/bin/Linux-sparc_64/rfs_controller -netbeans-%%PORTVERSION%%/cnd/bin/Linux-sparc_64/rfs_preload.so -netbeans-%%PORTVERSION%%/cnd/bin/Linux-sparc_64/rfs_test_env -netbeans-%%PORTVERSION%%/cnd/bin/Linux-x86/libBuildTrace.so -netbeans-%%PORTVERSION%%/cnd/bin/Linux-x86/rfs_controller -netbeans-%%PORTVERSION%%/cnd/bin/Linux-x86/rfs_preload.so -netbeans-%%PORTVERSION%%/cnd/bin/Linux-x86/rfs_test_env -netbeans-%%PORTVERSION%%/cnd/bin/Linux-x86_64/libBuildTrace.so -netbeans-%%PORTVERSION%%/cnd/bin/Linux-x86_64/rfs_controller -netbeans-%%PORTVERSION%%/cnd/bin/Linux-x86_64/rfs_preload.so -netbeans-%%PORTVERSION%%/cnd/bin/Linux-x86_64/rfs_test_env -netbeans-%%PORTVERSION%%/cnd/bin/MacOSX-x86/libBuildTrace.dylib -netbeans-%%PORTVERSION%%/cnd/bin/MacOSX-x86_64/libBuildTrace.dylib -netbeans-%%PORTVERSION%%/cnd/bin/SunOS-sparc/libBuildTrace.so -netbeans-%%PORTVERSION%%/cnd/bin/SunOS-sparc/rfs_controller -netbeans-%%PORTVERSION%%/cnd/bin/SunOS-sparc/rfs_preload.so -netbeans-%%PORTVERSION%%/cnd/bin/SunOS-sparc/rfs_test_env -netbeans-%%PORTVERSION%%/cnd/bin/SunOS-sparc_64/libBuildTrace.so -netbeans-%%PORTVERSION%%/cnd/bin/SunOS-sparc_64/rfs_controller -netbeans-%%PORTVERSION%%/cnd/bin/SunOS-sparc_64/rfs_preload.so -netbeans-%%PORTVERSION%%/cnd/bin/SunOS-sparc_64/rfs_test_env -netbeans-%%PORTVERSION%%/cnd/bin/SunOS-x86/libBuildTrace.so -netbeans-%%PORTVERSION%%/cnd/bin/SunOS-x86/rfs_controller -netbeans-%%PORTVERSION%%/cnd/bin/SunOS-x86/rfs_preload.so -netbeans-%%PORTVERSION%%/cnd/bin/SunOS-x86/rfs_test_env -netbeans-%%PORTVERSION%%/cnd/bin/SunOS-x86_64/libBuildTrace.so -netbeans-%%PORTVERSION%%/cnd/bin/SunOS-x86_64/rfs_controller -netbeans-%%PORTVERSION%%/cnd/bin/SunOS-x86_64/rfs_preload.so -netbeans-%%PORTVERSION%%/cnd/bin/SunOS-x86_64/rfs_test_env -netbeans-%%PORTVERSION%%/cnd/bin/dorun.sh -netbeans-%%PORTVERSION%%/cnd/bin/rfs_test_env.sh -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-libs-clank.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-analysis-api.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-analysis-impl.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-antlr.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-api-model.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-api-project.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-api-remote.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-apt.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-asm.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-callgraph.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-classview.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-cncppunit.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-completion.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-debugger-common2.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-debugger-gdb2.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-discovery.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-dwarfdiscovery.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-dwarfdump.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-editor.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-folding.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-gotodeclaration.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-highlight.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-indexing.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-makeproject-source-bridge.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-makeproject.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-model-jclank-bridge.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-model-services.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-modeldiscovery.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-modelimpl.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-modelui.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-modelutil.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-navigation.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-qnavigator.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-refactoring.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-remote-projectui.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-remote.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-repository-api.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-repository.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-script.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-search.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-simpleunit.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-source.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-spellchecker-bindings.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-testrunner.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-toolchain.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd-utils.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-cnd.xml -netbeans-%%PORTVERSION%%/cnd/config/Modules/org-netbeans-modules-jellytools-cnd.xml -netbeans-%%PORTVERSION%%/cnd/modules/docs/org-netbeans-modules-cnd.jar -netbeans-%%PORTVERSION%%/cnd/modules/ext/org-clang-arcmigrate.jar -netbeans-%%PORTVERSION%%/cnd/modules/ext/org-clang-ast.jar -netbeans-%%PORTVERSION%%/cnd/modules/ext/org-clang-basic.jar -netbeans-%%PORTVERSION%%/cnd/modules/ext/org-clang-codegen.jar -netbeans-%%PORTVERSION%%/cnd/modules/ext/org-clang-driver.jar -netbeans-%%PORTVERSION%%/cnd/modules/ext/org-clang-frontend.jar -netbeans-%%PORTVERSION%%/cnd/modules/ext/org-clang-frontendtool.jar -netbeans-%%PORTVERSION%%/cnd/modules/ext/org-clang-lex.jar -netbeans-%%PORTVERSION%%/cnd/modules/ext/org-clang-parse.jar -netbeans-%%PORTVERSION%%/cnd/modules/ext/org-clang-rewrite.jar -netbeans-%%PORTVERSION%%/cnd/modules/ext/org-clang-sema.jar -netbeans-%%PORTVERSION%%/cnd/modules/ext/org-clang-serialization.jar -netbeans-%%PORTVERSION%%/cnd/modules/ext/org-clang-staticanalyzer.jar -netbeans-%%PORTVERSION%%/cnd/modules/ext/org-clang-tools-driver.jar -netbeans-%%PORTVERSION%%/cnd/modules/ext/org-clang-tools-services.jar -netbeans-%%PORTVERSION%%/cnd/modules/ext/org-clank-java.jar -netbeans-%%PORTVERSION%%/cnd/modules/ext/org-llvm-adtsupport.jar -netbeans-%%PORTVERSION%%/cnd/modules/ext/org-llvm-bitcode.jar -netbeans-%%PORTVERSION%%/cnd/modules/ext/org-llvm-option.jar -netbeans-%%PORTVERSION%%/cnd/modules/ext/org-llvm-utils.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-analysis-api_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-analysis-api_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-analysis-api_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-analysis-api_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-analysis-impl_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-analysis-impl_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-analysis-impl_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-analysis-impl_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-gdb2_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-debugger-gdb2_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-debugger-gdb2_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-debugger-gdb2_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-discovery_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-discovery_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-discovery_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-discovery_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-dwarfdiscovery_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-dwarfdiscovery_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-dwarfdiscovery_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-dwarfdiscovery_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-dwarfdump_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-dwarfdump_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-dwarfdump_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-dwarfdump_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-editor_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-editor_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-editor_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-editor_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-folding_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-folding_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-folding_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-folding_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-gotodeclaration_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-gotodeclaration_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-gotodeclaration_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-gotodeclaration_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-highlight_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-highlight_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-highlight_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-highlight_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-indexing_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-indexing_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-indexing_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-indexing_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-makeproject-source-bridge_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-makeproject-source-bridge_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-makeproject-source-bridge_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-makeproject-source-bridge_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-makeproject_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-makeproject_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-makeproject_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-makeproject_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-model-services_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-model-services_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-model-services_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-model-services_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-modeldiscovery_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-modeldiscovery_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-modeldiscovery_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-modeldiscovery_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-modelimpl_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-modelimpl_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-modelimpl_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-modelimpl_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-modelui_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-modelui_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-modelui_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-modelui_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-modelutil_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-modelutil_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-modelutil_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-modelutil_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-navigation_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-navigation_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-navigation_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-navigation_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-qnavigator_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-qnavigator_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-qnavigator_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-qnavigator_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-refactoring_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-refactoring_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-refactoring_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-refactoring_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-remote-projectui_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-remote-projectui_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-remote-projectui_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-remote-projectui_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-remote_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-remote_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-remote_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-remote_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-repository-api_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-repository-api_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-repository-api_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-repository-api_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-repository_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-repository_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-repository_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-repository_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-script_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-script_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-script_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-script_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-search_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-search_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-search_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-search_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-simpleunit_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-simpleunit_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-simpleunit_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-simpleunit_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-source_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-source_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-source_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-source_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-spellchecker-bindings_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-spellchecker-bindings_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-spellchecker-bindings_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-spellchecker-bindings_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-testrunner_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-testrunner_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-testrunner_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-testrunner_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-toolchain_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-toolchain_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-toolchain_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-toolchain_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-utils_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-utils_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-utils_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd-utils_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-cnd_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-jellytools-cnd_ja.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-jellytools-cnd_pt_BR.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-jellytools-cnd_ru.jar -netbeans-%%PORTVERSION%%/cnd/modules/locale/org-netbeans-modules-jellytools-cnd_zh_CN.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-libs-clank.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-analysis-api.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-analysis-impl.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-antlr.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-api-model.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-api-project.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-api-remote.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-apt.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-asm.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-callgraph.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-classview.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-cncppunit.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-completion.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-debugger-common2.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-debugger-gdb2.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-discovery.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-dwarfdiscovery.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-dwarfdump.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-editor.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-folding.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-gotodeclaration.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-highlight.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-indexing.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-makeproject-source-bridge.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-makeproject.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-model-jclank-bridge.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-model-services.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-modeldiscovery.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-modelimpl.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-modelui.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-modelutil.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-navigation.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-qnavigator.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-refactoring.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-remote-projectui.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-remote.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-repository-api.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-repository.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-script.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-search.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-simpleunit.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-source.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-spellchecker-bindings.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-testrunner.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-toolchain.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd-utils.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-cnd.jar -netbeans-%%PORTVERSION%%/cnd/modules/org-netbeans-modules-jellytools-cnd.jar -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-libs-clank.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-analysis-api.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-analysis-impl.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-antlr.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-api-model.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-api-project.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-api-remote.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-apt.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-asm.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-callgraph.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-classview.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-cncppunit.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-completion.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-debugger-common2.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-debugger-gdb2.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-discovery.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-dwarfdiscovery.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-dwarfdump.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-editor.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-folding.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-gotodeclaration.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-highlight.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-indexing.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-makeproject-source-bridge.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-makeproject.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-model-jclank-bridge.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-model-services.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-modeldiscovery.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-modelimpl.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-modelui.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-modelutil.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-navigation.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-qnavigator.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-refactoring.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-remote-projectui.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-remote.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-repository-api.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-repository.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-script.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-search.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-simpleunit.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-source.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-spellchecker-bindings.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-testrunner.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-toolchain.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd-utils.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-cnd.xml -netbeans-%%PORTVERSION%%/cnd/update_tracking/org-netbeans-modules-jellytools-cnd.xml -netbeans-%%PORTVERSION%%/cndext/.lastModified -netbeans-%%PORTVERSION%%/cndext/VERSION.txt -netbeans-%%PORTVERSION%%/cndext/config/Modules/org-netbeans-modules-cnd-mixeddev.xml -netbeans-%%PORTVERSION%%/cndext/modules/org-netbeans-modules-cnd-mixeddev.jar -netbeans-%%PORTVERSION%%/cndext/update_tracking/org-netbeans-modules-cnd-mixeddev.xml -netbeans-%%PORTVERSION%%/dlight/.lastModified -netbeans-%%PORTVERSION%%/dlight/VERSION.txt -netbeans-%%PORTVERSION%%/dlight/bin/FreeBSD-x86/fs_server -netbeans-%%PORTVERSION%%/dlight/bin/Linux-arm/fs_server -netbeans-%%PORTVERSION%%/dlight/bin/Linux-sparc/fs_server -netbeans-%%PORTVERSION%%/dlight/bin/Linux-x86/fs_server -netbeans-%%PORTVERSION%%/dlight/bin/Linux-x86_64/fs_server -netbeans-%%PORTVERSION%%/dlight/bin/MacOSX-x86/fs_server -netbeans-%%PORTVERSION%%/dlight/bin/SunOS-sparc/fs_server -netbeans-%%PORTVERSION%%/dlight/bin/SunOS-x86/fs_server -netbeans-%%PORTVERSION%%/dlight/config/Modules/org-netbeans-modules-dlight-kit.xml -netbeans-%%PORTVERSION%%/dlight/config/Modules/org-netbeans-modules-dlight-libs-common.xml -netbeans-%%PORTVERSION%%/dlight/config/Modules/org-netbeans-modules-dlight-remote-impl.xml -netbeans-%%PORTVERSION%%/dlight/config/Modules/org-netbeans-modules-dlight-remote.xml -netbeans-%%PORTVERSION%%/dlight/config/Modules/org-netbeans-modules-dlight-sendto.xml -netbeans-%%PORTVERSION%%/dlight/config/Modules/org-netbeans-modules-git-remote-cli.xml -netbeans-%%PORTVERSION%%/dlight/config/Modules/org-netbeans-modules-git-remote.xml -netbeans-%%PORTVERSION%%/dlight/config/Modules/org-netbeans-modules-mercurial-remote.xml -netbeans-%%PORTVERSION%%/dlight/config/Modules/org-netbeans-modules-remotefs-versioning-api.xml -netbeans-%%PORTVERSION%%/dlight/config/Modules/org-netbeans-modules-remotefs-versioning.xml -netbeans-%%PORTVERSION%%/dlight/config/Modules/org-netbeans-modules-subversion-remote.xml -netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-kit_ja.jar -netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-kit_pt_BR.jar -netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-kit_ru.jar -netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-kit_zh_CN.jar -netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-libs-common_ja.jar -netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-libs-common_pt_BR.jar -netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-libs-common_ru.jar -netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-libs-common_zh_CN.jar -netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-remote-impl_ja.jar -netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-remote-impl_pt_BR.jar -netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-remote-impl_ru.jar -netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-remote-impl_zh_CN.jar -netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-remote_ja.jar -netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-remote_pt_BR.jar -netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-remote_ru.jar -netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-dlight-remote_zh_CN.jar -netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-remotefs-versioning_ja.jar -netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-remotefs-versioning_pt_BR.jar -netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-remotefs-versioning_ru.jar -netbeans-%%PORTVERSION%%/dlight/modules/locale/org-netbeans-modules-remotefs-versioning_zh_CN.jar -netbeans-%%PORTVERSION%%/dlight/modules/org-netbeans-modules-dlight-kit.jar -netbeans-%%PORTVERSION%%/dlight/modules/org-netbeans-modules-dlight-libs-common.jar -netbeans-%%PORTVERSION%%/dlight/modules/org-netbeans-modules-dlight-remote-impl.jar -netbeans-%%PORTVERSION%%/dlight/modules/org-netbeans-modules-dlight-remote.jar -netbeans-%%PORTVERSION%%/dlight/modules/org-netbeans-modules-dlight-sendto.jar -netbeans-%%PORTVERSION%%/dlight/modules/org-netbeans-modules-git-remote-cli.jar -netbeans-%%PORTVERSION%%/dlight/modules/org-netbeans-modules-git-remote.jar -netbeans-%%PORTVERSION%%/dlight/modules/org-netbeans-modules-mercurial-remote.jar -netbeans-%%PORTVERSION%%/dlight/modules/org-netbeans-modules-remotefs-versioning-api.jar -netbeans-%%PORTVERSION%%/dlight/modules/org-netbeans-modules-remotefs-versioning.jar -netbeans-%%PORTVERSION%%/dlight/modules/org-netbeans-modules-subversion-remote.jar -netbeans-%%PORTVERSION%%/dlight/update_tracking/org-netbeans-modules-dlight-kit.xml -netbeans-%%PORTVERSION%%/dlight/update_tracking/org-netbeans-modules-dlight-libs-common.xml -netbeans-%%PORTVERSION%%/dlight/update_tracking/org-netbeans-modules-dlight-remote-impl.xml -netbeans-%%PORTVERSION%%/dlight/update_tracking/org-netbeans-modules-dlight-remote.xml -netbeans-%%PORTVERSION%%/dlight/update_tracking/org-netbeans-modules-dlight-sendto.xml -netbeans-%%PORTVERSION%%/dlight/update_tracking/org-netbeans-modules-git-remote-cli.xml -netbeans-%%PORTVERSION%%/dlight/update_tracking/org-netbeans-modules-git-remote.xml -netbeans-%%PORTVERSION%%/dlight/update_tracking/org-netbeans-modules-mercurial-remote.xml -netbeans-%%PORTVERSION%%/dlight/update_tracking/org-netbeans-modules-remotefs-versioning-api.xml -netbeans-%%PORTVERSION%%/dlight/update_tracking/org-netbeans-modules-remotefs-versioning.xml -netbeans-%%PORTVERSION%%/dlight/update_tracking/org-netbeans-modules-subversion-remote.xml -netbeans-%%PORTVERSION%%/enterprise/.lastModified -netbeans-%%PORTVERSION%%/enterprise/VERSION.txt -netbeans-%%PORTVERSION%%/enterprise/ant/extra/jspcompile.jar -netbeans-%%PORTVERSION%%/enterprise/ant/nblib/locale/org-netbeans-modules-j2ee-ant_ja.jar -netbeans-%%PORTVERSION%%/enterprise/ant/nblib/locale/org-netbeans-modules-j2ee-ant_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/ant/nblib/locale/org-netbeans-modules-j2ee-ant_ru.jar -netbeans-%%PORTVERSION%%/enterprise/ant/nblib/locale/org-netbeans-modules-j2ee-ant_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/ant/nblib/org-netbeans-modules-j2ee-ant.jar -netbeans-%%PORTVERSION%%/enterprise/ant/sources/org/netbeans/modules/web/project/ant/JspC.java -netbeans-%%PORTVERSION%%/enterprise/ant/sources/org/netbeans/modules/web/project/ant/JspCSingle.java -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-api-web-webmodule.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-libs-amazon.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-libs-commons_fileupload.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-libs-elimpl.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-libs-glassfish_logging.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-libs-jstl.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-apisupport-restsample.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-cloud-amazon.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-cloud-common.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-el-lexer.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-glassfish-common.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-glassfish-eecommon.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-glassfish-javaee.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-glassfish-tooling.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-hibernateweb.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-j2ee-ant.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-j2ee-api-ejbmodule.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-j2ee-clientproject.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-j2ee-common.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-j2ee-core.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-j2ee-dd-webservice.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-j2ee-dd.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-j2ee-ddloaders.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-j2ee-earproject.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-j2ee-ejbcore.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-j2ee-ejbjarproject.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-j2ee-ejbrefactoring.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-j2ee-ejbverification.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-j2ee-genericserver.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-j2ee-jboss4.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-j2ee-kit.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-j2ee-platform.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-j2ee-samples.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-j2ee-sun-appsrv.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-j2ee-sun-dd.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-j2ee-sun-ddui.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-j2ee-weblogic9.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-j2eeapis.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-j2eeserver.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-javaee-api.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-javaee-beanvalidation.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-javaee-project.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-javaee-resources.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-javaee-specs-support.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-javaee-wildfly.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-javaee7-api.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-ko4j-debugging.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-maven-j2ee.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-maven-jaxws.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-maven-samples.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-performance-javaee.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-performance-scripting.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-performance-web.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-profiler-j2ee.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-projectimport-eclipse-web.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-servletjspapi.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-spring-webmvc.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-tomcat5.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-web-beans.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-web-client-rest.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-web-core-syntax.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-web-core.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-web-debug.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-web-el.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-web-examples.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-web-freeform.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-web-jsf-editor.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-web-jsf-icefaces.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-web-jsf-kit.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-web-jsf-navigation.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-web-jsf-richfaces.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-web-jsf.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-web-jsf12.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-web-jsf12ri.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-web-jsf20.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-web-jsfapi.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-web-jspparser.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-web-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-weblogic-common.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-websocket.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-websvc-clientapi.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-websvc-core.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-websvc-customization.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-websvc-design.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-websvc-editor-hints.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-websvc-jaxws-lightapi.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-websvc-jaxwsapi.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-websvc-jaxwsmodel.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-websvc-kit.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-websvc-manager.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-websvc-metro-lib.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-websvc-metro-model.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-websvc-metro-samples.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-websvc-owsm.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-websvc-projectapi.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-websvc-rest-samples.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-websvc-rest.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-websvc-restapi.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-websvc-restkit.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-websvc-restlib.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-websvc-saas-codegen-j2ee.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-websvc-utilities.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-websvc-websvcapi.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-websvc-wsitconf.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-websvc-wsitmodelext.xml -netbeans-%%PORTVERSION%%/enterprise/config/Modules/org-netbeans-modules-websvc-wsstackapi.xml -netbeans-%%PORTVERSION%%/enterprise/docs/javaee-doc-api.jar -netbeans-%%PORTVERSION%%/enterprise/docs/jsf-api-docs.zip -netbeans-%%PORTVERSION%%/enterprise/docs/jsf12-tlddoc.zip -netbeans-%%PORTVERSION%%/enterprise/docs/jstl11-doc.zip -netbeans-%%PORTVERSION%%/enterprise/docs/metro-1.4-doc.zip -netbeans-%%PORTVERSION%%/enterprise/docs/struts-1.3.10-javadoc.zip -netbeans-%%PORTVERSION%%/enterprise/docs/struts-tags.zip -netbeans-%%PORTVERSION%%/enterprise/docs/syntaxref20.zip -netbeans-%%PORTVERSION%%/enterprise/modules/ext/aws-sdk/aws-java-sdk-1.2.1.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/aws-sdk/commons-codec-1.3.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/aws-sdk/commons-logging-1.1.1.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/aws-sdk/httpclient-4.1.1.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/aws-sdk/httpcore-4.1.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/build-ws.xml -netbeans-%%PORTVERSION%%/enterprise/modules/ext/commons-fileupload-1.3.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/el-impl.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/glassfish-jspparser-4.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-api-7.0-license.txt -netbeans-%%PORTVERSION%%/enterprise/modules/ext/javaee-api-7.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/javaee-web-api-7.0-license.txt -netbeans-%%PORTVERSION%%/enterprise/modules/ext/javaee-web-api-7.0.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/javaee6-endorsed/javax.annotation-license.txt -netbeans-%%PORTVERSION%%/enterprise/modules/ext/javaee6-endorsed/javax.annotation.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/javaee6-endorsed/jaxb-api-osgi-license.txt -netbeans-%%PORTVERSION%%/enterprise/modules/ext/javaee6-endorsed/jaxb-api-osgi.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/javaee6-endorsed/webservices-api-osgi-license.txt -netbeans-%%PORTVERSION%%/enterprise/modules/ext/javaee6-endorsed/webservices-api-osgi.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/javaee7-endorsed/javax.annotation-api-license.txt -netbeans-%%PORTVERSION%%/enterprise/modules/ext/javaee7-endorsed/javax.annotation-api.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/javaee7-endorsed/javax.xml.soap-api-license.txt -netbeans-%%PORTVERSION%%/enterprise/modules/ext/javaee7-endorsed/javax.xml.soap-api.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/javaee7-endorsed/jaxb-api-osgi-license.txt -netbeans-%%PORTVERSION%%/enterprise/modules/ext/javaee7-endorsed/jaxb-api-osgi.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/javaee7-endorsed/jaxws-api-license.txt -netbeans-%%PORTVERSION%%/enterprise/modules/ext/javaee7-endorsed/jaxws-api.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/javaee7-endorsed/jsr181-api-license.txt -netbeans-%%PORTVERSION%%/enterprise/modules/ext/javaee7-endorsed/jsr181-api.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/jaxrs-2.0/javax.ws.rs-api-2.0.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/jersey2/ext/asm-all-repackaged-2.2.0-b21.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/jersey2/ext/cglib-2.2.0-b21.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/jersey2/ext/guava-14.0.1.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/jersey2/ext/hk2-api-2.2.0-b21.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/jersey2/ext/hk2-locator-2.2.0-b21.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/jersey2/ext/hk2-utils-2.2.0-b21.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/jersey2/ext/javax.annotation-api-1.2.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/jersey2/ext/javax.inject-2.2.0-b21.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/jersey2/ext/javax.servlet-api-3.0.1.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/jersey2/ext/jaxb-api-2.2.7.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/jersey2/ext/jersey-entity-filtering-2.5.1.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/jersey2/ext/jersey-media-moxy-2.5.1.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/jersey2/ext/org.osgi.core-4.2.0.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/jersey2/ext/osgi-resource-locator-1.0.1.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/jersey2/ext/persistence-api-1.0.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/jersey2/ext/validation-api-1.1.0.Final.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/jersey2/jersey-client.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/jersey2/jersey-common.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/jersey2/jersey-container-servlet-core.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/jersey2/jersey-container-servlet.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/jersey2/jersey-server.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/jsf-1_2/LICENSE-APACHE.txt -netbeans-%%PORTVERSION%%/enterprise/modules/ext/jsf-1_2/LICENSE.TXT -netbeans-%%PORTVERSION%%/enterprise/modules/ext/jsf-1_2/THIRDPARTYLICENSEREADME.txt -netbeans-%%PORTVERSION%%/enterprise/modules/ext/jsf-1_2/commons-beanutils.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/jsf-1_2/commons-collections.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/jsf-1_2/commons-digester.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/jsf-1_2/commons-logging.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/jsf-1_2/jsf-api.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/jsf-1_2/jsf-impl.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/jsf-2_2/javax.faces.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/jsf-2_2/license.txt -netbeans-%%PORTVERSION%%/enterprise/modules/ext/jsp-parser-ext.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/jsr88javax.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/jstl-api.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/jstl-impl.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-5.0.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/servlet3.1-jsp2.3-api.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/struts/antlr-2.7.2.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/struts/bsf-2.3.0.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/struts/commons-beanutils-1.8.0.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/struts/commons-chain-1.2.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/struts/commons-digester-1.8.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/struts/commons-fileupload-1.1.1.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/struts/commons-io-1.1.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/struts/commons-logging-1.0.4.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/struts/commons-validator-1.3.1.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/struts/jstl-1.0.2.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/struts/oro-2.0.8.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/struts/standard-1.0.6.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/struts/struts-core-1.3.10.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/struts/struts-el-1.3.10.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/struts/struts-extras-1.3.10.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/struts/struts-faces-1.3.10.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/struts/struts-mailreader-dao-1.3.10.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/struts/struts-scripting-1.3.10.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/struts/struts-taglib-1.3.10.jar -netbeans-%%PORTVERSION%%/enterprise/modules/ext/struts/struts-tiles-1.3.10.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-api-web-webmodule_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-api-web-webmodule_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-api-web-webmodule_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-api-web-webmodule_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-libs-amazon_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-libs-amazon_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-libs-amazon_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-libs-amazon_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-libs-commons_fileupload_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-libs-commons_fileupload_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-libs-commons_fileupload_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-libs-commons_fileupload_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-libs-elimpl_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-libs-elimpl_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-libs-elimpl_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-libs-elimpl_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-libs-glassfish_logging_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-libs-glassfish_logging_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-libs-glassfish_logging_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-libs-glassfish_logging_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-libs-jstl_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-libs-jstl_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-libs-jstl_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-libs-jstl_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-apisupport-restsample_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-apisupport-restsample_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-apisupport-restsample_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-apisupport-restsample_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-cloud-amazon_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-cloud-amazon_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-cloud-amazon_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-cloud-amazon_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-cloud-common_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-cloud-common_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-cloud-common_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-cloud-common_zh_CN.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-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-common_ja.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-glassfish-common_pt_BR.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-glassfish-common_ru.jar -netbeans-%%PORTVERSION%%/enterprise/modules/locale/org-netbeans-modules-glassfish-common_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 *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812252025.wBPKP9kb076051>