From c23f0f5faa7a717bc36e612f79c75e5f08154ad6 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Tue, 10 Oct 2000 14:52:22 +0000 Subject: [PATCH] Synced the documentation for with the implementation. Reported by: Ernst de Haan git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268071 13f79535-47bb-0310-9956-ffa450edef68 --- docs/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/index.html b/docs/index.html index 587c2aef6..049ffa57b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -26,7 +26,7 @@
  • Dave Walend (dwalend@cs.tufts.edu)
  • -

    Version 1.2 - 2000/09/27

    +

    Version 1.2 - 2000/10/10


    Table of Contents

    @@ -2622,19 +2622,19 @@ inclusion/exclusion of files works, and how to write patterns.

    debug indicates whether there should be compiled with debug - information ("on"). + information ("off"). No optimize indicates whether there should be compiled with - optimization ("on"). + optimization ("off"). No deprecation indicates whether there should be compiled with deprecation - information ("on"). + information ("off"). No @@ -2650,7 +2650,7 @@ inclusion/exclusion of files works, and how to write patterns.

    depend enables dependency - tracking for compilers that support this (jikes and modern) + tracking for compilers that support this (jikes and classic) No