Re-integrate server.core in the build. Rename vfs package to vfs2
[lgpl/argeo-commons.git] / org.argeo.server.core / src / org / argeo / server / backup / OsCallBackup.java
index 816157cfd4a2be750eb7dc0db7f2292afd60cf08..788ba52db47b0f7184ad6bd3bf037cfa365a4ab4 100644 (file)
@@ -28,8 +28,8 @@ import org.apache.commons.exec.PumpStreamHandler;
 import org.apache.commons.io.IOUtils;
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
-import org.apache.commons.vfs.FileContent;
-import org.apache.commons.vfs.FileObject;
+import org.apache.commons.vfs2.FileContent;
+import org.apache.commons.vfs2.FileObject;
 import org.argeo.ArgeoException;
 
 /**