You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by sp...@apache.org on 2010/07/07 17:38:51 UTC

svn commit: r961414 - in /xmlgraphics/fop/branches/fop-1_0: ./ build.xml

Author: spepping
Date: Wed Jul  7 15:38:50 2010
New Revision: 961414

URL: http://svn.apache.org/viewvc?rev=961414&view=rev
Log:
Move the maven bundle jar to the top directory after building; svn
ignore the build artifacts

Modified:
    xmlgraphics/fop/branches/fop-1_0/   (props changed)
    xmlgraphics/fop/branches/fop-1_0/build.xml

Propchange: xmlgraphics/fop/branches/fop-1_0/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Jul  7 15:38:50 2010
@@ -11,3 +11,6 @@ dist-bin
 dist-src
 work
 .fbprefs
+fop*.zip
+fop*.gz
+fop*-bundle.jar

Modified: xmlgraphics/fop/branches/fop-1_0/build.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-1_0/build.xml?rev=961414&r1=961413&r2=961414&view=diff
==============================================================================
--- xmlgraphics/fop/branches/fop-1_0/build.xml (original)
+++ xmlgraphics/fop/branches/fop-1_0/build.xml Wed Jul  7 15:38:50 2010
@@ -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                                                   -->



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org