]> git.argeo.org Git - gpl/argeo-slc.git/blob - org.argeo.slc.example/src/main/slc/conf/environments/environments.xml
Clean example SLC appli
[gpl/argeo-slc.git] / org.argeo.slc.example / src / main / slc / conf / environments / environments.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <beans xmlns="http://www.springframework.org/schema/beans"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd">
5
6 <bean id="exampleDeployedSystem"
7 class="org.argeo.slc.example.ExampleDeployedSystem">
8 <property name="skipFreq" value="2" />
9 <property name="deployedSystemId" value="123456" />
10 </bean>
11
12 <bean id="exampleDeployedSystem2"
13 class="org.argeo.slc.example.ExampleDeployedSystem">
14 <property name="skipFreq" value="3" />
15 <property name="deployedSystemId" value="654321" />
16 </bean>
17
18 </beans>