Rename packages in order to make future stable documentation clearer.
[lgpl/argeo-commons.git] / org.argeo.cms / src / org / argeo / cms / tabular / JcrTabularWriter.java
index ac57d2ab7156d4c8acb6ebbe9d43141b5b541e14..e581e2b3510db2b3f5aef1ccdf14ea203e192a41 100644 (file)
@@ -27,11 +27,11 @@ import javax.jcr.PropertyType;
 import javax.jcr.RepositoryException;
 
 import org.apache.commons.io.IOUtils;
+import org.argeo.api.tabular.TabularColumn;
+import org.argeo.api.tabular.TabularWriter;
+import org.argeo.cms.ArgeoTypes;
 import org.argeo.jcr.ArgeoJcrException;
 import org.argeo.jcr.JcrUtils;
-import org.argeo.node.ArgeoTypes;
-import org.argeo.node.tabular.TabularColumn;
-import org.argeo.node.tabular.TabularWriter;
 import org.argeo.util.CsvWriter;
 
 /** Write / reference tabular content in a JCR repository. */