diff options
author | Simon Pepping <spepping@apache.org> | 2010-07-07 15:38:50 +0000 |
---|---|---|
committer | Simon Pepping <spepping@apache.org> | 2010-07-07 15:38:50 +0000 |
commit | f172fa485947bf31e09d4e8c7c974dc04aa9f555 (patch) | |
tree | ac384030405d19d888d8a6706ab76f736cd2e266 /build.xml | |
parent | 4436971c877e163e05b906e574d76eb444870bbd (diff) | |
download | xmlgraphics-fop-f172fa485947bf31e09d4e8c7c974dc04aa9f555.tar.gz xmlgraphics-fop-f172fa485947bf31e09d4e8c7c974dc04aa9f555.zip |
Move the maven bundle jar to the top directory after building; svn
ignore the build artifacts
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-1_0@961414 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1300,6 +1300,7 @@ NOTE: <fileset dir="${build.dir}/maven"/> <metainf dir="${basedir}" includes="LICENSE,NOTICE"/> </jar> + <move file="${build.dir}/${name}-${version}-bundle.jar" todir="${basedir}"/> </target> <!-- =================================================================== --> <!-- Generate examples --> |