You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2006/07/28 03:13:51 UTC

svn commit: r426350 - /tomcat/build/tc5.5.x/build.xml

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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org