/[Apache-SVN]
ViewVC logotype

Revision 1348871


Jump to revision: Previous Next
Author: mehdi
Date: Mon Jun 11 14:35:57 2012 UTC (11 years, 11 months ago)
Changed paths: 44
Log Message:
Removed AFP resource handling mechanism in favour of a unified resource resolver


Changed paths

Path Details
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/afp/AFPDitheredRectanglePainter.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/afp/AFPResourceInfo.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/afp/AFPResourceLevel.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/afp/AFPResourceLevelDefaults.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/afp/AFPResourceManager.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/afp/AFPStreamer.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/afp/fonts/CharacterSet.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/afp/fonts/CharacterSetBuilder.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/afp/fonts/FopCharacterSet.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/afp/modca/IncludedResourceObject.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/afp/util/AFPResourceAccessor.java added
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/afp/util/DefaultFOPResourceAccessor.java deleted
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/afp/util/ResourceAccessor.java deleted
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/afp/util/SimpleResourceAccessor.java deleted
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/apps/FopConfParser.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/apps/FopFactoryBuilder.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/apps/io/DefaultResourceResolver.java deleted
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/apps/io/ResourceResolverFactory.java added
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/apps/io/TempResourceResolver.java added
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/pdf/PDFResources.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/render/afp/AFPCustomizable.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/render/afp/AFPDocumentHandler.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/render/afp/AFPFontConfig.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/render/afp/AFPForeignAttributeReader.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/render/afp/AFPImageHandlerSVG.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/render/afp/AFPPainter.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/render/afp/AFPRendererConfig.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/render/afp/AFPRendererConfigurator.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/render/afp/AFPShadingMode.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/render/bitmap/BitmapRendererConfigurator.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/render/bitmap/PNGDocumentHandler.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/render/bitmap/PNGRendererConfig.java added
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/render/java2d/Java2DGraphicsState.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/svg/PDFDocumentGraphics2DConfigurator.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/test/java/org/apache/fop/URIResolutionTestCase.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/test/java/org/apache/fop/afp/AFPResourceManagerTestCase.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/test/java/org/apache/fop/apps/AFPRendererConfBuilder.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/test/java/org/apache/fop/apps/FopFactoryBuilderTestCase.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/test/java/org/apache/fop/apps/io/ResourceResolverFactoryTestCase.java added
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/test/java/org/apache/fop/fonts/DejaVuLGCSerifTestCase.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/test/java/org/apache/fop/fonts/truetype/TTFFontLoaderTestCase.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/test/java/org/apache/fop/pdf/PDFFactoryTestCase.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/test/java/org/apache/fop/render/afp/AFPRendererConfigParserTestCase.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_URI_Unification/test/java/org/apache/fop/render/afp/AFPRendererConfiguratorTestCase.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26