]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - trash/examples/org.argeo.slc.example01/src/slc/conf/applicationContext.xml
Remove strict manifest and trash
[gpl/argeo-slc.git] / trash / examples / org.argeo.slc.example01 / src / slc / conf / applicationContext.xml
diff --git a/trash/examples/org.argeo.slc.example01/src/slc/conf/applicationContext.xml b/trash/examples/org.argeo.slc.example01/src/slc/conf/applicationContext.xml
deleted file mode 100644 (file)
index 68dbbad..0000000
+++ /dev/null
@@ -1,25 +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="environments/environments.xml" />
-
-       <import resource="test/testDatas.xml" />
-       <import resource="test/testDefinitions.xml" />
-       <import resource="test/contextTests.xml" />
-
-       <bean id="defaultTestRun"
-               class="org.argeo.slc.core.test.SimpleTestRun" scope="prototype">
-               <property name="testResult" ref="testResult" />
-               <property name="deployedSystem" ref="exampleDeployedSystem" />
-       </bean>
-
-       <bean id="otherTestRun"
-               class="org.argeo.slc.core.test.SimpleTestRun" scope="prototype">
-               <property name="testResult" ref="testResult2" />
-               <property name="deployedSystem" ref="exampleDeployedSystem" />
-       </bean>
-
-
-</beans>
\ No newline at end of file