Remove unused.
[gpl/argeo-slc.git] / lib / org.argeo.slc.lib.build / META-INF / spring / standardBuilds.xml
diff --git a/lib/org.argeo.slc.lib.build/META-INF/spring/standardBuilds.xml b/lib/org.argeo.slc.lib.build/META-INF/spring/standardBuilds.xml
deleted file mode 100644 (file)
index bedfd0f..0000000
+++ /dev/null
@@ -1,33 +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="dev">\r
-               <description>Argeo Developer Build </description>\r
-               <flow:spec>\r
-                       <flow:primitive name="mvnArgs" value="clean install" />\r
-               </flow:spec>\r
-               <bean parent="templates/defaultMavenCall">\r
-                       <flow:variable />\r
-               </bean>\r
-       </flow:flow>\r
-\r
-       <flow:flow name="devFull">\r
-               <description>Argeo Full Developer Build </description>\r
-               <flow:spec>\r
-                       <flow:primitive name="mvnArgs"\r
-                               value="clean argeo-osgi:pde-sources install" />\r
-               </flow:spec>\r
-               <bean parent="templates/defaultMavenCall">\r
-                       <flow:variable />\r
-               </bean>\r
-       </flow:flow>\r
-\r
-\r
-</beans>
\ No newline at end of file