]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - legacy/org.argeo.slc.client.ui.dist/src/org/argeo/slc/client/ui/dist/editors/BundleDetailPage.java
Massive Argeo APIs refactoring
[gpl/argeo-slc.git] / legacy / org.argeo.slc.client.ui.dist / src / org / argeo / slc / client / ui / dist / editors / BundleDetailPage.java
index c300af1baa12ef5e8d945d59b711ffa37081b43b..103ffa33c7a8e72158b6cfe095b510e95606c1bb 100644 (file)
@@ -5,8 +5,7 @@ import java.net.URL;
 import javax.jcr.Node;
 import javax.jcr.RepositoryException;
 
-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.SlcNames;
 import org.argeo.slc.build.License;
@@ -36,7 +35,7 @@ import org.eclipse.ui.forms.widgets.Section;
 
 /** Show details for a given bundle. */
 public class BundleDetailPage extends FormPage implements SlcNames {
-       private final static Log log = LogFactory.getLog(BundleDetailPage.class);
+       private final static CmsLog log = CmsLog.getLog(BundleDetailPage.class);
 
        final static String PAGE_ID = "BundleDetailPage";