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:16:38 UTC

[sling-maven-sling-plugin] 25/28: Fix fsresource provider and sling plugin after recent refactorings.

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

rombert pushed a commit to annotated tag maven-sling-plugin-2.0.4-incubator
in repository https://gitbox.apache.org/repos/asf/sling-maven-sling-plugin.git

commit d962bef4354b3031c881d87477c697afcdab770c
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Wed Apr 22 06:20:35 2009 +0000

    Fix fsresource provider and sling plugin after recent refactorings.
    
    git-svn-id: https://svn.apache.org/repos/asf/incubator/sling/trunk/maven/maven-sling-plugin@767389 13f79535-47bb-0310-9956-ffa450edef68
---
 .../org/apache/sling/maven/bundlesupport/AbstractBundleInstallMojo.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/sling/maven/bundlesupport/AbstractBundleInstallMojo.java b/src/main/java/org/apache/sling/maven/bundlesupport/AbstractBundleInstallMojo.java
index 5ffc224..0feac2e 100644
--- a/src/main/java/org/apache/sling/maven/bundlesupport/AbstractBundleInstallMojo.java
+++ b/src/main/java/org/apache/sling/maven/bundlesupport/AbstractBundleInstallMojo.java
@@ -57,7 +57,7 @@ abstract class AbstractBundleInstallMojo extends AbstractBundlePostMojo {
     /** Header containing the sling initial content information. */
     private static final String HEADER_INITIAL_CONTENT = "Sling-Initial-Content";
     /** The fs resource provider factory. */
-    private static final String FS_FACTORY = "org.apache.sling.fsprovider.FsResourceProvider";
+    private static final String FS_FACTORY = "org.apache.sling.fsprovider.internal.FsResourceProvider";
     /** Mime type for json response. */
     private static final String JSON_MIME_TYPE = "application/json";
     /** Http header for content type. */

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