[jboss-svn-commits] JBL Code SVN: r27116 - labs/jbossesb/trunk/product/install.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Jun 24 10:22:50 EDT 2009


Author: beve
Date: 2009-06-24 10:22:50 -0400 (Wed, 24 Jun 2009)
New Revision: 27116

Modified:
   labs/jbossesb/trunk/product/install/build.xml
Log:
I must have changed the jbmq check by mistake.


Modified: labs/jbossesb/trunk/product/install/build.xml
===================================================================
--- labs/jbossesb/trunk/product/install/build.xml	2009-06-24 11:40:18 UTC (rev 27115)
+++ labs/jbossesb/trunk/product/install/build.xml	2009-06-24 14:22:50 UTC (rev 27116)
@@ -78,7 +78,7 @@
             file="${deploy.dir}/jboss-messaging.sar"/>
           <available property="jbm.present"
             file="${deploy.dir}/messaging"/>
-          <available property="jbm.present"
+          <available property="jbmq.present"
             file="${deploy.dir}/jms/jbossmq-service.xml"/>
           <available property="jbmq.present"
             file="${hadeploy.dir}/jms/jbossmq-service.xml"/>




More information about the jboss-svn-commits mailing list