From 2c4b09e15f09ece3d4e8276687a809ddefa9408f Mon Sep 17 00:00:00 2001
From: Matthew Jason Benson
Date: Fri, 4 Jun 2004 18:29:57 +0000
Subject: [PATCH] Changed default tempdir to java.io.tmpdir instead of
user.dir. PR: 29391, 4590
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276532 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/CoreTasks/javac.html | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/docs/manual/CoreTasks/javac.html b/docs/manual/CoreTasks/javac.html
index 0fa102d95..5f901f7e7 100644
--- a/docs/manual/CoreTasks/javac.html
+++ b/docs/manual/CoreTasks/javac.html
@@ -344,8 +344,9 @@ invoking the compiler.
This is only used if the task is forked and the
command line args length exceeds 4k.
Since Ant 1.6.
- No; default is the current working
- directory. |
+
+ No; default is java.io.tmpdir.
+ |