]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - sandbox/argeo.slc.executionflow/src/slc/conf/common.xml
Ignore MANIFESTs
[gpl/argeo-slc.git] / sandbox / argeo.slc.executionflow / src / slc / conf / common.xml
index 80f54b562b5268b2574ba2b2125b2719f8853a9b..4ed1362f732e651ee405ef568a56a57322af2b34 100644 (file)
@@ -1,17 +1,19 @@
 <?xml version="1.0" encoding="UTF-8"?>\r
 <beans xmlns="http://www.springframework.org/schema/beans"\r
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.springframework.org/schema/p"\r
+       xmlns:aop="http://www.springframework.org/schema/aop"\r
        xsi:schemaLocation="\r
        http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd\r
-       http://www.springframework.org/schema/lang http://www.springframework.org/schema/lang/spring-lang-2.5.xsd">\r
+       http://www.springframework.org/schema/lang http://www.springframework.org/schema/lang/spring-lang-2.5.xsd\r
+       http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.5.xsd">\r
 \r
        <import\r
                resource="classpath:/org/argeo/slc/core/test/spring/applicationContext.xml" />\r
 \r
-       <bean id="specAttribute" class="org.argeo.slc.executionflow.SimpleSpecAttribute"\r
+       <bean id="specAttribute" class="org.argeo.slc.core.execution.SimpleSpecAttribute"\r
                abstract="true" />\r
 \r
-       <bean id="refAttribute" class="org.argeo.slc.executionflow.RefSpecAttribute"\r
+       <bean id="refAttribute" class="org.argeo.slc.core.execution.RefSpecAttribute"\r
                abstract="true" />\r
 \r
 </beans>
\ No newline at end of file