From dce8636fe3bb142df230540d174c752adfccbe1e Mon Sep 17 00:00:00 2001 From: Costin Manolache Date: Wed, 1 Aug 2001 21:37:50 +0000 Subject: [PATCH] Small fix in manifest, added Class-Path attribute, now it should work with java -jar ant.jar Let me know if there's any problem. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269435 13f79535-47bb-0310-9956-ffa450edef68 --- src/etc/manifest | 1 + 1 file changed, 1 insertion(+) diff --git a/src/etc/manifest b/src/etc/manifest index 758bc0f0d..ef7be335a 100644 --- a/src/etc/manifest +++ b/src/etc/manifest @@ -1,4 +1,5 @@ Manifest-Version: 1.0 Main-Class: org.apache.tools.ant.Main +Class-Path: jaxp.jar parser.jar crimson.jar optional.jar xalan.jar