sgala       01/09/04 04:16:43

  Modified:    build    build.xml
  Log:
  OOPS :) I missed Chris patch completely... done
  
  Revision  Changes    Path
  1.101     +7 -0      jakarta-jetspeed/build/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/build/build.xml,v
  retrieving revision 1.100
  retrieving revision 1.101
  diff -u -r1.100 -r1.101
  --- build.xml 2001/09/04 11:10:39     1.100
  +++ build.xml 2001/09/04 11:16:43     1.101
  @@ -398,6 +398,13 @@
       </target>        
   
       <!-- =================================================================== -->
  +    <!-- Unzip the war file into build.dir                                   -->
  +    <!-- =================================================================== -->
  +    <target name="unzip-war" depends="war" description="Expands the war file">
  +        <unwar src="${build.dir}/${project.name}.war" dest="${build.dir}/webapp"/>
  +    </target>
  +
  +    <!-- =================================================================== -->
       <!-- Creates the war file                                                -->
       <!-- =================================================================== -->
       <target name="war" depends="jar" description="Creates the war file">        
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to