Remove unused.
[gpl/argeo-slc.git] / lib / org.argeo.slc.lib.build / META-INF / spring / lxc.xml
diff --git a/lib/org.argeo.slc.lib.build/META-INF/spring/lxc.xml b/lib/org.argeo.slc.lib.build/META-INF/spring/lxc.xml
deleted file mode 100644 (file)
index c9e3a30..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
-<beans 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
-       xmlns:aop="http://www.springframework.org/schema/aop" xmlns:flow="http://www.argeo.org/schema/slc-flow"\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
-       http://www.argeo.org/schema/slc-flow http://www.argeo.org/schema/slc-flow-1.2.xsd">\r
-\r
-       <flow:flow name="test/deployLxcContainer">\r
-               <description>Init an LXC container</description>\r
-               <flow:spec>\r
-                       <flow:primitive name="chroot" value="/var/lib/libvirt/lxc/test" />\r
-               </flow:spec>\r
-               <bean class="org.argeo.slc.lib.linux.DeployLxcContainer">\r
-                       <flow:variable />\r
-                       <property name="chroot" value="@{chroot}" />\r
-                       <property name="callbackHandler" ref="callbackHandler" />\r
-               </bean>\r
-       </flow:flow>\r
-\r
-</beans>
\ No newline at end of file