You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by ha...@apache.org on 2003/01/14 00:11:39 UTC

cvs commit: jakarta-avalon-apps/sevak build.xml

hammant     2003/01/13 15:11:38

  Modified:    sevak    build.xml
  Log:
  Patches from Greg Steuck
  
  Revision  Changes    Path
  1.21      +1 -1      jakarta-avalon-apps/sevak/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-apps/sevak/build.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- build.xml	29 Nov 2002 21:12:03 -0000	1.20
  +++ build.xml	13 Jan 2003 23:11:38 -0000	1.21
  @@ -242,7 +242,7 @@
   
     </target>
     
  -  <target name="compile-demo" depends="compile" description="Compiles the Demo Block">
  +  <target name="compile-demo" depends="jars" description="Compiles the Demo Block">
       <delete dir="${build.demoClasses}"/>
       <delete dir="${build.demoMetaGenerate}"/>
   
  
  
  

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