aboutsummaryrefslogtreecommitdiffstats
path: root/build.properties
diff options
context:
space:
mode:
authorJoerg Pietschmann <pietsch@apache.org>2005-09-06 21:25:45 +0000
committerJoerg Pietschmann <pietsch@apache.org>2005-09-06 21:25:45 +0000
commit19e32aacd9159d175c4c824a5da758f3a78ca7be (patch)
tree1abb0d48c15f8a0f9c80866b1538646476ce9a6a /build.properties
parent1ab8f0165a658047da694aa32978f3b9238bea7e (diff)
downloadxmlgraphics-fop-19e32aacd9159d175c4c824a5da758f3a78ca7be.tar.gz
xmlgraphics-fop-19e32aacd9159d175c4c824a5da758f3a78ca7be.zip
Moved default property settings from build.properties to build.xml.
Add comments to build.properties. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@279120 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.properties')
-rw-r--r--build.properties46
1 files changed, 35 insertions, 11 deletions
diff --git a/build.properties b/build.properties
index e88b5e024..906594cde 100644
--- a/build.properties
+++ b/build.properties
@@ -1,15 +1,39 @@
-# these settings can be overridden locally in build-local.properties,
-# which is not stored in CVS (due to .cvsignore)
+## 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.
-# output format for "ant examples"
-build.property.examples.mime.type = application/pdf
+## -----------------------
+## 1. Important path settings
-# decides if JUnit test shall be forked
-junit.fork = on
+## 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
-# specifies the default file that contains a list of disabled layout engine tests.
-layoutengine.disabled=test/layoutengine/disabled-testcases.txt
+## -----------------------
+## 2. Switches for common tasks
+
+# Javac switches
+# debug = on
+# optimize = off
+# deprecation = on
+# javac.source = 1.3
+# javac.target = 1.3
+
+## 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
-# directory for optional-lib (so there is no need to copy the jar into
-# the fop/lib directory
-# optional.lib.dir = <Optional Lib Directory> \ No newline at end of file