remm        2004/09/06 08:03:22

  Modified:    webapps/docs build.xml
  Added:       webapps/docs/jasper/docs/api index.html
               webapps/docs/catalina/docs/api index.html
               webapps/ROOT/admin index.html
  Log:
  - Add index.html resources to be displayed when admin webapp and javadocs are not 
installed.
  
  Revision  Changes    Path
  1.10      +3 -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.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- build.xml 5 Aug 2004 20:17:23 -0000       1.9
  +++ build.xml 6 Sep 2004 15:03:21 -0000       1.10
  @@ -34,6 +34,9 @@
           <include name="RUNNING.txt"/>
         </fileset>
       </copy>
  +    <copy    todir="${webapps.build}/${webapp.name}">
  +      <fileset dir="." includes="**/*.html"/>
  +    </copy>
   
       <!-- WEB-INF Static Files -->
       <copy    todir="${webapps.build}/${webapp.name}/WEB-INF">
  
  
  
  1.1                  jakarta-tomcat-catalina/webapps/docs/jasper/docs/api/index.html
  
  Index: index.html
  ===================================================================
  <!doctype html public "-//w3c//dtd html 4.0 transitional//en" 
"http://www.w3.org/TR/REC-html40/strict.dtd";>
  <html>
      <head>
      <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
      <title>Administration</title>
  </head>
  
  <body>
  
  Tomcat's internal javadoc is no longer installed by default. Download and install 
  the "fulldocs" package to get it.
  
  You can also access the javadoc online in the Tomcat 
  <a href="http://jakarta.apache.org/tomcat/tomcat-5.5-doc/";>documentation bundle</a>.
  
  </body>
  </html>
  
  
  
  1.1                  
jakarta-tomcat-catalina/webapps/docs/catalina/docs/api/index.html
  
  Index: index.html
  ===================================================================
  <!doctype html public "-//w3c//dtd html 4.0 transitional//en" 
"http://www.w3.org/TR/REC-html40/strict.dtd";>
  <html>
      <head>
      <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
      <title>Administration</title>
  </head>
  
  <body>
  
  Tomcat's internal javadoc is no longer installed by default. Download and install 
  the "fulldocs" package to get it.
  
  You can also access the javadoc online in the Tomcat 
  <a href="http://jakarta.apache.org/tomcat/tomcat-5.5-doc/";>documentation bundle</a>.
  
  </body>
  </html>
  
  
  
  1.1                  jakarta-tomcat-catalina/webapps/ROOT/admin/index.html
  
  Index: index.html
  ===================================================================
  <!doctype html public "-//w3c//dtd html 4.0 transitional//en" 
"http://www.w3.org/TR/REC-html40/strict.dtd";>
  <html>
      <head>
      <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
      <title>Administration</title>
  </head>
  
  <body>
  
  Tomcat's administration web application is no longer installed by default. Download 
and install 
  the "admin" package to use it.
  
  </body>
  </html>
  
  
  

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

Reply via email to