]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - trash/examples/org.argeo.slc.example01/src/slc/conf/environments/environments.xml
Remove strict manifest and trash
[gpl/argeo-slc.git] / trash / examples / org.argeo.slc.example01 / src / slc / conf / environments / environments.xml
diff --git a/trash/examples/org.argeo.slc.example01/src/slc/conf/environments/environments.xml b/trash/examples/org.argeo.slc.example01/src/slc/conf/environments/environments.xml
deleted file mode 100644 (file)
index ab08c2f..0000000
+++ /dev/null
@@ -1,18 +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.5.xsd">
-
-       <bean id="exampleDeployedSystem"
-               class="org.argeo.slc.example.ExampleDeployedSystem">
-               <property name="skipFreq" value="2" />
-               <property name="deployedSystemId" value="123456" />
-       </bean>
-
-       <bean id="exampleDeployedSystem2"
-               class="org.argeo.slc.example.ExampleDeployedSystem">
-               <property name="skipFreq" value="3" />
-               <property name="deployedSystemId" value="654321" />
-       </bean>
-
-</beans>
\ No newline at end of file