aboutsummaryrefslogtreecommitdiffstats
path: root/conf/config.xml
diff options
context:
space:
mode:
authorfotis <fotis@unknown>2000-12-12 19:18:50 +0000
committerfotis <fotis@unknown>2000-12-12 19:18:50 +0000
commitc6eaec4c8bb1a18dc909bc65c35ede58dd0fcfee (patch)
tree79443dabcc441bf86b8edb6e560773652b055538 /conf/config.xml
parent5668bdab96cbfac4b3c6148a48d81986322280f2 (diff)
downloadxmlgraphics-fop-c6eaec4c8bb1a18dc909bc65c35ede58dd0fcfee.tar.gz
xmlgraphics-fop-c6eaec4c8bb1a18dc909bc65c35ede58dd0fcfee.zip
adds hyphenation (Carlos Villegas, Fotis Jannidis) and simple configuration support (F.J.)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193861 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'conf/config.xml')
-rw-r--r--conf/config.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/conf/config.xml b/conf/config.xml
new file mode 100644
index 000000000..076b7ca7d
--- /dev/null
+++ b/conf/config.xml
@@ -0,0 +1,11 @@
+<!--<!DOCTYPE configuration SYSTEM "config.dtd">-->
+<!-- to developers: have a look at the config.dtd to
+ see how to structure your config entries -->
+
+<configuration>
+ <entry>
+ <key>version</key>
+ <value>Fop 0.16.0 dev</value>
+ </entry>
+
+</configuration> \ No newline at end of file