This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.jcr.webdav-2.0.6-incubator in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-webdav.git
commit 60190919d9646bcffd0493e75c6b05f36fe576c5 Author: Felix Meschberger <[email protected]> AuthorDate: Thu Jan 15 13:46:24 2009 +0000 SLING-829 Ensure Apache Sling prefix on all configuration names git-svn-id: https://svn.apache.org/repos/asf/incubator/sling/trunk/jcr/webdav@734704 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/resources/OSGI-INF/metatype/metatype.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/OSGI-INF/metatype/metatype.properties b/src/main/resources/OSGI-INF/metatype/metatype.properties index 4fd5886..a90afa5 100644 --- a/src/main/resources/OSGI-INF/metatype/metatype.properties +++ b/src/main/resources/OSGI-INF/metatype/metatype.properties @@ -27,7 +27,7 @@ # SimpleWebDavServlet # (This servlet is directly registered with the HttpService besides the # SlingMainServlet. Requests to this servlet do not pass by Sling) -dav.name = Simple WebDAV Servlet +dav.name = Apache Sling Simple WebDAV Servlet dav.description = The Simple WebDAV Servlet allows direct access to the \ complete Repository. It is directly accessible in its own URL space and \ requests to this servlet do not pass by the Sling Main Servlet and request \ @@ -98,4 +98,4 @@ type.content.description = The JCR Primary Node Type to assign to the \ type is allowed to be created as the jcr:content child node of the node type \ defined by the Non-Collection Primary Type. In addition the node type must \ allow at least the following properties: jcr:data (binary), jcr:lastModified \ - (date), and jcr:mimeType (string). \ No newline at end of file + (date), and jcr:mimeType (string). -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
