Date: 2004-11-04T15:08:10 Editor: BrianLee <[EMAIL PROTECTED]> Wiki: Jakarta-Slide Wiki Page: WebDavConstructionKit URL: http://wiki.apache.org/jakarta-slide/WebDavConstructionKit
no comment Change Log: ------------------------------------------------------------------------------ @@ -10,7 +10,7 @@ ==== Build Details ==== -===== Full Working Example ===== +===== Full Working build.properties Example ===== Create a build.properties file in the wck directory. build.properties.sample is there as a template. @@ -92,3 +92,10 @@ the build.xml as well to point to the old commons tx version. Replace commons-transaction-20041031.jar with the version you find in the 2.1b2 lib directory" + +==== Example Store ==== + +Any concrete store must implement the [http://jakarta.apache.org/slide/wck/javadoc/org/apache/slide/simple/store/BasicWebdavStore.html org.apache.slide.simple.store.BasicWebdavStore] + + +[http://jakarta.apache.org/slide/wck/javadoc/org/apache/slide/simple/reference/WebdavFileStore.html org.apache.slide.simple.reference.WebdavFileStore] is the reference implementation (example) that you want to look at. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
