[weld-commits] Weld SVN: r5529 - cdi-tck/branches/1.0/impl/src/main/resources/org/jboss/jsr299/tck/tests/definition/stereotype/inheritance.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Wed Jan 20 08:52:37 EST 2010


Author: pete.muir at jboss.org
Date: 2010-01-20 08:52:37 -0500 (Wed, 20 Jan 2010)
New Revision: 5529

Modified:
   cdi-tck/branches/1.0/impl/src/main/resources/org/jboss/jsr299/tck/tests/definition/stereotype/inheritance/beans.xml
Log:
backport CDITCK-90

Modified: cdi-tck/branches/1.0/impl/src/main/resources/org/jboss/jsr299/tck/tests/definition/stereotype/inheritance/beans.xml
===================================================================
--- cdi-tck/branches/1.0/impl/src/main/resources/org/jboss/jsr299/tck/tests/definition/stereotype/inheritance/beans.xml	2010-01-20 13:51:36 UTC (rev 5528)
+++ cdi-tck/branches/1.0/impl/src/main/resources/org/jboss/jsr299/tck/tests/definition/stereotype/inheritance/beans.xml	2010-01-20 13:52:37 UTC (rev 5529)
@@ -1,5 +1,5 @@
 <beans> 
    <alternatives>
-      <class>org.jboss.jsr299.tck.tests.definition.stereotype.inheritance.NamedRequestPolicyStereotype</class>
+      <stereotype>org.jboss.jsr299.tck.tests.definition.stereotype.inheritance.NamedRequestPolicyStereotype</stereotype>
    </alternatives>
 </beans>



More information about the weld-commits mailing list