]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - sandbox/argeo.slc.jemmytest/src/main/resources/META-INF/slc/conf/applicationContext.xml
git-svn-id: https://svn.argeo.org/slc/trunk@1671 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc
[gpl/argeo-slc.git] / sandbox / argeo.slc.jemmytest / src / main / resources / META-INF / slc / conf / applicationContext.xml
diff --git a/sandbox/argeo.slc.jemmytest/src/main/resources/META-INF/slc/conf/applicationContext.xml b/sandbox/argeo.slc.jemmytest/src/main/resources/META-INF/slc/conf/applicationContext.xml
deleted file mode 100644 (file)
index 01cc306..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-<?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">
-
-       <import resource="common/import.xml" />
-
-       <bean id="jemmyTest" class="org.argeo.slc.jemmytest.DummyStep">
-       </bean>
-
-       <bean id="executionServer"
-               class="org.argeo.slc.detached.DetachedExecutionServerImpl">
-               <property name="driver" ref="driver" />
-       </bean>
-       <bean id="driver" class="org.argeo.slc.detached.drivers.FileDriver">
-               <property name="requestDir" value="file:${user.dir}/../sandbox/argeo.slc.jemmytest/local/detachedRequests"/>
-       </bean>
-
-
-</beans>
\ No newline at end of file