From 92ba08996fc4224f2653057f06bfc7fefb72a81b Mon Sep 17 00:00:00 2001
From: Stefan Bodewig
Date: Wed, 9 Aug 2000 09:21:04 +0000
Subject: [PATCH] Use new Runtime.exec() method of JDK 1.3 instead of antRun if
present. Submitted by: Jesse Glick
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267902 13f79535-47bb-0310-9956-ffa450edef68
---
docs/index.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/index.html b/docs/index.html
index 481630a06..dc5fdaedc 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -1134,7 +1134,7 @@ systems.
dir |
the directory in which the command should be executed. |
- Yes |
+ No |
os |
@@ -1146,7 +1146,7 @@ systems.
output |
the file to which the output of the command should be
redirected. |
- Yes |
+ No |
failonerror |