remm        2003/12/14 01:11:41

  Modified:    webapps/docs build.xml
               webapps/docs/architecture index.xml overview.xml
  Log:
  - Build the architecture portions.
  - Typo fixes.
  
  Revision  Changes    Path
  1.8       +25 -0     jakarta-tomcat-catalina/webapps/docs/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/build.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- build.xml 14 Jul 2003 16:29:39 -0000      1.7
  +++ build.xml 14 Dec 2003 09:11:41 -0000      1.8
  @@ -53,6 +53,11 @@
       <!-- Catalina Functional Specifications -->
       <mkdir     dir="${webapps.build}/${webapp.name}/catalina/funcspecs"/>
   
  +    <!-- Architecture -->
  +    <copy    todir="${webapps.build}/${webapp.name}/architecture">
  +      <fileset dir="architecture" excludes="*.xml"/>
  +    </copy>
  +
       <!-- Images Subdirectory -->
       <mkdir     dir="${webapps.build}/${webapp.name}/images"/>
       <copy    todir="${webapps.build}/${webapp.name}/images">
  @@ -158,6 +163,26 @@
       <mkdir     dir="${webapps.build}/${webapp.name}/config/printer"/>
       <style basedir="config"
              destdir="${webapps.build}/${webapp.name}/config/printer"
  +         extension=".html"
  +             style="tomcat-docs.xsl"
  +          excludes="project.xml"
  +          includes="*.xml">
  +      <param name="relative-path" expression="../.."/>
  +      <param name="project-menu" expression="nomenu"/>
  +    </style>
  +
  +    <!-- Server Architecture -->
  +    <style basedir="architecture"
  +           destdir="${webapps.build}/${webapp.name}/architecture"
  +         extension=".html"
  +             style="tomcat-docs.xsl"
  +          excludes="project.xml"
  +          includes="*.xml">
  +      <param name="relative-path" expression=".."/>
  +    </style>
  +    <mkdir     dir="${webapps.build}/${webapp.name}/architecture/printer"/>
  +    <style basedir="architecture"
  +           destdir="${webapps.build}/${webapp.name}/architecture/printer"
            extension=".html"
                style="tomcat-docs.xsl"
             excludes="project.xml"
  
  
  
  1.2       +1 -1      jakarta-tomcat-catalina/webapps/docs/architecture/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/architecture/index.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.xml 13 Dec 2003 17:18:56 -0000      1.1
  +++ index.xml 14 Dec 2003 09:11:41 -0000      1.2
  @@ -41,7 +41,7 @@
       and concepts.</li>
   <li><a href="startup.html"><strong>Server Startup</strong></a> -
       A detailed description, with sequence diagrams, of how the Tomcat
  -    server starts up.
  +    server starts up.</li>
   <li><a href="requestProcess.html"><strong>Request Process Flow</strong></a> -
       A detailed description of how Tomcat handles a request.</li>
   </ul>
  
  
  
  1.2       +1 -1      jakarta-tomcat-catalina/webapps/docs/architecture/overview.xml
  
  Index: overview.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/architecture/overview.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- overview.xml      13 Dec 2003 17:51:53 -0000      1.1
  +++ overview.xml      14 Dec 2003 09:11:41 -0000      1.2
  @@ -8,7 +8,7 @@
   
     <properties>
       <author email="[EMAIL PROTECTED]">Yoav Shapira</author>
  -    <title>Architecture Overview/title>
  +    <title>Architecture Overview</title>
     </properties>
   
   <body>
  
  
  

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

Reply via email to