Adapt after SystemApp interfaces addition
[gpl/argeo-suite.git] / org.argeo.suite.workbench.rap / META-INF / spring / parts.xml
index 40b1997a958fb8888c194bf77074d5dd7c3cad91..5019156ed86fda86b6f6dde6e356e619880561af 100644 (file)
@@ -6,7 +6,6 @@
         http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-2.5.xsd">
 
        <!-- COMMANDS -->
-
        <bean id="importEntities" class="org.argeo.suite.workbench.commands.ImportEntities"
                scope="prototype">
                <property name="repository" ref="repository" />
@@ -24,6 +23,6 @@
                <property name="activitiesService" ref="activitiesService" />
                <property name="peopleService" ref="peopleService" />
                <property name="documentsService" ref="documentsService" />
-               <property name="appWorkbenchService" ref="appWorkbenchService" />
+               <property name="systemWorkbenchService" ref="systemWorkbenchService" />
        </bean>
 </beans>