X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=org.argeo.cms%2Fsrc%2Forg%2Fargeo%2Fcms%2Ftabular%2FJcrTabularWriter.java;h=e581e2b3510db2b3f5aef1ccdf14ea203e192a41;hb=5b3108fe285bca50565b58b63fa4feddc96c0765;hp=a6e1e286c87b2e60399bbe05e44e15fce47f4d86;hpb=e54c6091d38b6859dec42f36e7334da19e2a0227;p=lgpl%2Fargeo-commons.git diff --git a/org.argeo.cms/src/org/argeo/cms/tabular/JcrTabularWriter.java b/org.argeo.cms/src/org/argeo/cms/tabular/JcrTabularWriter.java index a6e1e286c..e581e2b35 100644 --- a/org.argeo.cms/src/org/argeo/cms/tabular/JcrTabularWriter.java +++ b/org.argeo.cms/src/org/argeo/cms/tabular/JcrTabularWriter.java @@ -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.tabular.TabularColumn; -import org.argeo.node.tabular.TabularWriter; import org.argeo.util.CsvWriter; /** Write / reference tabular content in a JCR repository. */