[jboss-cvs] JBossAS SVN: r58618 - trunk/build

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Nov 18 13:35:42 EST 2006


Author: scott.stark at jboss.org
Date: 2006-11-18 13:35:40 -0500 (Sat, 18 Nov 2006)
New Revision: 58618

Modified:
   trunk/build/build-distr.xml
Log:
Disable the farm service for this release


Modified: trunk/build/build-distr.xml
===================================================================
--- trunk/build/build-distr.xml	2006-11-18 18:31:22 UTC (rev 58617)
+++ trunk/build/build-distr.xml	2006-11-18 18:35:40 UTC (rev 58618)
@@ -971,19 +971,21 @@
       </fileset>
     </copy>
     <mkdir dir="${install.server}/all/deploy/deploy.last"/>
+<!--
     <copy todir="${install.server}/all/deploy/deploy.last" filtering="no">
       <fileset dir="${_module.output}/etc">
          <include name="farm-beans.xml"/>
       </fileset>
     </copy>
 
-    <!-- Copy the farmed deployables -->
+    <!- - Copy the farmed deployables - ->
     <mkdir dir="${install.server}/all/farm"/>
     <copy todir="${install.server}/all/farm" filtering="no">
       <fileset dir="${_module.output}/etc">
          <include name="cluster-examples-service.xml"/>
       </fileset>
     </copy>
+-->
 
   </target>
 




More information about the jboss-cvs-commits mailing list