From 7a9fbfa4c68f0ff504ac99b3078fafaaf8604b9e Mon Sep 17 00:00:00 2001 From: edwingo Date: Tue, 30 Apr 2002 01:47:45 +0000 Subject: [PATCH] Added a "debug" compile option to enable the possibility that the stack trace shows line numbers. However, the default value is set to the ant default of "off" so no debug info is provided, as before. This is to maintain backward compatibility. I think the default should be "on", instead, though. I will let someone else change it. git-svn-id: https://svn.apache.org/repos/asf/xml/commons/trunk@225965 13f79535-47bb-0310-9956-ffa450edef68 --- java/external/build.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/java/external/build.xml b/java/external/build.xml index 34059fd..6438dce 100644 --- a/java/external/build.xml +++ b/java/external/build.xml @@ -16,6 +16,9 @@ + + + @@ -65,7 +68,8 @@ - +