You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by ge...@apache.org on 2008/12/21 23:51:40 UTC

svn commit: r728543 - /incubator/openwebbeans/trunk/webbeans-impl/src/test/resources/org/apache/webbeans/test/xml/definition/definition2.xml

Author: gerdogdu
Date: Sun Dec 21 14:51:40 2008
New Revision: 728543

URL: http://svn.apache.org/viewvc?rev=728543&view=rev
Log:
Adding new test file.

Added:
    incubator/openwebbeans/trunk/webbeans-impl/src/test/resources/org/apache/webbeans/test/xml/definition/definition2.xml   (with props)

Added: incubator/openwebbeans/trunk/webbeans-impl/src/test/resources/org/apache/webbeans/test/xml/definition/definition2.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-impl/src/test/resources/org/apache/webbeans/test/xml/definition/definition2.xml?rev=728543&view=auto
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-impl/src/test/resources/org/apache/webbeans/test/xml/definition/definition2.xml (added)
+++ incubator/openwebbeans/trunk/webbeans-impl/src/test/resources/org/apache/webbeans/test/xml/definition/definition2.xml Sun Dec 21 14:51:40 2008
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<WebBeans 	xmlns="urn:java:javax.webbeans"
+		  	xmlns:myapp="urn:java:org.apache.webbeans.test.xml.definition"
+		  	xmlns:java="urn:java:java.lang"
+		  	xmlns:comp="urn:java:org.apache.webbeans.test.component"
+		  	xmlns:binding="urn:java:org.apache.webbeans.test.annotation.binding"
+ 			xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+			xsi:schemaLocation="urn:java:javax.webbeans http://java.sun.com/jee/web-beans-1.0.xsd">
+	
+	<myapp:Definition2>
+		
+		<myapp:produce>
+
+			<Produces>
+				<Array>
+					<java:Object/>
+					<binding:Binding1/>
+				</Array>
+				<RequestScoped/>
+				<Production/>
+			</Produces>
+
+			<comp:CheckWithCheckPayment>
+				<binding:Check type="CHECK"></binding:Check>
+			</comp:CheckWithCheckPayment>
+			
+			
+		</myapp:produce>
+		
+	</myapp:Definition2>	
+	
+</WebBeans>
\ No newline at end of file

Propchange: incubator/openwebbeans/trunk/webbeans-impl/src/test/resources/org/apache/webbeans/test/xml/definition/definition2.xml
------------------------------------------------------------------------------
    svn:eol-style = native