Browse Source

Removed UserConfigFileName entry from system config,

and included note that it is now imposssible to specify
user level config in the system config file.


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197449 13f79535-47bb-0310-9956-ffa450edef68
tags/Defoe_export
Peter Bernard West 20 years ago
parent
commit
d0078292fa
1 changed files with 5 additions and 2 deletions
  1. 5
    2
      conf/config.xml

+ 5
- 2
conf/config.xml View File

@@ -27,12 +27,15 @@
<key>dumpConfiguration</key>
<value>false</value>
</entry>
<!-- -->
<!-- N.B. User config file cannot be specified here, because
all user configuration is done before the system configuration is attempted.
Any values already set by user configuration pre-empt system configuration
values.
<entry>
<key>userConfigFileName</key>
<value>userconfig.xml</value>
</entry>
-->
<!-- stream-filter-list provides the default filters that are applied to all
stream objects within the PDF file. These are normally used for
compression -->

Loading…
Cancel
Save