Author: jeremias
Date: Wed Jan 28 12:56:43 2009
New Revision: 738472
URL: http://svn.apache.org/viewvc?rev=738472&view=rev
Log:
Grr, forgot the command-line compile again. Fixed the build after the move of a
JAI-dependent class. Thanks, Gump.
Modified:
xmlgraphics/fop/trunk/build.xml
Modified: xmlgraphics/fop/trunk/build.xml
URL:
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/build.xml?rev=738472&r1=738471&r2=738472&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/build.xml (original)
+++ xmlgraphics/fop/trunk/build.xml Wed Jan 28 12:56:43 2009
@@ -124,8 +124,7 @@
</fileset>
</path>
<patternset id="exclude-jai">
- <exclude name="org/apache/fop/image/JAIImage.java" unless="jai.present"/>
- <exclude
name="org/apache/fop/render/pcl/JAIMonochromeBitmapConverter.java"
unless="jai.present"/>
+ <exclude
name="org/apache/fop/util/bitmap/JAIMonochromeBitmapConverter.java"
unless="jai.present"/>
</patternset>
<patternset id="exclude-jce-dependencies">
<exclude name="org/apache/fop/pdf/PDFEncryptionJCE.java"
unless="jce.present"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]