Author: markt Date: Thu Jul 27 18:13:50 2006 New Revision: 426350 URL: http://svn.apache.org/viewvc?rev=426350&view=rev Log: Fix build. SSI needs constants in http11.
Modified: tomcat/build/tc5.5.x/build.xml Modified: tomcat/build/tc5.5.x/build.xml URL: http://svn.apache.org/viewvc/tomcat/build/tc5.5.x/build.xml?rev=426350&r1=426349&r2=426350&view=diff ============================================================================== --- tomcat/build/tc5.5.x/build.xml (original) +++ tomcat/build/tc5.5.x/build.xml Thu Jul 27 18:13:50 2006 @@ -582,12 +582,12 @@ <antcall target="build-tomcatapr"/> <antcall target="build-tomcatutil"/> <antcall target="build-tomcatcoyote"/> + <antcall target="build-tomcathttp11"/> + <antcall target="build-catalina"/> <antcall target="build-tomcatjk"/> <antcall target="build-tomcatjkstatus"/> - - <antcall target="build-tomcathttp11"/> <antcall target="build-juli"/> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]