]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - demo/site/org.argeo.slc.demo.minimal/slc/main.xml
Simplify minimal configs for execution
[gpl/argeo-slc.git] / demo / site / org.argeo.slc.demo.minimal / slc / main.xml
index 59024bfb6946ca6b2c6acaf8a5750079ccb8c713..e0e35d0723321225398d76259bcc7de59d528ad6 100644 (file)
@@ -4,13 +4,12 @@
        xmlns:aop="http://www.springframework.org/schema/aop"\r
        xsi:schemaLocation="\r
        http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd\r
-       http://www.springframework.org/schema/lang http://www.springframework.org/schema/lang/spring-lang-2.5.xsd\r
        http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.5.xsd">\r
 \r
-       <bean id="main" parent="slcTemplate.simpleFlow">\r
+       <bean id="main" class="org.argeo.slc.core.execution.DefaultExecutionFlow">\r
                <property name="executables">\r
                        <list>\r
-                               <bean p:message="Hello World!" parent="task.echo" />\r
+                               <bean p:message="Hello World!" class="org.argeo.slc.core.execution.tasks.Echo" />\r
                        </list>\r
                </property>\r
        </bean>\r