remm 02/01/25 09:30:14 Modified: http11 build.xml Log: - Harmonize JAR names (so that the JAR name matches the name of the connector or component). Revision Changes Path 1.3 +2 -2 jakarta-tomcat-connectors/http11/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/http11/build.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- build.xml 2 Jan 2002 15:06:35 -0000 1.2 +++ build.xml 25 Jan 2002 17:30:14 -0000 1.3 @@ -3,7 +3,7 @@ <!-- "Coyote" connector framework for Jakarta Tomcat - $Id: build.xml,v 1.2 2002/01/02 15:06:35 remm Exp $ + $Id: build.xml,v 1.3 2002/01/25 17:30:14 remm Exp $ --> @@ -35,7 +35,7 @@ <!-- The name of this component --> - <property name="component.name" value="coyote-http11"/> + <property name="component.name" value="http11"/> <!-- The title of this component --> <property name="component.title" value="Coyote HTTP/1.1 Connector"/>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>