[hornetq-commits] JBoss hornetq SVN: r12277 - branches/Branch_2_2_AS7.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Mar 9 12:55:33 EST 2012


Author: clebert.suconic
Date: 2012-03-09 12:55:33 -0500 (Fri, 09 Mar 2012)
New Revision: 12277

Modified:
   branches/Branch_2_2_AS7/build-hornetq.xml
Log:
build fix for distro

Modified: branches/Branch_2_2_AS7/build-hornetq.xml
===================================================================
--- branches/Branch_2_2_AS7/build-hornetq.xml	2012-03-09 00:02:42 UTC (rev 12276)
+++ branches/Branch_2_2_AS7/build-hornetq.xml	2012-03-09 17:55:33 UTC (rev 12277)
@@ -757,19 +757,19 @@
       </schemavalidate>
 
     <!-- AS 4 configuration validation -->
-      <antcall target="-validate-configuration">
+      <!-- <antcall target="-validate-configuration">
          <param name="conf.dir" value="${src.config.jbossas4.non-clustered.dir}"/>
       </antcall>
       <antcall target="-validate-configuration">
          <param name="conf.dir" value="${src.config.jbossas4.clustered.dir}"/>
-      </antcall>
+      </antcall> -->
       <!-- AS 5 configuration validation -->
-      <antcall target="-validate-configuration">
+      <!-- <antcall target="-validate-configuration">
          <param name="conf.dir" value="${src.config.jbossas5.non-clustered.dir}"/>
       </antcall>
       <antcall target="-validate-configuration">
          <param name="conf.dir" value="${src.config.jbossas5.clustered.dir}"/>
-      </antcall>
+      </antcall> -->
    </target>
 
    <target name="-validate-configuration">



More information about the hornetq-commits mailing list