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/15 01:20:34 UTC

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

adammurdoch    2003/02/14 16:20:34

  Modified:    vfs      project.properties
  Log:
  Added properties used by webdav provider tests.
  
  Revision  Changes    Path
  1.11      +4 -2      jakarta-commons-sandbox/vfs/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/vfs/project.properties,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- project.properties	21 Jan 2003 23:45:27 -0000	1.10
  +++ project.properties	15 Feb 2003 00:20:34 -0000	1.11
  @@ -6,11 +6,12 @@
   maven.compile.optimize = off
   maven.compile.deprecation = on
   
  -maven.javadoc.private=on
  +maven.javadoc.private = on
  +maven.linkcheck.enable = off
   
   maven.jarResources.basedir=src/java
   maven.junit.fork = true
  -maven.junit.sysproperties = test.basedir test.ftp.uri test.smb.uri
  +maven.junit.sysproperties = test.basedir test.ftp.uri test.smb.uri test.webdav.uri
   maven.test.failure.ignore=true
   maven.ant.excludeTests=**/*.java
   
  @@ -20,5 +21,6 @@
   test.secure=false
   test.smb.uri=smb://${test.user}:${test.password}@${test.hostname}/${test.user}${test.path}
   test.ftp.uri=ftp://${test.user}:${test.password}@${test.hostname}${test.path}
  +test.webdav.uri=webdav://${test.user}:${test.password}@${test.hostname}:80${test.path}
   
   maven.checkstyle.properties = ${basedir}/checkstyle.properties
  
  
  

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