]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - legacy/argeo-commons/org.argeo.cms.ui.workbench/src/org/argeo/eclipse/spring/SpringCommandHandler.java
Massive Argeo APIs refactoring
[gpl/argeo-slc.git] / legacy / argeo-commons / org.argeo.cms.ui.workbench / src / org / argeo / eclipse / spring / SpringCommandHandler.java
index 0fb40b0cf3381fef6c3b0adcdf5e75d8a25b9aae..361ff23e5e751e34800008ee7eb4bc3a8d8461e8 100644 (file)
@@ -1,7 +1,6 @@
 package org.argeo.eclipse.spring;
 
-import org.apache.commons.logging.Log;
-import org.apache.commons.logging.LogFactory;
+import org.argeo.api.cms.CmsLog;
 import org.argeo.eclipse.ui.EclipseUiException;
 import org.eclipse.core.commands.ExecutionEvent;
 import org.eclipse.core.commands.ExecutionException;
@@ -11,7 +10,7 @@ import org.springframework.context.ApplicationContext;
 
 /** Allows to declare Eclipse commands as Spring beans */
 public class SpringCommandHandler implements IHandler {
-       private final static Log log = LogFactory
+       private final static CmsLog log = CmsLog
                        .getLog(SpringCommandHandler.class);
 
        public void addHandlerListener(IHandlerListener handlerListener) {