]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - org.argeo.cms/src/org/argeo/cms/tabular/JcrTabularWriter.java
Delete support in the JCR write servlet.
[lgpl/argeo-commons.git] / org.argeo.cms / src / org / argeo / cms / tabular / JcrTabularWriter.java
index 7249fd509fa4bf65593e5aa6c472c18053b659a3..a6e1e286c87b2e60399bbe05e44e15fce47f4d86 100644 (file)
@@ -27,12 +27,12 @@ import javax.jcr.PropertyType;
 import javax.jcr.RepositoryException;
 
 import org.apache.commons.io.IOUtils;
+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;
-import org.argeo.util.tabular.TabularColumn;
-import org.argeo.util.tabular.TabularWriter;
 
 /** Write / reference tabular content in a JCR repository. */
 public class JcrTabularWriter implements TabularWriter {