[webbeans-commits] Webbeans SVN: r1678 - in tck/trunk/impl/src/main/resources/org/jboss/jsr299/tck/unit/context: passivating and 1 other directory.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Tue Feb 24 09:18:37 EST 2009


Author: shane.bryzak at jboss.com
Date: 2009-02-24 09:18:36 -0500 (Tue, 24 Feb 2009)
New Revision: 1678

Added:
   tck/trunk/impl/src/main/resources/org/jboss/jsr299/tck/unit/context/passivating/
   tck/trunk/impl/src/main/resources/org/jboss/jsr299/tck/unit/context/passivating/beans.xml
Log:
added beans.xml for passivating tests

Added: tck/trunk/impl/src/main/resources/org/jboss/jsr299/tck/unit/context/passivating/beans.xml
===================================================================
--- tck/trunk/impl/src/main/resources/org/jboss/jsr299/tck/unit/context/passivating/beans.xml	                        (rev 0)
+++ tck/trunk/impl/src/main/resources/org/jboss/jsr299/tck/unit/context/passivating/beans.xml	2009-02-24 14:18:36 UTC (rev 1678)
@@ -0,0 +1,8 @@
+<Beans xmlns="urn:java:ee"
+       xmlns:test="urn:java:org.jboss.jsr299.tck.unit.context.passivating"> 
+   <Deploy>
+      <Standard />
+      <Production />
+      <test:AnotherDeploymentType />      
+   </Deploy>
+</Beans>




More information about the weld-commits mailing list