Browse Source

Subtargets is a little confusing - change to "Other Targets"

PR:	14866


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274811 13f79535-47bb-0310-9956-ffa450edef68
master
Conor MacNeill 22 years ago
parent
commit
5eba0f2b03
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/main/org/apache/tools/ant/Main.java

+ 2
- 2
src/main/org/apache/tools/ant/Main.java View File

@@ -357,7 +357,7 @@ public class Main implements AntMain {
} 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 @@ public class Main implements AntMain {
printSubTargets = true;
}
if (printSubTargets) {
printTargets(project, subNames, null, "Subtargets:", 0);
printTargets(project, subNames, null, "Other targets:", 0);
}

String defaultTarget = project.getDefaultTarget();


Loading…
Cancel
Save