summaryrefslogtreecommitdiffstats
path: root/fop/build.properties
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 /fop/build.properties
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 'fop/build.properties')
-rw-r--r--fop/build.properties48
1 files changed, 48 insertions, 0 deletions
diff --git a/fop/build.properties b/fop/build.properties
new file mode 100644
index 000000000..0beb3fa68
--- /dev/null
+++ b/fop/build.properties
@@ -0,0 +1,48 @@
+## This is a template for settings which are useful to be
+## overridden in a developer specific property files.
+## Copy this to build-local.properties, uncomment and change
+## properties which should be overridden.
+## The file buil-local.properties is not stored in the code
+## repository and ignored for file adds.
+
+## ===================================================================
+## 1. Path settings
+
+## All Jars from the optional lib directory are added used for
+## compilation and JUnit tests. Put your jars for additional
+## dependencies and tools here.
+# optional.lib.dir = /home/bart/java/lib
+
+## Checkstyle home directory. This is meant to be the top level of the
+## checkstyle binary distribution.
+# checkstyle.home.dir = /home/bart/stuff/checkstyle-4.0-beta6
+
+## ===================================================================
+## 2. Switches for common tasks
+
+## Javac switches
+# javac.debug = on
+# javac.optimize = off
+# javac.deprecation = on
+# javac.source = 1.4
+# javac.target = 1.4
+# javac.fork = on
+
+## JUnit task switches
+# junit.fork = on
+
+## Packages to produce javadoc.
+## Add packages for FOP extensions if necessary.
+# javadoc.packages = org.apache.fop.*,fopextension.*
+
+## ===================================================================
+## 3. FOP specific properties
+
+## Specify an alternate file that contains a list of disabled layout
+## engine tests.
+# layoutengine.disabled = test/layoutengine/disabled-testcases.txt
+
+## Specify an alternate directory to scan for user supplied
+## hyphenation pattern files and Unicode data files.
+# user.hyph.dir = /home/bart/offo
+# unidata.dir = /usr/share/doc/Unicode/UNIDATA