[seam-commits] Seam SVN: r14012 - branches/community/Seam_2_2/src/test/ftest/examples/remoting/chatroom.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Fri Jan 21 04:22:02 EST 2011


Author: manaRH
Date: 2011-01-21 04:22:01 -0500 (Fri, 21 Jan 2011)
New Revision: 14012

Modified:
   branches/community/Seam_2_2/src/test/ftest/examples/remoting/chatroom/build.xml
Log:
JBSEAM-4769 ftest modified for jboss6

Modified: branches/community/Seam_2_2/src/test/ftest/examples/remoting/chatroom/build.xml
===================================================================
--- branches/community/Seam_2_2/src/test/ftest/examples/remoting/chatroom/build.xml	2011-01-21 08:52:16 UTC (rev 14011)
+++ branches/community/Seam_2_2/src/test/ftest/examples/remoting/chatroom/build.xml	2011-01-21 09:22:01 UTC (rev 14012)
@@ -23,6 +23,17 @@
 <project name="chatroom.ftest.build" basedir="." default="build">
 	<property name="example.name" value="remoting/chatroom" />
 	<property name="jboss4.context.path" value="/seam-chatroom" />
+	<property name="hornetq" value="true" />
 
+	<target name="set.deploy.properties">
+		<propertyset id="jboss6.deploy.properties">
+			<propertyref name="hornetq" id="hornetq" />
+		</propertyset>
+		<propertyset id="jboss4.deploy.properties" />
+		<propertyset id="jboss5.deploy.properties" />
+		<propertyset id="tomcat6.deploy.properties" />
+		<propertyset id="jboss-embedded.deploy.properties" />
+	</target>
+
 	<import file="../../build.xml" />
 </project>



More information about the seam-commits mailing list