Tue, 04 Jun 2002 21:34:20 +0000#23934 fixed: wrong usage of the instance element; if a factory class name and BLD200206050100
jpokorsky@netbeans.org [Tue, 04 Jun 2002 21:34:20 +0000] rev 2311
#23934 fixed: wrong usage of the instance element; if a factory class name and
a setting object class name differ then the class attrib has to contain the setting object class name
and the method attrib has to contain the factory name + method name separated
by dot.

Tue, 04 Jun 2002 16:46:52 +0000Debug output removed.
mentlicher@netbeans.org [Tue, 04 Jun 2002 16:46:52 +0000] rev 2310
Debug output removed.

Tue, 04 Jun 2002 16:44:14 +0000The VcsSearchTypeFileSystem defines an attribute name under which
mentlicher@netbeans.org [Tue, 04 Jun 2002 16:44:14 +0000] rev 2309
The VcsSearchTypeFileSystem defines an attribute name under which
we store the object for all FileObjects, so that the VCS search type service
can find it also on MultiFileSystems.
The VcsFileSystem.getStatus() must then translate the DataObject's
FileObjects to the VCS filesystem's FileObjects.
This is a fix of issue #20620.

Tue, 04 Jun 2002 16:15:50 +0000Fix of A11Y bug.
tzezula@netbeans.org [Tue, 04 Jun 2002 16:15:50 +0000] rev 2308
Fix of A11Y bug.

Tue, 04 Jun 2002 11:59:35 +0000The VcsAction.doLock() and doEdit() return the array of executors,
mentlicher@netbeans.org [Tue, 04 Jun 2002 11:59:35 +0000] rev 2307
The VcsAction.doLock() and doEdit() return the array of executors,
VcsFileSystem.lock() remembers running lock and edit commands
and takes care, that only one command is executed for each file at a time.
This is a fix of issue #23407.

Tue, 04 Jun 2002 08:28:07 +0000User interface improvement
tzezula@netbeans.org [Tue, 04 Jun 2002 08:28:07 +0000] rev 2306
User interface improvement

Mon, 03 Jun 2002 17:24:57 +0000Fix of bug 22199
tzezula@netbeans.org [Mon, 03 Jun 2002 17:24:57 +0000] rev 2305
Fix of bug 22199

Mon, 03 Jun 2002 14:10:17 +0000Fix of bug no.:23480
tzezula@netbeans.org [Mon, 03 Jun 2002 14:10:17 +0000] rev 2304
Fix of bug no.:23480

Mon, 03 Jun 2002 13:46:23 +0000Fix of bug no.: 22446
tzezula@netbeans.org [Mon, 03 Jun 2002 13:46:23 +0000] rev 2303
Fix of bug no.: 22446

Mon, 03 Jun 2002 12:00:41 +0000The main runtime node defined by the module XML layer rather than by the manifest,
mentlicher@netbeans.org [Mon, 03 Jun 2002 12:00:41 +0000] rev 2302
The main runtime node defined by the module XML layer rather than by the manifest,
since the use of "OpenIDE-Module-Class: Node" is obsolete.