ehatcher 02/03/19 15:18:03
Modified: src/main/org/apache/tools/ant UnknownElement.java
Log:
Fix typo. Patch sent by Daniel Rall.
Revision Changes Path
1.24 +1 -1
jakarta-ant/src/main/org/apache/tools/ant/UnknownElement.java
Index: UnknownElement.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/UnknownElement.java,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- UnknownElement.java 1 Mar 2002 15:54:53 -0000 1.23
+++ UnknownElement.java 19 Mar 2002 23:18:03 -0000 1.24
@@ -314,7 +314,7 @@
+ " - 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
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>