You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by co...@apache.org on 2003/07/14 04:53:52 UTC

cvs commit: ant/src/main/org/apache/tools/ant Main.java

conor       2003/07/13 19:53:52

  Modified:    src/main/org/apache/tools/ant Main.java
  Log:
  Subtargets is a little confusing - change to "Other Targets"
  
  PR:	14866
  
  Revision  Changes    Path
  1.86      +2 -2      ant/src/main/org/apache/tools/ant/Main.java
  
  Index: Main.java
  ===================================================================
  RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/Main.java,v
  retrieving revision 1.85
  retrieving revision 1.86
  diff -u -w -u -r1.85 -r1.86
  --- Main.java	6 Jul 2003 09:57:34 -0000	1.85
  +++ Main.java	14 Jul 2003 02:53:52 -0000	1.86
  @@ -357,7 +357,7 @@
               } else if (arg.startsWith("-D")) {
   
                   /* Interestingly enough, we get to here when a user
  -                 * uses -Dname=value. However, in some cases, the JDK
  +                 * uses -Dname=value. However, in some cases, the OS
                    * goes ahead and parses this out to args
                    *   {"-Dname", "value"}
                    * so instead of parsing on "=", we just make the "-D"
  @@ -921,7 +921,7 @@
               printSubTargets = true;
           }
           if (printSubTargets) {
  -            printTargets(project, subNames, null, "Subtargets:", 0);
  +            printTargets(project, subNames, null, "Other targets:", 0);
           }
   
           String defaultTarget = project.getDefaultTarget();
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org