Thu, 18 Oct 2001 17:25:11 +0000Tooltips added to runtime commands properties. release33_beta1-BLD200110221515
mentlicher@netbeans.org [Thu, 18 Oct 2001 17:25:11 +0000] rev 1781
Tooltips added to runtime commands properties.

Thu, 18 Oct 2001 15:03:39 +0000Second pass at resource bundle grammar and language usage
johnjullion@netbeans.org [Thu, 18 Oct 2001 15:03:39 +0000] rev 1780
Second pass at resource bundle grammar and language usage

Thu, 18 Oct 2001 14:38:05 +0000Removing bad dependences on core and projects.
tzezula@netbeans.org [Thu, 18 Oct 2001 14:38:05 +0000] rev 1779
Removing bad dependences on core and projects.

Thu, 18 Oct 2001 13:32:45 +0000Fix of order of templates.
tzezula@netbeans.org [Thu, 18 Oct 2001 13:32:45 +0000] rev 1778
Fix of order of templates.

Thu, 18 Oct 2001 11:50:40 +0000Static initializers removed. Initialization is done when the data are needed.
mentlicher@netbeans.org [Thu, 18 Oct 2001 11:50:40 +0000] rev 1777
Static initializers removed. Initialization is done when the data are needed.
This is a fix of issue #14941.

Thu, 18 Oct 2001 11:50:08 +0000bundle properties grammar and language check
johnjullion@netbeans.org [Thu, 18 Oct 2001 11:50:08 +0000] rev 1776
bundle properties grammar and language check

Thu, 18 Oct 2001 09:36:21 +0000tojar removed
mryzl@netbeans.org [Thu, 18 Oct 2001 09:36:21 +0000] rev 1775
tojar removed

Thu, 18 Oct 2001 08:46:05 +0000Architecture
tzezula@netbeans.org [Thu, 18 Oct 2001 08:46:05 +0000] rev 1774
Architecture

Wed, 17 Oct 2001 19:05:00 +0000Add the components default values to variables, when the components do not show up.
mentlicher@netbeans.org [Wed, 17 Oct 2001 19:05:00 +0000] rev 1773
Add the components default values to variables, when the components do not show up.
This is necessary to be able to pass default options to commands.

Wed, 17 Oct 2001 10:38:40 +0000CommandsPool.waitToFinish() throws InterruptedException
mentlicher@netbeans.org [Wed, 17 Oct 2001 10:38:40 +0000] rev 1772
CommandsPool.waitToFinish() throws InterruptedException
It's necessary to catch the Interrupted exception everywhere it's called. Sometimes it's good
to kill also the spawned commands to propagate the interruption.
This change was made to fix issue #16132.