From 1bc133e8e4d1fe7cd60d01a4a97407e56a17ddb3 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Fri, 14 Sep 2007 12:35:55 +0000 Subject: [PATCH] typos git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@575659 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/jar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/CoreTasks/jar.html b/docs/manual/CoreTasks/jar.html index 9402a4bdf..5d7081855 100644 --- a/docs/manual/CoreTasks/jar.html +++ b/docs/manual/CoreTasks/jar.html @@ -286,7 +286,7 @@ depend on your manifest:

  • If the manifest contains a Class-Path attribute, this task will try to guess which part of the Class-Path belongs to a given archive. If it cannot guess a name, the archive will be skipped, - otherwise tha name listed inside the Class-PAth attribute will be + otherwise the name listed inside the Class-Path attribute will be used.