]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.spring/src/org/argeo/slc/core/execution/runtime.xml
Make core runtime features independent of Spring.
[gpl/argeo-slc.git] / org.argeo.slc.spring / src / org / argeo / slc / core / execution / runtime.xml
index 33542ee2057e62ef8a888ef2b4f818ba104c25dd..303d55c3fd0d15634e189202d8bbbd2593b68978 100644 (file)
        </bean>
 
 
-       <bean id="executionStack" class="org.argeo.slc.core.execution.DefaultExecutionStack"
+       <bean id="executionStack" class="org.argeo.slc.runtime.DefaultExecutionStack"
                scope="execution">
                <aop:scoped-proxy proxy-target-class="false" />
        </bean>
 
-       <bean id="instantiationManager" class="org.argeo.slc.core.execution.InstantiationManager" />
+       <bean id="instantiationManager" class="org.argeo.slc.runtime.InstantiationManager" />
 
        <bean class="org.argeo.slc.core.execution.ExecutionParameterPostProcessor">
                <property name="executionContext" ref="executionContext" />