You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2003/12/18 17:09:52 UTC

cvs commit: cocoon-2.1/tools/targets webapp-build.xml

cziegeler    2003/12/18 08:09:52

  Modified:    tools/targets webapp-build.xml
  Log:
  Really create docs in webapp only if wanted
  
  Revision  Changes    Path
  1.3       +3 -4      cocoon-2.1/tools/targets/webapp-build.xml
  
  Index: webapp-build.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/tools/targets/webapp-build.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- webapp-build.xml	19 Nov 2003 20:20:50 -0000	1.2
  +++ webapp-build.xml	18 Dec 2003 16:09:52 -0000	1.3
  @@ -108,6 +108,9 @@
       <!-- Add some other documents -->
       <copy file="status.xml"
         tofile="${build.webapp.docs}/xdocs/status.xml" filtering="on"/>
  +    <copy file="${build.temp}/jars.xml"
  +      tofile="${build.webapp.docs}/xdocs/installing/jars.xml" 
  +      filtering="off" failonerror="false"/>
   
       <!-- Forrest needs its own file at src/documentation/sitemap.xmap, so we
       overwrite it with the old Cocoon-specific sitemap here -->
  @@ -129,10 +132,6 @@
     </target>
     
     <target name="webapp" depends="prepare-webapp,prepare-webapp-samples,prepare-webapp-docs,prepare-webapp-javadocs,prepare-webapp-deprecated,validate-jars,validate-config,custom-conf" description="Builds web application folder">
  -    <!-- Add some other documents -->
  -    <copy file="${build.temp}/jars.xml"
  -      tofile="${build.webapp.docs}/xdocs/installing/jars.xml" 
  -      filtering="off" failonerror="false"/>
     </target>
   
     <target name="war" depends="webapp" description="Builds web application archive">