From aea7142b1d52a015f91f84f736a13c8fe5e6e67d Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Mon, 12 Nov 2001 07:54:58 +0000 Subject: [PATCH] correct taskname in example git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269899 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/antjar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/CoreTasks/antjar.html b/docs/manual/CoreTasks/antjar.html index 517a0db42..57f20fe0d 100644 --- a/docs/manual/CoreTasks/antjar.html +++ b/docs/manual/CoreTasks/antjar.html @@ -69,7 +69,7 @@ as the SystemId for the document.

Nested elements

See the nested elements of the Jar task.

Examples

-
  <jar file="${dist}/lib/app.jar" 
+
  <antjar file="${dist}/lib/app.jar" 
        antxml="${src}/applib.xml" basedir="${build}/classes"/>

jars all files in the ${build}/classes directory into a file called app.jar in the ${dist}/lib directory and