stevel      2004/12/08 08:57:10

  Modified:    src/main/org/apache/tools/ant/launch Launcher.java
  Log:
  doc explanation
  
  Revision  Changes    Path
  1.25      +4 -0      ant/src/main/org/apache/tools/ant/launch/Launcher.java
  
  Index: Launcher.java
  ===================================================================
  RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/launch/Launcher.java,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- Launcher.java     5 Oct 2004 08:37:01 -0000       1.24
  +++ Launcher.java     8 Dec 2004 16:57:10 -0000       1.25
  @@ -150,6 +150,10 @@
                   argList.add(args[i]);
               }
           }
  +        
  +        //decide whether to copy the existing arg set, or
  +        //build a new one from the list of all args excluding the special
  +        //operations that only we handle
   
           if (libPaths.size() == 0 && cpString == null) {
               newArgs = args;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to