You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 09:59:00 UTC

[sling-org-apache-sling-resourcemerger] 20/24: SLING-2986 : Rename mount point to /mnt/overlay

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag org.apache.sling.resourcemerger-1.0.0
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-resourcemerger.git

commit e52ec84ff926f623ca945b158f52cd1db2862ac3
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Mon Feb 17 13:38:58 2014 +0000

    SLING-2986 : Rename mount point to /mnt/overlay
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/resourcemerger@1568988 13f79535-47bb-0310-9956-ffa450edef68
---
 .../apache/sling/resourcemerger/impl/MergedResourceProviderFactory.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/sling/resourcemerger/impl/MergedResourceProviderFactory.java b/src/main/java/org/apache/sling/resourcemerger/impl/MergedResourceProviderFactory.java
index f0ab25c..bfbf497 100644
--- a/src/main/java/org/apache/sling/resourcemerger/impl/MergedResourceProviderFactory.java
+++ b/src/main/java/org/apache/sling/resourcemerger/impl/MergedResourceProviderFactory.java
@@ -46,7 +46,7 @@ import org.apache.sling.commons.osgi.PropertiesUtil;
  */
 public class MergedResourceProviderFactory implements ResourceProviderFactory {
 
-    public static final String DEFAULT_ROOT = "/mnt/merged";
+    public static final String DEFAULT_ROOT = "/mnt/overlay";
 
     private String mergeRootPath;
 

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.