Continue framework clean up.
[lgpl/argeo-commons.git] / org.argeo.cms.api / src / org / argeo / node / RepoConf.java
index 90d33322fa6b8fb2befd2447db3851ad61500f95..be4f6f7f79716c66084f75eb986d0013d1f5fffe 100644 (file)
@@ -5,6 +5,7 @@ public enum RepoConf implements EnumAD {
        /** Repository type */
        type("localfs"),
        /** Default workspace */
+       @Deprecated
        defaultWorkspace("main"),
        /** Database URL */
        dburl(null),
@@ -15,14 +16,13 @@ public enum RepoConf implements EnumAD {
 
        /** The identifier (can be an URL locating the repo) */
        labeledUri(null),
-
-       httpPort(8080),
        //
        // JACKRABBIT SPECIFIC
        //
        /** Maximum database pool size */
        maxPoolSize(10),
        /** Maximum cache size in MB */
+       @Deprecated
        maxCacheMB(null),
        /** Bundle cache size in MB */
        bundleCacheMB(8),