]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - demo/modules/org.argeo.slc.demo.minimal/META-INF/spring/helloworld.xml
[maven-release-plugin] prepare release argeo-slc-2.1.15
[gpl/argeo-slc.git] / demo / modules / org.argeo.slc.demo.minimal / META-INF / spring / helloworld.xml
index 605dd087a66cb34c0005418516cb9afd8aa28b4c..0d249dc9c9602600208b8e6c8227d895ee11cc8b 100644 (file)
@@ -3,7 +3,7 @@
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.springframework.org/schema/p"\r
        xsi:schemaLocation="\r
        http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd\r
-       http://www.argeo.org/schema/slc-flow http://www.argeo.org/schema/slc-flow-0.12.xsd">\r
+       http://www.argeo.org/schema/slc-flow http://www.argeo.org/schema/slc-flow-1.2.xsd">\r
 \r
        <!-- Hello world -->\r
        <flow:flow name="hello">\r
                <bean p:message="Hello World!" class="org.argeo.slc.core.execution.tasks.Echo" />\r
        </flow:flow>\r
 \r
-       <flow:spec id="helloSpec">\r
-               <flow:primitive name="testKey" value="777" isParameter="false" />\r
-       </flow:spec>\r
 \r
-       <flow:flow name="HelloWorld/WithVar" spec="helloSpec">\r
+       <flow:flow name="HelloWorld/WithVar">\r
                <description>Print Hello World! with variable</description>\r
+               <flow:spec>\r
+                       <flow:primitive name="testKey" value="777" />\r
+               </flow:spec>\r
                <bean p:message="Hello World! @{testKey}" class="org.argeo.slc.core.execution.tasks.Echo">\r
                        <flow:variable proxy-target-class="false" />\r
                </bean>\r