Wed, 17 Apr 2002 15:40:24 +0000FilesystemSettings test suite added. GenericVCSAvailabilityTest suite reworded to Availability. BLD200204180100
jkovalsky@netbeans.org [Wed, 17 Apr 2002 15:40:24 +0000] rev 2182
FilesystemSettings test suite added. GenericVCSAvailabilityTest suite reworded to Availability.

Wed, 17 Apr 2002 15:35:46 +0000Initial revision of the FilesystemSettings test suite.
jkovalsky@netbeans.org [Wed, 17 Apr 2002 15:35:46 +0000] rev 2181
Initial revision of the FilesystemSettings test suite.

Wed, 17 Apr 2002 09:23:06 +0000Initial revision of Availability test suite. orionprimefixes_root
jkovalsky@netbeans.org [Wed, 17 Apr 2002 09:23:06 +0000] rev 2180
Initial revision of Availability test suite.

Tue, 16 Apr 2002 11:10:58 +0000Changing conflicting mnemonics. BLD200204162125
mentlicher@netbeans.org [Tue, 16 Apr 2002 11:10:58 +0000] rev 2179
Changing conflicting mnemonics.
This is a part of fix of issue #21482.

Tue, 16 Apr 2002 10:22:46 +0000Move the GeneralVcsSettingsNode to UI/Services folder.
mentlicher@netbeans.org [Tue, 16 Apr 2002 10:22:46 +0000] rev 2178
Move the GeneralVcsSettingsNode to UI/Services folder.
This will prevent the class from being loaded at startup.
This is a fix of issue #21954.

Tue, 16 Apr 2002 10:21:13 +0000Double-check the cmdOutput for being null.
mentlicher@netbeans.org [Tue, 16 Apr 2002 10:21:13 +0000] rev 2177
Double-check the cmdOutput for being null.
This should prevent one very rare NPE.

Mon, 15 Apr 2002 16:26:10 +0000Hold the FileLock until the FS settings are written to prevent IDE to exit in the mean time.
mentlicher@netbeans.org [Mon, 15 Apr 2002 16:26:10 +0000] rev 2176
Hold the FileLock until the FS settings are written to prevent IDE to exit in the mean time.
The ModuleInstall class removed, since it's not needed any more.
This is a fix of issue #21978.

Mon, 15 Apr 2002 15:41:33 +0000Be sure to remove the runtime commands only if they are really done
mentlicher@netbeans.org [Mon, 15 Apr 2002 15:41:33 +0000] rev 2175
Be sure to remove the runtime commands only if they are really done
and do not create any output files when the output collector was finalized.
This is a (hopefully) final fix of issue #21710.

Mon, 15 Apr 2002 12:26:05 +0000Added a special constuctor to the FS for treating the FS as if it was deserialized.
mentlicher@netbeans.org [Mon, 15 Apr 2002 12:26:05 +0000] rev 2174
Added a special constuctor to the FS for treating the FS as if it was deserialized.
When we're reading FS from it's properties it's like it was deserialized.
This is a fix of issue #21710.

Mon, 15 Apr 2002 12:23:37 +0000The "deserialized" property is now protected so that subclasses can override it if needed.
mentlicher@netbeans.org [Mon, 15 Apr 2002 12:23:37 +0000] rev 2173
The "deserialized" property is now protected so that subclasses can override it if needed.
This is necessary to be able to fix issue #21710.