Thu, 20 May 2004 14:25:52 +0000"You are already logged in." changed to "You are logged in." BLD200405201800
mentlicher@netbeans.org [Thu, 20 May 2004 14:25:52 +0000] rev 4628
"You are already logged in." changed to "You are logged in."
The word already is not necessary here.

Thu, 20 May 2004 14:05:12 +0000The Add All command can act on Local folders and executes CREATE_PROJECT
mentlicher@netbeans.org [Thu, 20 May 2004 14:05:12 +0000] rev 4627
The Add All command can act on Local folders and executes CREATE_PROJECT
precommand to add the local folder into repository.
Also ADD_IN_FOLDER_CMD is not executed on added directories.
This is a fix of issue #43091.

Thu, 20 May 2004 13:42:12 +0000genlist has to be after createmodulexml task.
jskrivanek@netbeans.org [Thu, 20 May 2004 13:42:12 +0000] rev 4626
genlist has to be after createmodulexml task.

Thu, 20 May 2004 13:02:40 +0000Added "Run Internally" action to run tests inside IDE's JVM.
jskrivanek@netbeans.org [Thu, 20 May 2004 13:02:40 +0000] rev 4625
Added "Run Internally" action to run tests inside IDE's JVM.

Thu, 20 May 2004 12:37:35 +0000fixed some bugs preventing the usertasks module from running on 4.0 dev
lebedkov@netbeans.org [Thu, 20 May 2004 12:37:35 +0000] rev 4624
fixed some bugs preventing the usertasks module from running on 4.0 dev

Thu, 20 May 2004 12:34:05 +0000minor change - commented debug messages
rgregor@netbeans.org [Thu, 20 May 2004 12:34:05 +0000] rev 4623
minor change - commented debug messages

Thu, 20 May 2004 12:29:48 +0000bugfix#42940 - changed global checkout - disables builtin in case local
rgregor@netbeans.org [Thu, 20 May 2004 12:29:48 +0000] rev 4622
bugfix#42940 - changed global checkout - disables builtin in case local
server type is chosen

Thu, 20 May 2004 12:03:16 +0000Fix of issue: 41434
tzezula@netbeans.org [Thu, 20 May 2004 12:03:16 +0000] rev 4621
Fix of issue: 41434

Thu, 20 May 2004 10:24:52 +0000Add All command corrected.
mentlicher@netbeans.org [Thu, 20 May 2004 10:24:52 +0000] rev 4620
Add All command corrected.
When the selected folder is [Local], Create command is executed
as a pre-command to add the folder into repository.
Then DIR_FOLDERS command is used to provide the list
of folders to the add command, because * is not expanded to folders
for some strange reason.
This is a fix of issue #43407.

Thu, 20 May 2004 10:15:48 +0000PROPERTY_PRE_COMMANDS added.
mentlicher@netbeans.org [Thu, 20 May 2004 10:15:48 +0000] rev 4619
PROPERTY_PRE_COMMANDS added.
This is necessary for the fix of issue #43407.