]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.runtime/src/org/argeo/slc/runtime/AbstractExecutionModulesManager.java
Massive Argeo APIs refactoring
[gpl/argeo-slc.git] / org.argeo.slc.runtime / src / org / argeo / slc / runtime / AbstractExecutionModulesManager.java
index 3b9da2a767c859a46dce131e90f6895210e8aea1..ff69dda2542c793abd71c518243e4d0530cce011 100644 (file)
@@ -1,24 +1,8 @@
-/*
- * Copyright (C) 2007-2012 Argeo GmbH
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *         http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 package org.argeo.slc.runtime;
 
 import java.util.Map;
 
-import org.apache.commons.logging.Log;
-import org.apache.commons.logging.LogFactory;
+import org.argeo.api.cms.CmsLog;
 import org.argeo.slc.execution.ExecutionContext;
 import org.argeo.slc.execution.ExecutionFlow;
 import org.argeo.slc.execution.ExecutionFlowDescriptorConverter;
@@ -28,7 +12,7 @@ import org.argeo.slc.execution.RealizedFlow;
 /** Provides the base feature of an execution module manager. */
 public abstract class AbstractExecutionModulesManager implements
                ExecutionModulesManager {
-       private final static Log log = LogFactory
+       private final static CmsLog log = CmsLog
                        .getLog(AbstractExecutionModulesManager.class);
 
        // private List<FilteredNotifier> filteredNotifiers = Collections