From 2ba5ad6985ece5e49fde3332d383c5c6e2bf8248 Mon Sep 17 00:00:00 2001 From: Bertrand Delacretaz Date: Thu, 31 Oct 2002 17:16:18 +0000 Subject: [PATCH] build.properties and build-local.properties allow local override of build settings git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195395 13f79535-47bb-0310-9956-ffa450edef68 --- .cvsignore | 1 + build.properties | 5 +++++ build.xml | 8 +++++++- 3 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 build.properties diff --git a/.cvsignore b/.cvsignore index a669edaa2..842e6878f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,3 @@ build jpfop-0.17.0 +build-local.properties diff --git a/build.properties b/build.properties new file mode 100644 index 000000000..c89572bc0 --- /dev/null +++ b/build.properties @@ -0,0 +1,5 @@ +# these settings can be overridden locally in build-local.properties, +# which is not stored in CVS (due to .cvsignore) + +# output format for "ant examples" +build.property.examples.mime.type = application/pdf \ No newline at end of file diff --git a/build.xml b/build.xml index 42fd3aeb5..34e31d06d 100644 --- a/build.xml +++ b/build.xml @@ -36,6 +36,11 @@ list of possible build targets. ============================================================================ --> + + + + + @@ -130,6 +135,7 @@ list of possible build targets. + @@ -668,7 +674,7 @@ list of possible build targets. - -- 2.39.5