stefano     2003/03/18 03:59:55

  Modified:    .        build.xml
  Log:
  fixed a typo that caused the major flood of block build failures
  
  Revision  Changes    Path
  1.20      +2 -2      cocoon-2.1/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/build.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- build.xml 18 Mar 2003 02:21:03 -0000      1.19
  +++ build.xml 18 Mar 2003 11:59:55 -0000      1.20
  @@ -341,7 +341,7 @@
       <ant antfile="${build.temp}/blocks-build.xml"
            inheritAll="true"
            inheritRefs="false"
  -         target="{$block-name}-compile"/>
  +         target="${block-name}-compile"/>
     </target>
     
     <!-- compiles and packages all blocks -->
  
  
  

Reply via email to