You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by dl...@apache.org on 2001/09/18 20:39:15 UTC

cvs commit: jakarta-turbine-3 build.xml

dlr         01/09/18 11:39:15

  Modified:    .        build.xml
  Log:
  List target name attribute before dependencies.
  
  Revision  Changes    Path
  1.6       +1 -2      jakarta-turbine-3/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-3/build.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -u -r1.5 -r1.6
  --- build.xml	2001/09/03 17:20:44	1.5
  +++ build.xml	2001/09/18 18:39:15	1.6
  @@ -388,9 +388,8 @@
       </available>
     </target>
       
  -  <target depends="check_for_jdom" name="docs-prepare-error"
  +  <target name="docs-prepare-error" depends="check_for_jdom"
             unless="jdom.present">
  -        
       <echo>
         The Jakarta-Site2 module is not present! Please check
         to make sure that you have checked it out from CVS.
  
  
  

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