aboutsummaryrefslogtreecommitdiffstats
path: root/test/test.xconf
diff options
context:
space:
mode:
authorGlenn Adams <gadams@apache.org>2016-03-06 06:14:41 +0000
committerGlenn Adams <gadams@apache.org>2016-03-06 06:14:41 +0000
commit57949ba0cfffa2dd5933a103c6ad867de9f1e7a0 (patch)
treecd1d8100a9135449635251820f39f272151005ac /test/test.xconf
parentc8cde713f54ca731f4a7f3bfaef8af9e8a1b9262 (diff)
downloadxmlgraphics-fop-57949ba0cfffa2dd5933a103c6ad867de9f1e7a0.tar.gz
xmlgraphics-fop-57949ba0cfffa2dd5933a103c6ad867de9f1e7a0.zip
Configure maven build.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/maven@1733788 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/test.xconf')
-rw-r--r--test/test.xconf34
1 files changed, 0 insertions, 34 deletions
diff --git a/test/test.xconf b/test/test.xconf
deleted file mode 100644
index 4bd98c151..000000000
--- a/test/test.xconf
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0"?>
-<fop version="1.0">
-
- <!-- Switch off font caching for the purposes of unit testing -->
- <use-cache>false</use-cache>
- <font-base>.</font-base>
-
- <renderers>
- <renderer mime="application/pdf">
- <filterList type="tiff">
- <value>ascii-85</value>
- </filterList>
- <filterList type="default">
- <value>null</value>
- </filterList>
- <filterList type="image">
- <value>null</value>
- </filterList>
- <filterList type="content">
- <value>null</value>
- </filterList>
- <fonts>
- <font metrics-url="resources/fonts/ttf/glb12.ttf.xml" embed-url="resources/fonts/ttf/glb12.ttf">
- <font-triplet name="Gladiator" style="normal" weight="normal"/>
- <font-triplet name="Gladiator" style="normal" weight="bold"/>
- </font>
- <font metrics-url="resources/fonts/ttf/glb12.ttf.ansi.xml" embed-url="resources/fonts/ttf/glb12.ttf">
- <font-triplet name="Gladiator-Ansi" style="normal" weight="normal"/>
- <font-triplet name="Gladiator-Ansi" style="normal" weight="bold"/>
- </font>
- </fonts>
- </renderer>
- </renderers>
-</fop>