aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorKeiron Liddle <keiron@apache.org>2001-05-16 08:49:53 +0000
committerKeiron Liddle <keiron@apache.org>2001-05-16 08:49:53 +0000
commit0a452b95b06dbbe2ef58ff89b9a13a7efc9778e7 (patch)
treeb188cdda8fbe73180ff3b220d45a97db7e515c77 /conf
parent85823d4e6d1ae7fe68387f6979b9d5aa435f0740 (diff)
downloadxmlgraphics-fop-0a452b95b06dbbe2ef58ff89b9a13a7efc9778e7.tar.gz
xmlgraphics-fop-0a452b95b06dbbe2ef58ff89b9a13a7efc9778e7.zip
fixed some minor errors with the example
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194241 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'conf')
-rw-r--r--conf/userconfig.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/userconfig.xml b/conf/userconfig.xml
index d5778d5af..0ccc6e01a 100644
--- a/conf/userconfig.xml
+++ b/conf/userconfig.xml
@@ -4,7 +4,7 @@
configuration of Fop. Actually normally you don't need this configuration
file, but if you need to change configuration, you should
always use this file and *not* config.xml.
- Usage: java org.apache.fop.apps.CommandLine -cuserconfig.xml fo-file pdf-file
+ Usage: java org.apache.fop.apps.Fop -c userconfig.xml -fo fo-file -pdf pdf-file
-->
@@ -16,7 +16,7 @@ basedir: normally the base directory is the directory where the fo file is
-->
<!--
<entry>
- <key>basedir</key>
+ <key>baseDir</key>
<value></value>
</entry>
-->
'>123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172