Remove CMS Text package.
[gpl/argeo-suite.git] / publishing / org.argeo.publishing.ui / src / org / argeo / cms / text / CmsTypes.java
diff --git a/publishing/org.argeo.publishing.ui/src/org/argeo/cms/text/CmsTypes.java b/publishing/org.argeo.publishing.ui/src/org/argeo/cms/text/CmsTypes.java
deleted file mode 100644 (file)
index 3d856fd..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-package org.argeo.cms.text;
-
-/** JCR types. */
-public interface CmsTypes {
-       public final static String CMS_TEXT = "cms:text";
-       public final static String CMS_IMAGE = "cms:image";
-       public final static String CMS_SECTION = "cms:section";
-       public final static String CMS_STYLED = "cms:styled";
-
-}