[jboss-svn-commits] JBL Code SVN: r37966 - labs/jbosstm/branches/JBOSSTS_4_16/scripts/hudson.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Mar 29 11:26:42 EDT 2012


Author: tomjenkinson
Date: 2012-03-29 11:26:41 -0400 (Thu, 29 Mar 2012)
New Revision: 37966

Modified:
   labs/jbosstm/branches/JBOSSTS_4_16/scripts/hudson/narayana.sh
Log:
JBTM-1082 disabled emma until it works on both platforms

Modified: labs/jbosstm/branches/JBOSSTS_4_16/scripts/hudson/narayana.sh
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_16/scripts/hudson/narayana.sh	2012-03-29 14:10:52 UTC (rev 37965)
+++ labs/jbosstm/branches/JBOSSTS_4_16/scripts/hudson/narayana.sh	2012-03-29 15:26:41 UTC (rev 37966)
@@ -4,7 +4,7 @@
 fi
 
 #BUILD JBOSSTS
-ant -Demma.enabled=true -Dpublican=false jbossall
+ant -Demma.enabled=false -Dpublican=false jbossall
 if [ "$?" != "0" ]; then
 	exit -1
 fi



More information about the jboss-svn-commits mailing list