Date: Mon, 31 Dec 2018 15:18:58 +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: r488794 - in head/java/netbeans: . files Message-ID: <201812311518.wBVFIwjn001913@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kwm Date: Mon Dec 31 15:18:58 2018 New Revision: 488794 URL: https://svnweb.freebsd.org/changeset/ports/488794 Log: Update netbeans to 10.0. This is the second release of Apache Netbeans (incubating). The first release (9.0) was skipped because it only included java support. This version should support most if not all of the project types the older netbeans 8.2 did. PR: 230420 Modified: head/java/netbeans/Makefile head/java/netbeans/distinfo head/java/netbeans/files/patch-bin_netbeans head/java/netbeans/pkg-descr head/java/netbeans/pkg-plist Modified: head/java/netbeans/Makefile ============================================================================== --- head/java/netbeans/Makefile Mon Dec 31 15:15:30 2018 (r488793) +++ head/java/netbeans/Makefile Mon Dec 31 15:18:58 2018 (r488794) @@ -2,54 +2,53 @@ # $FreeBSD$ PORTNAME= netbeans -PORTVERSION= 8.2 +DISTVERSION= 10.0 CATEGORIES= java devel -MASTER_SITES= http://download.netbeans.org/netbeans/${PORTVERSION}/final/zip/ \ - http://dlc.sun.com.edgesuite.net/netbeans/${PORTVERSION}/final/zip/ -DISTNAME= netbeans-${PORTVERSION}-201609300101 +MASTER_SITES= APACHE/incubator/netbeans/incubating-netbeans/incubating-${PORTVERSION}/ +DISTNAME= incubating-netbeans-${DISTVERSION}-bin MAINTAINER= kwm@FreeBSD.org -COMMENT= Modular, standards-based integrated development environment (unstable version) +COMMENT= Modular, standards-based integrated development environment -LICENSE= CDDL GPLv2 -LICENSE_COMB= dual +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE USES= shebangfix zip + +USE_JAVA= yes +JAVA_VERSION= 1.8+ +NO_BUILD= yes + SHEBANG_FILES= extide/ant/bin/antRun.pl \ extide/ant/bin/complete-ant-cmd.pl \ extide/ant/bin/runant.pl \ extide/ant/bin/runant.py + perl_OLD_CMD= /usr/bin/perl perl_CMD= ${LOCALBASE}/bin/perl python_OLD_CMD= /usr/bin/python python_CMD= ${LOCALBASE}/bin/python2.7 -USE_JAVA= yes -JAVA_VERSION= 1.8 -NO_BUILD= yes - WRKSRC= ${WRKDIR}/netbeans DATADIR= ${PREFIX}/${PORTNAME}-${PORTVERSION} PLIST_SUB+= PORTVERSION=${PORTVERSION} -DESKTOP_ENTRIES="NetBeans" \ - "NetBeans IDE" \ +DESKTOP_ENTRIES="Apache NetBeans" \ + "Apache NetBeans IDE (incubating)" \ ${DATADIR}/nb/netbeans.png \ ${PORTNAME}-${PORTVERSION} \ "Development;" \ false post-patch: - @${REINPLACE_CMD} -i "" -e '57s|#||;57s|/path/to/jdk|${JAVA_HOME}|' \ + @${REINPLACE_CMD} -i '' -e '80s|#||;80s|/path/to/jdk|${JAVA_HOME}|' \ ${WRKSRC}/etc/netbeans.conf @${FIND} ${WRKSRC} -name "*.orig" -delete do-install: cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR} - ${CHMOD} ${BINMODE} ${STAGEDIR}${DATADIR}/bin/netbeans - ${LN} -sf ${DATADIR}/bin/netbeans ${STAGEDIR}${PREFIX}/bin/${PORTNAME}-${PORTVERSION} - - ${FIND} ${STAGEDIR}${DATADIR} -type f -ipath "*/bin/*" | ${XARGS} ${CHMOD} ${BINMODE} + cd ${STAGEDIR}${PREFIX} && ${LN} -sf ${DATADIR}/bin/netbeans bin/${PORTNAME}-${PORTVERSION} + ${RM} -rf ${STAGEDIR}${DATADIR}/profiler/lib/deployed/jdk16/linux-arm* .include <bsd.port.mk> Modified: head/java/netbeans/distinfo ============================================================================== --- head/java/netbeans/distinfo Mon Dec 31 15:15:30 2018 (r488793) +++ head/java/netbeans/distinfo Mon Dec 31 15:18:58 2018 (r488794) @@ -1,3 +1,3 @@ -TIMESTAMP = 1503582610 -SHA256 (netbeans-8.2-201609300101.zip) = ad9888334b9a6c1f1138dcb2eccc8ce4921463e871e46def4ecc617538160948 -SIZE (netbeans-8.2-201609300101.zip) = 351110790 +TIMESTAMP = 1545827013 +SHA256 (incubating-netbeans-10.0-bin.zip) = efb9175e9a4f773d77b1072f796259ba0b46e11e3f4277b1c52f6e95263a9242 +SIZE (incubating-netbeans-10.0-bin.zip) = 189738071 Modified: head/java/netbeans/files/patch-bin_netbeans ============================================================================== --- head/java/netbeans/files/patch-bin_netbeans Mon Dec 31 15:15:30 2018 (r488793) +++ head/java/netbeans/files/patch-bin_netbeans Mon Dec 31 15:18:58 2018 (r488794) @@ -1,22 +1,23 @@ ---- bin/netbeans.orig 2014-03-10 17:32:04.000000000 +0100 -+++ bin/netbeans 2014-04-11 09:48:06.000000000 +0200 -@@ -152,7 +152,7 @@ - heap_size () { - mem=640 - case "`uname`" in -- Linux*) -+ Linux*) - mem=`cat /proc/meminfo | grep MemTotal | tr -d [:space:][:alpha:]:` - mem=`expr $mem / 1024` - ;; -@@ -163,6 +163,10 @@ +--- bin/netbeans.orig 2018-12-17 03:32:36 UTC ++++ bin/netbeans +@@ -136,7 +136,11 @@ heap_size () { mem=`/usr/sbin/sysctl hw.memsize | tr -d [:alpha:][:space:].:` mem=`expr $mem / 1048576` ;; +- *) + FreeBSD*) + mem=`/sbin/sysctl -n hw.realmem` + mem=`expr $mem / 1048576` -+ ;; - *) ++ ;; ++ *) ;; esac + if [ -z "$mem" ] ; then +@@ -204,6 +208,7 @@ case "`uname`" in + --jdkhome '"$netbeans_jdkhome"' \ + --branding nb \ + --clusters '"$netbeans_clusters"' \ ++ -J-Dawt.useSystemAAFontSettings=on \ + -J-Dnetbeans.importclass=org.netbeans.upgrade.AutoUpgrade \ + ${netbeans_default_options} \ + '"$@"' Modified: head/java/netbeans/pkg-descr ============================================================================== --- head/java/netbeans/pkg-descr Mon Dec 31 15:15:30 2018 (r488793) +++ head/java/netbeans/pkg-descr Mon Dec 31 15:18:58 2018 (r488794) @@ -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/pkg-plist ============================================================================== --- head/java/netbeans/pkg-plist Mon Dec 31 15:15:30 2018 (r488793) +++ head/java/netbeans/pkg-plist Mon Dec 31 15:18:58 2018 (r488794) @@ -1,1707 +1,111 @@ -bin/%%DATADIR%% +@(,,0555) bin/%%DATADIR%% %%DATADIR%%/CREDITS.html -%%DATADIR%%/LICENSE.txt +%%DATADIR%%/DEPENDENCIES +%%DATADIR%%/DISCLAIMER +%%DATADIR%%/LICENSE +%%DATADIR%%/NOTICE %%DATADIR%%/README.html -%%DATADIR%%/THIRDPARTYLICENSE.txt %%DATADIR%%/apisupport/.lastModified %%DATADIR%%/apisupport/VERSION.txt %%DATADIR%%/apisupport/ant/nblib/org-netbeans-modules-apisupport-ant.jar %%DATADIR%%/apisupport/config/Modules/org-netbeans-modules-apisupport-ant.xml -%%DATADIR%%/apisupport/config/Modules/org-netbeans-modules-apisupport-crudsample.xml -%%DATADIR%%/apisupport/config/Modules/org-netbeans-modules-apisupport-feedreader.xml %%DATADIR%%/apisupport/config/Modules/org-netbeans-modules-apisupport-installer-maven.xml %%DATADIR%%/apisupport/config/Modules/org-netbeans-modules-apisupport-installer.xml %%DATADIR%%/apisupport/config/Modules/org-netbeans-modules-apisupport-kit.xml -%%DATADIR%%/apisupport/config/Modules/org-netbeans-modules-apisupport-osgidemo.xml -%%DATADIR%%/apisupport/config/Modules/org-netbeans-modules-apisupport-paintapp.xml %%DATADIR%%/apisupport/config/Modules/org-netbeans-modules-apisupport-project.xml %%DATADIR%%/apisupport/config/Modules/org-netbeans-modules-apisupport-refactoring.xml %%DATADIR%%/apisupport/config/Modules/org-netbeans-modules-apisupport-wizards.xml %%DATADIR%%/apisupport/config/Modules/org-netbeans-modules-maven-apisupport.xml -%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-ant_ja.jar -%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-ant_pt_BR.jar -%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-ant_ru.jar -%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-ant_zh_CN.jar -%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-crudsample_ja.jar -%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-crudsample_pt_BR.jar -%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-crudsample_ru.jar -%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-crudsample_zh_CN.jar -%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-feedreader_ja.jar -%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-feedreader_pt_BR.jar -%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-feedreader_ru.jar -%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-feedreader_zh_CN.jar -%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-installer-maven_ja.jar -%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-installer-maven_pt_BR.jar -%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-installer-maven_ru.jar -%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-installer-maven_zh_CN.jar -%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-installer_ja.jar -%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-installer_pt_BR.jar -%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-installer_ru.jar -%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-installer_zh_CN.jar -%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-kit_ja.jar -%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-kit_pt_BR.jar -%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-kit_ru.jar -%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-kit_zh_CN.jar -%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-osgidemo_ja.jar -%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-osgidemo_pt_BR.jar -%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-osgidemo_ru.jar -%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-osgidemo_zh_CN.jar -%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-paintapp_ja.jar -%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-paintapp_pt_BR.jar -%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-paintapp_ru.jar -%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-paintapp_zh_CN.jar -%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-project_ja.jar -%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-project_pt_BR.jar -%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-project_ru.jar -%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-project_zh_CN.jar -%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-refactoring_ja.jar -%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-refactoring_pt_BR.jar -%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-refactoring_ru.jar -%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-refactoring_zh_CN.jar -%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-wizards_ja.jar -%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-wizards_pt_BR.jar -%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-wizards_ru.jar -%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-apisupport-wizards_zh_CN.jar -%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-maven-apisupport_ja.jar -%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-maven-apisupport_pt_BR.jar -%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-maven-apisupport_ru.jar -%%DATADIR%%/apisupport/modules/locale/org-netbeans-modules-maven-apisupport_zh_CN.jar +%%DATADIR%%/apisupport/config/Modules/org-netbeans-modules-timers.xml %%DATADIR%%/apisupport/modules/org-netbeans-modules-apisupport-ant.jar -%%DATADIR%%/apisupport/modules/org-netbeans-modules-apisupport-crudsample.jar -%%DATADIR%%/apisupport/modules/org-netbeans-modules-apisupport-feedreader.jar %%DATADIR%%/apisupport/modules/org-netbeans-modules-apisupport-installer-maven.jar %%DATADIR%%/apisupport/modules/org-netbeans-modules-apisupport-installer.jar %%DATADIR%%/apisupport/modules/org-netbeans-modules-apisupport-kit.jar -%%DATADIR%%/apisupport/modules/org-netbeans-modules-apisupport-osgidemo.jar -%%DATADIR%%/apisupport/modules/org-netbeans-modules-apisupport-paintapp.jar %%DATADIR%%/apisupport/modules/org-netbeans-modules-apisupport-project.jar %%DATADIR%%/apisupport/modules/org-netbeans-modules-apisupport-refactoring.jar %%DATADIR%%/apisupport/modules/org-netbeans-modules-apisupport-wizards.jar %%DATADIR%%/apisupport/modules/org-netbeans-modules-maven-apisupport.jar +%%DATADIR%%/apisupport/modules/org-netbeans-modules-timers.jar %%DATADIR%%/apisupport/update_tracking/org-netbeans-modules-apisupport-ant.xml -%%DATADIR%%/apisupport/update_tracking/org-netbeans-modules-apisupport-crudsample.xml -%%DATADIR%%/apisupport/update_tracking/org-netbeans-modules-apisupport-feedreader.xml %%DATADIR%%/apisupport/update_tracking/org-netbeans-modules-apisupport-installer-maven.xml %%DATADIR%%/apisupport/update_tracking/org-netbeans-modules-apisupport-installer.xml %%DATADIR%%/apisupport/update_tracking/org-netbeans-modules-apisupport-kit.xml -%%DATADIR%%/apisupport/update_tracking/org-netbeans-modules-apisupport-osgidemo.xml -%%DATADIR%%/apisupport/update_tracking/org-netbeans-modules-apisupport-paintapp.xml %%DATADIR%%/apisupport/update_tracking/org-netbeans-modules-apisupport-project.xml %%DATADIR%%/apisupport/update_tracking/org-netbeans-modules-apisupport-refactoring.xml %%DATADIR%%/apisupport/update_tracking/org-netbeans-modules-apisupport-wizards.xml %%DATADIR%%/apisupport/update_tracking/org-netbeans-modules-maven-apisupport.xml -%%DATADIR%%/bin/netbeans +%%DATADIR%%/apisupport/update_tracking/org-netbeans-modules-timers.xml +@(,,0555) %%DATADIR%%/bin/netbeans %%DATADIR%%/bin/netbeans.exe %%DATADIR%%/bin/netbeans64.exe -%%DATADIR%%/cnd/.lastModified -%%DATADIR%%/cnd/VERSION.txt -%%DATADIR%%/cnd/bin/GdbKillProc.exe -%%DATADIR%%/cnd/bin/Linux-sparc_64/libBuildTrace.so -%%DATADIR%%/cnd/bin/Linux-sparc_64/rfs_controller -%%DATADIR%%/cnd/bin/Linux-sparc_64/rfs_preload.so -%%DATADIR%%/cnd/bin/Linux-sparc_64/rfs_test_env -%%DATADIR%%/cnd/bin/Linux-x86/libBuildTrace.so -%%DATADIR%%/cnd/bin/Linux-x86/rfs_controller -%%DATADIR%%/cnd/bin/Linux-x86/rfs_preload.so -%%DATADIR%%/cnd/bin/Linux-x86/rfs_test_env -%%DATADIR%%/cnd/bin/Linux-x86_64/libBuildTrace.so -%%DATADIR%%/cnd/bin/Linux-x86_64/rfs_controller -%%DATADIR%%/cnd/bin/Linux-x86_64/rfs_preload.so -%%DATADIR%%/cnd/bin/Linux-x86_64/rfs_test_env -%%DATADIR%%/cnd/bin/MacOSX-x86/libBuildTrace.dylib -%%DATADIR%%/cnd/bin/MacOSX-x86_64/libBuildTrace.dylib -%%DATADIR%%/cnd/bin/SunOS-sparc/libBuildTrace.so -%%DATADIR%%/cnd/bin/SunOS-sparc/rfs_controller -%%DATADIR%%/cnd/bin/SunOS-sparc/rfs_preload.so -%%DATADIR%%/cnd/bin/SunOS-sparc/rfs_test_env -%%DATADIR%%/cnd/bin/SunOS-sparc_64/libBuildTrace.so -%%DATADIR%%/cnd/bin/SunOS-sparc_64/rfs_controller -%%DATADIR%%/cnd/bin/SunOS-sparc_64/rfs_preload.so -%%DATADIR%%/cnd/bin/SunOS-sparc_64/rfs_test_env -%%DATADIR%%/cnd/bin/SunOS-x86/libBuildTrace.so -%%DATADIR%%/cnd/bin/SunOS-x86/rfs_controller -%%DATADIR%%/cnd/bin/SunOS-x86/rfs_preload.so -%%DATADIR%%/cnd/bin/SunOS-x86/rfs_test_env -%%DATADIR%%/cnd/bin/SunOS-x86_64/libBuildTrace.so -%%DATADIR%%/cnd/bin/SunOS-x86_64/rfs_controller -%%DATADIR%%/cnd/bin/SunOS-x86_64/rfs_preload.so -%%DATADIR%%/cnd/bin/SunOS-x86_64/rfs_test_env -%%DATADIR%%/cnd/bin/dorun.sh -%%DATADIR%%/cnd/bin/rfs_test_env.sh -%%DATADIR%%/cnd/bin/tools-wrapper/Unix/wrapper -%%DATADIR%%/cnd/bin/tools-wrapper/Windows/wrapper.exe -%%DATADIR%%/cnd/config/Modules/org-netbeans-libs-clank.xml -%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-analysis-api.xml -%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-analysis-impl.xml -%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-antlr.xml -%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-api-model.xml -%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-api-project.xml -%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-api-remote-ui.xml -%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-api-remote.xml -%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-apt.xml -%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-asm.xml -%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-callgraph.xml -%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-classview.xml -%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-cncppunit.xml -%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-completion.xml -%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-debugger-common2.xml -%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-debugger-gdb2.xml -%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-discovery.xml -%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-dwarfdiscovery.xml -%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-dwarfdump.xml -%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-editor.xml -%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-gotodeclaration.xml -%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-highlight.xml -%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-indexing.xml -%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-kit.xml -%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-lexer.xml -%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-makeproject-source-bridge.xml -%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-makeproject-ui.xml -%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-makeproject.xml -%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-model-jclank-bridge.xml -%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-model-services.xml -%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-modeldiscovery.xml -%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-modelimpl.xml -%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-modelui.xml -%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-modelutil.xml -%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-navigation.xml -%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-qnavigator.xml -%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-refactoring.xml -%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-remote-projectui.xml -%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-remote-ui.xml -%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-remote.xml -%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-repository-api.xml -%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-repository.xml -%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-script.xml -%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-search.xml -%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-simpleunit.xml -%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-source.xml -%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-spellchecker-bindings.xml -%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-testrunner.xml -%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-toolchain-ui.xml -%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-toolchain.xml -%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-ui.xml -%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-utils-ui.xml -%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd-utils.xml -%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-cnd.xml -%%DATADIR%%/cnd/config/Modules/org-netbeans-modules-jellytools-cnd.xml -%%DATADIR%%/cnd/modules/docs/org-netbeans-modules-cnd.jar -%%DATADIR%%/cnd/modules/ext/org-clang-analysis.jar -%%DATADIR%%/cnd/modules/ext/org-clang-arcmigrate.jar -%%DATADIR%%/cnd/modules/ext/org-clang-ast.jar -%%DATADIR%%/cnd/modules/ext/org-clang-basic.jar -%%DATADIR%%/cnd/modules/ext/org-clang-codegen.jar -%%DATADIR%%/cnd/modules/ext/org-clang-driver.jar -%%DATADIR%%/cnd/modules/ext/org-clang-frontend.jar -%%DATADIR%%/cnd/modules/ext/org-clang-frontendtool.jar -%%DATADIR%%/cnd/modules/ext/org-clang-lex.jar -%%DATADIR%%/cnd/modules/ext/org-clang-parse.jar -%%DATADIR%%/cnd/modules/ext/org-clang-rewrite.jar -%%DATADIR%%/cnd/modules/ext/org-clang-sema.jar -%%DATADIR%%/cnd/modules/ext/org-clang-serialization.jar -%%DATADIR%%/cnd/modules/ext/org-clang-staticanalyzer.jar -%%DATADIR%%/cnd/modules/ext/org-clang-tools-driver.jar -%%DATADIR%%/cnd/modules/ext/org-clang-tools-services.jar -%%DATADIR%%/cnd/modules/ext/org-clank-java.jar -%%DATADIR%%/cnd/modules/ext/org-llvm-adtsupport.jar -%%DATADIR%%/cnd/modules/ext/org-llvm-bitcode.jar -%%DATADIR%%/cnd/modules/ext/org-llvm-ir.jar -%%DATADIR%%/cnd/modules/ext/org-llvm-option.jar -%%DATADIR%%/cnd/modules/ext/org-llvm-utils.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-analysis-api_ja.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-analysis-api_pt_BR.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-analysis-api_ru.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-analysis-api_zh_CN.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-analysis-impl_ja.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-analysis-impl_pt_BR.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-analysis-impl_ru.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-analysis-impl_zh_CN.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-antlr_ja.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-antlr_pt_BR.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-antlr_ru.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-antlr_zh_CN.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-api-model_ja.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-api-model_pt_BR.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-api-model_ru.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-api-model_zh_CN.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-api-project_ja.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-api-project_pt_BR.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-api-project_ru.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-api-project_zh_CN.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-api-remote-ui_ja.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-api-remote-ui_pt_BR.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-api-remote-ui_ru.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-api-remote-ui_zh_CN.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-api-remote_ja.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-api-remote_pt_BR.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-api-remote_ru.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-api-remote_zh_CN.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-apt_ja.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-apt_pt_BR.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-apt_ru.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-apt_zh_CN.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-asm_ja.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-asm_pt_BR.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-asm_ru.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-asm_zh_CN.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-callgraph_ja.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-callgraph_pt_BR.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-callgraph_ru.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-callgraph_zh_CN.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-classview_ja.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-classview_pt_BR.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-classview_ru.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-classview_zh_CN.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-cncppunit_ja.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-cncppunit_pt_BR.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-cncppunit_ru.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-cncppunit_zh_CN.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-completion_ja.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-completion_pt_BR.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-completion_ru.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-completion_zh_CN.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-debugger-common2_ja.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-debugger-common2_pt_BR.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-debugger-common2_ru.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-debugger-common2_zh_CN.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-debugger-gdb2_ja.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-debugger-gdb2_pt_BR.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-debugger-gdb2_ru.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-debugger-gdb2_zh_CN.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-discovery_ja.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-discovery_pt_BR.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-discovery_ru.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-discovery_zh_CN.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-dwarfdiscovery_ja.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-dwarfdiscovery_pt_BR.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-dwarfdiscovery_ru.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-dwarfdiscovery_zh_CN.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-dwarfdump_ja.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-dwarfdump_pt_BR.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-dwarfdump_ru.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-dwarfdump_zh_CN.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-editor_ja.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-editor_pt_BR.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-editor_ru.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-editor_zh_CN.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-gotodeclaration_ja.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-gotodeclaration_pt_BR.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-gotodeclaration_ru.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-gotodeclaration_zh_CN.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-highlight_ja.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-highlight_pt_BR.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-highlight_ru.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-highlight_zh_CN.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-indexing_ja.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-indexing_pt_BR.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-indexing_ru.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-indexing_zh_CN.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-kit_ja.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-kit_pt_BR.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-kit_ru.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-kit_zh_CN.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-lexer_ja.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-lexer_pt_BR.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-lexer_ru.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-lexer_zh_CN.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-makeproject-source-bridge_ja.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-makeproject-source-bridge_pt_BR.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-makeproject-source-bridge_ru.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-makeproject-source-bridge_zh_CN.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-makeproject-ui_ja.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-makeproject-ui_pt_BR.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-makeproject-ui_ru.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-makeproject-ui_zh_CN.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-makeproject_ja.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-makeproject_pt_BR.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-makeproject_ru.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-makeproject_zh_CN.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-model-jclank-bridge_ja.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-model-jclank-bridge_pt_BR.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-model-jclank-bridge_ru.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-model-jclank-bridge_zh_CN.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-model-services_ja.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-model-services_pt_BR.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-model-services_ru.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-model-services_zh_CN.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-modeldiscovery_ja.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-modeldiscovery_pt_BR.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-modeldiscovery_ru.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-modeldiscovery_zh_CN.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-modelimpl_ja.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-modelimpl_pt_BR.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-modelimpl_ru.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-modelimpl_zh_CN.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-modelui_ja.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-modelui_pt_BR.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-modelui_ru.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-modelui_zh_CN.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-modelutil_ja.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-modelutil_pt_BR.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-modelutil_ru.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-modelutil_zh_CN.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-navigation_ja.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-navigation_pt_BR.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-navigation_ru.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-navigation_zh_CN.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-qnavigator_ja.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-qnavigator_pt_BR.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-qnavigator_ru.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-qnavigator_zh_CN.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-refactoring_ja.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-refactoring_pt_BR.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-refactoring_ru.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-refactoring_zh_CN.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-remote-projectui_ja.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-remote-projectui_pt_BR.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-remote-projectui_ru.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-remote-projectui_zh_CN.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-remote-ui_ja.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-remote-ui_pt_BR.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-remote-ui_ru.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-remote-ui_zh_CN.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-remote_ja.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-remote_pt_BR.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-remote_ru.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-remote_zh_CN.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-repository-api_ja.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-repository-api_pt_BR.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-repository-api_ru.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-repository-api_zh_CN.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-repository_ja.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-repository_pt_BR.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-repository_ru.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-repository_zh_CN.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-script_ja.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-script_pt_BR.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-script_ru.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-script_zh_CN.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-search_ja.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-search_pt_BR.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-search_ru.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-search_zh_CN.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-simpleunit_ja.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-simpleunit_pt_BR.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-simpleunit_ru.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-simpleunit_zh_CN.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-source_ja.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-source_pt_BR.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-source_ru.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-source_zh_CN.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-spellchecker-bindings_ja.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-spellchecker-bindings_pt_BR.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-spellchecker-bindings_ru.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-spellchecker-bindings_zh_CN.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-testrunner_ja.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-testrunner_pt_BR.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-testrunner_ru.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-testrunner_zh_CN.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-toolchain-ui_ja.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-toolchain-ui_pt_BR.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-toolchain-ui_ru.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-toolchain-ui_zh_CN.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-toolchain_ja.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-toolchain_pt_BR.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-toolchain_ru.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-toolchain_zh_CN.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-ui_ja.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-ui_pt_BR.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-ui_ru.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-ui_zh_CN.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-utils-ui_ja.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-utils-ui_pt_BR.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-utils-ui_ru.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-utils-ui_zh_CN.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-utils_ja.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-utils_pt_BR.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-utils_ru.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd-utils_zh_CN.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd_ja.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd_pt_BR.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd_ru.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-cnd_zh_CN.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-jellytools-cnd_ja.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-jellytools-cnd_pt_BR.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-jellytools-cnd_ru.jar -%%DATADIR%%/cnd/modules/locale/org-netbeans-modules-jellytools-cnd_zh_CN.jar -%%DATADIR%%/cnd/modules/org-netbeans-libs-clank.jar -%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-analysis-api.jar -%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-analysis-impl.jar -%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-antlr.jar -%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-api-model.jar -%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-api-project.jar -%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-api-remote-ui.jar -%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-api-remote.jar -%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-apt.jar -%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-asm.jar -%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-callgraph.jar -%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-classview.jar -%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-cncppunit.jar -%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-completion.jar -%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-debugger-common2.jar -%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-debugger-gdb2.jar -%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-discovery.jar -%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-dwarfdiscovery.jar -%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-dwarfdump.jar -%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-editor.jar -%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-gotodeclaration.jar -%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-highlight.jar -%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-indexing.jar -%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-kit.jar -%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-lexer.jar -%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-makeproject-source-bridge.jar -%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-makeproject-ui.jar -%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-makeproject.jar -%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-model-jclank-bridge.jar -%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-model-services.jar -%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-modeldiscovery.jar -%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-modelimpl.jar -%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-modelui.jar -%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-modelutil.jar -%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-navigation.jar -%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-qnavigator.jar -%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-refactoring.jar -%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-remote-projectui.jar -%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-remote-ui.jar -%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-remote.jar -%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-repository-api.jar -%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-repository.jar -%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-script.jar -%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-search.jar -%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-simpleunit.jar -%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-source.jar -%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-spellchecker-bindings.jar -%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-testrunner.jar -%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-toolchain-ui.jar -%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-toolchain.jar -%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-ui.jar -%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-utils-ui.jar -%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd-utils.jar -%%DATADIR%%/cnd/modules/org-netbeans-modules-cnd.jar -%%DATADIR%%/cnd/modules/org-netbeans-modules-jellytools-cnd.jar -%%DATADIR%%/cnd/update_tracking/org-netbeans-libs-clank.xml -%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-analysis-api.xml -%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-analysis-impl.xml -%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-antlr.xml -%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-api-model.xml -%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-api-project.xml -%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-api-remote-ui.xml -%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-api-remote.xml -%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-apt.xml -%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-asm.xml -%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-callgraph.xml -%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-classview.xml -%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-cncppunit.xml -%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-completion.xml -%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-debugger-common2.xml -%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-debugger-gdb2.xml -%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-discovery.xml -%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-dwarfdiscovery.xml -%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-dwarfdump.xml -%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-editor.xml -%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-gotodeclaration.xml -%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-highlight.xml -%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-indexing.xml -%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-kit.xml -%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-lexer.xml -%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-makeproject-source-bridge.xml -%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-makeproject-ui.xml -%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-makeproject.xml -%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-model-jclank-bridge.xml -%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-model-services.xml -%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-modeldiscovery.xml -%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-modelimpl.xml -%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-modelui.xml -%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-modelutil.xml -%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-navigation.xml -%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-qnavigator.xml -%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-refactoring.xml -%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-remote-projectui.xml -%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-remote-ui.xml -%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-remote.xml -%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-repository-api.xml -%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-repository.xml -%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-script.xml -%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-search.xml -%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-simpleunit.xml -%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-source.xml -%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-spellchecker-bindings.xml -%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-testrunner.xml -%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-toolchain-ui.xml -%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-toolchain.xml -%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-ui.xml -%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-utils-ui.xml -%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd-utils.xml -%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-cnd.xml -%%DATADIR%%/cnd/update_tracking/org-netbeans-modules-jellytools-cnd.xml -%%DATADIR%%/cndext/.lastModified -%%DATADIR%%/cndext/VERSION.txt -%%DATADIR%%/cndext/config/Modules/org-netbeans-modules-cnd-mixeddev.xml -%%DATADIR%%/cndext/modules/locale/org-netbeans-modules-cnd-mixeddev_ja.jar -%%DATADIR%%/cndext/modules/locale/org-netbeans-modules-cnd-mixeddev_pt_BR.jar -%%DATADIR%%/cndext/modules/locale/org-netbeans-modules-cnd-mixeddev_ru.jar -%%DATADIR%%/cndext/modules/locale/org-netbeans-modules-cnd-mixeddev_zh_CN.jar -%%DATADIR%%/cndext/modules/org-netbeans-modules-cnd-mixeddev.jar -%%DATADIR%%/cndext/update_tracking/org-netbeans-modules-cnd-mixeddev.xml -%%DATADIR%%/dlight/.lastModified -%%DATADIR%%/dlight/VERSION.txt -%%DATADIR%%/dlight/bin/FreeBSD-x86/fs_server -%%DATADIR%%/dlight/bin/Linux-arm/fs_server -%%DATADIR%%/dlight/bin/Linux-sparc/fs_server -%%DATADIR%%/dlight/bin/Linux-x86/fs_server -%%DATADIR%%/dlight/bin/Linux-x86_64/fs_server -%%DATADIR%%/dlight/bin/MacOSX-x86/fs_server -%%DATADIR%%/dlight/bin/SunOS-sparc/fs_server -%%DATADIR%%/dlight/bin/SunOS-x86/fs_server -%%DATADIR%%/dlight/config/Modules/org-netbeans-modules-dlight-kit.xml -%%DATADIR%%/dlight/config/Modules/org-netbeans-modules-dlight-libs-common.xml -%%DATADIR%%/dlight/config/Modules/org-netbeans-modules-dlight-remote-impl.xml -%%DATADIR%%/dlight/config/Modules/org-netbeans-modules-dlight-remote-ui.xml -%%DATADIR%%/dlight/config/Modules/org-netbeans-modules-dlight-remote.xml -%%DATADIR%%/dlight/config/Modules/org-netbeans-modules-dlight-sendto.xml -%%DATADIR%%/dlight/config/Modules/org-netbeans-modules-git-remote-cli.xml -%%DATADIR%%/dlight/config/Modules/org-netbeans-modules-git-remote.xml -%%DATADIR%%/dlight/config/Modules/org-netbeans-modules-mercurial-remote.xml -%%DATADIR%%/dlight/config/Modules/org-netbeans-modules-remotefs-versioning-api.xml -%%DATADIR%%/dlight/config/Modules/org-netbeans-modules-remotefs-versioning.xml -%%DATADIR%%/dlight/config/Modules/org-netbeans-modules-subversion-remote.xml -%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-dlight-kit_ja.jar -%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-dlight-kit_pt_BR.jar -%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-dlight-kit_ru.jar -%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-dlight-kit_zh_CN.jar -%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-dlight-libs-common_ja.jar -%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-dlight-libs-common_pt_BR.jar -%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-dlight-libs-common_ru.jar -%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-dlight-libs-common_zh_CN.jar -%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-dlight-remote-impl_ja.jar -%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-dlight-remote-impl_pt_BR.jar -%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-dlight-remote-impl_ru.jar -%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-dlight-remote-impl_zh_CN.jar -%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-dlight-remote-ui_ja.jar -%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-dlight-remote-ui_pt_BR.jar -%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-dlight-remote-ui_ru.jar -%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-dlight-remote-ui_zh_CN.jar -%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-dlight-remote_ja.jar -%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-dlight-remote_pt_BR.jar -%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-dlight-remote_ru.jar -%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-dlight-remote_zh_CN.jar -%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-dlight-sendto_ja.jar -%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-dlight-sendto_pt_BR.jar -%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-dlight-sendto_ru.jar -%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-dlight-sendto_zh_CN.jar -%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-git-remote-cli_ja.jar -%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-git-remote-cli_pt_BR.jar -%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-git-remote-cli_ru.jar -%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-git-remote-cli_zh_CN.jar -%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-git-remote_ja.jar -%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-git-remote_pt_BR.jar -%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-git-remote_ru.jar -%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-git-remote_zh_CN.jar -%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-mercurial-remote_ja.jar -%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-mercurial-remote_pt_BR.jar -%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-mercurial-remote_ru.jar -%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-mercurial-remote_zh_CN.jar -%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-remotefs-versioning-api_ja.jar -%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-remotefs-versioning-api_pt_BR.jar -%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-remotefs-versioning-api_ru.jar -%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-remotefs-versioning-api_zh_CN.jar -%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-remotefs-versioning_ja.jar -%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-remotefs-versioning_pt_BR.jar -%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-remotefs-versioning_ru.jar -%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-remotefs-versioning_zh_CN.jar -%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-subversion-remote_ja.jar -%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-subversion-remote_pt_BR.jar -%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-subversion-remote_ru.jar -%%DATADIR%%/dlight/modules/locale/org-netbeans-modules-subversion-remote_zh_CN.jar -%%DATADIR%%/dlight/modules/org-netbeans-modules-dlight-kit.jar -%%DATADIR%%/dlight/modules/org-netbeans-modules-dlight-libs-common.jar -%%DATADIR%%/dlight/modules/org-netbeans-modules-dlight-remote-impl.jar -%%DATADIR%%/dlight/modules/org-netbeans-modules-dlight-remote-ui.jar -%%DATADIR%%/dlight/modules/org-netbeans-modules-dlight-remote.jar -%%DATADIR%%/dlight/modules/org-netbeans-modules-dlight-sendto.jar -%%DATADIR%%/dlight/modules/org-netbeans-modules-git-remote-cli.jar -%%DATADIR%%/dlight/modules/org-netbeans-modules-git-remote.jar -%%DATADIR%%/dlight/modules/org-netbeans-modules-mercurial-remote.jar -%%DATADIR%%/dlight/modules/org-netbeans-modules-remotefs-versioning-api.jar -%%DATADIR%%/dlight/modules/org-netbeans-modules-remotefs-versioning.jar -%%DATADIR%%/dlight/modules/org-netbeans-modules-subversion-remote.jar -%%DATADIR%%/dlight/update_tracking/org-netbeans-modules-dlight-kit.xml -%%DATADIR%%/dlight/update_tracking/org-netbeans-modules-dlight-libs-common.xml -%%DATADIR%%/dlight/update_tracking/org-netbeans-modules-dlight-remote-impl.xml -%%DATADIR%%/dlight/update_tracking/org-netbeans-modules-dlight-remote-ui.xml -%%DATADIR%%/dlight/update_tracking/org-netbeans-modules-dlight-remote.xml -%%DATADIR%%/dlight/update_tracking/org-netbeans-modules-dlight-sendto.xml -%%DATADIR%%/dlight/update_tracking/org-netbeans-modules-git-remote-cli.xml -%%DATADIR%%/dlight/update_tracking/org-netbeans-modules-git-remote.xml -%%DATADIR%%/dlight/update_tracking/org-netbeans-modules-mercurial-remote.xml -%%DATADIR%%/dlight/update_tracking/org-netbeans-modules-remotefs-versioning-api.xml -%%DATADIR%%/dlight/update_tracking/org-netbeans-modules-remotefs-versioning.xml -%%DATADIR%%/dlight/update_tracking/org-netbeans-modules-subversion-remote.xml -%%DATADIR%%/enterprise/.lastModified -%%DATADIR%%/enterprise/VERSION.txt -%%DATADIR%%/enterprise/ant/extra/jspcompile.jar -%%DATADIR%%/enterprise/ant/nblib/locale/org-netbeans-modules-j2ee-ant_ja.jar -%%DATADIR%%/enterprise/ant/nblib/locale/org-netbeans-modules-j2ee-ant_pt_BR.jar -%%DATADIR%%/enterprise/ant/nblib/locale/org-netbeans-modules-j2ee-ant_ru.jar -%%DATADIR%%/enterprise/ant/nblib/locale/org-netbeans-modules-j2ee-ant_zh_CN.jar -%%DATADIR%%/enterprise/ant/nblib/org-netbeans-modules-j2ee-ant.jar -%%DATADIR%%/enterprise/ant/sources/org/netbeans/modules/web/project/ant/JspC.java -%%DATADIR%%/enterprise/ant/sources/org/netbeans/modules/web/project/ant/JspCSingle.java -%%DATADIR%%/enterprise/config/Modules/org-netbeans-api-web-webmodule.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-libs-amazon.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-libs-commons_fileupload.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-libs-elimpl.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-libs-glassfish_logging.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-libs-jstl.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-apisupport-restsample.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-cloud-amazon.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-cloud-common.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-el-lexer.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-glassfish-common.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-glassfish-eecommon.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-glassfish-javaee.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-glassfish-tooling.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-hibernateweb.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2ee-ant.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2ee-api-ejbmodule.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2ee-clientproject.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2ee-common.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2ee-core.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2ee-dd-webservice.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2ee-dd.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2ee-ddloaders.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2ee-earproject.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2ee-ejbcore.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2ee-ejbjarproject.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2ee-ejbrefactoring.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2ee-ejbverification.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2ee-genericserver.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2ee-jboss4.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2ee-kit.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2ee-platform.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2ee-samples.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2ee-sun-appsrv.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2ee-sun-dd.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2ee-sun-ddui.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2ee-weblogic9.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2eeapis.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-j2eeserver.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-javaee-api.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-javaee-beanvalidation.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-javaee-project.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-javaee-resources.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-javaee-specs-support.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-javaee-wildfly.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-javaee7-api.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-jellytools-enterprise.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-jsp-lexer.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-ko4j-debugging.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-maven-j2ee.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-maven-jaxws.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-maven-samples.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-performance-javaee.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-performance-scripting.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-performance-web.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-profiler-j2ee.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-projectimport-eclipse-web.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-servletjspapi.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-spring-webmvc.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-tomcat5.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-web-beans.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-web-client-rest.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-web-core-syntax.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-web-core.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-web-debug.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-web-el.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-web-freeform.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-web-jsf-editor.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-web-jsf-icefaces.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-web-jsf-kit.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-web-jsf-navigation.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-web-jsf-richfaces.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-web-jsf.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-web-jsf12.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-web-jsf12ri.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-web-jsf20.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-web-jsfapi.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-web-jspparser.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-web-kit.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-web-monitor.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-web-primefaces.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-web-project.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-web-refactoring.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-web-struts.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-weblogic-common.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websocket.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-clientapi.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-core.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-customization.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-design.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-editor-hints.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-jaxws-lightapi.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-jaxwsapi.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-jaxwsmodel.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-kit.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-manager.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-metro-lib.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-metro-model.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-metro-samples.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-owsm.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-projectapi.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-rest-samples.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-rest.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-restapi.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-restkit.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-restlib.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-saas-codegen-j2ee.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-utilities.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-websvcapi.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-wsitconf.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-wsitmodelext.xml -%%DATADIR%%/enterprise/config/Modules/org-netbeans-modules-websvc-wsstackapi.xml -%%DATADIR%%/enterprise/docs/javaee-doc-api.jar -%%DATADIR%%/enterprise/docs/jsf-api-docs.zip -%%DATADIR%%/enterprise/docs/jsf12-tlddoc.zip -%%DATADIR%%/enterprise/docs/jstl11-doc.zip -%%DATADIR%%/enterprise/docs/metro-1.4-doc.zip -%%DATADIR%%/enterprise/docs/struts-1.3.10-javadoc.zip -%%DATADIR%%/enterprise/docs/struts-tags.zip -%%DATADIR%%/enterprise/docs/syntaxref20.zip -%%DATADIR%%/enterprise/modules/ext/aws-sdk/aws-java-sdk-1.2.1.jar -%%DATADIR%%/enterprise/modules/ext/aws-sdk/commons-codec-1.3.jar -%%DATADIR%%/enterprise/modules/ext/aws-sdk/commons-logging-1.1.1.jar -%%DATADIR%%/enterprise/modules/ext/aws-sdk/httpclient-4.1.1.jar -%%DATADIR%%/enterprise/modules/ext/aws-sdk/httpcore-4.1.jar -%%DATADIR%%/enterprise/modules/ext/build-ws.xml -%%DATADIR%%/enterprise/modules/ext/commons-fileupload-1.3.jar -%%DATADIR%%/enterprise/modules/ext/el-impl.jar -%%DATADIR%%/enterprise/modules/ext/glassfish-jspparser-4.0.jar -%%DATADIR%%/enterprise/modules/ext/glassfish-logging-2.0.jar -%%DATADIR%%/enterprise/modules/ext/javaee-api-6.0-license.txt -%%DATADIR%%/enterprise/modules/ext/javaee-api-6.0.jar -%%DATADIR%%/enterprise/modules/ext/javaee-api-7.0-license.txt -%%DATADIR%%/enterprise/modules/ext/javaee-api-7.0.jar -%%DATADIR%%/enterprise/modules/ext/javaee-web-api-6.0-license.txt -%%DATADIR%%/enterprise/modules/ext/javaee-web-api-6.0.jar -%%DATADIR%%/enterprise/modules/ext/javaee-web-api-7.0-license.txt -%%DATADIR%%/enterprise/modules/ext/javaee-web-api-7.0.jar -%%DATADIR%%/enterprise/modules/ext/javaee6-endorsed/javax.annotation-license.txt -%%DATADIR%%/enterprise/modules/ext/javaee6-endorsed/javax.annotation.jar -%%DATADIR%%/enterprise/modules/ext/javaee6-endorsed/jaxb-api-osgi-license.txt -%%DATADIR%%/enterprise/modules/ext/javaee6-endorsed/jaxb-api-osgi.jar -%%DATADIR%%/enterprise/modules/ext/javaee6-endorsed/webservices-api-osgi-license.txt -%%DATADIR%%/enterprise/modules/ext/javaee6-endorsed/webservices-api-osgi.jar -%%DATADIR%%/enterprise/modules/ext/javaee7-endorsed/javax.annotation-api-license.txt -%%DATADIR%%/enterprise/modules/ext/javaee7-endorsed/javax.annotation-api.jar -%%DATADIR%%/enterprise/modules/ext/javaee7-endorsed/javax.xml.soap-api-license.txt -%%DATADIR%%/enterprise/modules/ext/javaee7-endorsed/javax.xml.soap-api.jar -%%DATADIR%%/enterprise/modules/ext/javaee7-endorsed/jaxb-api-osgi-license.txt -%%DATADIR%%/enterprise/modules/ext/javaee7-endorsed/jaxb-api-osgi.jar -%%DATADIR%%/enterprise/modules/ext/javaee7-endorsed/jaxws-api-license.txt -%%DATADIR%%/enterprise/modules/ext/javaee7-endorsed/jaxws-api.jar -%%DATADIR%%/enterprise/modules/ext/javaee7-endorsed/jsr181-api-license.txt -%%DATADIR%%/enterprise/modules/ext/javaee7-endorsed/jsr181-api.jar -%%DATADIR%%/enterprise/modules/ext/jaxrs-2.0/javax.ws.rs-api-2.0.jar -%%DATADIR%%/enterprise/modules/ext/jersey2/ext/asm-all-repackaged-2.2.0-b21.jar -%%DATADIR%%/enterprise/modules/ext/jersey2/ext/cglib-2.2.0-b21.jar -%%DATADIR%%/enterprise/modules/ext/jersey2/ext/guava-14.0.1.jar -%%DATADIR%%/enterprise/modules/ext/jersey2/ext/hk2-api-2.2.0-b21.jar -%%DATADIR%%/enterprise/modules/ext/jersey2/ext/hk2-locator-2.2.0-b21.jar -%%DATADIR%%/enterprise/modules/ext/jersey2/ext/hk2-utils-2.2.0-b21.jar -%%DATADIR%%/enterprise/modules/ext/jersey2/ext/javax.annotation-api-1.2.jar -%%DATADIR%%/enterprise/modules/ext/jersey2/ext/javax.inject-2.2.0-b21.jar -%%DATADIR%%/enterprise/modules/ext/jersey2/ext/javax.servlet-api-3.0.1.jar -%%DATADIR%%/enterprise/modules/ext/jersey2/ext/jaxb-api-2.2.7.jar -%%DATADIR%%/enterprise/modules/ext/jersey2/ext/jersey-entity-filtering-2.5.1.jar -%%DATADIR%%/enterprise/modules/ext/jersey2/ext/jersey-media-moxy-2.5.1.jar -%%DATADIR%%/enterprise/modules/ext/jersey2/ext/org.osgi.core-4.2.0.jar -%%DATADIR%%/enterprise/modules/ext/jersey2/ext/osgi-resource-locator-1.0.1.jar -%%DATADIR%%/enterprise/modules/ext/jersey2/ext/persistence-api-1.0.jar -%%DATADIR%%/enterprise/modules/ext/jersey2/ext/validation-api-1.1.0.Final.jar -%%DATADIR%%/enterprise/modules/ext/jersey2/jersey-client.jar -%%DATADIR%%/enterprise/modules/ext/jersey2/jersey-common.jar -%%DATADIR%%/enterprise/modules/ext/jersey2/jersey-container-servlet-core.jar -%%DATADIR%%/enterprise/modules/ext/jersey2/jersey-container-servlet.jar -%%DATADIR%%/enterprise/modules/ext/jersey2/jersey-server.jar -%%DATADIR%%/enterprise/modules/ext/jsf-1_2/LICENSE-APACHE.txt -%%DATADIR%%/enterprise/modules/ext/jsf-1_2/LICENSE.TXT -%%DATADIR%%/enterprise/modules/ext/jsf-1_2/THIRDPARTYLICENSEREADME.txt -%%DATADIR%%/enterprise/modules/ext/jsf-1_2/commons-beanutils.jar -%%DATADIR%%/enterprise/modules/ext/jsf-1_2/commons-collections.jar -%%DATADIR%%/enterprise/modules/ext/jsf-1_2/commons-digester.jar -%%DATADIR%%/enterprise/modules/ext/jsf-1_2/commons-logging.jar -%%DATADIR%%/enterprise/modules/ext/jsf-1_2/jsf-api.jar -%%DATADIR%%/enterprise/modules/ext/jsf-1_2/jsf-impl.jar -%%DATADIR%%/enterprise/modules/ext/jsf-2_2/javax.faces.jar -%%DATADIR%%/enterprise/modules/ext/jsf-2_2/license.txt -%%DATADIR%%/enterprise/modules/ext/jsp-parser-ext.jar -%%DATADIR%%/enterprise/modules/ext/jsr88javax.jar -%%DATADIR%%/enterprise/modules/ext/jstl-api.jar -%%DATADIR%%/enterprise/modules/ext/jstl-impl.jar -%%DATADIR%%/enterprise/modules/ext/locale/org-netbeans-modules-web-httpmonitor_ja.jar -%%DATADIR%%/enterprise/modules/ext/locale/org-netbeans-modules-web-httpmonitor_pt_BR.jar -%%DATADIR%%/enterprise/modules/ext/locale/org-netbeans-modules-web-httpmonitor_ru.jar -%%DATADIR%%/enterprise/modules/ext/locale/org-netbeans-modules-web-httpmonitor_zh_CN.jar -%%DATADIR%%/enterprise/modules/ext/metro/webservices-api.jar -%%DATADIR%%/enterprise/modules/ext/metro/webservices-extra-api.jar -%%DATADIR%%/enterprise/modules/ext/metro/webservices-extra.jar -%%DATADIR%%/enterprise/modules/ext/metro/webservices-rt.jar -%%DATADIR%%/enterprise/modules/ext/metro/webservices-tools.jar -%%DATADIR%%/enterprise/modules/ext/org-netbeans-modules-web-httpmonitor.jar -%%DATADIR%%/enterprise/modules/ext/primefaces/primefaces-5.0.jar -%%DATADIR%%/enterprise/modules/ext/servlet3.1-jsp2.3-api.jar *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812311518.wBVFIwjn001913>