diff options
author | Jeremias Maerki <jeremias@apache.org> | 2003-03-12 09:34:59 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2003-03-12 09:34:59 +0000 |
commit | 46f274a31b7f7ae2fbbd05f45435387850a7b0c6 (patch) | |
tree | 0f2c226717a489c8c50713a1abde8373b64d2c07 /build.xml | |
parent | 472fe8a63c528babc06ff275253b5bf625ec1cf4 (diff) | |
download | xmlgraphics-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.xml | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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"> |