You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by do...@apache.org on 2002/03/21 05:40:40 UTC

cvs commit: jakarta-avalon-phoenix build.xml .cvsignore

donaldp     02/03/20 20:40:40

  Modified:    .        build.xml .cvsignore
  Log:
  .ant.properties --> ant.properties for local properties
  
  Revision  Changes    Path
  1.104     +1 -1      jakarta-avalon-phoenix/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-phoenix/build.xml,v
  retrieving revision 1.103
  retrieving revision 1.104
  diff -u -r1.103 -r1.104
  --- build.xml	21 Mar 2002 04:39:14 -0000	1.103
  +++ build.xml	21 Mar 2002 04:40:40 -0000	1.104
  @@ -23,7 +23,7 @@
       Give user a chance to override without editing this file
       (and without typing -D each time he compiles it)
     -->
  -  <property file=".ant.properties"/>
  +  <property file="ant.properties"/>
     <property file="${user.home}/.ant.properties"/>
   
     <property file="project.properties"/>
  
  
  
  1.13      +1 -1      jakarta-avalon-phoenix/.cvsignore
  
  Index: .cvsignore
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-phoenix/.cvsignore,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- .cvsignore	17 Nov 2001 07:06:17 -0000	1.12
  +++ .cvsignore	21 Mar 2002 04:40:40 -0000	1.13
  @@ -1,4 +1,4 @@
  -.ant.properties
  +ant.properties
   dist
   build
   distributions
  
  
  

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