]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Move the maven bundle jar to the top directory after building; svn
authorSimon Pepping <spepping@apache.org>
Wed, 7 Jul 2010 15:38:50 +0000 (15:38 +0000)
committerSimon Pepping <spepping@apache.org>
Wed, 7 Jul 2010 15:38:50 +0000 (15:38 +0000)
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

build.xml

index b5aa855b78eb85dc02a4d9a21d9fff7b3bcd71bc..fab0f75f5ca670eba6591cf61761fbb041e86912 100644 (file)
--- 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                                                   -->