You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by pe...@apache.org on 2006/12/29 17:50:42 UTC

svn commit: r491044 - /ant/core/trunk/src/main/org/apache/tools/ant/types/CommandlineJava.java

Author: peterreilly
Date: Fri Dec 29 08:50:41 2006
New Revision: 491044

URL: http://svn.apache.org/viewvc?view=rev&rev=491044
Log:
make public haveClasspath

Modified:
    ant/core/trunk/src/main/org/apache/tools/ant/types/CommandlineJava.java

Modified: ant/core/trunk/src/main/org/apache/tools/ant/types/CommandlineJava.java
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/types/CommandlineJava.java?view=diff&rev=491044&r1=491043&r2=491044
==============================================================================
--- ant/core/trunk/src/main/org/apache/tools/ant/types/CommandlineJava.java (original)
+++ ant/core/trunk/src/main/org/apache/tools/ant/types/CommandlineJava.java Fri Dec 29 08:50:41 2006
@@ -640,7 +640,7 @@
      * @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



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