Fri, 24 Jun 2005 16:35:43 +0000More appropriate display category for openide split modules. APPLE_MENU_BASE disable_rt_root release41_au_base websvcapisplit-base
jglick@netbeans.org [Fri, 24 Jun 2005 16:35:43 +0000] rev 40
More appropriate display category for openide split modules.

Wed, 22 Jun 2005 13:44:08 +0000Keep the logging change, the bundle key is not there any more. db_promo_f_after_tb_1
pnejedly@netbeans.org [Wed, 22 Jun 2005 13:44:08 +0000] rev 39
Keep the logging change, the bundle key is not there any more.

Tue, 21 Jun 2005 11:47:47 +0000#59904: rollback of #33467
pnejedly@netbeans.org [Tue, 21 Jun 2005 11:47:47 +0000] rev 38
#59904: rollback of #33467

Mon, 20 Jun 2005 15:12:27 +0000Fixing jskrivanek's fix - it is necessary to build data before we call xtest-unit.default-compiler
jtulach@netbeans.org [Mon, 20 Jun 2005 15:12:27 +0000] rev 37
Fixing jskrivanek's fix - it is necessary to build data before we call xtest-unit.default-compiler

Mon, 20 Jun 2005 15:02:11 +0000Adding logging to the RPTest to track random failures
jtulach@netbeans.org [Mon, 20 Jun 2005 15:02:11 +0000] rev 36
Adding logging to the RPTest to track random failures

Thu, 16 Jun 2005 16:20:15 +0000Reminder about usage of noIconInMenu, which is otherwise quite difficult to find out about.
jglick@netbeans.org [Thu, 16 Jun 2005 16:20:15 +0000] rev 35
Reminder about usage of noIconInMenu, which is otherwise quite difficult to find out about.

Thu, 16 Jun 2005 16:19:45 +0000Slightly prettier formatting for default ErrorManager.log impl.
jglick@netbeans.org [Thu, 16 Jun 2005 16:19:45 +0000] rev 34
Slightly prettier formatting for default ErrorManager.log impl.

Wed, 15 Jun 2005 12:51:22 +0000Targets at test/build.xml should not be overriden (it breaks binary tests distribution). Rather use build-unit.xml for customization. BETA_UC_090605
jskrivanek@netbeans.org [Wed, 15 Jun 2005 12:51:22 +0000] rev 33
Targets at test/build.xml should not be overriden (it breaks binary tests distribution). Rather use build-unit.xml for customization.

Tue, 14 Jun 2005 15:18:54 +0000Message "Exception occurred in Request Processor" in log files was generally just noise; removing.
jglick@netbeans.org [Tue, 14 Jun 2005 15:18:54 +0000] rev 32
Message "Exception occurred in Request Processor" in log files was generally just noise; removing.

Tue, 14 Jun 2005 15:17:45 +0000Speeding up nb.org module scanning a bit - profiler revealed that a lot of time was wasted calling
jglick@netbeans.org [Tue, 14 Jun 2005 15:17:45 +0000] rev 31
Speeding up nb.org module scanning a bit - profiler revealed that a lot of time was wasted calling
DocumentBuilderFactory.newDocumentBuilder() repeatedly, and that is a relatively expensive operation. It can
often be cached (within one thread), so do so.