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:18:46 UTC

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

Author: bdelacretaz
Date: Tue Mar 25 14:18:42 2008
New Revision: 640992

URL: http://svn.apache.org/viewvc?rev=640992&view=rev
Log:
SLING-342 - revert rev 640987 for now, integration tests fail

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=640992&r1=640991&r2=640992&view=diff
==============================================================================
--- incubator/sling/trunk/launchpad/webapp/pom.xml (original)
+++ incubator/sling/trunk/launchpad/webapp/pom.xml Tue Mar 25 14:18:42 2008
@@ -60,7 +60,7 @@
         <http.base.path></http.base.path>
 
         <!-- path suffix for WebDAV access to the repository -->
-        <webdav.workspace.path></webdav.workspace.path>
+        <webdav.workspace.path>dav/default</webdav.workspace.path>
 
         <!-- hostname for integration tests -->
         <test.host>localhost</test.host>