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/10/12 15:46:38 UTC

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

cziegeler    2003/10/12 06:46:38

  Modified:    src/targets forrest-build.xml webapp-build.xml
  Log:
  Finished rearranging docs to the old places :(
  Looking for broken links now...
  This will take some time - so please be patient...
  
  Revision  Changes    Path
  1.12      +1 -1      cocoon-2.1/src/targets/forrest-build.xml
  
  Index: forrest-build.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/targets/forrest-build.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- forrest-build.xml	2 Sep 2003 12:10:12 -0000	1.11
  +++ forrest-build.xml	12 Oct 2003 13:46:38 -0000	1.12
  @@ -3,7 +3,7 @@
     <target name="forrest" depends="prepare, prepare-docs, forrest.init, validate-jars, javadocs" description="Generates static HTML documentation">
       <!-- Add some other documents -->
       <copy file="${build.temp}/jars.xml"
  -      tofile="${build.context}/xdocs/userdocs/installation/jars.xml" filtering="off"/>
  +      tofile="${build.context}/xdocs/installing/jars.xml" filtering="off"/>
   
       <ant antfile="${forrest.home}/forrest.antproxy.xml" target="site"/>
     </target>
  
  
  
  1.27      +1 -1      cocoon-2.1/src/targets/webapp-build.xml
  
  Index: webapp-build.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/targets/webapp-build.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- webapp-build.xml	4 Sep 2003 12:42:41 -0000	1.26
  +++ webapp-build.xml	12 Oct 2003 13:46:38 -0000	1.27
  @@ -144,7 +144,7 @@
     <target name="webapp" depends="prepare-webapp,prepare-webapp-samples,prepare-webapp-docs,prepare-webapp-javadocs,prepare-webapp-idldocs,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/userdocs/installation/jars.xml" 
  +      tofile="${build.webapp.docs}/xdocs/installing/jars.xml" 
         filtering="off" failonerror="false"/>
     </target>