diff options
author | Keiron Liddle <keiron@apache.org> | 2001-11-28 14:04:04 +0000 |
---|---|---|
committer | Keiron Liddle <keiron@apache.org> | 2001-11-28 14:04:04 +0000 |
commit | d9130cffc33d6628c72e142027614791683a0e73 (patch) | |
tree | 4861d88049bc4cbdaa3b0bd028b30e2903a80420 /build.xml | |
parent | e8b77f1bac6291c4486a1ad20916290117d40f60 (diff) | |
download | xmlgraphics-fop-d9130cffc33d6628c72e142027614791683a0e73.tar.gz xmlgraphics-fop-d9130cffc33d6628c72e142027614791683a0e73.zip |
added message about cvs, fixed compiler options
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194579 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -184,8 +184,8 @@ Sometimes ant gives out this warnings, but the build is finished without any pro <property name="build.compiler" value="classic"/> <property name="debug" value="on"/> - <property name="optimize" value="on"/> - <property name="deprecation" value="on"/> + <property name="optimize" value="off"/> + <property name="deprecation" value="off"/> <property name="src.dir" value="./src"/> <property name="src.codegen" value="./src/codegen"/> |