cziegeler    02/05/08 03:11:41

  Modified:    .        build.xml
  Log:
  Factoring out preparation of webapp
  
  Revision  Changes    Path
  1.206     +7 -1      xml-cocoon2/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/build.xml,v
  retrieving revision 1.205
  retrieving revision 1.206
  diff -u -r1.205 -r1.206
  --- build.xml 8 May 2002 08:26:50 -0000       1.205
  +++ build.xml 8 May 2002 10:11:41 -0000       1.206
  @@ -1225,9 +1225,15 @@
     </target>
   
     <!-- =================================================================== 
-->
  +  <!-- Prepare the war file                                                
-->
  +  <!-- =================================================================== 
-->
  +  <target name="prepare-war" depends="prepare-webapp, 
prepare-webapp-javadocs, prepare-webapp-scratchpad, prepare-webapp-libs, 
prepare-scratchpad-libs, prepare-xsp" description="Prepares the war package">
  +  </target>
  +
  +  <!-- =================================================================== 
-->
     <!-- Creates the war file                                                
-->
     <!-- =================================================================== 
-->
  -  <target name="webapp" depends="prepare-webapp, prepare-webapp-javadocs, 
prepare-webapp-scratchpad, prepare-webapp-libs, prepare-scratchpad-libs, 
prepare-xsp" description="* Generates the war package">
  +  <target name="webapp" depends="prepare-war" description="* Generates the 
war package">
       <!-- A task to create manifest for webapp. -->
       <taskdef name="manifest-tool" classname="ManifestToolTask" 
           classpath="${tools.dir}/anttasks"/>
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to