jeremias
Thu, 10 Jul 2008 12:58:49 -0700
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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]