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 je...@apache.org on 2008/07/10 21:58:27 UTC

svn commit: r675707 - /xmlgraphics/fop/branches/fop-0_95/build.xml

Author: jeremias
Date: Thu Jul 10 12:58:27 2008
New Revision: 675707

URL: http://svn.apache.org/viewvc?rev=675707&view=rev
Log:
Bugfix: -imagein didn't work because the stylesheet didn't get copied into fop.jar.

Modified:
    xmlgraphics/fop/branches/fop-0_95/build.xml

Modified: xmlgraphics/fop/branches/fop-0_95/build.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-0_95/build.xml?rev=675707&r1=675706&r2=675707&view=diff
==============================================================================
--- xmlgraphics/fop/branches/fop-0_95/build.xml (original)
+++ xmlgraphics/fop/branches/fop-0_95/build.xml Thu Jul 10 12:58:27 2008
@@ -380,6 +380,7 @@
         <include name="META-INF/**"/>
         <include name="**/*.icm"/>
         <include name="**/*.LICENSE.txt"/>
+        <include name="**/*.xsl"/>
       </fileset>
     </copy>
     <mkdir dir="${build.viewer.resources.dir}"/>



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