X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=plugins%2Forg.argeo.slc.client.ui.dist%2Fsrc%2Fmain%2Fjava%2Forg%2Fargeo%2Fslc%2Fclient%2Fui%2Fdist%2FDistConstants.java;h=e7fbef20a0ccc227e6f0b9dbf7f133c81f765d02;hb=524221f25edad4b09aac22555450164e587b304a;hp=52d41c96e8b34b3e81e9441af25f327664f9c65a;hpb=dfe3fcaa16195d0fff84839e86546d753e588253;p=gpl%2Fargeo-slc.git diff --git a/plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/DistConstants.java b/plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/DistConstants.java index 52d41c96e..e7fbef20a 100644 --- a/plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/DistConstants.java +++ b/plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/DistConstants.java @@ -26,8 +26,11 @@ public interface DistConstants { */ public final static String DATE_TIME_FORMAT = "MM/dd/yyyy, HH:mm"; public final static String DATE_FORMAT = "MM/dd/yyyy"; - // this should be directly retrieved from JCR APIs + // this should be directly retrieved from JCR APIs once we have solved the + // problem of the translation of name space to shortcut, typically + // {http://www.jcp.org/jcr/1.0} to jcr: public final static String JCR_IDENTIFIER = "jcr:uuid"; + public final static String JCR_MIXIN_TYPES = "jcr:mixinTypes"; // FIXME: should be defined in SlcNames public final static String SLC_BUNDLE_NAME = SlcNames.SLC_ @@ -38,4 +41,5 @@ public interface DistConstants { + Constants.BUNDLE_VENDOR; public final String DEFAULT_PUBLIC_REPOSITORY_URI = "vm:///java"; + }