You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by fm...@apache.org on 2008/03/26 08:48:48 UTC

svn commit: r641192 - /incubator/sling/trunk/launchpad/webapp/pom.xml

Author: fmeschbe
Date: Wed Mar 26 00:48:47 2008
New Revision: 641192

URL: http://svn.apache.org/viewvc?rev=641192&view=rev
Log:
SLING-342 Use the context / as the WebDAV base just like for HTTP

Modified:
    incubator/sling/trunk/launchpad/webapp/pom.xml

Modified: incubator/sling/trunk/launchpad/webapp/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/launchpad/webapp/pom.xml?rev=641192&r1=641191&r2=641192&view=diff
==============================================================================
--- incubator/sling/trunk/launchpad/webapp/pom.xml (original)
+++ incubator/sling/trunk/launchpad/webapp/pom.xml Wed Mar 26 00:48:47 2008
@@ -60,7 +60,7 @@
         <http.base.path></http.base.path>
 
         <!-- path suffix for WebDAV access to the repository -->
-        <webdav.workspace.path>dav/default</webdav.workspace.path>
+        <webdav.workspace.path></webdav.workspace.path>
 
         <!-- hostname for integration tests -->
         <test.host>localhost</test.host>