]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - sandbox/argeo.slc.executionflow/src/slc/conf/main.xml
OSGi related POMs
[gpl/argeo-slc.git] / sandbox / argeo.slc.executionflow / src / slc / conf / main.xml
index aab3785e2eb6ebc5f1f2caa6a07308550487bace..cd577729fc5a4987981fafe112483159fce44259 100644 (file)
        <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
+       <bean id="testLaunch" class="org.argeo.slc.execution.old.TestLaunch"\r
                p:flowName="main" init-method="launch"/>\r
 \r
-       <bean id="main" class="org.argeo.slc.execution.SimpleExecutionFlow">\r
+       <bean id="main" class="org.argeo.slc.core.execution.SimpleExecutionFlow">\r
                <property name="executionSpec">\r
-                       <bean class="org.argeo.slc.execution.SimpleExecutionSpec">\r
+                       <bean class="org.argeo.slc.core.execution.SimpleExecutionSpec">\r
                                <property name="attributes">\r
                                        <map>\r
                                                <entry key="testKey">\r
@@ -45,7 +45,7 @@
                <aop:scoped-proxy />\r
        </bean>\r
 \r
-       <bean id="echoTemplate" class="org.argeo.slc.execution.tasks.Echo"\r
+       <bean id="echoTemplate" class="org.argeo.slc.core.execution.tasks.Echo"\r
                abstract="true">\r
        </bean>\r
 \r
@@ -57,7 +57,7 @@
                <property name="scopes">\r
                        <map>\r
                                <entry key="execution">\r
-                                       <bean class="org.argeo.slc.execution.ExecutionScope" />\r
+                                       <bean class="org.argeo.slc.core.execution.ExecutionScope" />\r
                                </entry>\r
                        </map>\r
                </property>\r
 \r
        <bean\r
                class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer" />\r
-       <bean class="org.argeo.slc.execution.ExecutionParameterPostProcessor" />\r
-       <bean class="org.argeo.slc.execution.InstantiationPostProcessor" />\r
-       <bean class="org.argeo.slc.execution.Executor" />\r
+       <bean class="org.argeo.slc.core.execution.ExecutionParameterPostProcessor" />\r
+       <bean class="org.argeo.slc.core.execution.InstantiationPostProcessor" />\r
+       <bean class="org.argeo.slc.core.execution.Executor" />\r
 \r
-       <bean class="org.argeo.slc.execution.ExecutionAspect"></bean>\r
+       <bean class="org.argeo.slc.core.execution.ExecutionAspect"></bean>\r
        <aop:aspectj-autoproxy />\r
 \r
 </beans>
\ No newline at end of file