aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2003-03-12 09:34:59 +0000
committerJeremias Maerki <jeremias@apache.org>2003-03-12 09:34:59 +0000
commit46f274a31b7f7ae2fbbd05f45435387850a7b0c6 (patch)
tree0f2c226717a489c8c50713a1abde8373b64d2c07 /build.xml
parent472fe8a63c528babc06ff275253b5bf625ec1cf4 (diff)
downloadxmlgraphics-fop-46f274a31b7f7ae2fbbd05f45435387850a7b0c6.tar.gz
xmlgraphics-fop-46f274a31b7f7ae2fbbd05f45435387850a7b0c6.zip
Remove buildtools.xml as it's no longer needed.
Adjust build.xml accordingly. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196073 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index c48c92637..e544b7f5d 100644
--- a/build.xml
+++ b/build.xml
@@ -94,7 +94,6 @@ list of possible build targets.
<fileset dir="lib">
<include name="*.jar"/>
<exclude name="ant.jar"/>
- <exclude name="buildtools.jar"/>
</fileset>
<fileset dir="build">
<include name="fop.jar"/>
@@ -696,6 +695,10 @@ list of possible build targets.
</target>
<!-- =================================================================== -->
+ <!-- Special target for Gump -->
+ <!-- =================================================================== -->
+ <target name="gump" depends="all, javadocs"/>
+ <!-- =================================================================== -->
<!-- Clean targets -->
<!-- =================================================================== -->
<target name="clean" depends="init" description="Cleans the build directory">