Massive Argeo APIs refactoring
[lgpl/argeo-commons.git] / org.argeo.cms.swt / src / org / argeo / eclipse / ui / dialogs / LightweightDialog.java
index d00365bf2c7e8ad1aa6547ffae2a326a6d8ecfd8..615e1417a74fc7442aab83d244b54f1cb84fd279 100644 (file)
@@ -1,7 +1,6 @@
 package org.argeo.eclipse.ui.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;
@@ -20,7 +19,7 @@ import org.eclipse.swt.widgets.Shell;
 /** Generic lightweight dialog, not based on JFace. */
 @Deprecated
 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;