]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.repo/src/org/argeo/slc/repo/osgi/OsgiFactoryImpl.java
Massive Argeo APIs refactoring
[gpl/argeo-slc.git] / org.argeo.slc.repo / src / org / argeo / slc / repo / osgi / OsgiFactoryImpl.java
index e372afdfea0a5d5b3409024e8c71500cb4b70e0f..a844f2021ca1664252fa2f12662c2754aa2a27b8 100644 (file)
@@ -19,8 +19,7 @@ import javax.jcr.Session;
 import javax.jcr.security.Privilege;
 
 import org.apache.commons.io.IOUtils;
-import org.apache.commons.logging.Log;
-import org.apache.commons.logging.LogFactory;
+import org.argeo.api.cms.CmsLog;
 import org.argeo.jcr.JcrUtils;
 import org.argeo.slc.SlcConstants;
 import org.argeo.slc.SlcException;
@@ -35,7 +34,7 @@ import org.eclipse.aether.artifact.DefaultArtifact;
 
 /** Default implementation of {@link OsgiFactory}. */
 public class OsgiFactoryImpl implements OsgiFactory, SlcNames {
-       private final static Log log = LogFactory.getLog(OsgiFactoryImpl.class);
+       private final static CmsLog log = CmsLog.getLog(OsgiFactoryImpl.class);
 
        private String workspace;
        private Repository distRepository;