]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.repo/src/org/argeo/slc/repo/PdeSourcesIndexer.java
Massive Argeo APIs refactoring
[gpl/argeo-slc.git] / org.argeo.slc.repo / src / org / argeo / slc / repo / PdeSourcesIndexer.java
index 0ce3ba9200cc904572e2dbc2cca9540e3bba57ac..6b8aee95eee15fd3d2613c0dfddefc435fe0d229 100644 (file)
@@ -7,8 +7,7 @@ import javax.jcr.RepositoryException;
 import javax.jcr.Session;
 
 import org.apache.commons.io.FilenameUtils;
-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.NameVersion;
 import org.argeo.slc.SlcException;
@@ -22,7 +21,7 @@ import org.eclipse.aether.artifact.DefaultArtifact;
  * "...-sources.jar"
  */
 public class PdeSourcesIndexer implements NodeIndexer {
-       private Log log = LogFactory.getLog(PdeSourcesIndexer.class);
+       private CmsLog log = CmsLog.getLog(PdeSourcesIndexer.class);
 
        private String artifactBasePath = RepoConstants.DEFAULT_ARTIFACTS_BASE_PATH;