diff options
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -556,6 +556,7 @@ list of possible build targets. <include name="org/apache/fop/accessibility/StructureTreeElement.class"/> <include name="org/apache/fop/apps/Fop.class"/> <include name="org/apache/fop/apps/FOPException.class"/> + <include name="org/apache/fop/apps/io/**"/> <include name="org/apache/fop/complexscripts/fonts/*.class"/> <include name="org/apache/fop/fo/Constants.class"/> <include name="org/apache/fop/fo/FOTreeBuilder.class"/> @@ -578,7 +579,7 @@ list of possible build targets. <exclude name="org/apache/fop/render/pdf/PDFRenderer.class"/> <exclude name="org/apache/fop/render/pdf/PDFXMLHandler*"/> <include name="org/apache/fop/render/intermediate/IFDocumentHandlerConfigurator.class"/> - <include name="org/apache/fop/render/**Configurator**"/> + <include name="org/apache/fop/render/**Config**"/> <include name="org/apache/fop/util/AbstractPaintingState**"/> <include name="org/apache/fop/pdf/**"/> </patternset> |