]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - eclipse/plugins/org.argeo.slc.client.ui/META-INF/spring/jcr.xml
Update to v0.14.2-SNAPSHOT
[gpl/argeo-slc.git] / eclipse / plugins / org.argeo.slc.client.ui / META-INF / spring / jcr.xml
index 340ae1c780fbd8ce62f0d16f04071bf4eeb44d50..b2043e29b648beac0b6f1b172126d4b920ff8399 100644 (file)
@@ -4,17 +4,6 @@
        xsi:schemaLocation="http://www.springframework.org/schema/beans
         http://www.springframework.org/schema/beans/spring-beans.xsd">
 
-       <!-- Views -->
-       <bean id="jcrExecutionModulesView" class="org.argeo.slc.client.ui.views.JcrExecutionModulesView"
-               scope="prototype">
-               <property name="session" ref="session" />
-       </bean>
-
-       <bean id="jcrProcessListView" class="org.argeo.slc.client.ui.views.JcrProcessListView"
-               scope="prototype">
-               <property name="session" ref="session" />
-       </bean>
-
        <bean id="session" class="org.argeo.jcr.spring.ThreadBoundSession">
                <property name="repository" ref="repository" />
        </bean>