From 9f87319a930d932040004fe67ccba38c6a67a139 Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Fri, 29 Dec 2006 16:50:41 +0000 Subject: [PATCH] make public haveClasspath git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@491044 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/org/apache/tools/ant/types/CommandlineJava.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/org/apache/tools/ant/types/CommandlineJava.java b/src/main/org/apache/tools/ant/types/CommandlineJava.java index 0af0a5bfa..efaa6f437 100644 --- a/src/main/org/apache/tools/ant/types/CommandlineJava.java +++ b/src/main/org/apache/tools/ant/types/CommandlineJava.java @@ -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