dirkv 2004/03/21 13:41:27
Modified: vfs build.xml project.xml
Log:
fix vfs build
(webdavlib 2.x is needed for httpclient 2.x and is not compatible with 1.x version)
Revision Changes Path
1.19 +3 -3 jakarta-commons-sandbox/vfs/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/vfs/build.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- build.xml 3 Jul 2003 10:13:35 -0000 1.18
+++ build.xml 21 Mar 2004 21:41:27 -0000 1.19
@@ -190,13 +190,13 @@
</get>
<get dest="${libdir}/jcifs-0.7.8.jar" usetimestamp="true" ignoreerrors="true"
src="http://www.ibiblio.org/maven/jcifs/jars/jcifs-0.7.8.jar">
</get>
- <get dest="${libdir}/webdavlib-20030224.jar" usetimestamp="true"
ignoreerrors="true" src="file://${basedir}/lib/slide/jars/webdavlib-20030224.jar">
+ <get dest="${libdir}/webdavlib-2.0beta1.jar" usetimestamp="true"
ignoreerrors="true"
src="http://www.ibiblio.org/maven/slide/jars/webdavlib-2.0beta1.jar">
</get>
- <get dest="${libdir}/commons-httpclient-2.0-beta1.jar" usetimestamp="true"
ignoreerrors="true"
src="http://www.ibiblio.org/maven/commons-httpclient/jars/commons-httpclient-2.0-beta1.jar">
+ <get dest="${libdir}/commons-httpclient-2.0.jar" usetimestamp="true"
ignoreerrors="true"
src="http://www.ibiblio.org/maven/commons-httpclient/jars/commons-httpclient-2.0.jar">
</get>
<get dest="${libdir}/jsch-0.1.5.jar" usetimestamp="true" ignoreerrors="true"
src="http://www.ibiblio.org/maven/jsch/jars/jsch-0.1.5.jar">
</get>
<get dest="${libdir}/xml-apis-1.0.b2.jar" usetimestamp="true"
ignoreerrors="true"
src="http://www.ibiblio.org/maven/xml-apis/jars/xml-apis-1.0.b2.jar">
</get>
</target>
-</project>
\ No newline at end of file
+</project>
1.26 +3 -3 jakarta-commons-sandbox/vfs/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/vfs/project.xml,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- project.xml 28 Feb 2004 05:32:44 -0000 1.25
+++ project.xml 21 Mar 2004 21:41:27 -0000 1.26
@@ -56,13 +56,13 @@
<dependency>
<groupId>slide</groupId>
- <artifactId>webdavlib</artifactId> <!-- ?? -->
- <version>20030224</version>
+ <artifactId>webdavlib</artifactId>
+ <version>2.0beta1</version>
</dependency>
<dependency>
<id>commons-httpclient</id>
- <version>2.0-beta1</version>
+ <version>2.0</version>
</dependency>
<dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]