Browse Source

Fix typo. Patch sent by Daniel Rall.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271904 13f79535-47bb-0310-9956-ffa450edef68
master
Erik Hatcher 23 years ago
parent
commit
377550b005
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/UnknownElement.java

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

@@ -314,7 +314,7 @@ public class UnknownElement extends Task {
+ " - The task is not an Ant core or optional task " + lSep
+ " and needs to be declared using <taskdef>." + lSep
+ lSep
+ "Remember that for JAR files to be visible to An t tasks implemented" + lSep
+ "Remember that for JAR files to be visible to Ant tasks implemented" + lSep
+ "in ANT_HOME/lib, the files must be in the same directory or on the" + lSep
+ "classpath" + lSep
+ lSep


Loading…
Cancel
Save