summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2002-11-08 10:29:24 +0000
committerJeremias Maerki <jeremias@apache.org>2002-11-08 10:29:24 +0000
commitff525cd56298c482fcc32513b9255c19c3bf89dc (patch)
treef25d6d501b866d75a460ac60e7de9ab9513744af /build.xml
parent7b725454de7a134a84831ba37bc5151bd6f044bb (diff)
downloadxmlgraphics-fop-ff525cd56298c482fcc32513b9255c19c3bf89dc.tar.gz
xmlgraphics-fop-ff525cd56298c482fcc32513b9255c19c3bf89dc.zip
Enabled debug info because we're in development here. IMO debug info should only (if at all) be disabled in a final release.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@195454 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 5e7d94822..e434b2f1a 100644
--- a/build.xml
+++ b/build.xml
@@ -190,8 +190,8 @@ Sometimes ant gives out this warnings, but the build is finished without any pro
<echo message="------------------- ${Name} ${version} [${year}] ----------------"/>
<property name="build.compiler" value="classic"/>
- <property name="debug" value="off"/>
- <property name="optimize" value="on"/>
+ <property name="debug" value="on"/>
+ <property name="optimize" value="off"/>
<property name="deprecation" value="off"/>
<property name="textfontencoding" value="WinAnsiEncoding"/>