X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=org.argeo.cms.jcr%2Fsrc%2Forg%2Fargeo%2Fcms%2Fjcr%2Ftabular%2FJcrTabularWriter.java;h=b4ba65b363840493713045b0ea4bb9427e3f2716;hb=HEAD;hp=cc3e0d7a9f428621b3998fc8e3f283037dbd4c5f;hpb=bce03099b0d2f1758e7a3d74fba339d0200924d5;p=gpl%2Fargeo-jcr.git diff --git a/org.argeo.cms.jcr/src/org/argeo/cms/jcr/tabular/JcrTabularWriter.java b/org.argeo.cms.jcr/src/org/argeo/cms/jcr/tabular/JcrTabularWriter.java index cc3e0d7..b4ba65b 100644 --- a/org.argeo.cms.jcr/src/org/argeo/cms/jcr/tabular/JcrTabularWriter.java +++ b/org.argeo.cms.jcr/src/org/argeo/cms/jcr/tabular/JcrTabularWriter.java @@ -12,12 +12,12 @@ import javax.jcr.PropertyType; import javax.jcr.RepositoryException; import org.apache.commons.io.IOUtils; +import org.argeo.api.acr.tabular.TabularColumn; +import org.argeo.api.acr.tabular.TabularWriter; import org.argeo.cms.ArgeoTypes; -import org.argeo.cms.tabular.TabularColumn; -import org.argeo.cms.tabular.TabularWriter; +import org.argeo.cms.util.CsvWriter; import org.argeo.jcr.JcrException; import org.argeo.jcr.JcrUtils; -import org.argeo.util.CsvWriter; /** Write / reference tabular content in a JCR repository. */ public class JcrTabularWriter implements TabularWriter {