xmlgraphics-commons-2.1/ 0000755 0001750 0001750 00000000000 12643466052 015230 5 ustar mathieu mathieu xmlgraphics-commons-2.1/xmlgraphics-commons-pom-template.pom 0000644 0001750 0001750 00000006636 12643466052 024354 0 ustar mathieu mathieu
4.0.0
org.apache.xmlgraphics
xmlgraphics-commons
jar
Apache XML Graphics Commons
@version@
http://xmlgraphics.apache.org/commons/
Apache XML Graphics Commons is a library that consists of several reusable
components used by Apache Batik and Apache FOP. Many of these components
can easily be used separately outside the domains of SVG and XSL-FO.
2005
XML Graphics General List
general-subscribe@xmlgraphics.apache.org
general-unsubscribe@xmlgraphics.apache.org
http://mail-archives.apache.org/mod_mbox/xmlgraphics-general/
XML Graphics Commit List
commits-subscribe@xmlgraphics.apache.org
commits-unsubscribe@xmlgraphics.apache.org
http://mail-archives.apache.org/mod_mbox/xmlgraphics-commits/
The Apache Software License, Version 2.0
http://www.apache.org/licenses/LICENSE-2.0.txt
repo
scm:svn:http://svn.apache.org/repos/asf/xmlgraphics/commons/trunk
scm:svn:https://svn.apache.org/repos/asf/xmlgraphics/commons/trunk
http://svn.apache.org/viewvc/xmlgraphics/commons/trunk/?root=Apache-SVN
Apache Software Foundation
http://www.apache.org/
org.apache
apache
7
commons-io
commons-io
1.3.1
commons-logging
commons-logging
1.0.4
xmlgraphics-commons-2.1/build.properties 0000644 0001750 0001750 00000002740 12643466052 020450 0 ustar mathieu mathieu ## This is a template for settings which are useful to be
## overridden in a developer specific property files.
## Copy this to build-local.properties, uncomment and change
## properties which should be overridden.
## The file buil-local.properties is not stored in the code
## repository and ignored for file adds.
## ===================================================================
## 1. Path settings
## Path to your IKVM installation. Set this if you want to compile
## XML Graphics Commons to a .NET DLL.
## NOTE: If you want to compile the .NET DLL you'll have to
## disable the internal codecs. See below.
#ikvm.dir=C:\\javalib\\ikvm-12-07-2004\\ikvm
## ===================================================================
## 2. Switches for common tasks
## Javac switches
# javac.debug = on
# javac.optimize = off
# javac.deprecation = on
# javac.source = 1.4
# javac.target = 1.4
# javac.fork = on
## JUnit task switches
# junit.fork = on
## Packages to produce javadoc.
# javadoc.packages = org.apache.xmlgraphics.*
## ===================================================================
## 3. Project specific properties
version = 2.1
## Allows you to switch off the compilation of the internal image
## codecs which depend on Sun-private classes. Setting this to true
## enabled compatibility with non-Sun Java implementations such as
## Kaffe, IKVM, GCC/GCJ or even Apache Harmony (i.e. system which
## are based on GNU Classpath, for example).
# internal-codecs.disabled = false
xmlgraphics-commons-2.1/README 0000644 0001750 0001750 00000011272 12643466052 016113 0 ustar mathieu mathieu $Id: README 1723302 2016-01-06 12:31:56Z ssteiner $
==============================================================================
APACHE XML GRAPHICS COMMONS - README
==============================================================================
Contents of this file:
- What is Apache XML Graphics Commons?
- Where to get help?
- How do I build Apache XML Graphics Commons?
- Legal information
- Release Notes
==============================================================================
What is Apache XML Graphics Commons?
---------------------------------------
It is a place where the Apache Batik and Apache FOP share commonly used
components. Many components in here are also usable and useful stand-alone.
Documentation
---------------------
The documentation can be found under:
http://xmlgraphics.apache.org/commons/
Where to get help?
---------------------
Please subscribe to the general@xmlgraphics.apache.org mailing list by sending
an empty mail to general-subscribe@xmlgraphics.apache.org. All you questions
about XML Graphics Commons will be answered there.
Please report bugs to JIRA at http://issues.apache.org/jira/ (project
XMLGraphicsCommons).
How do I build Apache XML Graphics Commons?
----------------------------------------------
If you've downloaded a binary distribution of Apache FOP or Apache Batik,
you don't need to build XML Graphics Commons. It is distributed with these
two products.
Otherwise, install Apache Ant (http://ant.apache.org) and run "ant" from the
command-line in the directory where you find "build.xml".
Legal information
--------------------
Apache XML Graphics Commons is published under the Apache License
version 2.0. For the license text, please see the following files:
- LICENSE
- NOTICE
Legal information on libraries used by Apache XML Graphics Commons, i.e.
its dependencies, can be found in the "lib/README.txt" file.
Apache XML Graphics Commons contains unmodified copies of the Adobe Glyph
List and the ITC Zapf Dingbats Glyph List, available from:
http://www.adobe.com/devnet/opentype/archives/glyph.html
License labeling (according to http://www.apache.org/legal/3party.html):
- Multi-Licensed
- Source Available
- No Reciprocity Required
==============================================================================
KNOWN ISSUES
==============================================================================
- PostScript output: When TexturePaint is used with PSGraphics2D, the output
violates the DSC specification. Extracting single pages from a multi-page
PostScript file can result in errors.
==============================================================================
RELEASE NOTES
==============================================================================
For more detailed info about the changes, please see:
http://xmlgraphics.apache.org/commons/changes.html
Version 2.1
--------------
Minor release to be used with FOP 2.1
Version 2.0.1
--------------
Minor release to be used with FOP 2.0
Version 2.0
--------------
The main new feature is the introduction of a URI resolution framework that
makes it easier to control resource access in a cloud environment. Because of
changes to the API, the version number has been bumped to 2.0.
This release also contains a number of bug fixes.
Version 1.5
--------------
This release of Apache XML Graphics Commons primarily addresses bug fixes
and also adds a number of new features.
Version 1.4
-----------
This release adds the option to generate smaller PostScript files,
support for the AdobeStandardCyrillic encoding, RefinedImageFlavor,
TexturePaint support for PSGraphics2D (PostScript tiling patterns),
improvements to the XMP framework, optimization for PostScript state
handling in (E)PSDocumentGraphics2D, and more. In addition it contains
a number of bug fixes.
Version 1.3.1
--------------
This release is mostly a bugfix release for the image loading framework that
has been introduced in version 1.3.
Version 1.3
--------------
The most important addition in this release is an image loading framework
which supports all sorts of different image formats (bitmap and vector) and
is highly extensible.
Besides that there were a larger number of smaller additions and bugfixes.
Support for Java 1.3 has been dropped. Java 1.4 or later is required now.
Version 1.2
--------------
This release mainly adds support for CMYK and GRAY color spaces for PSGenerator.
Version 1.1
--------------
This release adds an XMP metadata framework and brings improvements for the
ImageWriter package plus some minor fixes mainly in the PostScript area.
Version 1.0
--------------
This is the first release of Apache XML Graphics Commons. There are currently
no known issues with the code.
xmlgraphics-commons-2.1/test/ 0000755 0001750 0001750 00000000000 12643466052 016207 5 ustar mathieu mathieu xmlgraphics-commons-2.1/test/resources/ 0000755 0001750 0001750 00000000000 12653644412 020220 5 ustar mathieu mathieu xmlgraphics-commons-2.1/test/resources/META-INF/ 0000755 0001750 0001750 00000000000 12653644412 021360 5 ustar mathieu mathieu xmlgraphics-commons-2.1/test/resources/META-INF/MANIFEST.MF 0000644 0001750 0001750 00000000105 12643466052 023007 0 ustar mathieu mathieu Manifest-Version: 1.0
Name: sample.txt
Content-Type: text/plain
xmlgraphics-commons-2.1/test/resources/org/ 0000755 0001750 0001750 00000000000 12643466052 021010 5 ustar mathieu mathieu xmlgraphics-commons-2.1/test/resources/org/apache/ 0000755 0001750 0001750 00000000000 12643466052 022231 5 ustar mathieu mathieu xmlgraphics-commons-2.1/test/resources/org/apache/xmlgraphics/ 0000755 0001750 0001750 00000000000 12643466052 024552 5 ustar mathieu mathieu xmlgraphics-commons-2.1/test/resources/org/apache/xmlgraphics/util/ 0000755 0001750 0001750 00000000000 12643466052 025527 5 ustar mathieu mathieu xmlgraphics-commons-2.1/test/resources/org/apache/xmlgraphics/util/io/ 0000755 0001750 0001750 00000000000 12653644412 026135 5 ustar mathieu mathieu xmlgraphics-commons-2.1/test/resources/org/apache/xmlgraphics/util/io/oneByte 0000644 0001750 0001750 00000000001 12643466052 027455 0 ustar mathieu mathieu A xmlgraphics-commons-2.1/test/resources/org/apache/xmlgraphics/util/io/medium.64 0000644 0001750 0001750 00000003117 12643466052 027573 0 ustar mathieu mathieu H4sICFfuQDsAA21lZGl1bQCtVk1T4zgQvedXdOUyUGUCzO5c2I9ax1FAVcbOWjYstzG2Qlxj
WynZIZV/v6/lhG/2skMVRLFbr9973S1Bf/zEnxG9/0lXmvx1XuBDmWW/za2msCp022mPbrTt
KtPS+eR8RD+XyYgCs97Z6mHV01FwTF/Pzs4+JDM3m7bMe9CYkF/X5LZ0ZHWn7aMuJwyV6LLq
elvdbziO8rakTaepaqkzG1to9+S+anO7o6WxTefRtupXZKz7NJueGlNWy6rIT0bEGB5x7rW2
TdX3uqS1NY9ViUW/ynv80cCpa7Ot2gcqTFtWvKlzmxrdXzCp88kbXh2ZJR0YFaZE6KbrCVL6
HFQZNL83j/zu4Ay1pkcxPFe5flV1VAOQcV4mbcs3jJC1qPOq0dbZ8/U9E+R74cdAxGqoLDcg
9xGV/8uE9hJLU2wa3faupA4Nu05RCYO3lpq817bK6+7Zclcqt/WFBCfsl4lrGd2WJ6i3fY2N
hEW9eQVgX7ngUbVE8p3n5Dsq+y30RgXlxY/WbGtdPjD8BdE4ZQsGv/rDto6rO7StQyv1o67N
Ggzofucg/6O7iY5Wfb++OD3dbreT3MVNjH04PZ6MHZpfw5kW9tRg7Crwhha82+HZeq3zJ7cP
fKjqO10vPUhcHkynLQwHRUvdpmCDKluerHPb794Adyi+bfK63u3Rnfm/Dua3eQPh4ylE/Bg7
WBp/rnJMQ6+hm+gefqBsaBnjKKGMxmJseSzhbGN6rPcWdzDTVo9s5RKv9vqf1B2mGOGVsQ5t
a3ly22GGu86dH3Me+HfPPVrXOu+42dE6xdAJQwH+eq6D0/xtQosDoSdGz4Se+HAlWCJrLGAc
ovamjD02kwNcmsPTQ9n2daus8xXlOihzwj4gTzyC2DG0yOdnJ7NPr6QiFc/TWz8RhPUiiW/k
TMzo+3df4cGXL+RHM/zekfhnkQil8C5OSF4vQokl9iV+lEqhcA7IKAizmYwuPZpmKUVxSqG8
lini0thDMvHBPorndC2S4Apf/akMZXrHKUc0l2mEfERz5PNp4SepDLLQT4gWWbKIlSAmTTOp
gtCX12I2IVBAWiJxI6KU1JUfhsR5R+Qv/AD5n7QCNYtmfirjiJygVFEQR2kiQT1OkHYqwN6f
hsIRcBbMZCKC1CndL1kz/AL10CO1EIHkBbwSEOondx5jA1eJvzNE4S0I+9f+JYQfOb9wvXxu
GcoRZIm4ZjVslMqmKpVplgq6jOOZYnQlkhsZCPUbhbFSIw7LlPCQJvVdekaBmQjAl2mm5GCr
jFKRJNmCLTgmuopv4RrI+hnXmKseRyMnmx2MkztGZkdcjSDy9krgReJMd9b5bAgpeBikryKR
F56mo71k1ksUictQXoooEI5kzFi3UoljlFUqDgGuy3/rIzfcQX7uIZaH9Zvu9VzRSc7Jn91I
16ZDODpFyX1jOQuDq30JhhF4NaY88R1uBHczP5p6g/nHlcjnwPNV2eR8IeAAb3BXYD7LCtfS
BjfUiHj87vUqr5eHMXw3gq/+f+HzpzH8tGr53h0OftMOA/z59D6dUJ3W9PvH18Sfk9G/1zkl
kS0KAAA=
xmlgraphics-commons-2.1/test/resources/org/apache/xmlgraphics/util/io/twoByte 0000644 0001750 0001750 00000000002 12643466052 027506 0 ustar mathieu mathieu AB xmlgraphics-commons-2.1/test/resources/org/apache/xmlgraphics/util/io/zeroByte 0000644 0001750 0001750 00000000000 12643466052 027652 0 ustar mathieu mathieu xmlgraphics-commons-2.1/test/resources/org/apache/xmlgraphics/util/io/large 0000644 0001750 0001750 00000044610 12643466052 027160 0 ustar mathieu mathieu gTz2 tomer.red ]tTW.