You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by da...@apache.org on 2002/05/01 16:05:38 UTC

cvs commit: jakarta-ant-myrmidon/tools/xsl build.xsl

darrell     02/05/01 07:05:38

  Modified:    tools/xsl build.xsl
  Log:
  Oops, fix broken build.
  Mental note: always do a clean build before committing...
  
  Revision  Changes    Path
  1.9       +1 -1      jakarta-ant-myrmidon/tools/xsl/build.xsl
  
  Index: build.xsl
  ===================================================================
  RCS file: /home/cvs/jakarta-ant-myrmidon/tools/xsl/build.xsl,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- build.xsl	30 Apr 2002 06:18:49 -0000	1.8
  +++ build.xsl	1 May 2002 14:05:37 -0000	1.9
  @@ -287,7 +287,7 @@
                   </xsl:for-each>
               </xsl:variable>
   
  -            <target name="jars" depends="{$jar-depends}" description="Builds the project jar files"/>
  +            <target name="jars" depends="jars-prepare, {$jar-depends}" description="Builds the project jar files"/>
   
               <!-- Generate the dependent targets for "jars", one for each antlib -->
               <xsl:apply-templates select="build/jar|build/antlib"/>
  
  
  

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