From 68d0147d79e69031b59da792a95f01b439989815 Mon Sep 17 00:00:00 2001 From: kkolinko Date: Fri, 2 Oct 2009 03:16:12 +0000 Subject: [PATCH] tomcat-coyote.jar (former tomcat-util.jar before rev.389946) is not needed by bootstrap classes git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@820874 13f79535-47bb-0310-9956-ffa450edef68 --- res/META-INF/bootstrap.jar.manifest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/META-INF/bootstrap.jar.manifest b/res/META-INF/bootstrap.jar.manifest index abc53df37..7489eeb6a 100644 --- a/res/META-INF/bootstrap.jar.manifest +++ b/res/META-INF/bootstrap.jar.manifest @@ -1,5 +1,5 @@ Manifest-Version: 1.0 Main-Class: org.apache.catalina.startup.Bootstrap -Class-Path: commons-daemon.jar tomcat-coyote.jar +Class-Path: commons-daemon.jar Specification-Title: Catalina Specification-Version: @VERSION_MAJOR_MINOR@ \ No newline at end of file -- 2.11.0