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 <[email protected]> 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 "[email protected]" <[email protected]>.
