]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - sandbox/argeo.slc.executionflow/src/slc/conf/main.xml
Adapt to OSGi
[gpl/argeo-slc.git] / sandbox / argeo.slc.executionflow / src / slc / conf / main.xml
index 829e6ee5bdf0061ec6d730af61bc973f6aa1005c..aab3785e2eb6ebc5f1f2caa6a07308550487bace 100644 (file)
@@ -8,9 +8,15 @@
        http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-2.5.xsd\r
        http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.5.xsd">\r
 \r
+       <import resource="common.xml" />\r
+\r
+       <import resource="basic.xml" />\r
        <import resource="testCases/basic-001.xml" />\r
        <import resource="testCases/basic-002.xml" />\r
 \r
+       <bean id="testLaunch" class="org.argeo.slc.execution.TestLaunch"\r
+               p:flowName="main" init-method="launch"/>\r
+\r
        <bean id="main" class="org.argeo.slc.execution.SimpleExecutionFlow">\r
                <property name="executionSpec">\r
                        <bean class="org.argeo.slc.execution.SimpleExecutionSpec">\r
@@ -34,7 +40,8 @@
        </bean>\r
 \r
        <bean id="echo1" parent="echoTemplate" scope="execution">\r
-               <property name="message" value="From main! @{testKey}, slc.flows=@{slc.flows}" />\r
+               <property name="message"\r
+                       value="From main! @{testKey}, slc.flows=@{slc.flows}" />\r
                <aop:scoped-proxy />\r
        </bean>\r
 \r