dlr         2002/07/14 13:42:07

  Modified:    .        build-bootstrap.xml
  Log:
  Normalized indentation of <available> task attributes in
  "check-maven-repo-local-dir" target.
  
  Revision  Changes    Path
  1.130     +3 -3      jakarta-turbine-maven/build-bootstrap.xml
  
  Index: build-bootstrap.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/build-bootstrap.xml,v
  retrieving revision 1.129
  retrieving revision 1.130
  diff -u -u -r1.129 -r1.130
  --- build-bootstrap.xml       14 Jul 2002 20:34:52 -0000      1.129
  +++ build-bootstrap.xml       14 Jul 2002 20:42:07 -0000      1.130
  @@ -465,9 +465,9 @@
     <target
       name="check-maven-repo-local-dir">
       <available
  -    property="maven.repo.local.dir.exists"
  -    file="${maven.repo.local}"
  -    type="dir"/>
  +      property="maven.repo.local.dir.exists"
  +      file="${maven.repo.local}"
  +      type="dir"/>
     </target>
   
   </project>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to