Constants from CommandCustomizationSupport are used instead of BLD200211260100
authormentlicher@netbeans.org
Mon, 25 Nov 2002 20:14:04 +0000
changeset 28374c957fd87e5d
parent 2836 4c457b3cb6cd
child 2838 bba111fc28b6
Constants from CommandCustomizationSupport are used instead of
CommandExecutionSupport.
vcs.profiles.cvsprofiles/src/org/netbeans/modules/vcs/profiles/cvsprofiles/commands/CvsCommit.java
     1.1 --- a/vcs.profiles.cvsprofiles/src/org/netbeans/modules/vcs/profiles/cvsprofiles/commands/CvsCommit.java	Mon Nov 25 11:05:57 2002 +0000
     1.2 +++ b/vcs.profiles.cvsprofiles/src/org/netbeans/modules/vcs/profiles/cvsprofiles/commands/CvsCommit.java	Mon Nov 25 20:14:04 2002 +0000
     1.3 @@ -499,8 +499,8 @@
     1.4              if (filesCommited.size() == 0) break ;
     1.5              //setProcessingFiles(filesCommited, vars);
     1.6              VcsCommandExecutor[] executors = doCommit(cpool, cmdCommit, filesCommited, vars);
     1.7 -            cmdCommit1.setProperty(CommandExecutorSupport.INPUT_DESCRIPTOR_PARSED,
     1.8 -                cmdCommit.getProperty(CommandExecutorSupport.INPUT_DESCRIPTOR_PARSED));
     1.9 +            cmdCommit1.setProperty(CommandCustomizationSupport.INPUT_DESCRIPTOR_PARSED,
    1.10 +                cmdCommit.getProperty(CommandCustomizationSupport.INPUT_DESCRIPTOR_PARSED));
    1.11              if (executors.length == 0) {
    1.12                  break;
    1.13              }