]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - eclipse/plugins/org.argeo.slc.client.ui/META-INF/spring/jcr.xml
Prepare SLC v1.1.1 release
[gpl/argeo-slc.git] / eclipse / plugins / org.argeo.slc.client.ui / META-INF / spring / jcr.xml
index dccaea56f0bdd06ef9d96368817da13c6ac89606..b2043e29b648beac0b6f1b172126d4b920ff8399 100644 (file)
@@ -4,22 +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="jcrResultListView" class="org.argeo.slc.client.ui.views.JcrResultListView"
-               scope="prototype">
-               <property name="session" ref="session" />
-       </bean>
-
        <bean id="session" class="org.argeo.jcr.spring.ThreadBoundSession">
                <property name="repository" ref="repository" />
        </bean>