X-Git-Url: http://git.argeo.org/?p=gpl%2Fargeo-suite.git;a=blobdiff_plain;f=core%2Forg.argeo.entity.api%2Fsrc%2Forg%2Fargeo%2Fentity%2FEntityConstants.java;fp=core%2Forg.argeo.entity.api%2Fsrc%2Forg%2Fargeo%2Fentity%2FEntityConstants.java;h=0000000000000000000000000000000000000000;hp=93021e0f07b2b2afee4c07acc22becd048847a3c;hb=3440f51df3e4c015972c7b6a0efb3ce16188b89b;hpb=752a7b2614895002a3d184be166ef4162caf0d05 diff --git a/core/org.argeo.entity.api/src/org/argeo/entity/EntityConstants.java b/core/org.argeo.entity.api/src/org/argeo/entity/EntityConstants.java deleted file mode 100644 index 93021e0..0000000 --- a/core/org.argeo.entity.api/src/org/argeo/entity/EntityConstants.java +++ /dev/null @@ -1,8 +0,0 @@ -package org.argeo.entity; - -/** Constant related to entities, typically used in an OSGi context. */ -public interface EntityConstants { - final static String TYPE = "entity.type"; - final static String DEFAULT_EDITOR_ID = "entity.defaultEditorId"; - -}