mturk       2004/11/19 02:04:16

  Modified:    jk/xdocs build.xml
  Added:       jk/xdocs empty.xml
  Log:
  Add empty.xml as tamplate for adding new files to JK documentation
  
  Revision  Changes    Path
  1.2       +1 -1      jakarta-tomcat-connectors/jk/xdocs/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml 18 Nov 2004 18:27:48 -0000      1.1
  +++ build.xml 19 Nov 2004 10:04:16 -0000      1.2
  @@ -58,7 +58,7 @@
              destdir="${build.dir}/${dist.name}/printer"
            extension=".html"
                style="style.xsl"
  -          excludes="build.xml project.xml"
  +          excludes="build.xml project.xml empty.xml"
             includes="*.xml">
         <param name="relative-path" expression="./.."/>
         <param name="project-menu" expression="nomenu"/>
  
  
  
  1.1                  jakarta-tomcat-connectors/jk/xdocs/empty.xml
  
  Index: empty.xml
  ===================================================================
  <?xml version="1.0"?>
  <!DOCTYPE document [
    <!ENTITY project SYSTEM "project.xml">
  ]>
  <document url="empty.html">
    &project;
  <copyright>
     Copyright 1999-2004 The Apache Software Foundation
   
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     You may obtain a copy of the License at
   
         http://www.apache.org/licenses/LICENSE-2.0
   
     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
  </copyright>
  <properties>
  
  <title>Empty template</title>
  <author email="[EMAIL PROTECTED]">Developer Name</author>
  
  <date>$Date: 2004/11/19 10:04:16 $</date>
  </properties>
  <body>
  
  <section name="Generic">
  <p>
  This is a generic template for JK documentation. Please fill in the 
<b>url</b> and <b>title</b>
  tags, as well as <b>author</b> tags.
  </p>
  <section>
  
  </body>
  </document>
  
  
  

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

Reply via email to