You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by ge...@apache.org on 2002/01/21 09:14:04 UTC

cvs commit: jakarta-velocity/build build.xml

geirm       02/01/21 00:14:04

  Modified:    build    build.xml
  Log:
  To ensure that forumdemo assembles a working war
  
  Revision  Changes    Path
  1.55      +2 -2      jakarta-velocity/build/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/build/build.xml,v
  retrieving revision 1.54
  retrieving revision 1.55
  diff -u -r1.54 -r1.55
  --- build.xml	28 Dec 2001 02:03:09 -0000	1.54
  +++ build.xml	21 Jan 2002 08:14:04 -0000	1.55
  @@ -842,7 +842,7 @@
     <!-- =================================================================== -->
     <!-- Forum Demo Web App                                                  -->
     <!-- =================================================================== -->
  -  <target name="forumdemo" depends="compile">
  +  <target name="forumdemo" depends="compile, jar-dep">
          
       <echo>
         **************************************************
  @@ -872,7 +872,7 @@
   
       <copy todir="${demo.lib}">
         <fileset dir="${build.dir}"> 
  -        <include name="**/velocity*.jar"/>
  +        <include name="**/velocity-dep*.jar"/>
         </fileset>
       </copy>
   
  
  
  

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