]> git.argeo.org Git - gpl/argeo-slc.git/commitdiff
git-svn-id: https://svn.argeo.org/slc/trunk@1284 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc
authorMathieu Baudier <mbaudier@argeo.org>
Wed, 25 Jun 2008 17:20:58 +0000 (17:20 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Wed, 25 Jun 2008 17:20:58 +0000 (17:20 +0000)
org.argeo.slc.agent/src/main/java/org/argeo/slc/ant/AntSlcApplication.java

index ae1f8ef13dbd2f6cd836bd1d60b271f503b6ef9c..76c8331178a6f5a02dd7141d0482ec5cd939af71 100644 (file)
@@ -45,7 +45,7 @@ public class AntSlcApplication {
        private final static Log log = LogFactory.getLog(AntSlcApplication.class);
 
        private Resource contextLocation;
-       private ApplicationContext parentContext;
+       private ConfigurableApplicationContext parentContext;
 
        private Resource rootDir;
        private Resource confDir;
@@ -399,7 +399,7 @@ public class AntSlcApplication {
                this.workDir = workDir;
        }
 
-       public void setParentContext(ApplicationContext runtimeContext) {
+       public void setParentContext(ConfigurableApplicationContext runtimeContext) {
                this.parentContext = runtimeContext;
        }