From eb5ec854aa8159e0a52ac0f2da4ea53f6336fddd Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Mon, 7 Mar 2005 12:39:28 +0000 Subject: [PATCH] Apt -> apt in example git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277808 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/apt.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/CoreTasks/apt.html b/docs/manual/CoreTasks/apt.html index 971faf521..ca9071489 100644 --- a/docs/manual/CoreTasks/apt.html +++ b/docs/manual/CoreTasks/apt.html @@ -120,7 +120,7 @@ The inherited "compiler" attribute is ignored, as it is forced to use the Apt co <javac> task to compile first your original source code, and then the generated source code:

-
  <Apt srcdir="${src}"
+
  <apt srcdir="${src}"
          destdir="${build}"
          classpath="xyz.jar"
          debug="true"