]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - org.argeo.jcr/src/org/argeo/jcr/JcrxType.java
Remove unnecessary dependency to JTA.
[lgpl/argeo-commons.git] / org.argeo.jcr / src / org / argeo / jcr / JcrxType.java
index 984a739aa7b48c48a6d3b8acb8132b9bec9e7120..0cbad3341d784d8630f67196edf856dae9dc30c9 100644 (file)
@@ -11,4 +11,7 @@ public interface JcrxType {
        /** Node type for the node containing the text. */
        public final static String JCRX_XMLTEXT = "{http://www.argeo.org/ns/jcrx}xmltext";
 
+       /** Mixin node type for a set of checksums. */
+       public final static String JCRX_CSUM = "{http://www.argeo.org/ns/jcrx}csum";
+
 }