diff options
author | Keiron Liddle <keiron@apache.org> | 2002-09-04 08:36:37 +0000 |
---|---|---|
committer | Keiron Liddle <keiron@apache.org> | 2002-09-04 08:36:37 +0000 |
commit | c0a432e3aea3fcfcafd06642d2e419fb9de90cc3 (patch) | |
tree | 1f59937b239ae6adc9a8fbc4efbdb717a05f4428 /build.xml | |
parent | 15b175f37b0f39e9a1d16fb35ed386a0959e3103 (diff) | |
download | xmlgraphics-fop-c0a432e3aea3fcfcafd06642d2e419fb9de90cc3.tar.gz xmlgraphics-fop-c0a432e3aea3fcfcafd06642d2e419fb9de90cc3.zip |
removed old configuration
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195149 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -186,7 +186,7 @@ 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="off"/> - <property name="deprecation" value="off"/> + <property name="deprecation" value="on"/> <property name="textfontencoding" value="WinAnsiEncoding"/> @@ -308,11 +308,7 @@ Sometimes ant gives out this warnings, but the build is finished without any pro <mkdir dir="${build.src}/${properties.dir}"/> <mkdir dir="${build.src}/${fonts.dir}"/> <mkdir dir="${build.src}/${svg.dir}"/> - <mkdir dir="${build.dest}/conf"/> <mkdir dir="${build.dest}/hyph"/> - <copy todir="${build.dest}/conf" filtering="yes"> - <fileset dir="./conf"/> - </copy> </target> <!-- =================================================================== --> @@ -548,7 +544,7 @@ Sometimes ant gives out this warnings, but the build is finished without any pro </pathconvert> <jar jarfile="${build.dir}/${name}.jar" basedir="${build.dest}" - includes="org/**,conf/**,hyph/**"> + includes="org/**,hyph/**"> <manifest> <attribute name="Main-Class" value="${main.class}"/> <attribute name="Class-Path" value="${manifest-classpath}"/> |