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 2002/08/21 16:14:12 UTC

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

adammurdoch    2002/08/21 07:14:12

  Modified:    vfs      project.properties
  Log:
  Removed test properties so they can be defined in build.properties instead.
  
  Revision  Changes    Path
  1.5       +1 -5      jakarta-commons-sandbox/vfs/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/vfs/project.properties,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- project.properties	21 Aug 2002 01:46:38 -0000	1.4
  +++ project.properties	21 Aug 2002 14:14:12 -0000	1.5
  @@ -13,11 +13,7 @@
   test.data=${maven.build.dir}/test-data
   test.policy=${maven.test.data.src}/test.policy
   test.secure=false
  -test.user=test
  -test.password=test
  -test.hostname=localhost
  -test.path=/test
  -test.smb.uri=smb://${test.user}:${test.password}@${test.hostname}${test.path}
  +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}
   
   maven.checkstyle.properties = ${basedir}/checkstyle.properties
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>