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

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

commit 74f748912c606afa234f7d568f85dc0cb64d4321
Author: Stefan Seifert <[email protected]>
AuthorDate: Wed Jun 14 16:37:23 2017 +0000

    cosmetic: add "xml" format that is also supported to descriptive message
    
    git-svn-id: 
https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/fsresource@1798713
 13f79535-47bb-0310-9956-ffa450edef68
---
 src/main/java/org/apache/sling/fsprovider/internal/FsMode.java          | 2 +-
 .../java/org/apache/sling/fsprovider/internal/FsResourceProvider.java   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/sling/fsprovider/internal/FsMode.java 
b/src/main/java/org/apache/sling/fsprovider/internal/FsMode.java
index b255bb2..722a4e5 100644
--- a/src/main/java/org/apache/sling/fsprovider/internal/FsMode.java
+++ b/src/main/java/org/apache/sling/fsprovider/internal/FsMode.java
@@ -29,7 +29,7 @@ public enum FsMode {
     FILES_FOLDERS,
 
     /**
-     * Sling-Initial-Content file system layout, supports file and folders ant 
content files in JSON and jcr.xml format.
+     * Sling-Initial-Content file system layout, supports file and folders ant 
content files in JSON, xml and jcr.xml format.
      */
     INITIAL_CONTENT,
     
diff --git 
a/src/main/java/org/apache/sling/fsprovider/internal/FsResourceProvider.java 
b/src/main/java/org/apache/sling/fsprovider/internal/FsResourceProvider.java
index c2933cf..acc856f 100644
--- a/src/main/java/org/apache/sling/fsprovider/internal/FsResourceProvider.java
+++ b/src/main/java/org/apache/sling/fsprovider/internal/FsResourceProvider.java
@@ -105,7 +105,7 @@ public final class FsResourceProvider extends 
ResourceProvider<Object> {
                         @Option(value="FILES_FOLDERS", label="FILES_FOLDERS - "
                                 + "Support only files and folders (classic 
mode)"),
                         @Option(value="INITIAL_CONTENT", 
label="INITIAL_CONTENT - "
-                                + "Sling-Initial-Content file system layout, 
supports file and folders ant content files in JSON and jcr.xml format"),
+                                + "Sling-Initial-Content file system layout, 
supports file and folders ant content files in JSON, xml and jcr.xml format"),
                         @Option(value="FILEVAULT_XML", label="FILEVAULT_XML - "
                                 + "FileVault XML format (expanded content 
package)"),
                 })

-- 
To stop receiving notification emails like this one, please contact
"[email protected]" <[email protected]>.

Reply via email to