You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Longson, Robert" <ro...@standardandpoors.com> on 2005/07/01 12:22:38 UTC

RE: svn commit: r202374 - in /jakarta/commons/proper/vfs/trunk: build.xml project.properties project.xml xdocs/download.xml

"needet" should be "needed" in download.xml

Best regards

Robert
-----Original Message-----
From: imario@apache.org [mailto:imario@apache.org]
Sent: 29 June 2005 14:25
To: commons-cvs@jakarta.apache.org
Subject: svn commit: r202374 - in /jakarta/commons/proper/vfs/trunk:
build.xml project.properties project.xml xdocs/download.xml


Author: imario
Date: Wed Jun 29 06:25:18 2005
New Revision: 202374

URL: http://svn.apache.org/viewcvs?rev=202374&view=rev
Log:
webdavlib 2.2pre1 (and its new dependency dom) - need to update webdavlib on cvs.apache.org for it to work

Modified:
    jakarta/commons/proper/vfs/trunk/build.xml
    jakarta/commons/proper/vfs/trunk/project.properties
    jakarta/commons/proper/vfs/trunk/project.xml
    jakarta/commons/proper/vfs/trunk/xdocs/download.xml

Modified: jakarta/commons/proper/vfs/trunk/build.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/vfs/trunk/build.xml?rev=202374&r1=202373&r2=202374&view=diff
==============================================================================
--- jakarta/commons/proper/vfs/trunk/build.xml (original)
+++ jakarta/commons/proper/vfs/trunk/build.xml Wed Jun 29 06:25:18 2005
@@ -195,7 +195,9 @@
         </get>
         <get dest="${libdir}/jcifs-0.8.3.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/jcifs/jars/jcifs-0.8.3.jar">
         </get>
-        <get dest="${libdir}/webdavlib-2.0.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/slide/jars/webdavlib-2.0.jar">
+        <get dest="${libdir}/jakarta-slide-webdavlib-20050629.002841.jar" usetimestamp="true" ignoreerrors="true" src="http://cvs.apache.org/repository/slide/jars/jakarta-slide-webdavlib-20050629.002841.jar">
+        </get>
+        <get dest="${libdir}/jdom-1.0.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/jdom/jars/jdom-1.0.jar">
         </get>
         <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>

Modified: jakarta/commons/proper/vfs/trunk/project.properties
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/vfs/trunk/project.properties?rev=202374&r1=202373&r2=202374&view=diff
==============================================================================
--- jakarta/commons/proper/vfs/trunk/project.properties (original)
+++ jakarta/commons/proper/vfs/trunk/project.properties Wed Jun 29 06:25:18 2005
@@ -18,11 +18,17 @@
 maven.xdoc.includeProjectDocumentation=yes
 
 #maven.linkcheck.enable = off
-maven.repo.remote=file://${basedir}/lib,http://www.ibiblio.org/maven
+maven.repo.remote=http://www.ibiblio.org/maven,http://cvs.apache.org/repository
+maven.repo.apache.releases=scp://www.apache.org
+maven.repo.apache.releases.directory=/www/www.apache.org/dist/java-repository
+maven.repo.list=apache.snapshots
+maven.repo.apache.snapshots=scp://cvs.apache.org
+maven.repo.apache.snapshots.directory=/www/cvs.apache.org/repository
 maven.junit.fork = true
 maven.junit.sysproperties = test.basedir test.ftp.uri test.smb.uri test.webdav.uri test.sftp.uri test.http.uri
 maven.test.failure.ignore=true
 maven.ant.excludeTests=**/*.java
+
 
 test.user=vfsusr
 test.password=vfsusr

Modified: jakarta/commons/proper/vfs/trunk/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/vfs/trunk/project.xml?rev=202374&r1=202373&r2=202374&view=diff
==============================================================================
--- jakarta/commons/proper/vfs/trunk/project.xml (original)
+++ jakarta/commons/proper/vfs/trunk/project.xml Wed Jun 29 06:25:18 2005
@@ -127,7 +127,13 @@
         <dependency>
             <groupId>slide</groupId>
             <artifactId>jakarta-slide-webdavlib</artifactId>
-            <version>2.2pre1</version>
+            <version>20050629.002841</version>
+        </dependency>
+
+        <dependency>
+            <groupId>jdom</groupId>
+            <artifactId>jdom</artifactId>
+            <version>1.0</version>            
         </dependency>
 
         <dependency>

Modified: jakarta/commons/proper/vfs/trunk/xdocs/download.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/vfs/trunk/xdocs/download.xml?rev=202374&r1=202373&r2=202374&view=diff
==============================================================================
--- jakarta/commons/proper/vfs/trunk/xdocs/download.xml (original)
+++ jakarta/commons/proper/vfs/trunk/xdocs/download.xml Wed Jun 29 06:25:18 2005
@@ -63,8 +63,20 @@
                 </tr>
                 <tr>
                     <td>
+                        jdom.org
+                        <a href="http://www.jdom.org">JDom</a>.
+                        Version 1.0.<br />
+                        Only needet if you use webdav 2.2+
+                    </td>
+                    <td>
+                        WebDAV
+                    </td>
+                </tr>
+                <tr>
+                    <td>
                         Jakarta
-                        <a href="http://jakarta.apache.org/slide/">Slide</a> Version 2.0.
+                        <a href="http://jakarta.apache.org/slide/">Slide</a> Version 2.2pre1 (20050629.002841)<br />
+                        You only need this bleeding edge version if you would like to use the RandomAccessContent with webdav
                     </td>
                     <td>WebDAV</td>
                 </tr>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org 
  
--------------------------------------------------------
 
The information contained in this message is intended only for the recipient, and may be a confidential attorney-client communication or may otherwise be privileged and confidential and protected from disclosure. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, please be aware that any dissemination or copying of this communication is strictly prohibited. If you have received this communication in error, please immediately notify us by replying to the message and deleting it from your computer. 
--------------------------------------------------------
 

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org