# # ChangeLog for release-kits # # Generated by Trac 1.4.2 # 2024-04-27T03:22:09+12:00 Fri, 10 Oct 2008 02:31:14 GMT oranfry [17523] * release-kits/lirk3/ant-scripts/compile.xml (modified) * release-kits/lirk3/ant-scripts/create-distribution.xml (modified) * release-kits/mark2/ant-scripts/compile.xml (modified) * release-kits/mark2/ant-scripts/create-distribution.xml (modified) * release-kits/mark3/ant-scripts/compile.xml (modified) * release-kits/mark3/ant-scripts/create-distribution.xml (modified) * release-kits/wirk2/ant-scripts/create-installer.xml (modified) dont compile search4j and pass param to make-concrete task Fri, 10 Oct 2008 02:11:46 GMT oranfry [17522] * release-kits/shared/greenstone2/installer-classes/resources/LanguagePack.properties (modified) * release-kits/shared/greenstone2/installer-classes/resources/LanguagePack_zh.properties (moved) updated language strings, and chinese file renamed Fri, 10 Oct 2008 02:11:22 GMT oranfry [17521] * release-kits/shared/greenstone2/ant-scripts/rk2-targets.xml (modified) add the size of java to the core component size, and use the chinese ... Fri, 10 Oct 2008 02:10:34 GMT oranfry [17520] * release-kits/lirk2/installer/antinstall-config.xml (modified) moved the language page and made it trigger a change of language for ... Fri, 10 Oct 2008 02:09:44 GMT oranfry [17519] * release-kits/lirk2/ant-scripts/compile.xml (modified) * release-kits/lirk2/ant-scripts/create-distribution.xml (modified) * release-kits/lirk2/ant-scripts/create-installer.xml (modified) dont compile search4j in release process (as its now part of ... Fri, 10 Oct 2008 02:08:07 GMT oranfry [17518] * release-kits/shared/ant-scripts/init.xml (modified) now we need java sizes in bytes so we can add it to the core size Fri, 10 Oct 2008 02:06:43 GMT oranfry [17517] * release-kits/shared/ant-installer/lib/ant-installer.jar (modified) * release-kits/shared/ant-installer/src/org/tp23/antinstaller/input/InputField.java (modified) * release-kits/shared/ant-installer/src/org/tp23/antinstaller/input/SelectInput.java (modified) * release-kits/shared/ant-installer/src/org/tp23/antinstaller/renderer/swing/LicensePageRenderer.java (modified) * release-kits/shared/ant-installer/src/org/tp23/antinstaller/renderer/swing/ProgressPageRenderer.java (modified) * release-kits/shared/ant-installer/src/org/tp23/antinstaller/renderer/swing/SelectInputRenderer.java (modified) * release-kits/shared/ant-installer/src/org/tp23/antinstaller/renderer/swing/SimpleInputPageRenderer.java (modified) * release-kits/shared/ant-installer/src/org/tp23/antinstaller/renderer/swing/SwingPageRenderer.java (modified) * release-kits/shared/ant-installer/src/org/tp23/antinstaller/runtime/SwingRunner.java (modified) fixes to the last change and made the selectinput render more nicely Fri, 10 Oct 2008 00:49:43 GMT oranfry [17516] * release-kits/shared/ant-installer/lib/ant-installer.jar (modified) * release-kits/shared/ant-installer/src/org/tp23/antinstaller/input/SelectInput.java (modified) * release-kits/shared/ant-installer/src/org/tp23/antinstaller/renderer/swing/SimpleInputPageRenderer.java (modified) * release-kits/shared/ant-installer/src/org/tp23/antinstaller/renderer/swing/SwingPageRenderer.java (modified) * release-kits/shared/ant-installer/src/org/tp23/antinstaller/runtime/SwingRunner.java (modified) made pages reinitialise just before they are shown and added an ... Thu, 09 Oct 2008 20:05:07 GMT oranfry [17514] * release-kits/shared/ant-installer/lib/ant-installer-ext.jar (modified) * release-kits/shared/ant-installer/lib/ant-installer.jar (modified) * release-kits/shared/ant-installer/src/org/tp23/antinstaller/Installer.java (modified) * release-kits/shared/ant-installer/src/org/tp23/antinstaller/antmod/FeedbackListener.java (modified) * release-kits/shared/ant-installer/src/org/tp23/antinstaller/input/AppRootInput.java (modified) * release-kits/shared/ant-installer/src/org/tp23/antinstaller/input/DirectoryInput.java (modified) * release-kits/shared/ant-installer/src/org/tp23/antinstaller/input/InputField.java (modified) * release-kits/shared/ant-installer/src/org/tp23/antinstaller/input/LargeSelectInput.java (modified) * release-kits/shared/ant-installer/src/org/tp23/antinstaller/input/OutputField.java (modified) * release-kits/shared/ant-installer/src/org/tp23/antinstaller/input/SelectInput.java (modified) * release-kits/shared/ant-installer/src/org/tp23/antinstaller/page/Page.java (modified) * release-kits/shared/ant-installer/src/org/tp23/antinstaller/renderer/swing/ConfirmPasswordTextInputRenderer.java (modified) * release-kits/shared/ant-installer/src/org/tp23/antinstaller/renderer/swing/DateInputRenderer.java (modified) * release-kits/shared/ant-installer/src/org/tp23/antinstaller/renderer/swing/DirectoryInputRenderer.java (modified) * release-kits/shared/ant-installer/src/org/tp23/antinstaller/renderer/swing/FileInputRenderer.java (modified) * release-kits/shared/ant-installer/src/org/tp23/antinstaller/renderer/swing/LargeSelectInputRenderer.java (modified) * release-kits/shared/ant-installer/src/org/tp23/antinstaller/renderer/swing/LicensePageRenderer.java (modified) * release-kits/shared/ant-installer/src/org/tp23/antinstaller/renderer/swing/PasswordTextInputRenderer.java (modified) * release-kits/shared/ant-installer/src/org/tp23/antinstaller/renderer/swing/ProgressPageRenderer.java (modified) * release-kits/shared/ant-installer/src/org/tp23/antinstaller/renderer/swing/SelectInputRenderer.java (modified) * release-kits/shared/ant-installer/src/org/tp23/antinstaller/renderer/swing/SwingPageRenderer.java (modified) * release-kits/shared/ant-installer/src/org/tp23/antinstaller/renderer/swing/ValidatedTextInputRenderer.java (modified) * release-kits/shared/ant-installer/src/org/tp23/antinstaller/renderer/text/AbstractTextPageRenderer.java (modified) * release-kits/shared/ant-installer/src/org/tp23/antinstaller/renderer/text/CheckboxInputRenderer.java (modified) * release-kits/shared/ant-installer/src/org/tp23/antinstaller/renderer/text/ConditionalFieldRenderer.java (modified) * release-kits/shared/ant-installer/src/org/tp23/antinstaller/renderer/text/ConfirmPasswordTextInputRenderer.java (modified) * release-kits/shared/ant-installer/src/org/tp23/antinstaller/renderer/text/DateInputRenderer.java (modified) * release-kits/shared/ant-installer/src/org/tp23/antinstaller/renderer/text/DirectoryInputRenderer.java (modified) * release-kits/shared/ant-installer/src/org/tp23/antinstaller/renderer/text/FileInputRenderer.java (modified) * release-kits/shared/ant-installer/src/org/tp23/antinstaller/renderer/text/LargeSelectInputRenderer.java (modified) * release-kits/shared/ant-installer/src/org/tp23/antinstaller/renderer/text/LicensePageRenderer.java (modified) * release-kits/shared/ant-installer/src/org/tp23/antinstaller/renderer/text/PasswordTextInputRenderer.java (modified) * release-kits/shared/ant-installer/src/org/tp23/antinstaller/renderer/text/SelectInputRenderer.java (modified) * release-kits/shared/ant-installer/src/org/tp23/antinstaller/renderer/text/TargetInputRenderer.java (modified) * release-kits/shared/ant-installer/src/org/tp23/antinstaller/renderer/text/TargetSelectInputRenderer.java (modified) * release-kits/shared/ant-installer/src/org/tp23/antinstaller/renderer/text/TextPageRenderer.java (modified) * release-kits/shared/ant-installer/src/org/tp23/antinstaller/renderer/text/UnvalidatedTextInputRenderer.java (modified) * release-kits/shared/ant-installer/src/org/tp23/antinstaller/renderer/text/ValidatedTextInputRenderer.java (modified) * release-kits/shared/ant-installer/src/org/tp23/antinstaller/runtime/ExecInstall.java (modified) * release-kits/shared/ant-installer/src/org/tp23/antinstaller/runtime/SwingRunner.java (modified) * release-kits/shared/ant-installer/src/org/tp23/antinstaller/runtime/TextRunner.java (modified) * release-kits/shared/ant-installer/src/org/tp23/antinstaller/runtime/exe/AntLauncherFilter.java (modified) * release-kits/shared/ant-installer/src/org/tp23/antinstaller/runtime/exe/ExecuteRunnerFilter.java (modified) * release-kits/shared/ant-installer/src/org/tp23/antinstaller/runtime/exe/LoadConfigFilter.java (modified) * release-kits/shared/ant-installer/src/org/tp23/antinstaller/runtime/exe/PropertyLoaderFilter.java (modified) * release-kits/shared/ant-installer/src/org/tp23/antinstaller/selfextract/ProgressIndicator.java (modified) changes to the way ant-installer loads and reloads the language ... Tue, 07 Oct 2008 22:18:22 GMT oranfry [17488] * release-kits/lirk2/packages (modified) * release-kits/lirk3/packages (modified) * release-kits/mark2/packages (modified) * release-kits/mark3/packages (modified) * release-kits/wirk2/packages (modified) * release-kits/wirk3/packages (modified) get searchj from the new place Tue, 07 Oct 2008 21:13:04 GMT oranfry [17487] * release-kits/shared/artwork (modified) a place to put exported artwork without it being seen by svn Tue, 07 Oct 2008 21:10:27 GMT oranfry [17486] * other-projects/trunk/search4j (moved) search4j is being used in more than just the release kits now, moving ... Fri, 03 Oct 2008 20:51:46 GMT oranfry [17478] * release-kits/wirk2/ant-scripts/create-installer.xml (modified) * release-kits/wirk2/installer/build.xml (modified) dont try to load the sevenzip task as it is no longer included in ... Fri, 03 Oct 2008 20:51:25 GMT oranfry [17477] * release-kits/wirk3/ant-scripts/create-installer.xml (modified) * release-kits/wirk3/installer/build.xml (modified) dont try to load the sevenzip task as it is no longer included in ... Fri, 03 Oct 2008 01:48:09 GMT oranfry [17473] * release-kits/wirk3/ant-scripts/operations-on-gs3home.xml (modified) * release-kits/wirk3/installer/build.xml (modified) corrected a startmenu shortcut Fri, 03 Oct 2008 01:45:26 GMT oranfry [17472] * release-kits/wirk2/ant-scripts/create-components.xml (modified) * release-kits/wirk2/ant-scripts/operations-on-gs3home.xml (modified) component fixes Fri, 03 Oct 2008 01:45:06 GMT oranfry [17471] * release-kits/wirk3/ant-scripts/create-components.xml (modified) * release-kits/wirk3/ant-scripts/operations-on-gs3home.xml (modified) component fixes Fri, 03 Oct 2008 01:42:40 GMT oranfry [17470] * release-kits/lirk2/installer/build.xml (modified) * release-kits/lirk3/installer/build.xml (modified) * release-kits/mark2/installer/build.xml (modified) * release-kits/wirk2/installer/build.xml (modified) * release-kits/wirk3/installer/build.xml (modified) chamges to installer build.xmls Thu, 02 Oct 2008 21:31:51 GMT oranfry [17468] * release-kits/lirk3/installer/build.xml (modified) * release-kits/mark2/installer/build.xml (modified) * release-kits/mark3/installer/build.xml (modified) * release-kits/wirk3/installer/build.xml (modified) importing the sevenzip task into all installer build.xmls Thu, 02 Oct 2008 21:16:37 GMT oranfry [17467] * release-kits/shared/ant-scripts/init.xml (modified) moved version number constants to the shared init script Thu, 02 Oct 2008 21:16:23 GMT oranfry [17466] * release-kits/lirk2/ant-scripts/build.xml (modified) * release-kits/lirk3/ant-scripts/build.xml (modified) * release-kits/mark3/ant-scripts/build.xml (modified) * release-kits/wirk2/ant-scripts/build.xml (modified) * release-kits/wirk3/ant-scripts/build.xml (modified) moved version number constants to the shared init script Thu, 02 Oct 2008 21:10:22 GMT oranfry [17465] * release-kits/shared/ant-scripts/init.xml (modified) updated details for the linux java installer Thu, 02 Oct 2008 20:32:42 GMT oranfry [17464] * release-kits/shared/linux/jre_6u5_tar_gz (deleted) * release-kits/shared/linux/jre_bin (added) * release-kits/shared/linux/wrapper.cpp (modified) a more compressed jre for linux releases Thu, 02 Oct 2008 03:59:01 GMT oranfry [17461] * release-kits/lirk3/ant-scripts/operations-on-gs3home.xml (modified) * release-kits/mark3/ant-scripts/operations-on-gs3home.xml (modified) delete all zips from dist packages dir Thu, 02 Oct 2008 03:50:39 GMT oranfry [17460] * release-kits/wirk3/ant-scripts/operations-on-gs3home.xml (modified) delete all zips from the distribution packages dir Thu, 02 Oct 2008 02:38:34 GMT oranfry [17459] * release-kits/shared/mac/Wrapper.app/Contents/Info.plist (modified) allocate more memory to the virtual machine when running the installer Thu, 02 Oct 2008 01:49:58 GMT oranfry [17458] * release-kits/shared/linux/wrapper.cpp (modified) more memory given to java to run the installer Thu, 02 Oct 2008 01:46:31 GMT oranfry [17457] * release-kits/lirk2/ant-scripts/create-distribution.xml (modified) * release-kits/lirk3/ant-scripts/create-distribution.xml (modified) * release-kits/mark2/ant-scripts/create-distribution.xml (modified) * release-kits/mark3/ant-scripts/create-distribution.xml (modified) put Uninstall.sh into the releases now Thu, 02 Oct 2008 01:43:01 GMT oranfry [17456] * release-kits/shared/uninstaller/Uninstall.bat (modified) * release-kits/shared/uninstaller/Uninstall.sh (added) * release-kits/shared/uninstaller/Uninstaller.java (modified) * release-kits/shared/uninstaller/compile.sh (modified) * release-kits/shared/uninstaller/gsdl-template/bin (added) * release-kits/shared/uninstaller/gsdl-template/bin/search4j (added) created the Uninstall.sh so uninstall can be done on unix too Thu, 02 Oct 2008 00:42:49 GMT oranfry [17455] * release-kits/mark3/ant-scripts/create-components.xml (modified) correcting xml Thu, 02 Oct 2008 00:39:04 GMT oranfry [17454] * release-kits/mark3/ant-scripts/build.xml (modified) oops missed the lines from the last commit Wed, 01 Oct 2008 23:38:47 GMT oranfry [17453] * release-kits/mark2/ant-scripts/build.xml (modified) * release-kits/mark2/ant-scripts/create-components.xml (modified) * release-kits/mark2/ant-scripts/create-installer.xml (modified) * release-kits/mark3/ant-scripts/create-components.xml (modified) * release-kits/mark3/ant-scripts/create-installer.xml (modified) * release-kits/mark3/installer/build.xml (modified) making mac release kits use components Wed, 01 Oct 2008 23:23:26 GMT oranfry [17451] * release-kits/shared/greenstone2/ant-scripts/rk2-targets.xml (modified) fixes to the target for getting the cdrom package Wed, 01 Oct 2008 23:06:22 GMT oranfry [17450] * release-kits/lirk2/ant-scripts/create-components.xml (modified) clean up before (re)creating each component Wed, 01 Oct 2008 22:30:45 GMT oranfry [17449] * release-kits/lirk2/ant-scripts/create-distribution.xml (modified) * release-kits/mark2/ant-scripts/create-distribution.xml (modified) insert the export to cdrom package files into gs2 mac and linux releases Wed, 01 Oct 2008 22:26:43 GMT oranfry [17448] * release-kits/shared/greenstone2/ant-scripts/rk2-targets.xml (modified) a target to put the export to cdpackage files into a non-windows release Wed, 01 Oct 2008 21:45:30 GMT oranfry [17447] * release-kits/lirk3/ant-scripts/create-components.xml (modified) * release-kits/mark3/ant-scripts/create-components.xml (modified) * release-kits/wirk2/ant-scripts/create-components.xml (modified) * release-kits/wirk3/ant-scripts/create-components.xml (modified) corrected a typo that was making the component sizes too big Wed, 01 Oct 2008 21:30:18 GMT oranfry [17446] * release-kits/lirk3/ant-scripts/create-components.xml (modified) * release-kits/lirk3/ant-scripts/wrap.xml (modified) * release-kits/lirk3/installer/build.xml (modified) got the component scheme working in lirk3 Wed, 01 Oct 2008 21:22:20 GMT oranfry [17445] * release-kits/lirk3/ant-scripts/create-installer.xml (modified) fixed mistake of looking in the wrong place for something Wed, 01 Oct 2008 20:36:25 GMT oranfry [17444] * release-kits/lirk2/installer/antinstall-config.xml (modified) * release-kits/lirk2/installer/build.xml (modified) * release-kits/lirk3/installer/antinstall-config.xml (modified) * release-kits/lirk3/installer/build.xml (modified) * release-kits/wirk2/installer/antinstall-config.xml (modified) * release-kits/wirk2/installer/build.xml (modified) * release-kits/wirk3/installer/antinstall-config.xml (modified) * release-kits/wirk3/installer/build.xml (modified) jre now part of core Wed, 01 Oct 2008 19:55:42 GMT oranfry [17441] * release-kits/lirk2/ant-scripts/create-distribution.xml (modified) * release-kits/lirk3/ant-scripts/create-distribution.xml (modified) * release-kits/mark2/ant-scripts/create-distribution.xml (modified) * release-kits/mark3/ant-scripts/create-distribution.xml (modified) * release-kits/wirk2/ant-scripts/create-distribution.xml (modified) temoprarily commenting out calls to inster-uninstaller in linux ... Wed, 01 Oct 2008 03:49:25 GMT oranfry [17437] * release-kits/lirk2/ant-scripts/compile.xml (modified) * release-kits/lirk2/installer/build.xml (modified) * release-kits/mark2/ant-scripts/compile.xml (modified) * release-kits/mark2/installer/build.xml (modified) * release-kits/wirk2/ant-scripts/compile.xml (modified) * release-kits/wirk2/ant-scripts/create-components.xml (modified) * release-kits/wirk2/installer/build.xml (modified) changes to the way binaries are stored in the cgi-bin and bin/(os) ... Wed, 01 Oct 2008 03:47:20 GMT oranfry [17436] * release-kits/wirk2/installer/build.xml (modified) link to the right file Wed, 01 Oct 2008 03:46:57 GMT oranfry [17435] * release-kits/shared/uninstaller/Uninstall.bat (modified) * release-kits/shared/uninstaller/Uninstaller.java (modified) got the uninstaller working Wed, 01 Oct 2008 03:08:54 GMT oranfry [17434] * release-kits/shared/uninstaller/Uninstaller.java (modified) made installer automatically skip over certain files Wed, 01 Oct 2008 00:53:28 GMT oranfry [17433] * release-kits/shared/uninstaller/Uninstall.bat (modified) give java time to unload before trying to delete it Wed, 01 Oct 2008 00:50:20 GMT oranfry [17432] * release-kits/shared/uninstaller/Uninstall.bat (modified) corrected another typo Wed, 01 Oct 2008 00:32:23 GMT oranfry [17431] * release-kits/shared/uninstaller/Uninstall.bat (modified) fixes to the uninstaller batch script Wed, 01 Oct 2008 00:24:13 GMT oranfry [17430] * release-kits/shared/uninstaller/Uninstall.bat (modified) corrected another typo Wed, 01 Oct 2008 00:19:59 GMT oranfry [17429] * release-kits/shared/uninstaller/Uninstall.bat (modified) corrected an incorrect path Tue, 30 Sep 2008 23:47:26 GMT oranfry [17428] * release-kits/wirk2/ant-scripts/create-components.xml (modified) * release-kits/wirk3/ant-scripts/create-components.xml (modified) dont fail just because the component hasnt been build before Tue, 30 Sep 2008 23:43:54 GMT oranfry [17427] * release-kits/wirk2/ant-scripts/create-components.xml (modified) * release-kits/wirk3/ant-scripts/create-components.xml (modified) making targets idempotent Tue, 30 Sep 2008 23:33:49 GMT oranfry [17426] * release-kits/shared/uninstaller/Uninstall.bat (modified) * release-kits/shared/uninstaller/Uninstaller.java (modified) * release-kits/shared/uninstaller/Uninstaller.properties (modified) * release-kits/shared/uninstaller/compile.sh (modified) * release-kits/shared/uninstaller/gsdl-template (modified) setting up the flag file system for the uninstaller Tue, 30 Sep 2008 23:15:34 GMT oranfry [17425] * release-kits/lirk2/ant-scripts/create-distribution.xml (modified) * release-kits/lirk3/ant-scripts/create-distribution.xml (modified) * release-kits/mark2/ant-scripts/create-distribution.xml (modified) * release-kits/mark3/ant-scripts/create-distribution.xml (modified) * release-kits/wirk2/ant-scripts/create-distribution.xml (modified) * release-kits/wirk3/ant-scripts/create-distribution.xml (modified) give the instert-uninstaller target the format of the script to include Tue, 30 Sep 2008 23:14:27 GMT oranfry [17424] * release-kits/shared/greenstone2/ant-scripts/rk2-targets.xml (modified) * release-kits/shared/greenstone3/ant-scripts/rk3-targets.xml (modified) insert-uninstaller target now also inserts the appropriate bat or ... Tue, 30 Sep 2008 23:02:05 GMT oranfry [17423] * release-kits/mark2/ant-scripts/create-components.xml (added) * release-kits/mark3/ant-scripts/create-components.xml (added) create-component targets for mac Tue, 30 Sep 2008 22:58:04 GMT oranfry [17422] * release-kits/lirk2/ant-scripts/compile.xml (modified) * release-kits/lirk2/ant-scripts/create-components.xml (modified) * release-kits/lirk3/ant-scripts/compile.xml (modified) * release-kits/lirk3/ant-scripts/create-components.xml (added) * release-kits/lirk3/ant-scripts/create-installer.xml (modified) * release-kits/lirk3/installer/antinstall-config.xml (modified) * release-kits/lirk3/installer/build.xml (modified) * release-kits/mark2/ant-scripts/compile.xml (modified) * release-kits/mark2/installer/build.xml (modified) * release-kits/mark3/ant-scripts/compile.xml (modified) * release-kits/wirk2/ant-scripts/create-components.xml (modified) * release-kits/wirk3/ant-scripts/create-components.xml (modified) made the create-components targets more stable Tue, 30 Sep 2008 22:38:29 GMT oranfry [17421] * release-kits/shared/greenstone2/ant-scripts/rk2-targets.xml (modified) * release-kits/shared/greenstone3/ant-scripts/rk3-targets.xml (modified) compile the uninstaller jar to a different name Tue, 30 Sep 2008 22:30:11 GMT oranfry [17420] * release-kits/shared/uninstaller/Uninstall.bat (moved) * release-kits/shared/uninstaller/compile.sh (modified) * release-kits/shared/uninstaller/gsdl-template (modified) renaming things to make the batch and shell scripts look like the ... Tue, 30 Sep 2008 21:52:12 GMT oranfry [17419] * release-kits/wirk3/ant-scripts/compile.xml (modified) * release-kits/wirk3/ant-scripts/create-components.xml (modified) * release-kits/wirk3/ant-scripts/create-distribution.xml (modified) compile search4j in release process Tue, 30 Sep 2008 21:51:34 GMT oranfry [17418] * release-kits/wirk2/ant-scripts/compile.xml (modified) * release-kits/wirk2/ant-scripts/create-distribution.xml (modified) compile search4j in release process Tue, 30 Sep 2008 21:48:19 GMT oranfry [17417] * release-kits/shared/greenstone2/ant-scripts/rk2-targets.xml (modified) a target to compile search4j in windows greenstone2 release kits Tue, 30 Sep 2008 21:21:53 GMT oranfry [17416] * release-kits/wirk3/ant-scripts/create-installer.xml (modified) * release-kits/wirk3/installer/build.xml (modified) a few fixups after component changes Tue, 30 Sep 2008 21:20:28 GMT oranfry [17415] * release-kits/shared/uninstaller/uninstall.bat (added) a first crack at a batch wrapper to the uninstaller Tue, 30 Sep 2008 21:19:52 GMT oranfry [17414] * release-kits/wirk2/ant-scripts/create-components.xml (modified) * release-kits/wirk2/ant-scripts/create-installer.xml (modified) for windows, going back to the commandline tool method for ... Tue, 30 Sep 2008 21:19:46 GMT oranfry [17413] * release-kits/wirk2/installer/build.xml (modified) for windows, going back to the commandline tool method for ... Tue, 30 Sep 2008 21:11:46 GMT oranfry [17412] * release-kits/shared/greenstone3/ant-scripts/rk3-targets.xml (modified) a task to compile search4j on windows too Fri, 26 Sep 2008 06:31:58 GMT oranfry [17401] * release-kits/shared/linux/rk (modified) up the memory available to java during release process Fri, 26 Sep 2008 06:31:22 GMT oranfry [17400] * release-kits/lirk2/ant-scripts/wrap.xml (modified) up the memory available to java during release process Fri, 26 Sep 2008 06:29:11 GMT oranfry [17399] * release-kits/shared/linux/rk (modified) up the memory available to java during release process Fri, 26 Sep 2008 05:49:35 GMT oranfry [17398] * release-kits/lirk3/ant-scripts/build.xml (modified) properties for new replacement logic Fri, 26 Sep 2008 05:37:53 GMT oranfry [17397] * release-kits/shared/greenstone2/installer-classes/resources/LanguagePack.properties (modified) language key change Fri, 26 Sep 2008 05:37:32 GMT oranfry [17396] * release-kits/lirk2/ant-scripts/build.xml (modified) * release-kits/lirk2/ant-scripts/create-components.xml (added) * release-kits/lirk2/ant-scripts/create-installer.xml (modified) * release-kits/lirk2/ant-scripts/wrap.xml (modified) * release-kits/lirk2/installer/antinstall-config.xml (modified) * release-kits/lirk2/installer/build.xml (modified) componentised releases in wirk2 Thu, 25 Sep 2008 23:23:38 GMT oranfry [17393] * release-kits/shared/ant-tasks/7z-ant/7z.jar (modified) compiled with java 1.4 Thu, 25 Sep 2008 23:22:22 GMT oranfry [17392] * release-kits/wirk2/ant-scripts/create-components.xml (modified) use the 7zip ant task to compress components Thu, 25 Sep 2008 23:22:03 GMT oranfry [17391] * release-kits/shared/ant-scripts/init.xml (modified) use sevenzip task again Thu, 25 Sep 2008 21:44:30 GMT oranfry [17390] * release-kits/shared/ant-tasks/7z-ant/7z.jar (added) The updated 7z ant task Thu, 25 Sep 2008 21:43:08 GMT oranfry [17389] * release-kits/shared/ant-tasks/7z-ant (added) creating the dirsctory for the updated 7z ant task Thu, 25 Sep 2008 21:37:06 GMT oranfry [17386] * release-kits/shared/ant-tasks/7-zip (deleted) getting rid of the old 7zip task as I have created a new one which ... Thu, 25 Sep 2008 00:23:43 GMT oranfry [17385] * release-kits/shared/windows/wrapper/wrapper.cpp (modified) made the wrapper properly clean up the temp directory Thu, 25 Sep 2008 00:23:09 GMT oranfry [17384] * release-kits/shared/greenstone2/ant-scripts/rk2-targets.xml (modified) better way of checking component sizes and doing the replacements Thu, 25 Sep 2008 00:22:48 GMT oranfry [17383] * release-kits/shared/greenstone2/installer-classes/resources/LanguagePack.properties (modified) language changes for the updated installer Thu, 25 Sep 2008 00:21:59 GMT oranfry [17382] * release-kits/wirk2/packages (modified) use the 7za commandline tool in wirk2 Thu, 25 Sep 2008 00:21:31 GMT oranfry [17381] * release-kits/wirk2/installer/antinstall-config.xml (modified) * release-kits/wirk2/installer/build.xml (modified) new logic for installing components which are now individually compressed Thu, 25 Sep 2008 00:21:05 GMT oranfry [17380] * release-kits/wirk2/bin/wirk2.exe (modified) updated binary for wirk2 Thu, 25 Sep 2008 00:20:50 GMT oranfry [17379] * release-kits/wirk2/src/wirk2.cpp (modified) better error checking Thu, 25 Sep 2008 00:20:31 GMT oranfry [17378] * release-kits/wirk2/ant-scripts/build.xml (modified) * release-kits/wirk2/ant-scripts/create-installer.xml (modified) * release-kits/wirk2/ant-scripts/wrap.xml (modified) use the individually zipped components instead of loose files Thu, 25 Sep 2008 00:20:04 GMT oranfry [17377] * release-kits/wirk2/ant-scripts/create-components.xml (added) ant targets to split distribution into components and compress them Wed, 24 Sep 2008 23:50:30 GMT oranfry [17376] * release-kits/wirk3/installer/antinstall-config.xml (modified) * release-kits/wirk3/installer/build.xml (modified) changing these files so the replacements can be done more simply Wed, 24 Sep 2008 23:45:54 GMT oranfry [17375] * release-kits/wirk3/ant-scripts/create-installer.xml (modified) minimal install not to include source code Wed, 24 Sep 2008 22:44:24 GMT oranfry [17374] * release-kits/shared/ant-scripts/init.xml (modified) 7zip ant task not included for now, commenting out declaration Wed, 24 Sep 2008 22:41:36 GMT oranfry [17373] * release-kits/shared/greenstone3/installer-classes/resources/LanguagePack.properties (modified) the text for the new components Wed, 24 Sep 2008 22:41:07 GMT oranfry [17372] * release-kits/shared/greenstone3/ant-scripts/rk3-targets.xml (modified) work out sizes of components and do replacements in a better way Wed, 24 Sep 2008 22:40:01 GMT oranfry [17371] * release-kits/wirk3/packages (modified) added the 7za commandline utility to wirk3 Wed, 24 Sep 2008 22:39:25 GMT oranfry [17370] * release-kits/wirk3/installer/antinstall-config.xml (modified) * release-kits/wirk3/installer/build.xml (modified) new logic for installing components as they are now individually ... Wed, 24 Sep 2008 22:38:47 GMT oranfry [17369] * release-kits/wirk3/bin/wirk3.exe (modified) updated wirk3 binary Wed, 24 Sep 2008 22:38:31 GMT oranfry [17368] * release-kits/wirk3/src/wirk3.cpp (modified) show helpful error message instead of crashing Wed, 24 Sep 2008 22:36:59 GMT oranfry [17367] * release-kits/wirk3/ant-scripts/build.xml (modified) * release-kits/wirk3/ant-scripts/create-installer.xml (modified) use the compressed components instead of the loose files Wed, 24 Sep 2008 22:36:21 GMT oranfry [17366] * release-kits/wirk3/ant-scripts/create-components.xml (added) a target to split the distribution into components and compress each ... Wed, 24 Sep 2008 00:54:55 GMT oranfry [17355] * release-kits/shared/7za (added) * release-kits/shared/7za/7-zip.chm (added) * release-kits/shared/7za/7za.exe (added) * release-kits/shared/7za/copying.txt (added) * release-kits/shared/7za/license.txt (added) * release-kits/shared/7za/readme.txt (added) Putting the 7zip commandline client into the release kits