Browse Source

make public haveClasspath

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@491044 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 18 years ago
parent
commit
9f87319a93
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/types/CommandlineJava.java

+ 1
- 1
src/main/org/apache/tools/ant/types/CommandlineJava.java View File

@@ -640,7 +640,7 @@ public class CommandlineJava implements Cloneable {
* @return true if the classpath is to be used.
* @since Ant 1.6
*/
protected boolean haveClasspath() {
public boolean haveClasspath() {
Path fullClasspath = classpath != null
? classpath.concatSystemClasspath("ignore") : null;
return fullClasspath != null


Loading…
Cancel
Save