aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorJoerg Pietschmann <pietsch@apache.org>2005-01-24 22:03:56 +0000
committerJoerg Pietschmann <pietsch@apache.org>2005-01-24 22:03:56 +0000
commitedae22286f32e31a4d6f38b77466ed8227810a76 (patch)
tree7d302e9f4a1b86142bb34eab35a95ec84782518e /build.xml
parentfed05412f0c2a0489e5bb380d0ef4dac927fe9f1 (diff)
downloadxmlgraphics-fop-edae22286f32e31a4d6f38b77466ed8227810a76.tar.gz
xmlgraphics-fop-edae22286f32e31a4d6f38b77466ed8227810a76.zip
Replaced absolute image paths with relative
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198311 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 4cebd8370..d7dabfe1b 100644
--- a/build.xml
+++ b/build.xml
@@ -332,7 +332,6 @@ list of possible build targets.
<echo message="Preparing the build directories"/>
<mkdir dir="${build.src}"/>
<mkdir dir="${build.gensrc}"/>
- <mkdir dir="${build.gensrc}/${properties.dir}"/>
<mkdir dir="${build.gensrc}/${fonts.dir}"/>
<mkdir dir="${build.dest}/hyph"/>
</target>