]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - org.argeo.cms.jcr/src/org/argeo/maintenance/backup/LogicalRestore.java
Introduce namespace support
[lgpl/argeo-commons.git] / org.argeo.cms.jcr / src / org / argeo / maintenance / backup / LogicalRestore.java
index a12bb41c907204c122dcf02be9a1032d0a88116e..122c967014dcf7cc34ccd41c82123f894bbd514b 100644 (file)
@@ -11,10 +11,9 @@ import javax.jcr.Repository;
 import javax.jcr.RepositoryException;
 import javax.jcr.Session;
 
-import org.apache.commons.logging.Log;
-import org.apache.commons.logging.LogFactory;
-import org.argeo.api.NodeConstants;
-import org.argeo.api.NodeUtils;
+import org.argeo.api.cms.CmsConstants;
+import org.argeo.api.cms.CmsLog;
+import org.argeo.cms.jcr.CmsJcrUtils;
 import org.argeo.jcr.Jcr;
 import org.argeo.jcr.JcrException;
 import org.argeo.jcr.JcrUtils;
@@ -22,7 +21,7 @@ import org.osgi.framework.BundleContext;
 
 /** Restores a backup in the format defined by {@link LogicalBackup}. */
 public class LogicalRestore implements Runnable {
-       private final static Log log = LogFactory.getLog(LogicalRestore.class);
+       private final static CmsLog log = CmsLog.getLog(LogicalRestore.class);
 
        private final Repository repository;
        private final BundleContext bundleContext;