]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - sandbox/argeo.slc.jemmytest/src/main/slc/conf/applicationContext.xml
Start using Spring
[gpl/argeo-slc.git] / sandbox / argeo.slc.jemmytest / src / main / slc / conf / applicationContext.xml
diff --git a/sandbox/argeo.slc.jemmytest/src/main/slc/conf/applicationContext.xml b/sandbox/argeo.slc.jemmytest/src/main/slc/conf/applicationContext.xml
new file mode 100644 (file)
index 0000000..cd06c5e
--- /dev/null
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<beans xmlns="http://www.springframework.org/schema/beans"
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd">
+
+       <bean id="jemmyTest"
+               class="org.argeo.slc.jemmytest.AutoUiApplicationJemmy">
+       </bean>
+
+</beans>
\ No newline at end of file