]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - trash/examples/org.argeo.slc.example01/src/slc/conf/environments/environments.xml
Move to 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
new file mode 100644 (file)
index 0000000..ab08c2f
--- /dev/null
@@ -0,0 +1,18 @@
+<?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