diff options
author | Glenn Adams <gadams@apache.org> | 2016-03-06 06:14:41 +0000 |
---|---|---|
committer | Glenn Adams <gadams@apache.org> | 2016-03-06 06:14:41 +0000 |
commit | 57949ba0cfffa2dd5933a103c6ad867de9f1e7a0 (patch) | |
tree | cd1d8100a9135449635251820f39f272151005ac /build.properties | |
parent | c8cde713f54ca731f4a7f3bfaef8af9e8a1b9262 (diff) | |
download | xmlgraphics-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 'build.properties')
-rw-r--r-- | build.properties | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/build.properties b/build.properties deleted file mode 100644 index 0beb3fa68..000000000 --- a/build.properties +++ /dev/null @@ -1,48 +0,0 @@ -## 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 |