From: remm Date: Tue, 17 Oct 2006 00:30:04 +0000 (+0000) Subject: - Small tweaks. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=02c8c42d4eb58bdd4b4d6145aa7018da42376f6c;p=tomcat7.0 - Small tweaks. git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@464758 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/res/deployer/build.xml b/res/deployer/build.xml index 84256515c..1249b27f8 100644 --- a/res/deployer/build.xml +++ b/res/deployer/build.xml @@ -38,7 +38,7 @@ -

Useful references:

    -
  • Release notes, with important information +
  • Release notes, with important information about known issues
  • Changelog
  • Status
  • @@ -26,10 +26,11 @@ RELEASE-NOTES and the RUNNING.txt file in the distribution for more details.

    Packaging Details (or "What Should I Download?")

      -
    • apache-tomcat-[version].zip or .tar.gz: base distro, all non-embedded users download this.
    • +
    • apache-tomcat-[version].zip or .tar.gz: base distribution.
    • apache-tomcat-[version].exe: Windows installer for Tomcat. Please note that while this distribution includes the vast majority of the base distribution, some of the command-line scripts for launching Tomcat are not included. This distribution is intended for those users planning to launch Tomcat through the Windows shortcuts or services.
    • -
    • apache-tomcat-[version]-admin.zip or .tar.gz: the Tomcat Administration webapp only.
    • +
    • apache-tomcat-[version]-deployer.zip or .tar.gz: the standalone Tomcat Web Application Deployer.
    • +
    • apache-tomcat-[version]-fulldocs.tar.gz: the Tomcat documentation bundle, including complete javadocs.

    diff --git a/res/welcome.main.html b/res/welcome.main.html index ab31accda..178dea69c 100644 --- a/res/welcome.main.html +++ b/res/welcome.main.html @@ -26,10 +26,11 @@ RELEASE-NOTES and the RUNNING.txt file in the distribution for more details.

    Packaging Details (or "What Should I Download?")

      -
    • apache-tomcat-[version].zip or .tar.gz: base distro, all non-embedded users download this.
    • -
    • apache-tomcat-[version].exe: Windows installer with base distro contents + Windows installation.
    • -
    • apache-tomcat-[version]-admin.zip or .tar.gz: the Tomcat Administration webapp only.
    • +
    • apache-tomcat-[version].zip or .tar.gz: base distribution.
    • +
    • apache-tomcat-[version].exe: Windows installer for Tomcat. Please note that while this distribution includes the vast majority of the base distribution, some of the command-line scripts for launching Tomcat are not included. This distribution is intended for those users planning to launch Tomcat through the Windows shortcuts or services.
    • +
    • apache-tomcat-[version]-deployer.zip or .tar.gz: the standalone Tomcat Web Application Deployer.
    • +
    • apache-tomcat-[version]-fulldocs.tar.gz: the Tomcat documentation bundle, including complete javadocs.