summaryrefslogtreecommitdiffstats
path: root/sandbox/implementation-spring2/src/test/resources/test.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/implementation-spring2/src/test/resources/test.xml')
-rw-r--r--sandbox/implementation-spring2/src/test/resources/test.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/sandbox/implementation-spring2/src/test/resources/test.xml b/sandbox/implementation-spring2/src/test/resources/test.xml
new file mode 100644
index 0000000000..00dd841ba3
--- /dev/null
+++ b/sandbox/implementation-spring2/src/test/resources/test.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<beans xmlns="http://www.springframework.org/schema/beans"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:sca="http://www.springframework.org/schema/sca"
+ xsi:schemaLocation="
+http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
+http://www.springframework.org/schema/sca http://www.springframework.org/schema/sca/spring-sca.xsd">
+
+ <bean id="testBean" class="org.apache.tuscany.container.spring.mock.TestBeanImpl"/>
+
+</beans>