Author: fhanik
Date: Mon Feb 27 15:48:43 2006
New Revision: 381497
URL: http://svn.apache.org/viewcvs?rev=381497&view=rev
Log:
Fixed so that the old config gets included if we don't want to use the new one
Modified:
tomcat/container/tc5.5.x/modules/build.xml
Modified: tomcat/container/tc5.5.x/modules/build.xml
URL:
http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/modules/build.xml?rev=381497&r1=381496&r2=381497&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/modules/build.xml (original)
+++ tomcat/container/tc5.5.x/modules/build.xml Mon Feb 27 15:48:43 2006
@@ -48,7 +48,7 @@
<!-- ================= BUILD: Compile Server Components ================= -->
<!-- Update the depends list for each subproject -->
- <target name="build" depends="build-prepare,cluster,groupcom,ha,config-ha"/>
+ <target name="build"
depends="build-prepare,cluster,groupcom,ha,config-ha,config"/>
<!-- ======================= BUILD: Clean Directory ===================== -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]