]> source.dussan.org Git - xmlgraphics-fop.git/commit
Allow afp:no-operation to be added to fo:page-sequence (page group in AFP) and fo...
authorJeremias Maerki <jeremias@apache.org>
Tue, 1 Feb 2011 16:04:41 +0000 (16:04 +0000)
committerJeremias Maerki <jeremias@apache.org>
Tue, 1 Feb 2011 16:04:41 +0000 (16:04 +0000)
commit941181b8e3bf0369f1803e9af89bff52c0c93c8f
tree0047b09b9a6564ff030fdf36f79f662d43ab0a94
parentf540b00cf2c8cf1126f6d45e3a9062b2bccd7a58
Allow afp:no-operation to be added to fo:page-sequence (page group in AFP) and fo:declarations (document in AFP). Includes a test case.
Update QDox to avoid a bug with class private enums.
Connect some older test cases into the standard test suite.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1066078 13f79535-47bb-0310-9956-ffa450edef68
22 files changed:
build.xml
lib/build/qdox-1.12.jar [new file with mode: 0644]
lib/build/qdox-1.6.3.jar [deleted file]
src/codegen/java/org/apache/fop/tools/EventProducerCollector.java
src/documentation/content/xdocs/trunk/output.xml
src/java/org/apache/fop/afp/DataStream.java
src/java/org/apache/fop/afp/modca/AbstractResourceGroupContainer.java
src/java/org/apache/fop/afp/modca/NoOperation.java
src/java/org/apache/fop/fo/FOValidationEventProducer.xml
src/java/org/apache/fop/render/afp/AFPDocumentHandler.java
src/java/org/apache/fop/render/afp/extensions/AFPPageSetupElement.java
status.xml
test/java/org/apache/fop/StandardTestSuite.java
test/java/org/apache/fop/render/AbstractRenderingTestCase.java [new file with mode: 0644]
test/java/org/apache/fop/render/afp/AFPTestSuite.java [new file with mode: 0644]
test/java/org/apache/fop/render/afp/AbstractAFPTestCase.java [new file with mode: 0644]
test/java/org/apache/fop/render/afp/NoOperationTestCase.java [new file with mode: 0644]
test/java/org/apache/fop/render/afp/nops.fo [new file with mode: 0644]
test/java/org/apache/fop/render/ps/AbstractPostScriptTestCase.java
test/java/org/apache/fop/render/ps/ImageHandlingTestCase.java
test/java/org/apache/fop/render/ps/PSTestSuite.java [new file with mode: 0644]
test/java/org/apache/fop/render/ps/ResourceOptimizationTestCase.java