Author: ecki Date: Fri Jan 9 22:26:27 2015 New Revision: 1650684 URL: http://svn.apache.org/r1650684 Log: site: more details on webdav dependencies
Modified: commons/proper/vfs/trunk/examples/src/site/xdoc/index.xml commons/proper/vfs/trunk/src/site/xdoc/download.xml Modified: commons/proper/vfs/trunk/examples/src/site/xdoc/index.xml URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/examples/src/site/xdoc/index.xml?rev=1650684&r1=1650683&r2=1650684&view=diff ============================================================================== --- commons/proper/vfs/trunk/examples/src/site/xdoc/index.xml (original) +++ commons/proper/vfs/trunk/examples/src/site/xdoc/index.xml Fri Jan 9 22:26:27 2015 @@ -68,6 +68,10 @@ LIB=$LIB:$REP/commons-net/commons-net/2. # LIB=$LIB:$REP/org/apache/commons/commons-collections4/4.0/commons-collection-4.0.jar LIB=$LIB:$REP/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar:$REP/commons-codec/commons-codec/1.2/commons-codec-1.2.jar LIB=$LIB:$REP/com/jcraft/jsch/0.1.51/jsch-0.1.51.jar +# next 3 lines are for webdav +LIB=$LIB:$REP/org/apache/jackrabbit/jackrabbit-webdav/1.6.5/jackrabbit-webdav-1.6.5.jar +LIB=$LIB:$REP/org/slf4j/slf4j-api/1.5.11/slf4j-api-1.5.11.jar:$REP/org/slf4j/slf4j-simple/1.5.3/slf4j-simple-1.5.3.jar +LIB=$LIB:$REP/org/apache/jackrabbit/jackrabbit-jcr-commons/1.6.5/jackrabbit-jcr-commons-1.6.5.jar # LIB=$LIB:$REP/org/apache/commons/commons-vfs2-sandbox/2.1/commons-vfs2-sandbox-2.1.jar:$REP/jcifs/jcifs/0.8.3/jcifs-0.8.3.jar LIB=$LIB:$REP/org/apache/commons/commons-vfs2-examples/2.1/commons-vfs2-examples-2.1.jar LIB=$LIB:$REP/org/apache/commons/commons-vfs2/2.1/commons-vfs2-2.1.jar @@ -80,10 +84,14 @@ java -cp $LIB org.apache.commons.vfs2.ex set REP=%USERPROFILE%\.m2\repository set LIB=%REP%\commons-logging\commons-logging\1.2\commons-logging-1.2.jar set LIB=%LIB%;%REP%\commons-net\commons-net\2.2\commons-net-2.2.jar -rem # set LIB=%LIB%;%REP%\org\apache\commons\commons-collections4\4.0\commons-collection-4.0.jar +REM # set LIB=%LIB%;%REP%\org\apache\commons\commons-collections4\4.0\commons-collection-4.0.jar set LIB=%LIB%;%REP%\commons-httpclient\commons-httpclient\3.1\commons-httpclient-3.1.jar;%REP%\commons-codec\commons-codec\1.2\commons-codec-1.2.jar set LIB=%LIB%;%REP%\com\jcraft\jsch\0.1.51\jsch-0.1.51.jar -rem # set LIB=%LIB%;%REP%\org\apache\commons\commons-vfs2-sandbox\2.1\commons-vfs2-sandbox-2.1.jar;%REP%\jcifs\jcifs\0.8.3\jcifs-0.8.3.jar +REM # next 3 lines are for webdav +set LIB=%LIB%;%REP%\org\apache\jackrabbit\jackrabbit-webdav\1.6.5\jackrabbit-webdav-1.6.5.jar +set LIB=%LIB%;%REP%\org\slf4j\slf4j-api\1.5.11\slf4j-api-1.5.11.jar;%REP%\org\slf4j\slf4j-simple\1.5.3\slf4j-simple-1.5.3.jar +set LIB=%LIB%;%REP%\org\apache\jackrabbit\jackrabbit-jcr-commons\1.6.5\jackrabbit-jcr-commons-1.6.5.jar +REM # set LIB=%LIB%;%REP%\org\apache\commons\commons-vfs2-sandbox\2.1\commons-vfs2-sandbox-2.1.jar;%REP%\jcifs\jcifs\0.8.3\jcifs-0.8.3.jar set LIB=%LIB%;%REP%\org\apache\commons\commons-vfs2-examples\2.1\commons-vfs2-examples-2.1.jar set LIB=%LIB%;%REP%\org\apache\commons\commons-vfs2\2.1\commons-vfs2-2.1.jar java -cp %LIB% org.apache.commons.vfs2.example.Shell Modified: commons/proper/vfs/trunk/src/site/xdoc/download.xml URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/src/site/xdoc/download.xml?rev=1650684&r1=1650683&r2=1650684&view=diff ============================================================================== --- commons/proper/vfs/trunk/src/site/xdoc/download.xml (original) +++ commons/proper/vfs/trunk/src/site/xdoc/download.xml Fri Jan 9 22:26:27 2015 @@ -74,8 +74,11 @@ </tr> <tr> <td> - <a href="http://jackrabbit.apache.org">Apache Jackrabbit WebDAV</a> - Version 1.6.5 or later + <a href="http://jackrabbit.apache.org/jackrabbit-webdav-library.html">Apache Jackrabbit WebDAV Library</a> + Version 1.6.5.<br/> + Requires <a href="http://jackrabbit.apache.org/jackrabbit-jcr-commons.html">Jackrabbit JCR Commons</a> + Version 1.6.5 and <a href="http://www.slf4j.org">SLF4J</a> + Version 1.5.3 (Api and Impl)< </td> <td>WebDAV</td> </tr>