You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by jh...@apache.org on 2008/09/24 11:57:04 UTC

svn commit: r698496 - /ant/core/trunk/src/main/org/apache/tools/ant/launch/Launcher.java

Author: jhm
Date: Wed Sep 24 02:57:04 2008
New Revision: 698496

URL: http://svn.apache.org/viewvc?rev=698496&view=rev
Log:
Clarification + typo

Modified:
    ant/core/trunk/src/main/org/apache/tools/ant/launch/Launcher.java

Modified: ant/core/trunk/src/main/org/apache/tools/ant/launch/Launcher.java
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/launch/Launcher.java?rev=698496&r1=698495&r2=698496&view=diff
==============================================================================
--- ant/core/trunk/src/main/org/apache/tools/ant/launch/Launcher.java (original)
+++ ant/core/trunk/src/main/org/apache/tools/ant/launch/Launcher.java Wed Sep 24 02:57:04 2008
@@ -125,6 +125,7 @@
 
     /**
      * Add a CLASSPATH or -lib to lib path urls.
+     * Only filesystem resources are supported.
      *
      * @param path        the classpath or lib path to add to the libPathULRLs
      * @param getJars     if true and a path is a directory, add the jars in
@@ -303,7 +304,7 @@
     }
 
     /**
-     * Get the list of -lib enties and -cp entry into
+     * Get the list of -lib entries and -cp entry into
      * a URL array.
      * @param cpString the classpath string
      * @param libPaths the list of -lib entries.