You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2008/03/25 22:12:47 UTC

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

Author: bdelacretaz
Date: Tue Mar 25 14:12:45 2008
New Revision: 640987

URL: http://svn.apache.org/viewvc?rev=640987&view=rev
Log:
SLING-342 - use / as the WebDAV path in integration tests, to use the new WebDAV on / servlet

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=640987&r1=640986&r2=640987&view=diff
==============================================================================
--- incubator/sling/trunk/launchpad/webapp/pom.xml (original)
+++ incubator/sling/trunk/launchpad/webapp/pom.xml Tue Mar 25 14:12:45 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>