[webbeans-commits] Webbeans SVN: r2826 - tck/trunk/impl/src/main/resources/org/jboss/jsr299/tck/tests/implementation/producer/method/lifecycle.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Fri Jun 12 10:22:03 EDT 2009


Author: dallen6
Date: 2009-06-12 10:22:03 -0400 (Fri, 12 Jun 2009)
New Revision: 2826

Modified:
   tck/trunk/impl/src/main/resources/org/jboss/jsr299/tck/tests/implementation/producer/method/lifecycle/beans.xml
Log:
Fixed problem with one of the beans.xml files

Modified: tck/trunk/impl/src/main/resources/org/jboss/jsr299/tck/tests/implementation/producer/method/lifecycle/beans.xml
===================================================================
--- tck/trunk/impl/src/main/resources/org/jboss/jsr299/tck/tests/implementation/producer/method/lifecycle/beans.xml	2009-06-12 13:09:32 UTC (rev 2825)
+++ tck/trunk/impl/src/main/resources/org/jboss/jsr299/tck/tests/implementation/producer/method/lifecycle/beans.xml	2009-06-12 14:22:03 UTC (rev 2826)
@@ -2,7 +2,7 @@
    <deploy>
       <type>javax.enterprise.inject.deployment.Standard</type>
       <type>javax.enterprise.inject.deployment.Production</type>
+      <type>org.jboss.jsr299.tck.tests.implementation.producer.method.lifecycle.PoultryFarmDeploymentType</type>
       <type>org.jboss.jsr299.tck.tests.implementation.producer.method.lifecycle.AnotherDeploymentType</type>
-      <type>org.jboss.jsr299.tck.tests.implementation.producer.method.lifecycle.PoultryFarmDeploymentType</type>
    </deploy>
 </beans>




More information about the weld-commits mailing list