Proper LDIF backend for deploy configs.
[lgpl/argeo-commons.git] / org.argeo.cms / src / org / argeo / cms / internal / kernel / KernelConstants.java
index 344a154c5411d2de609c7d54cea96d2a4e299d94..4ce7f0fc5f5b955a84996bf2a053340214c315f6 100644 (file)
@@ -1,5 +1,7 @@
 package org.argeo.cms.internal.kernel;
 
+import org.argeo.node.NodeConstants;
+
 public interface KernelConstants {
        
 
@@ -9,11 +11,15 @@ public interface KernelConstants {
 
        // Directories
        final static String DIR_NODE = "node";
-       final static String DIR_DEPLOY = "deploy";
+       final static String DIR_REPOS = "repos";
+//     final static String DIR_DEPLOY = "deploy";
        final static String DIR_TRANSACTIONS = "transactions";
        final static String DIR_PKI = "pki";
        final static String DIR_PKI_PRIVATE = DIR_PKI + "/private";
 
+       // Files
+       String DEPLOY_PATH = KernelConstants.DIR_NODE + '/' + NodeConstants.DEPLOY_BASEDN + ".ldif";
+       
        // Security
        final static String DEFAULT_SECURITY_KEY = "argeo";
        final static String JAAS_CONFIG = "/org/argeo/cms/internal/kernel/jaas.cfg";