Make CMS production ready
[lgpl/argeo-commons.git] / org.argeo.cms / src / org / argeo / cms / internal / kernel / KernelConstants.java
index b179ec0451b65094c3d01ca1618226b4d33e4891..fa746521fb44b9a4995c45d25b583c265818637c 100644 (file)
@@ -1,39 +1,10 @@
 package org.argeo.cms.internal.kernel;
 
 public interface KernelConstants {
-       final static String NODE_INIT = "argeo.node.init";
+       
 
-       // Node
-       /** Properties configuring the node repository */
-       final static String NODE_REPO_PROP_PREFIX = "argeo.node.repo.";
-       // final static String REPO_HOME = "argeo.node.repo.home";
-       // final static String REPO_TYPE = "argeo.node.repo.type";
-       // final static String REPO_CONFIGURATION = "argeo.node.repo.configuration";
-       // final static String REPO_DEFAULT_WORKSPACE =
-       // "argeo.node.repo.defaultWorkspace";
-       // final static String REPO_DBURL = "argeo.node.repo.dburl";
-       // final static String REPO_DBUSER = "argeo.node.repo.dbuser";
-       // final static String REPO_DBPASSWORD = "argeo.node.repo.dbpassword";
-       // final static String REPO_MAX_POOL_SIZE = "argeo.node.repo.maxPoolSize";
-       // final static String REPO_MAX_CACHE_MB = "argeo.node.repo.maxCacheMB";
-       // final static String REPO_BUNDLE_CACHE_MB =
-       // "argeo.node.repo.bundleCacheMB";
-       // final static String REPO_EXTRACTOR_POOL_SIZE =
-       // "argeo.node.repo.extractorPoolSize";
-       // final static String REPO_SEARCH_CACHE_SIZE =
-       // "argeo.node.repo.searchCacheSize";
-       // final static String REPO_MAX_VOLATILE_INDEX_SIZE =
-       // "argeo.node.repo.maxVolatileIndexSize";
+       //final static String TRANSACTIONS_HOME = "argeo.node.transactions.home";
 
-       final static String TRANSACTIONS_HOME = "argeo.node.transactions.home";
-
-       final static String I18N_DEFAULT_LOCALE = "argeo.i18n.defaultLocale";
-       final static String I18N_LOCALES = "argeo.i18n.locales";
-
-       // Node Security
-       final static String ROLES_URI = "argeo.node.roles.uri";
-       /** URI to an LDIF file or LDAP server used as initialization or backend */
-       final static String USERADMIN_URIS = "argeo.node.useradmin.uris";
        final static String[] DEFAULT_CNDS = { "/org/argeo/jcr/argeo.cnd", "/org/argeo/cms/cms.cnd" };
 
        // Directories