]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - legacy/org.argeo.slc.client.ui.dist/META-INF/spring/editors.xml
Remove legacy
[gpl/argeo-slc.git] / legacy / org.argeo.slc.client.ui.dist / META-INF / spring / editors.xml
diff --git a/legacy/org.argeo.slc.client.ui.dist/META-INF/spring/editors.xml b/legacy/org.argeo.slc.client.ui.dist/META-INF/spring/editors.xml
deleted file mode 100644 (file)
index 23632d5..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<beans xmlns="http://www.springframework.org/schema/beans"
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:util="http://www.springframework.org/schema/util"
-       xmlns:p="http://www.springframework.org/schema/p"
-       xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
-        http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-2.5.xsd">
-
-       <bean id="distWorkspaceEditor"
-               class="org.argeo.slc.client.ui.dist.editors.DistWorkspaceEditor"
-               scope="prototype">
-               <property name="repositoryFactory" ref="repositoryFactory" />
-               <property name="keyring" ref="keyring" />
-               <property name="localRepository" ref="nodeRepository" />
-       </bean>
-
-       <bean id="artifactVersionEditor"
-               class="org.argeo.slc.client.ui.dist.editors.ArtifactVersionEditor"
-               scope="prototype">
-               <property name="repoService" ref="repoService" />
-       </bean>
-
-       <bean id="modularDistVersionEditor"
-               class="org.argeo.slc.client.ui.dist.editors.ModularDistVersionEditor"
-               scope="prototype">
-               <property name="repoService" ref="repoService" />
-       </bean>
-</beans>
\ No newline at end of file