diff --git a/productivity/thinkingrock/Makefile b/productivity/thinkingrock/Makefile index a2e437bfaf6..48c0be89eb8 100644 --- a/productivity/thinkingrock/Makefile +++ b/productivity/thinkingrock/Makefile @@ -1,13 +1,13 @@ -# $OpenBSD: Makefile,v 1.8 2009/04/26 09:38:25 sthen Exp $ +# $OpenBSD: Makefile,v 1.9 2009/09/05 15:52:06 sturm Exp $ COMMENT= collecting and processing thoughts according to GTD -V= 2.0.1 +V= 2.2.1 DISTNAME= tr-$V -PKGNAME= thinkingrock-${V}p5 +PKGNAME= thinkingrock-${V} CATEGORIES= productivity java -HOMEPAGE= http://www.thinkingrock.com.au/ +HOMEPAGE= http://www.trgtd.com.au/ MAINTAINER= Nikolay Sturm @@ -32,14 +32,11 @@ NO_REGRESS= Yes PKG_ARCH= * do-configure: - ${SUBST_CMD} ${WRKSRC}/bin/tr ${WRKSRC}/etc/tr.conf - @rm ${WRKSRC}/etc/tr.conf~ - @rm ${WRKSRC}/etc/tr.conf.bak - @rm ${WRKSRC}/etc/tr.conf.orig + ${SUBST_CMD} ${WRKSRC}/bin/tr do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/thinkingrock - for d in etc ide9 platform8 tr; do \ + for d in etc ide10 platform9 tr; do \ cp -R ${WRKSRC}/$$d ${PREFIX}/share/thinkingrock; \ done chown -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/thinkingrock diff --git a/productivity/thinkingrock/distinfo b/productivity/thinkingrock/distinfo index 3d251e57731..964e42c7f63 100644 --- a/productivity/thinkingrock/distinfo +++ b/productivity/thinkingrock/distinfo @@ -1,5 +1,5 @@ -MD5 (tr-2.0.1.tar.gz) = H9U0YaXm5AYr2qpV/4lNhw== -RMD160 (tr-2.0.1.tar.gz) = Xmba9sGg4eZ/SxFo8JsKY5jG1tk= -SHA1 (tr-2.0.1.tar.gz) = Wl2LHlW8R8UNQcqL1sMWqUlUVpA= -SHA256 (tr-2.0.1.tar.gz) = YcoiMOpLFbAFaM9EQqCp1u06feChP3W1xh5FCmC3Srs= -SIZE (tr-2.0.1.tar.gz) = 26159030 +MD5 (tr-2.2.1.tar.gz) = o9FAVVm+zXeW65MfGjJOpg== +RMD160 (tr-2.2.1.tar.gz) = yRw57KikY6MP65aon/l7ZrlgaHk= +SHA1 (tr-2.2.1.tar.gz) = MYe35qztJY/0O5t/lmvlpnLAa9w= +SHA256 (tr-2.2.1.tar.gz) = 9U0yBv7ZGqzvd289ZpebwLuXiT4+kic4+jFWxPze3EI= +SIZE (tr-2.2.1.tar.gz) = 38697846 diff --git a/productivity/thinkingrock/patches/patch-etc_tr_conf b/productivity/thinkingrock/patches/patch-etc_tr_conf deleted file mode 100644 index 49c3b45a75b..00000000000 --- a/productivity/thinkingrock/patches/patch-etc_tr_conf +++ /dev/null @@ -1,12 +0,0 @@ -$OpenBSD: patch-etc_tr_conf,v 1.1 2008/06/14 16:48:22 sturm Exp $ ---- etc/tr.conf.orig Sat Jun 14 18:29:18 2008 -+++ etc/tr.conf Sat Jun 14 18:29:51 2008 -@@ -6,7 +6,7 @@ default_userdir="${HOME}/.thinkingrock/tr-2.0.1" - base_options="-J-Xms64m -J-Xmx256m -J-XX:PermSize=64m -J-XX:MaxPermSize=256m -J-Dsun.java2d.noddraw=true -J-client" - test_options="-J-Dnetbeans.logger.console=true -J-ea" - live_options="-J-Xverify:none" --endorsed="-J-Djava.endorsed.dirs=../tr/modules/ext/endorsed" -+endorsed="-J-Djava.endorsed.dirs=${PREFIX}/share/thinkingrock/tr/modules/ext/endorsed" - laf_metal="--laf javax.swing.plaf.metal.MetalLookAndFeel" - font_size="--fontsize 12" - diff --git a/productivity/thinkingrock/patches/patch-platform8_lib_nbexec b/productivity/thinkingrock/patches/patch-platform9_lib_nbexec similarity index 74% rename from productivity/thinkingrock/patches/patch-platform8_lib_nbexec rename to productivity/thinkingrock/patches/patch-platform9_lib_nbexec index dfee65c4dcd..b979dd60d27 100644 --- a/productivity/thinkingrock/patches/patch-platform8_lib_nbexec +++ b/productivity/thinkingrock/patches/patch-platform9_lib_nbexec @@ -1,7 +1,7 @@ -$OpenBSD: patch-platform8_lib_nbexec,v 1.1 2008/06/05 08:33:55 sturm Exp $ ---- platform8/lib/nbexec.orig Sun Jun 1 22:04:59 2008 -+++ platform8/lib/nbexec Sun Jun 1 22:06:02 2008 -@@ -299,18 +299,18 @@ detect_gnome_proxy () { +$OpenBSD: patch-platform9_lib_nbexec,v 1.1 2009/09/05 15:52:06 sturm Exp $ +--- platform9/lib/nbexec.orig Thu Sep 3 07:44:10 2009 ++++ platform9/lib/nbexec Thu Sep 3 07:44:43 2009 +@@ -362,18 +362,18 @@ detect_gnome_proxy () { detect_kde_proxy () { kioslaverc="${HOME}/.kde/share/config/kioslaverc" if [ -f $kioslaverc ] ; then @@ -21,6 +21,6 @@ $OpenBSD: patch-platform8_lib_nbexec,v 1.1 2008/06/05 08:33:55 sturm Exp $ else - if /bin/grep -q 'ProxyType=0' "$kioslaverc" ; then + if /usr/bin/grep -q 'ProxyType=0' "$kioslaverc" ; then - http_proxy_tmp="DIRECT" - return 0 - fi + detect_system_proxy + if [ -z "$http_proxy_tmp" ]; then + http_proxy_tmp="DIRECT" diff --git a/productivity/thinkingrock/pkg/PLIST b/productivity/thinkingrock/pkg/PLIST index 7cdec5f5c2b..b4883159ed5 100644 --- a/productivity/thinkingrock/pkg/PLIST +++ b/productivity/thinkingrock/pkg/PLIST @@ -1,197 +1,417 @@ -@comment $OpenBSD: PLIST,v 1.3 2008/11/01 19:31:57 ajacoutot Exp $ +@comment $OpenBSD: PLIST,v 1.4 2009/09/05 15:52:06 sturm Exp $ bin/thinkingrock share/thinkingrock/ share/thinkingrock/etc/ share/thinkingrock/etc/tr.clusters share/thinkingrock/etc/tr.conf -share/thinkingrock/ide9/ -share/thinkingrock/ide9/config/ -share/thinkingrock/ide9/config/Modules/ -share/thinkingrock/ide9/config/Modules/org-netbeans-modules-extbrowser.xml -share/thinkingrock/ide9/modules/ -share/thinkingrock/ide9/modules/lib/ -share/thinkingrock/ide9/modules/lib/extbrowser.dll -share/thinkingrock/ide9/modules/lib/extbrowser64.dll -share/thinkingrock/ide9/modules/org-netbeans-modules-extbrowser.jar -share/thinkingrock/ide9/update_tracking/ -share/thinkingrock/ide9/update_tracking/org-netbeans-modules-extbrowser.xml -share/thinkingrock/platform8/ -share/thinkingrock/platform8/config/ -share/thinkingrock/platform8/config/ModuleAutoDeps/ -share/thinkingrock/platform8/config/ModuleAutoDeps/org-netbeans-core.xml -share/thinkingrock/platform8/config/ModuleAutoDeps/org-netbeans-modules-options-api.xml -share/thinkingrock/platform8/config/ModuleAutoDeps/org-netbeans-modules-queries.xml -share/thinkingrock/platform8/config/ModuleAutoDeps/org-openide-execution.xml -share/thinkingrock/platform8/config/ModuleAutoDeps/org-openide-explorer.xml -share/thinkingrock/platform8/config/ModuleAutoDeps/org-openide-modules.xml -share/thinkingrock/platform8/config/ModuleAutoDeps/org-openide-text.xml -share/thinkingrock/platform8/config/Modules/ -share/thinkingrock/platform8/config/Modules/org-jdesktop-layout.xml -share/thinkingrock/platform8/config/Modules/org-netbeans-api-progress.xml -share/thinkingrock/platform8/config/Modules/org-netbeans-api-visual.xml -share/thinkingrock/platform8/config/Modules/org-netbeans-core-execution.xml -share/thinkingrock/platform8/config/Modules/org-netbeans-core-multiview.xml -share/thinkingrock/platform8/config/Modules/org-netbeans-core-nativeaccess.xml -share/thinkingrock/platform8/config/Modules/org-netbeans-core-output2.xml -share/thinkingrock/platform8/config/Modules/org-netbeans-core-ui.xml -share/thinkingrock/platform8/config/Modules/org-netbeans-core-windows.xml -share/thinkingrock/platform8/config/Modules/org-netbeans-core.xml -share/thinkingrock/platform8/config/Modules/org-netbeans-libs-jna.xml -share/thinkingrock/platform8/config/Modules/org-netbeans-libs-jsr223.xml -share/thinkingrock/platform8/config/Modules/org-netbeans-modules-applemenu.xml -share/thinkingrock/platform8/config/Modules/org-netbeans-modules-autoupdate-services.xml -share/thinkingrock/platform8/config/Modules/org-netbeans-modules-autoupdate-ui.xml -share/thinkingrock/platform8/config/Modules/org-netbeans-modules-core-kit.xml -share/thinkingrock/platform8/config/Modules/org-netbeans-modules-editor-mimelookup-impl.xml -share/thinkingrock/platform8/config/Modules/org-netbeans-modules-editor-mimelookup.xml -share/thinkingrock/platform8/config/Modules/org-netbeans-modules-favorites.xml -share/thinkingrock/platform8/config/Modules/org-netbeans-modules-javahelp.xml -share/thinkingrock/platform8/config/Modules/org-netbeans-modules-masterfs.xml -share/thinkingrock/platform8/config/Modules/org-netbeans-modules-options-api.xml -share/thinkingrock/platform8/config/Modules/org-netbeans-modules-options-keymap.xml -share/thinkingrock/platform8/config/Modules/org-netbeans-modules-progress-ui.xml -share/thinkingrock/platform8/config/Modules/org-netbeans-modules-queries.xml -share/thinkingrock/platform8/config/Modules/org-netbeans-modules-sendopts.xml -share/thinkingrock/platform8/config/Modules/org-netbeans-modules-settings.xml -share/thinkingrock/platform8/config/Modules/org-netbeans-modules-templates.xml -share/thinkingrock/platform8/config/Modules/org-netbeans-swing-plaf.xml -share/thinkingrock/platform8/config/Modules/org-netbeans-swing-tabcontrol.xml -share/thinkingrock/platform8/config/Modules/org-openide-actions.xml -share/thinkingrock/platform8/config/Modules/org-openide-awt.xml -share/thinkingrock/platform8/config/Modules/org-openide-compat.xml -share/thinkingrock/platform8/config/Modules/org-openide-dialogs.xml -share/thinkingrock/platform8/config/Modules/org-openide-execution.xml -share/thinkingrock/platform8/config/Modules/org-openide-explorer.xml -share/thinkingrock/platform8/config/Modules/org-openide-io.xml -share/thinkingrock/platform8/config/Modules/org-openide-loaders.xml -share/thinkingrock/platform8/config/Modules/org-openide-nodes.xml -share/thinkingrock/platform8/config/Modules/org-openide-options.xml -share/thinkingrock/platform8/config/Modules/org-openide-text.xml -share/thinkingrock/platform8/config/Modules/org-openide-util-enumerations.xml -share/thinkingrock/platform8/config/Modules/org-openide-windows.xml -share/thinkingrock/platform8/core/ -share/thinkingrock/platform8/core/core.jar -share/thinkingrock/platform8/core/org-openide-filesystems.jar -share/thinkingrock/platform8/docs/ -share/thinkingrock/platform8/docs/swing-layout-1.0.3-doc.zip -share/thinkingrock/platform8/docs/swing-layout-1.0.3-src.zip -share/thinkingrock/platform8/lib/ -share/thinkingrock/platform8/lib/boot.jar -share/thinkingrock/platform8/lib/nbexec -share/thinkingrock/platform8/lib/nbexec.exe @comment share/thinkingrock/platform8/lib/nbexec.orig -share/thinkingrock/platform8/lib/org-openide-modules.jar -share/thinkingrock/platform8/lib/org-openide-util.jar -share/thinkingrock/platform8/modules/ -share/thinkingrock/platform8/modules/ext/ -share/thinkingrock/platform8/modules/ext/jh-2.0_05.jar -share/thinkingrock/platform8/modules/ext/jna-3.0.2.jar -share/thinkingrock/platform8/modules/ext/script-api.jar -share/thinkingrock/platform8/modules/ext/swing-layout-1.0.3.jar -share/thinkingrock/platform8/modules/ext/updater.jar -share/thinkingrock/platform8/modules/org-jdesktop-layout.jar -share/thinkingrock/platform8/modules/org-netbeans-api-progress.jar -share/thinkingrock/platform8/modules/org-netbeans-api-visual.jar -share/thinkingrock/platform8/modules/org-netbeans-core-execution.jar -share/thinkingrock/platform8/modules/org-netbeans-core-multiview.jar -share/thinkingrock/platform8/modules/org-netbeans-core-nativeaccess.jar -share/thinkingrock/platform8/modules/org-netbeans-core-output2.jar -share/thinkingrock/platform8/modules/org-netbeans-core-ui.jar -share/thinkingrock/platform8/modules/org-netbeans-core-windows.jar -share/thinkingrock/platform8/modules/org-netbeans-core.jar -share/thinkingrock/platform8/modules/org-netbeans-libs-jna.jar -share/thinkingrock/platform8/modules/org-netbeans-libs-jsr223.jar -share/thinkingrock/platform8/modules/org-netbeans-modules-applemenu.jar -share/thinkingrock/platform8/modules/org-netbeans-modules-autoupdate-services.jar -share/thinkingrock/platform8/modules/org-netbeans-modules-autoupdate-ui.jar -share/thinkingrock/platform8/modules/org-netbeans-modules-core-kit.jar -share/thinkingrock/platform8/modules/org-netbeans-modules-editor-mimelookup-impl.jar -share/thinkingrock/platform8/modules/org-netbeans-modules-editor-mimelookup.jar -share/thinkingrock/platform8/modules/org-netbeans-modules-favorites.jar -share/thinkingrock/platform8/modules/org-netbeans-modules-javahelp.jar -share/thinkingrock/platform8/modules/org-netbeans-modules-masterfs.jar -share/thinkingrock/platform8/modules/org-netbeans-modules-options-api.jar -share/thinkingrock/platform8/modules/org-netbeans-modules-options-keymap.jar -share/thinkingrock/platform8/modules/org-netbeans-modules-progress-ui.jar -share/thinkingrock/platform8/modules/org-netbeans-modules-queries.jar -share/thinkingrock/platform8/modules/org-netbeans-modules-sendopts.jar -share/thinkingrock/platform8/modules/org-netbeans-modules-settings.jar -share/thinkingrock/platform8/modules/org-netbeans-modules-templates.jar -share/thinkingrock/platform8/modules/org-netbeans-swing-plaf.jar -share/thinkingrock/platform8/modules/org-netbeans-swing-tabcontrol.jar -share/thinkingrock/platform8/modules/org-openide-actions.jar -share/thinkingrock/platform8/modules/org-openide-awt.jar -share/thinkingrock/platform8/modules/org-openide-compat.jar -share/thinkingrock/platform8/modules/org-openide-dialogs.jar -share/thinkingrock/platform8/modules/org-openide-execution.jar -share/thinkingrock/platform8/modules/org-openide-explorer.jar -share/thinkingrock/platform8/modules/org-openide-io.jar -share/thinkingrock/platform8/modules/org-openide-loaders.jar -share/thinkingrock/platform8/modules/org-openide-nodes.jar -share/thinkingrock/platform8/modules/org-openide-options.jar -share/thinkingrock/platform8/modules/org-openide-text.jar -share/thinkingrock/platform8/modules/org-openide-util-enumerations.jar -share/thinkingrock/platform8/modules/org-openide-windows.jar -share/thinkingrock/platform8/update_tracking/ -share/thinkingrock/platform8/update_tracking/org-jdesktop-layout.xml -share/thinkingrock/platform8/update_tracking/org-netbeans-api-progress.xml -share/thinkingrock/platform8/update_tracking/org-netbeans-api-visual.xml -share/thinkingrock/platform8/update_tracking/org-netbeans-bootstrap.xml -share/thinkingrock/platform8/update_tracking/org-netbeans-core-execution.xml -share/thinkingrock/platform8/update_tracking/org-netbeans-core-multiview.xml -share/thinkingrock/platform8/update_tracking/org-netbeans-core-nativeaccess.xml -share/thinkingrock/platform8/update_tracking/org-netbeans-core-output2.xml -share/thinkingrock/platform8/update_tracking/org-netbeans-core-startup.xml -share/thinkingrock/platform8/update_tracking/org-netbeans-core-ui.xml -share/thinkingrock/platform8/update_tracking/org-netbeans-core-windows.xml -share/thinkingrock/platform8/update_tracking/org-netbeans-core.xml -share/thinkingrock/platform8/update_tracking/org-netbeans-libs-jna.xml -share/thinkingrock/platform8/update_tracking/org-netbeans-libs-jsr223.xml -share/thinkingrock/platform8/update_tracking/org-netbeans-modules-applemenu.xml -share/thinkingrock/platform8/update_tracking/org-netbeans-modules-autoupdate-services.xml -share/thinkingrock/platform8/update_tracking/org-netbeans-modules-autoupdate-ui.xml -share/thinkingrock/platform8/update_tracking/org-netbeans-modules-core-kit.xml -share/thinkingrock/platform8/update_tracking/org-netbeans-modules-editor-mimelookup-impl.xml -share/thinkingrock/platform8/update_tracking/org-netbeans-modules-editor-mimelookup.xml -share/thinkingrock/platform8/update_tracking/org-netbeans-modules-favorites.xml -share/thinkingrock/platform8/update_tracking/org-netbeans-modules-javahelp.xml -share/thinkingrock/platform8/update_tracking/org-netbeans-modules-masterfs.xml -share/thinkingrock/platform8/update_tracking/org-netbeans-modules-options-api.xml -share/thinkingrock/platform8/update_tracking/org-netbeans-modules-options-keymap.xml -share/thinkingrock/platform8/update_tracking/org-netbeans-modules-progress-ui.xml -share/thinkingrock/platform8/update_tracking/org-netbeans-modules-queries.xml -share/thinkingrock/platform8/update_tracking/org-netbeans-modules-sendopts.xml -share/thinkingrock/platform8/update_tracking/org-netbeans-modules-settings.xml -share/thinkingrock/platform8/update_tracking/org-netbeans-modules-templates.xml -share/thinkingrock/platform8/update_tracking/org-netbeans-swing-plaf.xml -share/thinkingrock/platform8/update_tracking/org-netbeans-swing-tabcontrol.xml -share/thinkingrock/platform8/update_tracking/org-openide-actions.xml -share/thinkingrock/platform8/update_tracking/org-openide-awt.xml -share/thinkingrock/platform8/update_tracking/org-openide-compat.xml -share/thinkingrock/platform8/update_tracking/org-openide-dialogs.xml -share/thinkingrock/platform8/update_tracking/org-openide-execution.xml -share/thinkingrock/platform8/update_tracking/org-openide-explorer.xml -share/thinkingrock/platform8/update_tracking/org-openide-filesystems.xml -share/thinkingrock/platform8/update_tracking/org-openide-io.xml -share/thinkingrock/platform8/update_tracking/org-openide-loaders.xml -share/thinkingrock/platform8/update_tracking/org-openide-modules.xml -share/thinkingrock/platform8/update_tracking/org-openide-nodes.xml -share/thinkingrock/platform8/update_tracking/org-openide-options.xml -share/thinkingrock/platform8/update_tracking/org-openide-text.xml -share/thinkingrock/platform8/update_tracking/org-openide-util-enumerations.xml -share/thinkingrock/platform8/update_tracking/org-openide-util.xml -share/thinkingrock/platform8/update_tracking/org-openide-windows.xml +share/thinkingrock/ide10/ +share/thinkingrock/ide10/config/ +share/thinkingrock/ide10/config/Modules/ +share/thinkingrock/ide10/config/Modules/org-netbeans-modules-extbrowser.xml +share/thinkingrock/ide10/modules/ +share/thinkingrock/ide10/modules/lib/ +share/thinkingrock/ide10/modules/lib/extbrowser.dll +share/thinkingrock/ide10/modules/lib/extbrowser64.dll +share/thinkingrock/ide10/modules/org-netbeans-modules-extbrowser.jar +share/thinkingrock/ide10/update_tracking/ +share/thinkingrock/ide10/update_tracking/org-netbeans-modules-extbrowser.xml +share/thinkingrock/platform9/ +share/thinkingrock/platform9/config/ +share/thinkingrock/platform9/config/ModuleAutoDeps/ +share/thinkingrock/platform9/config/ModuleAutoDeps/org-netbeans-core.xml +share/thinkingrock/platform9/config/ModuleAutoDeps/org-netbeans-modules-options-api.xml +share/thinkingrock/platform9/config/ModuleAutoDeps/org-netbeans-modules-queries.xml +share/thinkingrock/platform9/config/ModuleAutoDeps/org-openide-execution.xml +share/thinkingrock/platform9/config/ModuleAutoDeps/org-openide-explorer.xml +share/thinkingrock/platform9/config/ModuleAutoDeps/org-openide-modules.xml +share/thinkingrock/platform9/config/ModuleAutoDeps/org-openide-text.xml +share/thinkingrock/platform9/config/Modules/ +share/thinkingrock/platform9/config/Modules/org-jdesktop-layout.xml +share/thinkingrock/platform9/config/Modules/org-netbeans-api-progress.xml +share/thinkingrock/platform9/config/Modules/org-netbeans-api-visual.xml +share/thinkingrock/platform9/config/Modules/org-netbeans-core-execution.xml +share/thinkingrock/platform9/config/Modules/org-netbeans-core-multiview.xml +share/thinkingrock/platform9/config/Modules/org-netbeans-core-nativeaccess.xml +share/thinkingrock/platform9/config/Modules/org-netbeans-core-output2.xml +share/thinkingrock/platform9/config/Modules/org-netbeans-core-ui.xml +share/thinkingrock/platform9/config/Modules/org-netbeans-core-windows.xml +share/thinkingrock/platform9/config/Modules/org-netbeans-core.xml +share/thinkingrock/platform9/config/Modules/org-netbeans-libs-jna.xml +share/thinkingrock/platform9/config/Modules/org-netbeans-libs-jsr223.xml +share/thinkingrock/platform9/config/Modules/org-netbeans-libs-junit4.xml +share/thinkingrock/platform9/config/Modules/org-netbeans-localization-platform9-fr.xml +share/thinkingrock/platform9/config/Modules/org-netbeans-modules-applemenu.xml +share/thinkingrock/platform9/config/Modules/org-netbeans-modules-autoupdate-services.xml +share/thinkingrock/platform9/config/Modules/org-netbeans-modules-autoupdate-ui.xml +share/thinkingrock/platform9/config/Modules/org-netbeans-modules-core-kit.xml +share/thinkingrock/platform9/config/Modules/org-netbeans-modules-editor-mimelookup-impl.xml +share/thinkingrock/platform9/config/Modules/org-netbeans-modules-editor-mimelookup.xml +share/thinkingrock/platform9/config/Modules/org-netbeans-modules-favorites.xml +share/thinkingrock/platform9/config/Modules/org-netbeans-modules-javahelp.xml +share/thinkingrock/platform9/config/Modules/org-netbeans-modules-masterfs.xml +share/thinkingrock/platform9/config/Modules/org-netbeans-modules-options-api.xml +share/thinkingrock/platform9/config/Modules/org-netbeans-modules-options-keymap.xml +share/thinkingrock/platform9/config/Modules/org-netbeans-modules-progress-ui.xml +share/thinkingrock/platform9/config/Modules/org-netbeans-modules-queries.xml +share/thinkingrock/platform9/config/Modules/org-netbeans-modules-sendopts.xml +share/thinkingrock/platform9/config/Modules/org-netbeans-modules-settings.xml +share/thinkingrock/platform9/config/Modules/org-netbeans-modules-templates.xml +share/thinkingrock/platform9/config/Modules/org-netbeans-spi-quicksearch.xml +share/thinkingrock/platform9/config/Modules/org-netbeans-swing-outline.xml +share/thinkingrock/platform9/config/Modules/org-netbeans-swing-plaf.xml +share/thinkingrock/platform9/config/Modules/org-netbeans-swing-tabcontrol.xml +share/thinkingrock/platform9/config/Modules/org-openide-actions.xml +share/thinkingrock/platform9/config/Modules/org-openide-awt.xml +share/thinkingrock/platform9/config/Modules/org-openide-compat.xml +share/thinkingrock/platform9/config/Modules/org-openide-dialogs.xml +share/thinkingrock/platform9/config/Modules/org-openide-execution.xml +share/thinkingrock/platform9/config/Modules/org-openide-explorer.xml +share/thinkingrock/platform9/config/Modules/org-openide-io.xml +share/thinkingrock/platform9/config/Modules/org-openide-loaders.xml +share/thinkingrock/platform9/config/Modules/org-openide-nodes.xml +share/thinkingrock/platform9/config/Modules/org-openide-options.xml +share/thinkingrock/platform9/config/Modules/org-openide-text.xml +share/thinkingrock/platform9/config/Modules/org-openide-util-enumerations.xml +share/thinkingrock/platform9/config/Modules/org-openide-windows.xml +share/thinkingrock/platform9/core/ +share/thinkingrock/platform9/core/core.jar +share/thinkingrock/platform9/core/locale/ +share/thinkingrock/platform9/core/locale/core_fr.jar +share/thinkingrock/platform9/core/locale/org-openide-filesystems_fr.jar +share/thinkingrock/platform9/core/org-openide-filesystems.jar +share/thinkingrock/platform9/docs/ +share/thinkingrock/platform9/docs/swing-layout-1.0.3-doc.zip +share/thinkingrock/platform9/docs/swing-layout-1.0.3-src.zip +share/thinkingrock/platform9/lib/ +share/thinkingrock/platform9/lib/boot.jar +share/thinkingrock/platform9/lib/locale/ +share/thinkingrock/platform9/lib/locale/boot_fr.jar +share/thinkingrock/platform9/lib/locale/org-openide-modules_fr.jar +share/thinkingrock/platform9/lib/locale/org-openide-util_fr.jar +share/thinkingrock/platform9/lib/nbexec +share/thinkingrock/platform9/lib/nbexec.exe +share/thinkingrock/platform9/lib/nbexec.orig +share/thinkingrock/platform9/lib/org-openide-modules.jar +share/thinkingrock/platform9/lib/org-openide-util.jar +share/thinkingrock/platform9/modules/ +share/thinkingrock/platform9/modules/ext/ +share/thinkingrock/platform9/modules/ext/jh-2.0_05.jar +share/thinkingrock/platform9/modules/ext/jna-3.0.2.jar +share/thinkingrock/platform9/modules/ext/jna-3.0.9.jar +share/thinkingrock/platform9/modules/ext/junit-4.5.jar +share/thinkingrock/platform9/modules/ext/locale/ +share/thinkingrock/platform9/modules/ext/locale/updater_fr.jar +share/thinkingrock/platform9/modules/ext/locale/updater_ja.jar +share/thinkingrock/platform9/modules/ext/locale/updater_pt_BR.jar +share/thinkingrock/platform9/modules/ext/locale/updater_zh_CN.jar +share/thinkingrock/platform9/modules/ext/script-api.jar +share/thinkingrock/platform9/modules/ext/swing-layout-1.0.3.jar +share/thinkingrock/platform9/modules/ext/updater.jar +share/thinkingrock/platform9/modules/locale/ +share/thinkingrock/platform9/modules/locale/org-jdesktop-layout_fr.jar +share/thinkingrock/platform9/modules/locale/org-netbeans-api-progress_fr.jar +share/thinkingrock/platform9/modules/locale/org-netbeans-api-visual_fr.jar +share/thinkingrock/platform9/modules/locale/org-netbeans-core-execution_fr.jar +share/thinkingrock/platform9/modules/locale/org-netbeans-core-multiview_fr.jar +share/thinkingrock/platform9/modules/locale/org-netbeans-core-nativeaccess_fr.jar +share/thinkingrock/platform9/modules/locale/org-netbeans-core-nativeaccess_ja.jar +share/thinkingrock/platform9/modules/locale/org-netbeans-core-nativeaccess_pt_BR.jar +share/thinkingrock/platform9/modules/locale/org-netbeans-core-nativeaccess_zh_CN.jar +share/thinkingrock/platform9/modules/locale/org-netbeans-core-output2_fr.jar +share/thinkingrock/platform9/modules/locale/org-netbeans-core-ui_fr.jar +share/thinkingrock/platform9/modules/locale/org-netbeans-core-windows_fr.jar +share/thinkingrock/platform9/modules/locale/org-netbeans-core-windows_ja.jar +share/thinkingrock/platform9/modules/locale/org-netbeans-core-windows_pt_BR.jar +share/thinkingrock/platform9/modules/locale/org-netbeans-core-windows_zh_CN.jar +share/thinkingrock/platform9/modules/locale/org-netbeans-core_fr.jar +share/thinkingrock/platform9/modules/locale/org-netbeans-core_ja.jar +share/thinkingrock/platform9/modules/locale/org-netbeans-core_pt_BR.jar +share/thinkingrock/platform9/modules/locale/org-netbeans-core_zh_CN.jar +share/thinkingrock/platform9/modules/locale/org-netbeans-libs-jna_fr.jar +share/thinkingrock/platform9/modules/locale/org-netbeans-libs-jna_ja.jar +share/thinkingrock/platform9/modules/locale/org-netbeans-libs-jna_pt_BR.jar +share/thinkingrock/platform9/modules/locale/org-netbeans-libs-jna_zh_CN.jar +share/thinkingrock/platform9/modules/locale/org-netbeans-libs-jsr223_fr.jar +share/thinkingrock/platform9/modules/locale/org-netbeans-libs-junit4_fr.jar +share/thinkingrock/platform9/modules/locale/org-netbeans-modules-applemenu_fr.jar +share/thinkingrock/platform9/modules/locale/org-netbeans-modules-autoupdate-services_fr.jar +share/thinkingrock/platform9/modules/locale/org-netbeans-modules-autoupdate-services_ja.jar +share/thinkingrock/platform9/modules/locale/org-netbeans-modules-autoupdate-services_pt_BR.jar +share/thinkingrock/platform9/modules/locale/org-netbeans-modules-autoupdate-services_zh_CN.jar +share/thinkingrock/platform9/modules/locale/org-netbeans-modules-autoupdate-ui_fr.jar +share/thinkingrock/platform9/modules/locale/org-netbeans-modules-core-kit_fr.jar +share/thinkingrock/platform9/modules/locale/org-netbeans-modules-core-kit_ja.jar +share/thinkingrock/platform9/modules/locale/org-netbeans-modules-core-kit_pt_BR.jar +share/thinkingrock/platform9/modules/locale/org-netbeans-modules-core-kit_zh_CN.jar +share/thinkingrock/platform9/modules/locale/org-netbeans-modules-editor-mimelookup-impl_fr.jar +share/thinkingrock/platform9/modules/locale/org-netbeans-modules-editor-mimelookup_fr.jar +share/thinkingrock/platform9/modules/locale/org-netbeans-modules-favorites_fr.jar +share/thinkingrock/platform9/modules/locale/org-netbeans-modules-favorites_ja.jar +share/thinkingrock/platform9/modules/locale/org-netbeans-modules-favorites_pt_BR.jar +share/thinkingrock/platform9/modules/locale/org-netbeans-modules-favorites_zh_CN.jar +share/thinkingrock/platform9/modules/locale/org-netbeans-modules-javahelp_fr.jar +share/thinkingrock/platform9/modules/locale/org-netbeans-modules-masterfs_fr.jar +share/thinkingrock/platform9/modules/locale/org-netbeans-modules-masterfs_ja.jar +share/thinkingrock/platform9/modules/locale/org-netbeans-modules-masterfs_pt_BR.jar +share/thinkingrock/platform9/modules/locale/org-netbeans-modules-masterfs_zh_CN.jar +share/thinkingrock/platform9/modules/locale/org-netbeans-modules-options-api_fr.jar +share/thinkingrock/platform9/modules/locale/org-netbeans-modules-options-api_ja.jar +share/thinkingrock/platform9/modules/locale/org-netbeans-modules-options-api_pt_BR.jar +share/thinkingrock/platform9/modules/locale/org-netbeans-modules-options-api_zh_CN.jar +share/thinkingrock/platform9/modules/locale/org-netbeans-modules-options-keymap_fr.jar +share/thinkingrock/platform9/modules/locale/org-netbeans-modules-progress-ui_fr.jar +share/thinkingrock/platform9/modules/locale/org-netbeans-modules-queries_fr.jar +share/thinkingrock/platform9/modules/locale/org-netbeans-modules-sendopts_fr.jar +share/thinkingrock/platform9/modules/locale/org-netbeans-modules-settings_fr.jar +share/thinkingrock/platform9/modules/locale/org-netbeans-modules-templates_fr.jar +share/thinkingrock/platform9/modules/locale/org-netbeans-spi-quicksearch_fr.jar +share/thinkingrock/platform9/modules/locale/org-netbeans-swing-outline_fr.jar +share/thinkingrock/platform9/modules/locale/org-netbeans-swing-plaf_fr.jar +share/thinkingrock/platform9/modules/locale/org-netbeans-swing-tabcontrol_fr.jar +share/thinkingrock/platform9/modules/locale/org-openide-actions_fr.jar +share/thinkingrock/platform9/modules/locale/org-openide-awt_fr.jar +share/thinkingrock/platform9/modules/locale/org-openide-compat_fr.jar +share/thinkingrock/platform9/modules/locale/org-openide-dialogs_fr.jar +share/thinkingrock/platform9/modules/locale/org-openide-execution_fr.jar +share/thinkingrock/platform9/modules/locale/org-openide-explorer_fr.jar +share/thinkingrock/platform9/modules/locale/org-openide-explorer_ja.jar +share/thinkingrock/platform9/modules/locale/org-openide-explorer_pt_BR.jar +share/thinkingrock/platform9/modules/locale/org-openide-explorer_zh_CN.jar +share/thinkingrock/platform9/modules/locale/org-openide-io_fr.jar +share/thinkingrock/platform9/modules/locale/org-openide-loaders_fr.jar +share/thinkingrock/platform9/modules/locale/org-openide-loaders_ja.jar +share/thinkingrock/platform9/modules/locale/org-openide-loaders_pt_BR.jar +share/thinkingrock/platform9/modules/locale/org-openide-loaders_zh_CN.jar +share/thinkingrock/platform9/modules/locale/org-openide-nodes_fr.jar +share/thinkingrock/platform9/modules/locale/org-openide-nodes_ja.jar +share/thinkingrock/platform9/modules/locale/org-openide-nodes_pt_BR.jar +share/thinkingrock/platform9/modules/locale/org-openide-nodes_zh_CN.jar +share/thinkingrock/platform9/modules/locale/org-openide-options_fr.jar +share/thinkingrock/platform9/modules/locale/org-openide-text_fr.jar +share/thinkingrock/platform9/modules/locale/org-openide-text_ja.jar +share/thinkingrock/platform9/modules/locale/org-openide-text_pt_BR.jar +share/thinkingrock/platform9/modules/locale/org-openide-text_zh_CN.jar +share/thinkingrock/platform9/modules/locale/org-openide-util-enumerations_fr.jar +share/thinkingrock/platform9/modules/locale/org-openide-windows_fr.jar +share/thinkingrock/platform9/modules/org-jdesktop-layout.jar +share/thinkingrock/platform9/modules/org-netbeans-api-progress.jar +share/thinkingrock/platform9/modules/org-netbeans-api-visual.jar +share/thinkingrock/platform9/modules/org-netbeans-core-execution.jar +share/thinkingrock/platform9/modules/org-netbeans-core-multiview.jar +share/thinkingrock/platform9/modules/org-netbeans-core-nativeaccess.jar +share/thinkingrock/platform9/modules/org-netbeans-core-output2.jar +share/thinkingrock/platform9/modules/org-netbeans-core-ui.jar +share/thinkingrock/platform9/modules/org-netbeans-core-windows.jar +share/thinkingrock/platform9/modules/org-netbeans-core.jar +share/thinkingrock/platform9/modules/org-netbeans-libs-jna.jar +share/thinkingrock/platform9/modules/org-netbeans-libs-jsr223.jar +share/thinkingrock/platform9/modules/org-netbeans-libs-junit4.jar +share/thinkingrock/platform9/modules/org-netbeans-localization-platform9-fr.jar +share/thinkingrock/platform9/modules/org-netbeans-modules-applemenu.jar +share/thinkingrock/platform9/modules/org-netbeans-modules-autoupdate-services.jar +share/thinkingrock/platform9/modules/org-netbeans-modules-autoupdate-ui.jar +share/thinkingrock/platform9/modules/org-netbeans-modules-core-kit.jar +share/thinkingrock/platform9/modules/org-netbeans-modules-editor-mimelookup-impl.jar +share/thinkingrock/platform9/modules/org-netbeans-modules-editor-mimelookup.jar +share/thinkingrock/platform9/modules/org-netbeans-modules-favorites.jar +share/thinkingrock/platform9/modules/org-netbeans-modules-javahelp.jar +share/thinkingrock/platform9/modules/org-netbeans-modules-masterfs.jar +share/thinkingrock/platform9/modules/org-netbeans-modules-options-api.jar +share/thinkingrock/platform9/modules/org-netbeans-modules-options-keymap.jar +share/thinkingrock/platform9/modules/org-netbeans-modules-progress-ui.jar +share/thinkingrock/platform9/modules/org-netbeans-modules-queries.jar +share/thinkingrock/platform9/modules/org-netbeans-modules-sendopts.jar +share/thinkingrock/platform9/modules/org-netbeans-modules-settings.jar +share/thinkingrock/platform9/modules/org-netbeans-modules-templates.jar +share/thinkingrock/platform9/modules/org-netbeans-spi-quicksearch.jar +share/thinkingrock/platform9/modules/org-netbeans-swing-outline.jar +share/thinkingrock/platform9/modules/org-netbeans-swing-plaf.jar +share/thinkingrock/platform9/modules/org-netbeans-swing-tabcontrol.jar +share/thinkingrock/platform9/modules/org-openide-actions.jar +share/thinkingrock/platform9/modules/org-openide-awt.jar +share/thinkingrock/platform9/modules/org-openide-compat.jar +share/thinkingrock/platform9/modules/org-openide-dialogs.jar +share/thinkingrock/platform9/modules/org-openide-execution.jar +share/thinkingrock/platform9/modules/org-openide-explorer.jar +share/thinkingrock/platform9/modules/org-openide-io.jar +share/thinkingrock/platform9/modules/org-openide-loaders.jar +share/thinkingrock/platform9/modules/org-openide-nodes.jar +share/thinkingrock/platform9/modules/org-openide-options.jar +share/thinkingrock/platform9/modules/org-openide-text.jar +share/thinkingrock/platform9/modules/org-openide-util-enumerations.jar +share/thinkingrock/platform9/modules/org-openide-windows.jar +share/thinkingrock/platform9/update/ +share/thinkingrock/platform9/update/backup/ +share/thinkingrock/platform9/update/backup/netbeans/ +share/thinkingrock/platform9/update/backup/netbeans/config/ +share/thinkingrock/platform9/update/backup/netbeans/config/ModuleAutoDeps/ +share/thinkingrock/platform9/update/backup/netbeans/config/ModuleAutoDeps/org-netbeans-core.xml +share/thinkingrock/platform9/update/backup/netbeans/config/ModuleAutoDeps/org-netbeans-modules-options-api.xml +share/thinkingrock/platform9/update/backup/netbeans/config/ModuleAutoDeps/org-openide-explorer.xml +share/thinkingrock/platform9/update/backup/netbeans/config/ModuleAutoDeps/org-openide-text.xml +share/thinkingrock/platform9/update/backup/netbeans/config/Modules/ +share/thinkingrock/platform9/update/backup/netbeans/config/Modules/org-netbeans-core-nativeaccess.xml +share/thinkingrock/platform9/update/backup/netbeans/config/Modules/org-netbeans-core-windows.xml +share/thinkingrock/platform9/update/backup/netbeans/config/Modules/org-netbeans-core.xml +share/thinkingrock/platform9/update/backup/netbeans/config/Modules/org-netbeans-libs-jna.xml +share/thinkingrock/platform9/update/backup/netbeans/config/Modules/org-netbeans-modules-autoupdate-services.xml +share/thinkingrock/platform9/update/backup/netbeans/config/Modules/org-netbeans-modules-core-kit.xml +share/thinkingrock/platform9/update/backup/netbeans/config/Modules/org-netbeans-modules-favorites.xml +share/thinkingrock/platform9/update/backup/netbeans/config/Modules/org-netbeans-modules-masterfs.xml +share/thinkingrock/platform9/update/backup/netbeans/config/Modules/org-netbeans-modules-options-api.xml +share/thinkingrock/platform9/update/backup/netbeans/config/Modules/org-openide-explorer.xml +share/thinkingrock/platform9/update/backup/netbeans/config/Modules/org-openide-loaders.xml +share/thinkingrock/platform9/update/backup/netbeans/config/Modules/org-openide-nodes.xml +share/thinkingrock/platform9/update/backup/netbeans/config/Modules/org-openide-text.xml +share/thinkingrock/platform9/update/backup/netbeans/modules/ +share/thinkingrock/platform9/update/backup/netbeans/modules/ext/ +share/thinkingrock/platform9/update/backup/netbeans/modules/ext/locale/ +share/thinkingrock/platform9/update/backup/netbeans/modules/ext/locale/updater_ja.jar +share/thinkingrock/platform9/update/backup/netbeans/modules/ext/locale/updater_pt_BR.jar +share/thinkingrock/platform9/update/backup/netbeans/modules/ext/locale/updater_zh_CN.jar +share/thinkingrock/platform9/update/backup/netbeans/modules/locale/ +share/thinkingrock/platform9/update/backup/netbeans/modules/locale/org-netbeans-core-nativeaccess_ja.jar +share/thinkingrock/platform9/update/backup/netbeans/modules/locale/org-netbeans-core-nativeaccess_pt_BR.jar +share/thinkingrock/platform9/update/backup/netbeans/modules/locale/org-netbeans-core-nativeaccess_zh_CN.jar +share/thinkingrock/platform9/update/backup/netbeans/modules/locale/org-netbeans-core-windows_ja.jar +share/thinkingrock/platform9/update/backup/netbeans/modules/locale/org-netbeans-core-windows_pt_BR.jar +share/thinkingrock/platform9/update/backup/netbeans/modules/locale/org-netbeans-core-windows_zh_CN.jar +share/thinkingrock/platform9/update/backup/netbeans/modules/locale/org-netbeans-core_ja.jar +share/thinkingrock/platform9/update/backup/netbeans/modules/locale/org-netbeans-core_pt_BR.jar +share/thinkingrock/platform9/update/backup/netbeans/modules/locale/org-netbeans-core_zh_CN.jar +share/thinkingrock/platform9/update/backup/netbeans/modules/locale/org-netbeans-libs-jna_ja.jar +share/thinkingrock/platform9/update/backup/netbeans/modules/locale/org-netbeans-libs-jna_pt_BR.jar +share/thinkingrock/platform9/update/backup/netbeans/modules/locale/org-netbeans-libs-jna_zh_CN.jar +share/thinkingrock/platform9/update/backup/netbeans/modules/locale/org-netbeans-modules-autoupdate-services_ja.jar +share/thinkingrock/platform9/update/backup/netbeans/modules/locale/org-netbeans-modules-autoupdate-services_pt_BR.jar +share/thinkingrock/platform9/update/backup/netbeans/modules/locale/org-netbeans-modules-autoupdate-services_zh_CN.jar +share/thinkingrock/platform9/update/backup/netbeans/modules/locale/org-netbeans-modules-core-kit_ja.jar +share/thinkingrock/platform9/update/backup/netbeans/modules/locale/org-netbeans-modules-core-kit_pt_BR.jar +share/thinkingrock/platform9/update/backup/netbeans/modules/locale/org-netbeans-modules-core-kit_zh_CN.jar +share/thinkingrock/platform9/update/backup/netbeans/modules/locale/org-netbeans-modules-favorites_ja.jar +share/thinkingrock/platform9/update/backup/netbeans/modules/locale/org-netbeans-modules-favorites_pt_BR.jar +share/thinkingrock/platform9/update/backup/netbeans/modules/locale/org-netbeans-modules-favorites_zh_CN.jar +share/thinkingrock/platform9/update/backup/netbeans/modules/locale/org-netbeans-modules-masterfs_ja.jar +share/thinkingrock/platform9/update/backup/netbeans/modules/locale/org-netbeans-modules-masterfs_pt_BR.jar +share/thinkingrock/platform9/update/backup/netbeans/modules/locale/org-netbeans-modules-masterfs_zh_CN.jar +share/thinkingrock/platform9/update/backup/netbeans/modules/locale/org-netbeans-modules-options-api_ja.jar +share/thinkingrock/platform9/update/backup/netbeans/modules/locale/org-netbeans-modules-options-api_pt_BR.jar +share/thinkingrock/platform9/update/backup/netbeans/modules/locale/org-netbeans-modules-options-api_zh_CN.jar +share/thinkingrock/platform9/update/backup/netbeans/modules/locale/org-openide-explorer_ja.jar +share/thinkingrock/platform9/update/backup/netbeans/modules/locale/org-openide-explorer_pt_BR.jar +share/thinkingrock/platform9/update/backup/netbeans/modules/locale/org-openide-explorer_zh_CN.jar +share/thinkingrock/platform9/update/backup/netbeans/modules/locale/org-openide-loaders_ja.jar +share/thinkingrock/platform9/update/backup/netbeans/modules/locale/org-openide-loaders_pt_BR.jar +share/thinkingrock/platform9/update/backup/netbeans/modules/locale/org-openide-loaders_zh_CN.jar +share/thinkingrock/platform9/update/backup/netbeans/modules/locale/org-openide-nodes_ja.jar +share/thinkingrock/platform9/update/backup/netbeans/modules/locale/org-openide-nodes_pt_BR.jar +share/thinkingrock/platform9/update/backup/netbeans/modules/locale/org-openide-nodes_zh_CN.jar +share/thinkingrock/platform9/update/backup/netbeans/modules/locale/org-openide-text_ja.jar +share/thinkingrock/platform9/update/backup/netbeans/modules/locale/org-openide-text_pt_BR.jar +share/thinkingrock/platform9/update/backup/netbeans/modules/locale/org-openide-text_zh_CN.jar +share/thinkingrock/platform9/update/backup/netbeans/modules/org-netbeans-core-nativeaccess.jar +share/thinkingrock/platform9/update/backup/netbeans/modules/org-netbeans-core-windows.jar +share/thinkingrock/platform9/update/backup/netbeans/modules/org-netbeans-core.jar +share/thinkingrock/platform9/update/backup/netbeans/modules/org-netbeans-libs-jna.jar +share/thinkingrock/platform9/update/backup/netbeans/modules/org-netbeans-modules-autoupdate-services.jar +share/thinkingrock/platform9/update/backup/netbeans/modules/org-netbeans-modules-core-kit.jar +share/thinkingrock/platform9/update/backup/netbeans/modules/org-netbeans-modules-favorites.jar +share/thinkingrock/platform9/update/backup/netbeans/modules/org-netbeans-modules-masterfs.jar +share/thinkingrock/platform9/update/backup/netbeans/modules/org-netbeans-modules-options-api.jar +share/thinkingrock/platform9/update/backup/netbeans/modules/org-openide-explorer.jar +share/thinkingrock/platform9/update/backup/netbeans/modules/org-openide-loaders.jar +share/thinkingrock/platform9/update/backup/netbeans/modules/org-openide-nodes.jar +share/thinkingrock/platform9/update/backup/netbeans/modules/org-openide-text.jar +share/thinkingrock/platform9/update_tracking/ +share/thinkingrock/platform9/update_tracking/org-jdesktop-layout.xml +share/thinkingrock/platform9/update_tracking/org-netbeans-api-progress.xml +share/thinkingrock/platform9/update_tracking/org-netbeans-api-visual.xml +share/thinkingrock/platform9/update_tracking/org-netbeans-bootstrap.xml +share/thinkingrock/platform9/update_tracking/org-netbeans-core-execution.xml +share/thinkingrock/platform9/update_tracking/org-netbeans-core-multiview.xml +share/thinkingrock/platform9/update_tracking/org-netbeans-core-nativeaccess.xml +share/thinkingrock/platform9/update_tracking/org-netbeans-core-output2.xml +share/thinkingrock/platform9/update_tracking/org-netbeans-core-startup.xml +share/thinkingrock/platform9/update_tracking/org-netbeans-core-ui.xml +share/thinkingrock/platform9/update_tracking/org-netbeans-core-windows.xml +share/thinkingrock/platform9/update_tracking/org-netbeans-core.xml +share/thinkingrock/platform9/update_tracking/org-netbeans-libs-jna.xml +share/thinkingrock/platform9/update_tracking/org-netbeans-libs-jsr223.xml +share/thinkingrock/platform9/update_tracking/org-netbeans-libs-junit4.xml +share/thinkingrock/platform9/update_tracking/org-netbeans-localization-platform9-fr.xml +share/thinkingrock/platform9/update_tracking/org-netbeans-modules-applemenu.xml +share/thinkingrock/platform9/update_tracking/org-netbeans-modules-autoupdate-services.xml +share/thinkingrock/platform9/update_tracking/org-netbeans-modules-autoupdate-ui.xml +share/thinkingrock/platform9/update_tracking/org-netbeans-modules-core-kit.xml +share/thinkingrock/platform9/update_tracking/org-netbeans-modules-editor-mimelookup-impl.xml +share/thinkingrock/platform9/update_tracking/org-netbeans-modules-editor-mimelookup.xml +share/thinkingrock/platform9/update_tracking/org-netbeans-modules-favorites.xml +share/thinkingrock/platform9/update_tracking/org-netbeans-modules-javahelp.xml +share/thinkingrock/platform9/update_tracking/org-netbeans-modules-masterfs.xml +share/thinkingrock/platform9/update_tracking/org-netbeans-modules-options-api.xml +share/thinkingrock/platform9/update_tracking/org-netbeans-modules-options-keymap.xml +share/thinkingrock/platform9/update_tracking/org-netbeans-modules-progress-ui.xml +share/thinkingrock/platform9/update_tracking/org-netbeans-modules-queries.xml +share/thinkingrock/platform9/update_tracking/org-netbeans-modules-sendopts.xml +share/thinkingrock/platform9/update_tracking/org-netbeans-modules-settings.xml +share/thinkingrock/platform9/update_tracking/org-netbeans-modules-templates.xml +share/thinkingrock/platform9/update_tracking/org-netbeans-spi-quicksearch.xml +share/thinkingrock/platform9/update_tracking/org-netbeans-swing-outline.xml +share/thinkingrock/platform9/update_tracking/org-netbeans-swing-plaf.xml +share/thinkingrock/platform9/update_tracking/org-netbeans-swing-tabcontrol.xml +share/thinkingrock/platform9/update_tracking/org-openide-actions.xml +share/thinkingrock/platform9/update_tracking/org-openide-awt.xml +share/thinkingrock/platform9/update_tracking/org-openide-compat.xml +share/thinkingrock/platform9/update_tracking/org-openide-dialogs.xml +share/thinkingrock/platform9/update_tracking/org-openide-execution.xml +share/thinkingrock/platform9/update_tracking/org-openide-explorer.xml +share/thinkingrock/platform9/update_tracking/org-openide-filesystems.xml +share/thinkingrock/platform9/update_tracking/org-openide-io.xml +share/thinkingrock/platform9/update_tracking/org-openide-loaders.xml +share/thinkingrock/platform9/update_tracking/org-openide-modules.xml +share/thinkingrock/platform9/update_tracking/org-openide-nodes.xml +share/thinkingrock/platform9/update_tracking/org-openide-options.xml +share/thinkingrock/platform9/update_tracking/org-openide-text.xml +share/thinkingrock/platform9/update_tracking/org-openide-util-enumerations.xml +share/thinkingrock/platform9/update_tracking/org-openide-util.xml +share/thinkingrock/platform9/update_tracking/org-openide-windows.xml share/thinkingrock/tr/ share/thinkingrock/tr/.lastModified share/thinkingrock/tr/config/ share/thinkingrock/tr/config/Modules/ share/thinkingrock/tr/config/Modules/au-com-thinkingrock-tr-resource.xml +share/thinkingrock/tr/config/Modules/au-com-trgtd-email.xml +share/thinkingrock/tr/config/Modules/au-com-trgtd-tr-appl.xml +share/thinkingrock/tr/config/Modules/au-com-trgtd-tr-autoupdate-members.xml +share/thinkingrock/tr/config/Modules/au-com-trgtd-tr-calendar-ical4j-impl.xml +share/thinkingrock/tr/config/Modules/au-com-trgtd-tr-calendar-ical4j.xml +share/thinkingrock/tr/config/Modules/au-com-trgtd-tr-calendar.xml +share/thinkingrock/tr/config/Modules/au-com-trgtd-tr-extract-projects.xml +share/thinkingrock/tr/config/Modules/au-com-trgtd-tr-l10n-en_US.xml +share/thinkingrock/tr/config/Modules/au-com-trgtd-tr-l10n-fr_FR.xml +share/thinkingrock/tr/config/Modules/au-com-trgtd-tr-l10n.xml +share/thinkingrock/tr/config/Modules/au-com-trgtd-tr-report-project-detail.xml +share/thinkingrock/tr/config/Modules/au-com-trgtd-tr-report-project-outline.xml +share/thinkingrock/tr/config/Modules/au-com-trgtd-tr-report-projects-future.xml +share/thinkingrock/tr/config/Modules/au-com-trgtd-tr-report-sa.xml +share/thinkingrock/tr/config/Modules/au-com-trgtd-tr-reports-actions-delegated.xml +share/thinkingrock/tr/config/Modules/au-com-trgtd-tr-reports-actions-doasap.xml +share/thinkingrock/tr/config/Modules/au-com-trgtd-tr-reports-actions-scheduled.xml +share/thinkingrock/tr/config/Modules/au-com-trgtd-tr-reports-done.xml +share/thinkingrock/tr/config/Modules/au-com-trgtd-tr-reports-pocketmod.xml +share/thinkingrock/tr/config/Modules/au-com-trgtd-tr-reports-reference.xml +share/thinkingrock/tr/config/Modules/au-com-trgtd-tr-reports-someday.xml +share/thinkingrock/tr/config/Modules/au-com-trgtd-tr-reports-weekly.xml share/thinkingrock/tr/config/Modules/ca-odell-glazedlists.xml share/thinkingrock/tr/config/Modules/com-thoughtworks-xstream.xml -share/thinkingrock/tr/config/Modules/de-muntjak-tinylookandfeel.xml +share/thinkingrock/tr/config/Modules/ical4j.xml +share/thinkingrock/tr/config/Modules/jasper.xml +share/thinkingrock/tr/config/Modules/javamail.xml share/thinkingrock/tr/config/Modules/javax-xml.xml share/thinkingrock/tr/config/Modules/jaxb.xml -share/thinkingrock/tr/config/Modules/net-fortuna-ical4j.xml +share/thinkingrock/tr/config/Modules/jmdns.xml +share/thinkingrock/tr/config/Modules/miglayout.xml share/thinkingrock/tr/config/Modules/org-apache-avalon-framework.xml share/thinkingrock/tr/config/Modules/org-apache-bcel.xml share/thinkingrock/tr/config/Modules/org-apache-commons-io.xml @@ -201,10 +421,9 @@ share/thinkingrock/tr/config/Modules/org-apache-fop.xml share/thinkingrock/tr/config/Modules/org-apache-wml.xml share/thinkingrock/tr/config/Modules/org-apache-xml-serializer.xml share/thinkingrock/tr/config/Modules/org-apache-xmlgraphics-ps.xml -share/thinkingrock/tr/config/Modules/org-jdesktop-beans.xml +share/thinkingrock/tr/config/Modules/org-jdesktop-swingx.xml share/thinkingrock/tr/config/Modules/org-w3c-css.xml share/thinkingrock/tr/config/Modules/org-xmlpull-v1.xml -share/thinkingrock/tr/config/Modules/tr-appl.xml share/thinkingrock/tr/config/Modules/tr-archive.xml share/thinkingrock/tr/config/Modules/tr-autoversion.xml share/thinkingrock/tr/config/Modules/tr-background-activation.xml @@ -218,18 +437,11 @@ share/thinkingrock/tr/config/Modules/tr-extract-exports-actions.xml share/thinkingrock/tr/config/Modules/tr-extract-exports-future.xml share/thinkingrock/tr/config/Modules/tr-extract-exports-information.xml share/thinkingrock/tr/config/Modules/tr-extract-exports.xml -share/thinkingrock/tr/config/Modules/tr-extract-reports-actionsbycontext.xml -share/thinkingrock/tr/config/Modules/tr-extract-reports-actionsbydate.xml -share/thinkingrock/tr/config/Modules/tr-extract-reports-nextactions.xml -share/thinkingrock/tr/config/Modules/tr-extract-reports-pocketmod.xml -share/thinkingrock/tr/config/Modules/tr-extract-reports-projectdetails.xml -share/thinkingrock/tr/config/Modules/tr-extract-reports-projectoutline.xml share/thinkingrock/tr/config/Modules/tr-extract-reports.xml share/thinkingrock/tr/config/Modules/tr-extract.xml share/thinkingrock/tr/config/Modules/tr-imports-thoughts.xml share/thinkingrock/tr/config/Modules/tr-imports.xml share/thinkingrock/tr/config/Modules/tr-model.xml -share/thinkingrock/tr/config/Modules/tr-prefs-calendar.xml share/thinkingrock/tr/config/Modules/tr-prefs-datafile.xml share/thinkingrock/tr/config/Modules/tr-prefs-dates.xml share/thinkingrock/tr/config/Modules/tr-prefs-gui.xml @@ -258,11 +470,36 @@ share/thinkingrock/tr/core/locale/ share/thinkingrock/tr/core/locale/core_tr.jar share/thinkingrock/tr/modules/ share/thinkingrock/tr/modules/au-com-thinkingrock-tr-resource.jar +share/thinkingrock/tr/modules/au-com-trgtd-email.jar +share/thinkingrock/tr/modules/au-com-trgtd-tr-appl.jar +share/thinkingrock/tr/modules/au-com-trgtd-tr-autoupdate-members.jar +share/thinkingrock/tr/modules/au-com-trgtd-tr-calendar-ical4j-impl.jar +share/thinkingrock/tr/modules/au-com-trgtd-tr-calendar-ical4j.jar +share/thinkingrock/tr/modules/au-com-trgtd-tr-calendar.jar +share/thinkingrock/tr/modules/au-com-trgtd-tr-extract-projects.jar +share/thinkingrock/tr/modules/au-com-trgtd-tr-l10n-en_US.jar +share/thinkingrock/tr/modules/au-com-trgtd-tr-l10n-fr_FR.jar +share/thinkingrock/tr/modules/au-com-trgtd-tr-l10n.jar +share/thinkingrock/tr/modules/au-com-trgtd-tr-report-project-detail.jar +share/thinkingrock/tr/modules/au-com-trgtd-tr-report-project-outline.jar +share/thinkingrock/tr/modules/au-com-trgtd-tr-report-projects-future.jar +share/thinkingrock/tr/modules/au-com-trgtd-tr-report-sa.jar +share/thinkingrock/tr/modules/au-com-trgtd-tr-reports-actions-delegated.jar +share/thinkingrock/tr/modules/au-com-trgtd-tr-reports-actions-doasap.jar +share/thinkingrock/tr/modules/au-com-trgtd-tr-reports-actions-scheduled.jar +share/thinkingrock/tr/modules/au-com-trgtd-tr-reports-done.jar +share/thinkingrock/tr/modules/au-com-trgtd-tr-reports-pocketmod.jar +share/thinkingrock/tr/modules/au-com-trgtd-tr-reports-reference.jar +share/thinkingrock/tr/modules/au-com-trgtd-tr-reports-someday.jar +share/thinkingrock/tr/modules/au-com-trgtd-tr-reports-weekly.jar share/thinkingrock/tr/modules/ca-odell-glazedlists.jar share/thinkingrock/tr/modules/com-thoughtworks-xstream.jar -share/thinkingrock/tr/modules/de-muntjak-tinylookandfeel.jar share/thinkingrock/tr/modules/docs/ -share/thinkingrock/tr/modules/docs/tr-appl.jar +share/thinkingrock/tr/modules/docs/au-com-trgtd-email.jar +share/thinkingrock/tr/modules/docs/au-com-trgtd-tr-appl.jar +share/thinkingrock/tr/modules/docs/au-com-trgtd-tr-autoupdate-members.jar +share/thinkingrock/tr/modules/docs/au-com-trgtd-tr-calendar.jar +share/thinkingrock/tr/modules/docs/au-com-trgtd-tr-l10n.jar share/thinkingrock/tr/modules/docs/tr-archive.jar share/thinkingrock/tr/modules/docs/tr-background-activation.jar share/thinkingrock/tr/modules/docs/tr-background-recurrence.jar @@ -271,17 +508,11 @@ share/thinkingrock/tr/modules/docs/tr-extract-exports-actions.jar share/thinkingrock/tr/modules/docs/tr-extract-exports-future.jar share/thinkingrock/tr/modules/docs/tr-extract-exports-information.jar share/thinkingrock/tr/modules/docs/tr-extract-exports.jar -share/thinkingrock/tr/modules/docs/tr-extract-reports-actionsbycontext.jar -share/thinkingrock/tr/modules/docs/tr-extract-reports-actionsbydate.jar -share/thinkingrock/tr/modules/docs/tr-extract-reports-nextactions.jar -share/thinkingrock/tr/modules/docs/tr-extract-reports-pocketmod.jar -share/thinkingrock/tr/modules/docs/tr-extract-reports-projectdetails.jar -share/thinkingrock/tr/modules/docs/tr-extract-reports-projectoutline.jar +share/thinkingrock/tr/modules/docs/tr-extract-reports.jar share/thinkingrock/tr/modules/docs/tr-extract.jar share/thinkingrock/tr/modules/docs/tr-imports-thoughts.jar share/thinkingrock/tr/modules/docs/tr-imports.jar share/thinkingrock/tr/modules/docs/tr-model.jar -share/thinkingrock/tr/modules/docs/tr-prefs-calendar.jar share/thinkingrock/tr/modules/docs/tr-prefs-datafile.jar share/thinkingrock/tr/modules/docs/tr-prefs-dates.jar share/thinkingrock/tr/modules/docs/tr-prefs-gui.jar @@ -303,36 +534,181 @@ share/thinkingrock/tr/modules/ext/ share/thinkingrock/tr/modules/ext/activation.jar share/thinkingrock/tr/modules/ext/avalon-framework-4.2.0.jar share/thinkingrock/tr/modules/ext/batik-all-1.6.jar +share/thinkingrock/tr/modules/ext/commons-beanutils-1.7.jar +share/thinkingrock/tr/modules/ext/commons-codec-1.3.jar +share/thinkingrock/tr/modules/ext/commons-collections-2.1.jar +share/thinkingrock/tr/modules/ext/commons-digester-1.7.jar share/thinkingrock/tr/modules/ext/commons-io-1.1.jar +share/thinkingrock/tr/modules/ext/commons-javaflow-20060411.jar share/thinkingrock/tr/modules/ext/commons-lang-2.1.jar +share/thinkingrock/tr/modules/ext/commons-lang-2.4.jar share/thinkingrock/tr/modules/ext/commons-logging-1.0.4.jar +share/thinkingrock/tr/modules/ext/commons-logging-1.1.1.jar +share/thinkingrock/tr/modules/ext/dsn.jar share/thinkingrock/tr/modules/ext/endorsed/ share/thinkingrock/tr/modules/ext/endorsed/jaxb-api.jar share/thinkingrock/tr/modules/ext/fop-0.93.jar share/thinkingrock/tr/modules/ext/glazedlists-1.7.0_java15_20080409.jar share/thinkingrock/tr/modules/ext/glazedlists_java15.jar -share/thinkingrock/tr/modules/ext/ical4j.jar +share/thinkingrock/tr/modules/ext/ical4j-1.0-rc1.jar +share/thinkingrock/tr/modules/ext/imap.jar +share/thinkingrock/tr/modules/ext/itext-1.3.1.jar +share/thinkingrock/tr/modules/ext/itext-1.3.1.jar.renamed +share/thinkingrock/tr/modules/ext/jasperreports-3.0.0.jar share/thinkingrock/tr/modules/ext/jaxb-api.jar share/thinkingrock/tr/modules/ext/jaxb-impl.jar share/thinkingrock/tr/modules/ext/jaxb-xjc.jar share/thinkingrock/tr/modules/ext/jaxb1-impl.jar +share/thinkingrock/tr/modules/ext/jmdns.jar share/thinkingrock/tr/modules/ext/jsr173_1.0_api.jar +share/thinkingrock/tr/modules/ext/mail.jar +share/thinkingrock/tr/modules/ext/mailapi.jar +share/thinkingrock/tr/modules/ext/miglayout-3.6.3.jar +share/thinkingrock/tr/modules/ext/pop3.jar share/thinkingrock/tr/modules/ext/serializer-2.7.0.jar -share/thinkingrock/tr/modules/ext/swingx-2007_04_01.jar -share/thinkingrock/tr/modules/ext/tinylaf.jar +share/thinkingrock/tr/modules/ext/smtp.jar +share/thinkingrock/tr/modules/ext/swingx-0.9.5.jar +share/thinkingrock/tr/modules/ext/swingx-beaninfo-0.9.5.jar share/thinkingrock/tr/modules/ext/xalan-2.7.0.jar share/thinkingrock/tr/modules/ext/xercesImpl-2.7.1.jar share/thinkingrock/tr/modules/ext/xml-apis-1.3.02.jar share/thinkingrock/tr/modules/ext/xmlgraphics-commons-1.1.jar share/thinkingrock/tr/modules/ext/xpp3_min-1.1.3.4.O.jar share/thinkingrock/tr/modules/ext/xstream-1.2.jar +share/thinkingrock/tr/modules/ical4j.jar +share/thinkingrock/tr/modules/jasper.jar +share/thinkingrock/tr/modules/javamail.jar share/thinkingrock/tr/modules/javax-xml.jar share/thinkingrock/tr/modules/jaxb.jar +share/thinkingrock/tr/modules/jmdns.jar share/thinkingrock/tr/modules/locale/ +share/thinkingrock/tr/modules/locale/au-com-thinkingrock-tr-resource_en_US.jar +share/thinkingrock/tr/modules/locale/au-com-thinkingrock-tr-resource_fr_FR.jar +share/thinkingrock/tr/modules/locale/au-com-trgtd-email_en_US.jar +share/thinkingrock/tr/modules/locale/au-com-trgtd-email_fr_FR.jar +share/thinkingrock/tr/modules/locale/au-com-trgtd-tr-appl_en_US.jar +share/thinkingrock/tr/modules/locale/au-com-trgtd-tr-appl_fr_FR.jar +share/thinkingrock/tr/modules/locale/au-com-trgtd-tr-autoupdate-members_en_US.jar +share/thinkingrock/tr/modules/locale/au-com-trgtd-tr-autoupdate-members_fr_FR.jar +share/thinkingrock/tr/modules/locale/au-com-trgtd-tr-calendar-ical4j-impl_en_US.jar +share/thinkingrock/tr/modules/locale/au-com-trgtd-tr-calendar-ical4j-impl_fr_FR.jar +share/thinkingrock/tr/modules/locale/au-com-trgtd-tr-calendar-ical4j_en_US.jar +share/thinkingrock/tr/modules/locale/au-com-trgtd-tr-calendar-ical4j_fr_FR.jar +share/thinkingrock/tr/modules/locale/au-com-trgtd-tr-calendar_en_US.jar +share/thinkingrock/tr/modules/locale/au-com-trgtd-tr-calendar_fr_FR.jar +share/thinkingrock/tr/modules/locale/au-com-trgtd-tr-extract-projects_en_US.jar +share/thinkingrock/tr/modules/locale/au-com-trgtd-tr-extract-projects_fr_FR.jar +share/thinkingrock/tr/modules/locale/au-com-trgtd-tr-l10n_fr_FR.jar +share/thinkingrock/tr/modules/locale/au-com-trgtd-tr-report-project-detail_en_US.jar +share/thinkingrock/tr/modules/locale/au-com-trgtd-tr-report-project-detail_fr_FR.jar +share/thinkingrock/tr/modules/locale/au-com-trgtd-tr-report-project-outline_en_US.jar +share/thinkingrock/tr/modules/locale/au-com-trgtd-tr-report-project-outline_fr_FR.jar +share/thinkingrock/tr/modules/locale/au-com-trgtd-tr-report-projects-future_en_US.jar +share/thinkingrock/tr/modules/locale/au-com-trgtd-tr-report-projects-future_fr_FR.jar +share/thinkingrock/tr/modules/locale/au-com-trgtd-tr-report-sa_en_US.jar +share/thinkingrock/tr/modules/locale/au-com-trgtd-tr-report-sa_fr_FR.jar +share/thinkingrock/tr/modules/locale/au-com-trgtd-tr-reports-actions-delegated_en_US.jar +share/thinkingrock/tr/modules/locale/au-com-trgtd-tr-reports-actions-delegated_fr_FR.jar +share/thinkingrock/tr/modules/locale/au-com-trgtd-tr-reports-actions-doasap_en_US.jar +share/thinkingrock/tr/modules/locale/au-com-trgtd-tr-reports-actions-doasap_fr_FR.jar +share/thinkingrock/tr/modules/locale/au-com-trgtd-tr-reports-actions-scheduled_en_US.jar +share/thinkingrock/tr/modules/locale/au-com-trgtd-tr-reports-actions-scheduled_fr_FR.jar +share/thinkingrock/tr/modules/locale/au-com-trgtd-tr-reports-done_en_US.jar +share/thinkingrock/tr/modules/locale/au-com-trgtd-tr-reports-done_fr_FR.jar +share/thinkingrock/tr/modules/locale/au-com-trgtd-tr-reports-pocketmod_en_US.jar +share/thinkingrock/tr/modules/locale/au-com-trgtd-tr-reports-pocketmod_fr_FR.jar +share/thinkingrock/tr/modules/locale/au-com-trgtd-tr-reports-reference_en_US.jar +share/thinkingrock/tr/modules/locale/au-com-trgtd-tr-reports-reference_fr_FR.jar +share/thinkingrock/tr/modules/locale/au-com-trgtd-tr-reports-someday_en_US.jar +share/thinkingrock/tr/modules/locale/au-com-trgtd-tr-reports-someday_fr_FR.jar +share/thinkingrock/tr/modules/locale/au-com-trgtd-tr-reports-weekly_en_US.jar +share/thinkingrock/tr/modules/locale/au-com-trgtd-tr-reports-weekly_fr_FR.jar share/thinkingrock/tr/modules/locale/org-netbeans-core-windows_tr.jar share/thinkingrock/tr/modules/locale/org-netbeans-core_tr.jar share/thinkingrock/tr/modules/locale/org-netbeans-modules-javahelp_tr.jar -share/thinkingrock/tr/modules/net-fortuna-ical4j.jar +share/thinkingrock/tr/modules/locale/tr-archive_en_US.jar +share/thinkingrock/tr/modules/locale/tr-archive_fr_FR.jar +share/thinkingrock/tr/modules/locale/tr-autoversion_en_US.jar +share/thinkingrock/tr/modules/locale/tr-autoversion_fr_FR.jar +share/thinkingrock/tr/modules/locale/tr-background-activation_en_US.jar +share/thinkingrock/tr/modules/locale/tr-background-activation_fr_FR.jar +share/thinkingrock/tr/modules/locale/tr-background-recurrence_en_US.jar +share/thinkingrock/tr/modules/locale/tr-background-recurrence_fr_FR.jar +share/thinkingrock/tr/modules/locale/tr-data-files_en_US.jar +share/thinkingrock/tr/modules/locale/tr-data-files_fr_FR.jar +share/thinkingrock/tr/modules/locale/tr-data_en_US.jar +share/thinkingrock/tr/modules/locale/tr-data_fr_FR.jar +share/thinkingrock/tr/modules/locale/tr-datastore-xstream_en_US.jar +share/thinkingrock/tr/modules/locale/tr-datastore-xstream_fr_FR.jar +share/thinkingrock/tr/modules/locale/tr-datastore_en_US.jar +share/thinkingrock/tr/modules/locale/tr-datastore_fr_FR.jar +share/thinkingrock/tr/modules/locale/tr-extract-clean_en_US.jar +share/thinkingrock/tr/modules/locale/tr-extract-clean_fr_FR.jar +share/thinkingrock/tr/modules/locale/tr-extract-exports-actions_en_US.jar +share/thinkingrock/tr/modules/locale/tr-extract-exports-actions_fr_FR.jar +share/thinkingrock/tr/modules/locale/tr-extract-exports-future_en_US.jar +share/thinkingrock/tr/modules/locale/tr-extract-exports-future_fr_FR.jar +share/thinkingrock/tr/modules/locale/tr-extract-exports-information_en_US.jar +share/thinkingrock/tr/modules/locale/tr-extract-exports-information_fr_FR.jar +share/thinkingrock/tr/modules/locale/tr-extract-exports_en_US.jar +share/thinkingrock/tr/modules/locale/tr-extract-exports_fr_FR.jar +share/thinkingrock/tr/modules/locale/tr-extract-reports_en_US.jar +share/thinkingrock/tr/modules/locale/tr-extract-reports_fr_FR.jar +share/thinkingrock/tr/modules/locale/tr-extract_en_US.jar +share/thinkingrock/tr/modules/locale/tr-extract_fr_FR.jar +share/thinkingrock/tr/modules/locale/tr-imports-thoughts_en_US.jar +share/thinkingrock/tr/modules/locale/tr-imports-thoughts_fr_FR.jar +share/thinkingrock/tr/modules/locale/tr-imports_en_US.jar +share/thinkingrock/tr/modules/locale/tr-imports_fr_FR.jar +share/thinkingrock/tr/modules/locale/tr-model_en_US.jar +share/thinkingrock/tr/modules/locale/tr-model_fr_FR.jar +share/thinkingrock/tr/modules/locale/tr-prefs-datafile_en_US.jar +share/thinkingrock/tr/modules/locale/tr-prefs-datafile_fr_FR.jar +share/thinkingrock/tr/modules/locale/tr-prefs-dates_en_US.jar +share/thinkingrock/tr/modules/locale/tr-prefs-dates_fr_FR.jar +share/thinkingrock/tr/modules/locale/tr-prefs-gui_en_US.jar +share/thinkingrock/tr/modules/locale/tr-prefs-gui_fr_FR.jar +share/thinkingrock/tr/modules/locale/tr-prefs-projects_en_US.jar +share/thinkingrock/tr/modules/locale/tr-prefs-projects_fr_FR.jar +share/thinkingrock/tr/modules/locale/tr-prefs-recurrence_en_US.jar +share/thinkingrock/tr/modules/locale/tr-prefs-recurrence_fr_FR.jar +share/thinkingrock/tr/modules/locale/tr-runtime_en_US.jar +share/thinkingrock/tr/modules/locale/tr-runtime_fr_FR.jar +share/thinkingrock/tr/modules/locale/tr-services_en_US.jar +share/thinkingrock/tr/modules/locale/tr-services_fr_FR.jar +share/thinkingrock/tr/modules/locale/tr-swing_en_US.jar +share/thinkingrock/tr/modules/locale/tr-swing_fr_FR.jar +share/thinkingrock/tr/modules/locale/tr-util_en_US.jar +share/thinkingrock/tr/modules/locale/tr-util_fr_FR.jar +share/thinkingrock/tr/modules/locale/tr-view-action_en_US.jar +share/thinkingrock/tr/modules/locale/tr-view-action_fr_FR.jar +share/thinkingrock/tr/modules/locale/tr-view-actions_en_US.jar +share/thinkingrock/tr/modules/locale/tr-view-actions_fr_FR.jar +share/thinkingrock/tr/modules/locale/tr-view-collect_en_US.jar +share/thinkingrock/tr/modules/locale/tr-view-collect_fr_FR.jar +share/thinkingrock/tr/modules/locale/tr-view-contexts_en_US.jar +share/thinkingrock/tr/modules/locale/tr-view-contexts_fr_FR.jar +share/thinkingrock/tr/modules/locale/tr-view-criteria_en_US.jar +share/thinkingrock/tr/modules/locale/tr-view-criteria_fr_FR.jar +share/thinkingrock/tr/modules/locale/tr-view-filters_en_US.jar +share/thinkingrock/tr/modules/locale/tr-view-filters_fr_FR.jar +share/thinkingrock/tr/modules/locale/tr-view-future_en_US.jar +share/thinkingrock/tr/modules/locale/tr-view-future_fr_FR.jar +share/thinkingrock/tr/modules/locale/tr-view-overview_en_US.jar +share/thinkingrock/tr/modules/locale/tr-view-overview_fr_FR.jar +share/thinkingrock/tr/modules/locale/tr-view-process_en_US.jar +share/thinkingrock/tr/modules/locale/tr-view-process_fr_FR.jar +share/thinkingrock/tr/modules/locale/tr-view-project_en_US.jar +share/thinkingrock/tr/modules/locale/tr-view-project_fr_FR.jar +share/thinkingrock/tr/modules/locale/tr-view-projects_en_US.jar +share/thinkingrock/tr/modules/locale/tr-view-projects_fr_FR.jar +share/thinkingrock/tr/modules/locale/tr-view-reference_en_US.jar +share/thinkingrock/tr/modules/locale/tr-view-reference_fr_FR.jar +share/thinkingrock/tr/modules/locale/tr-view-topics_en_US.jar +share/thinkingrock/tr/modules/locale/tr-view-topics_fr_FR.jar +share/thinkingrock/tr/modules/locale/tr-view_en_US.jar +share/thinkingrock/tr/modules/locale/tr-view_fr_FR.jar +share/thinkingrock/tr/modules/miglayout.jar share/thinkingrock/tr/modules/org-apache-avalon-framework.jar share/thinkingrock/tr/modules/org-apache-bcel.jar share/thinkingrock/tr/modules/org-apache-commons-io.jar @@ -342,10 +718,9 @@ share/thinkingrock/tr/modules/org-apache-fop.jar share/thinkingrock/tr/modules/org-apache-wml.jar share/thinkingrock/tr/modules/org-apache-xml-serializer.jar share/thinkingrock/tr/modules/org-apache-xmlgraphics-ps.jar -share/thinkingrock/tr/modules/org-jdesktop-beans.jar +share/thinkingrock/tr/modules/org-jdesktop-swingx.jar share/thinkingrock/tr/modules/org-w3c-css.jar share/thinkingrock/tr/modules/org-xmlpull-v1.jar -share/thinkingrock/tr/modules/tr-appl.jar share/thinkingrock/tr/modules/tr-archive.jar share/thinkingrock/tr/modules/tr-autoversion.jar share/thinkingrock/tr/modules/tr-background-activation.jar @@ -359,18 +734,11 @@ share/thinkingrock/tr/modules/tr-extract-exports-actions.jar share/thinkingrock/tr/modules/tr-extract-exports-future.jar share/thinkingrock/tr/modules/tr-extract-exports-information.jar share/thinkingrock/tr/modules/tr-extract-exports.jar -share/thinkingrock/tr/modules/tr-extract-reports-actionsbycontext.jar -share/thinkingrock/tr/modules/tr-extract-reports-actionsbydate.jar -share/thinkingrock/tr/modules/tr-extract-reports-nextactions.jar -share/thinkingrock/tr/modules/tr-extract-reports-pocketmod.jar -share/thinkingrock/tr/modules/tr-extract-reports-projectdetails.jar -share/thinkingrock/tr/modules/tr-extract-reports-projectoutline.jar share/thinkingrock/tr/modules/tr-extract-reports.jar share/thinkingrock/tr/modules/tr-extract.jar share/thinkingrock/tr/modules/tr-imports-thoughts.jar share/thinkingrock/tr/modules/tr-imports.jar share/thinkingrock/tr/modules/tr-model.jar -share/thinkingrock/tr/modules/tr-prefs-calendar.jar share/thinkingrock/tr/modules/tr-prefs-datafile.jar share/thinkingrock/tr/modules/tr-prefs-dates.jar share/thinkingrock/tr/modules/tr-prefs-gui.jar @@ -413,17 +781,111 @@ share/thinkingrock/tr/resource/fop/DejaVuSerifBoldItalic.xml share/thinkingrock/tr/resource/fop/DejaVuSerifItalic.ttf share/thinkingrock/tr/resource/fop/DejaVuSerifItalic.xml share/thinkingrock/tr/resource/fop/fop.xconf +share/thinkingrock/tr/resource/ical4j.properties share/thinkingrock/tr/resource/images/ share/thinkingrock/tr/resource/images/Back16.gif share/thinkingrock/tr/resource/images/Next16.gif +share/thinkingrock/tr/resource/reports/ +share/thinkingrock/tr/resource/reports/Action.jasper +share/thinkingrock/tr/resource/reports/Action.jrxml +share/thinkingrock/tr/resource/reports/ActionsDelegated.jasper +share/thinkingrock/tr/resource/reports/ActionsDelegated.jrxml +share/thinkingrock/tr/resource/reports/ActionsDelegatedGrouped.jasper +share/thinkingrock/tr/resource/reports/ActionsDelegatedGrouped.jrxml +share/thinkingrock/tr/resource/reports/ActionsDone.jasper +share/thinkingrock/tr/resource/reports/ActionsDone.jrxml +share/thinkingrock/tr/resource/reports/ActionsDoneASAP.jasper +share/thinkingrock/tr/resource/reports/ActionsDoneASAP.jrxml +share/thinkingrock/tr/resource/reports/ActionsDoneDelegated.jasper +share/thinkingrock/tr/resource/reports/ActionsDoneDelegated.jrxml +share/thinkingrock/tr/resource/reports/ActionsDoneInactive.jasper +share/thinkingrock/tr/resource/reports/ActionsDoneInactive.jrxml +share/thinkingrock/tr/resource/reports/ActionsDoneScheduled.jasper +share/thinkingrock/tr/resource/reports/ActionsDoneScheduled.jrxml +share/thinkingrock/tr/resource/reports/ActionsScheduled.jasper +share/thinkingrock/tr/resource/reports/ActionsScheduled.jrxml +share/thinkingrock/tr/resource/reports/DoASAPbyContext.jasper +share/thinkingrock/tr/resource/reports/DoASAPbyContext.jrxml +share/thinkingrock/tr/resource/reports/DoASAPbyContextEnergy.jasper +share/thinkingrock/tr/resource/reports/DoASAPbyContextEnergy.jrxml +share/thinkingrock/tr/resource/reports/DoASAPbyContextPriority.jasper +share/thinkingrock/tr/resource/reports/DoASAPbyContextPriority.jrxml +share/thinkingrock/tr/resource/reports/DoASAPbyContextTime.jasper +share/thinkingrock/tr/resource/reports/DoASAPbyContextTime.jrxml +share/thinkingrock/tr/resource/reports/FutureProjects.jasper +share/thinkingrock/tr/resource/reports/FutureProjects.jrxml +share/thinkingrock/tr/resource/reports/OverdueDelegated.jasper +share/thinkingrock/tr/resource/reports/OverdueDelegated.jrxml +share/thinkingrock/tr/resource/reports/OverdueDoASAP.jasper +share/thinkingrock/tr/resource/reports/OverdueDoASAP.jrxml +share/thinkingrock/tr/resource/reports/OverdueScheduled.jasper +share/thinkingrock/tr/resource/reports/OverdueScheduled.jrxml +share/thinkingrock/tr/resource/reports/PocketMod.jasper +share/thinkingrock/tr/resource/reports/PocketMod.jrxml +share/thinkingrock/tr/resource/reports/PocketMod_1.jrxml +share/thinkingrock/tr/resource/reports/ProjectDetail.jasper +share/thinkingrock/tr/resource/reports/ProjectDetail.jrxml +share/thinkingrock/tr/resource/reports/ProjectOutline.jasper +share/thinkingrock/tr/resource/reports/ProjectOutline.jrxml +share/thinkingrock/tr/resource/reports/References.jasper +share/thinkingrock/tr/resource/reports/References.jrxml +share/thinkingrock/tr/resource/reports/ReferencesGrouped.jasper +share/thinkingrock/tr/resource/reports/ReferencesGrouped.jrxml +share/thinkingrock/tr/resource/reports/SingleActions.jasper +share/thinkingrock/tr/resource/reports/SingleActions.jrxml +share/thinkingrock/tr/resource/reports/SingleActionsByActionDate.jasper +share/thinkingrock/tr/resource/reports/SingleActionsByActionDate.jrxml +share/thinkingrock/tr/resource/reports/SingleActionsByDescr.jasper +share/thinkingrock/tr/resource/reports/SingleActionsByDescr.jrxml +share/thinkingrock/tr/resource/reports/SingleActionsByPriority.jasper +share/thinkingrock/tr/resource/reports/SingleActionsByPriority.jrxml +share/thinkingrock/tr/resource/reports/SomedayMaybe.jasper +share/thinkingrock/tr/resource/reports/SomedayMaybe.jrxml +share/thinkingrock/tr/resource/reports/SomedayMaybeGrouped.jasper +share/thinkingrock/tr/resource/reports/SomedayMaybeGrouped.jrxml +share/thinkingrock/tr/resource/reports/ThisWeek.jasper +share/thinkingrock/tr/resource/reports/ThisWeek.jrxml +share/thinkingrock/tr/resource/reports/TodayDelegated.jasper +share/thinkingrock/tr/resource/reports/TodayDelegated.jrxml +share/thinkingrock/tr/resource/reports/TodayDoASAP.jasper +share/thinkingrock/tr/resource/reports/TodayDoASAP.jrxml +share/thinkingrock/tr/resource/reports/TodayScheduled.jasper +share/thinkingrock/tr/resource/reports/TodayScheduled.jrxml +share/thinkingrock/tr/resource/reports/Weekly.jasper +share/thinkingrock/tr/resource/reports/Weekly.jrxml share/thinkingrock/tr/update_tracking/ share/thinkingrock/tr/update_tracking/au-com-thinkingrock-tr-resource.xml +share/thinkingrock/tr/update_tracking/au-com-trgtd-email.xml +share/thinkingrock/tr/update_tracking/au-com-trgtd-tr-appl.xml +share/thinkingrock/tr/update_tracking/au-com-trgtd-tr-autoupdate-members.xml +share/thinkingrock/tr/update_tracking/au-com-trgtd-tr-calendar-ical4j-impl.xml +share/thinkingrock/tr/update_tracking/au-com-trgtd-tr-calendar-ical4j.xml +share/thinkingrock/tr/update_tracking/au-com-trgtd-tr-calendar.xml +share/thinkingrock/tr/update_tracking/au-com-trgtd-tr-extract-projects.xml +share/thinkingrock/tr/update_tracking/au-com-trgtd-tr-l10n-en_US.xml +share/thinkingrock/tr/update_tracking/au-com-trgtd-tr-l10n-fr_FR.xml +share/thinkingrock/tr/update_tracking/au-com-trgtd-tr-l10n.xml +share/thinkingrock/tr/update_tracking/au-com-trgtd-tr-report-project-detail.xml +share/thinkingrock/tr/update_tracking/au-com-trgtd-tr-report-project-outline.xml +share/thinkingrock/tr/update_tracking/au-com-trgtd-tr-report-projects-future.xml +share/thinkingrock/tr/update_tracking/au-com-trgtd-tr-report-sa.xml +share/thinkingrock/tr/update_tracking/au-com-trgtd-tr-reports-actions-delegated.xml +share/thinkingrock/tr/update_tracking/au-com-trgtd-tr-reports-actions-doasap.xml +share/thinkingrock/tr/update_tracking/au-com-trgtd-tr-reports-actions-scheduled.xml +share/thinkingrock/tr/update_tracking/au-com-trgtd-tr-reports-done.xml +share/thinkingrock/tr/update_tracking/au-com-trgtd-tr-reports-pocketmod.xml +share/thinkingrock/tr/update_tracking/au-com-trgtd-tr-reports-reference.xml +share/thinkingrock/tr/update_tracking/au-com-trgtd-tr-reports-someday.xml +share/thinkingrock/tr/update_tracking/au-com-trgtd-tr-reports-weekly.xml share/thinkingrock/tr/update_tracking/ca-odell-glazedlists.xml share/thinkingrock/tr/update_tracking/com-thoughtworks-xstream.xml -share/thinkingrock/tr/update_tracking/de-muntjak-tinylookandfeel.xml +share/thinkingrock/tr/update_tracking/ical4j.xml +share/thinkingrock/tr/update_tracking/jasper.xml +share/thinkingrock/tr/update_tracking/javamail.xml share/thinkingrock/tr/update_tracking/javax-xml.xml share/thinkingrock/tr/update_tracking/jaxb.xml -share/thinkingrock/tr/update_tracking/net-fortuna-ical4j.xml +share/thinkingrock/tr/update_tracking/jmdns.xml +share/thinkingrock/tr/update_tracking/miglayout.xml share/thinkingrock/tr/update_tracking/org-apache-avalon-framework.xml share/thinkingrock/tr/update_tracking/org-apache-bcel.xml share/thinkingrock/tr/update_tracking/org-apache-commons-io.xml @@ -433,10 +895,9 @@ share/thinkingrock/tr/update_tracking/org-apache-fop.xml share/thinkingrock/tr/update_tracking/org-apache-wml.xml share/thinkingrock/tr/update_tracking/org-apache-xml-serializer.xml share/thinkingrock/tr/update_tracking/org-apache-xmlgraphics-ps.xml -share/thinkingrock/tr/update_tracking/org-jdesktop-beans.xml +share/thinkingrock/tr/update_tracking/org-jdesktop-swingx.xml share/thinkingrock/tr/update_tracking/org-w3c-css.xml share/thinkingrock/tr/update_tracking/org-xmlpull-v1.xml -share/thinkingrock/tr/update_tracking/tr-appl.xml share/thinkingrock/tr/update_tracking/tr-archive.xml share/thinkingrock/tr/update_tracking/tr-autoversion.xml share/thinkingrock/tr/update_tracking/tr-background-activation.xml @@ -450,18 +911,11 @@ share/thinkingrock/tr/update_tracking/tr-extract-exports-actions.xml share/thinkingrock/tr/update_tracking/tr-extract-exports-future.xml share/thinkingrock/tr/update_tracking/tr-extract-exports-information.xml share/thinkingrock/tr/update_tracking/tr-extract-exports.xml -share/thinkingrock/tr/update_tracking/tr-extract-reports-actionsbycontext.xml -share/thinkingrock/tr/update_tracking/tr-extract-reports-actionsbydate.xml -share/thinkingrock/tr/update_tracking/tr-extract-reports-nextactions.xml -share/thinkingrock/tr/update_tracking/tr-extract-reports-pocketmod.xml -share/thinkingrock/tr/update_tracking/tr-extract-reports-projectdetails.xml -share/thinkingrock/tr/update_tracking/tr-extract-reports-projectoutline.xml share/thinkingrock/tr/update_tracking/tr-extract-reports.xml share/thinkingrock/tr/update_tracking/tr-extract.xml share/thinkingrock/tr/update_tracking/tr-imports-thoughts.xml share/thinkingrock/tr/update_tracking/tr-imports.xml share/thinkingrock/tr/update_tracking/tr-model.xml -share/thinkingrock/tr/update_tracking/tr-prefs-calendar.xml share/thinkingrock/tr/update_tracking/tr-prefs-datafile.xml share/thinkingrock/tr/update_tracking/tr-prefs-dates.xml share/thinkingrock/tr/update_tracking/tr-prefs-gui.xml