Added file system as an argument tp preprocessCommand(), since this method was changed in vcscore module. release33_beta2-BLD200110260700
authormentlicher@netbeans.org
Mon, 22 Oct 2001 12:36:03 +0000
changeset 666cf4605ea3f94
parent 665 863f61304bd2
child 667 2228b1d373da
Added file system as an argument tp preprocessCommand(), since this method was changed in vcscore module.
vcscvs/src/org/netbeans/modules/vcs/cmdline/commands/CvsCommit.java
     1.1 --- a/vcscvs/src/org/netbeans/modules/vcs/cmdline/commands/CvsCommit.java	Thu Oct 18 00:09:26 2001 +0000
     1.2 +++ b/vcscvs/src/org/netbeans/modules/vcs/cmdline/commands/CvsCommit.java	Mon Oct 22 12:36:03 2001 +0000
     1.3 @@ -380,7 +380,7 @@
     1.4                      buff.append(((elements[0] != null) ? elements[0] : "") + "\n");
     1.5                  }
     1.6              });
     1.7 -            cpool.preprocessCommand(template, vars);
     1.8 +            cpool.preprocessCommand(template, vars, fileSystem);
     1.9              cpool.startExecutor(template);
    1.10              try {
    1.11                  cpool.waitToFinish(template);