Refactor deploy properties and move legacy CMS exception.
[lgpl/argeo-commons.git] / org.argeo.cms / src / org / argeo / cms / ArgeoTypes.java
index ce043910238ad4a95f9a92f3b13cf29088d3093b..9995725d80ea29473cd77eb10ce97c6e0b8977e3 100644 (file)
@@ -1,9 +1,10 @@
 package org.argeo.cms;
 
 /** JCR types in the http://www.argeo.org/argeo namespace */
+@Deprecated
 public interface ArgeoTypes {
        public final static String ARGEO_REMOTE_REPOSITORY = "argeo:remoteRepository";
-       
+
        // tabular
        public final static String ARGEO_TABLE = "argeo:table";
        public final static String ARGEO_COLUMN = "argeo:column";