aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorSimon Pepping <spepping@apache.org>2010-07-07 15:38:50 +0000
committerSimon Pepping <spepping@apache.org>2010-07-07 15:38:50 +0000
commitf172fa485947bf31e09d4e8c7c974dc04aa9f555 (patch)
treeac384030405d19d888d8a6706ab76f736cd2e266 /build.xml
parent4436971c877e163e05b906e574d76eb444870bbd (diff)
downloadxmlgraphics-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.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index b5aa855b7..fab0f75f5 100644
--- a/build.xml
+++ b/build.xml
@@ -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 -->