Remove unused.
[gpl/argeo-slc.git] / lib / org.argeo.slc.lib.repo / META-INF / spring / helloworld.xml
diff --git a/lib/org.argeo.slc.lib.repo/META-INF/spring/helloworld.xml b/lib/org.argeo.slc.lib.repo/META-INF/spring/helloworld.xml
deleted file mode 100644 (file)
index 8e04d7e..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
-<beans xmlns:flow="http://www.argeo.org/schema/slc-flow" xmlns="http://www.springframework.org/schema/beans"\r
-       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-1.2.xsd">\r
-\r
-       <!-- Hello world -->\r
-       <flow:flow name="hello">\r
-               <description>Print Hello World!</description>\r
-               <bean p:message="Hello World!" class="org.argeo.slc.core.execution.tasks.Echo" />\r
-       </flow:flow>\r
-\r
-\r
-       <flow:flow name="hello-with-var">\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
-       </flow:flow>\r
-\r
-</beans>
\ No newline at end of file