Massive Argeo APIs refactoring
[lgpl/argeo-commons.git] / org.argeo.cms.swt / src / org / argeo / cms / swt / dialogs / LightweightDialog.java
index 2f00a37a6d914778ea19c23486db42b0a2169dda..bf6417beadd3baf911407cd57e6665c946649698 100644 (file)
@@ -1,7 +1,6 @@
 package org.argeo.cms.swt.dialogs;
 
-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.swt.SWT;
 import org.eclipse.swt.events.FocusEvent;
@@ -19,7 +18,7 @@ import org.eclipse.swt.widgets.Shell;
 
 /** Generic lightweight dialog, not based on JFace. */
 public class LightweightDialog {
-       private final static Log log = LogFactory.getLog(LightweightDialog.class);
+       private final static CmsLog log = CmsLog.getLog(LightweightDialog.class);
 
        // must be the same value as org.eclipse.jface.window.Window#OK
        public final static int OK = 0;