You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ad...@apache.org on 2003/02/24 09:29:03 UTC

cvs commit: jakarta-commons-sandbox/vfs build.xml project.xml project.properties

adammurdoch    2003/02/24 00:29:02

  Modified:    vfs      build.xml project.xml project.properties
  Log:
  Use jars from cvs, for those that are not in the maven repo.
  
  Revision  Changes    Path
  1.14      +2 -2      jakarta-commons-sandbox/vfs/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/vfs/build.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- build.xml	24 Feb 2003 07:45:23 -0000	1.13
  +++ build.xml	24 Feb 2003 08:29:02 -0000	1.14
  @@ -161,11 +161,11 @@
       </get>
       <get dest="${libdir}/jcifs-0.7.0b5.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/jcifs/jars/jcifs-0.7.0b5.jar">
       </get>
  -    <get dest="${libdir}/client-webdavlib-SNAPSHOT.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/jakarta-slide/jars/client-webdavlib-SNAPSHOT.jar">
  +    <get dest="${libdir}/webdavlib-20030224.jar" usetimestamp="true" ignoreerrors="true" src="file://${basedir}/lib/slide/jars/webdavlib-20030224.jar">
       </get>
       <get dest="${libdir}/commons-httpclient-2.0-alpha2.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/commons-httpclient/jars/commons-httpclient-2.0-alpha2.jar">
       </get>
  -    <get dest="${libdir}/jsch-0.1.0.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/jsch/jars/jsch-0.1.0.jar">
  +    <get dest="${libdir}/jsch-0.1.0.jar" usetimestamp="true" ignoreerrors="true" src="file://${basedir}/lib/jsch/jars/jsch-0.1.0.jar">
       </get>
       <get dest="${libdir}/xml-apis-2.0.0.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/xml-apis/jars/xml-apis-2.0.0.jar">
       </get>
  
  
  
  1.21      +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.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- project.xml	24 Feb 2003 07:45:23 -0000	1.20
  +++ project.xml	24 Feb 2003 08:29:02 -0000	1.21
  @@ -91,9 +91,9 @@
       </dependency>
   
       <dependency>
  -      <groupId>jakarta-slide</groupId>
  -      <artifactId>client-webdavlib</artifactId>
  -      <version>SNAPSHOT</version>
  +      <groupId>slide</groupId>
  +      <artifactId>webdavlib</artifactId>
  +      <version>20030224</version>
       </dependency>
   
       <dependency>
  
  
  
  1.14      +1 -2      jakarta-commons-sandbox/vfs/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/vfs/project.properties,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- project.properties	24 Feb 2003 07:32:40 -0000	1.13
  +++ project.properties	24 Feb 2003 08:29:02 -0000	1.14
  @@ -9,8 +9,7 @@
   maven.javadoc.private = on
   maven.xdoc.date = left
   #maven.linkcheck.enable = off
  -
  -maven.jarResources.basedir=src/java
  +maven.repo.remote=file://${basedir}/lib,http://www.ibiblio.org/maven
   maven.junit.fork = true
   maven.junit.sysproperties = test.basedir test.ftp.uri test.smb.uri test.webdav.uri test.sftp.uri
   maven.test.failure.ignore=true
  
  
  

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