Author: jfclere Date: Sun Jan 29 06:58:08 2006 New Revision: 373313 URL: http://svn.apache.org/viewcvs?rev=373313&view=rev Log: Allow to build tomcat5.5.x too.
Modified: tomcat/connectors/trunk/build.properties.default tomcat/connectors/trunk/build.xml Modified: tomcat/connectors/trunk/build.properties.default URL: http://svn.apache.org/viewcvs/tomcat/connectors/trunk/build.properties.default?rev=373313&r1=373312&r2=373313&view=diff ============================================================================== --- tomcat/connectors/trunk/build.properties.default (original) +++ tomcat/connectors/trunk/build.properties.default Sun Jan 29 06:58:08 2006 @@ -229,6 +229,12 @@ tyrex.jar=${tyrex.lib}/tyrex-1.0.jar tyrex.loc=http://belnet.dl.sourceforge.net/sourceforge/tyrex/tyrex-1.0.tgz +# ----- Tomcat5.x.x ----- +tomcat5.version=5.5.15 +tomcat5.home=${base.path}/apache-tomcat-${tomcat5.version} +tomcat5.jar=${tomcat5.home}/server/lib/catalina.jar +servlet-api.jar=${tomcat5.home}/common/lib/servlet-api.jar +tomcat5.loc=http://www.apache.org/dist/tomcat/tomcat-5/v${tomcat5.version}/bin/apache-tomcat-${tomcat5.version}.tar.gz # ----- Tomcat4.1.x ----- tomcat41.version=4.1.31 Modified: tomcat/connectors/trunk/build.xml URL: http://svn.apache.org/viewcvs/tomcat/connectors/trunk/build.xml?rev=373313&r1=373312&r2=373313&view=diff ============================================================================== --- tomcat/connectors/trunk/build.xml (original) +++ tomcat/connectors/trunk/build.xml Sun Jan 29 06:58:08 2006 @@ -185,6 +185,11 @@ </antcall> <antcall target="downloadgz"> + <param name="sourcefile" value="${tomcat5.loc}"/> + <param name="destfile" value="${tomcat5.jar}"/> + </antcall> + + <antcall target="downloadgz"> <param name="sourcefile" value="${tomcat41.loc}"/> <param name="destfile" value="${tomcat41.jar}"/> </antcall> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]