diff options
author | arved <arved@unknown> | 2000-12-30 02:50:12 +0000 |
---|---|---|
committer | arved <arved@unknown> | 2000-12-30 02:50:12 +0000 |
commit | 4ccbe9c36dc4b3b0f2a2c8a9b14c3449f78a9a11 (patch) | |
tree | ecfa9b0963fbb29446b44c1300b9b63087fcca6f /conf/config.xml | |
parent | aad84ba116c03f3d30f0c5cb2a080ac66d3855ea (diff) | |
download | xmlgraphics-fop-4ccbe9c36dc4b3b0f2a2c8a9b14c3449f78a9a11.tar.gz xmlgraphics-fop-4ccbe9c36dc4b3b0f2a2c8a9b14c3449f78a9a11.zip |
Uncomment ASCII-85 filter
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193934 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'conf/config.xml')
-rw-r--r-- | conf/config.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/config.xml b/conf/config.xml index d0243ed01..051eb4a1c 100644 --- a/conf/config.xml +++ b/conf/config.xml @@ -5,7 +5,7 @@ <configuration> <entry> <key>version</key> - <value>Fop 0.16.0 dev</value> + <value>FOP 0.16.0 DEV</value> </entry> <!-- stream-filter-list provides the default filters that are applied to all @@ -19,7 +19,7 @@ <!-- encodes binary data into printable ascii characters (default off) This provides about a 4:5 expansion of data size --> - <!-- <value>ascii-85</value> --> + <value>ascii-85</value> <!-- encodes binary data with hex representation (default off) This filter is not recommended as it doubles the data size --> |