X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=legacy%2Forg.argeo.slc.spring%2Fsrc%2Forg%2Fargeo%2Fslc%2Fcore%2Fexecution%2FFileExecutionResources.java;h=b102639b11ffe57702545c1968aa286662f11c01;hb=fbde11e8a342318876a4744c4676d3618bdf8583;hp=41fb6941aaba072da9a9a3e6f3118ccccbe2aa41;hpb=69a25048f4a4e78a00e1a8a60455e83e00e06dcc;p=gpl%2Fargeo-slc.git diff --git a/legacy/org.argeo.slc.spring/src/org/argeo/slc/core/execution/FileExecutionResources.java b/legacy/org.argeo.slc.spring/src/org/argeo/slc/core/execution/FileExecutionResources.java index 41fb6941a..b102639b1 100644 --- a/legacy/org.argeo.slc.spring/src/org/argeo/slc/core/execution/FileExecutionResources.java +++ b/legacy/org.argeo.slc.spring/src/org/argeo/slc/core/execution/FileExecutionResources.java @@ -9,8 +9,7 @@ import java.text.SimpleDateFormat; import java.util.Date; import org.apache.commons.io.IOUtils; -import org.apache.commons.logging.Log; -import org.apache.commons.logging.LogFactory; +import org.argeo.api.cms.CmsLog; import org.argeo.slc.SlcException; import org.argeo.slc.execution.ExecutionContext; import org.springframework.core.io.FileSystemResource; @@ -19,7 +18,7 @@ import org.springframework.util.Assert; /** Implements write access to resources based on standard Java {@link File} */ public class FileExecutionResources implements ExecutionResources { - private final static Log log = LogFactory + private final static CmsLog log = CmsLog .getLog(FileExecutionResources.class); protected final static String DEFAULT_EXECUTION_RESOURCES_DIRNAME = "executionResources"; public final static String DEFAULT_EXECUTION_RESOURCES_TMP_PATH = System