Kaynağa Gözat

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
tags/Alt-Design-integration-base
Bertrand Delacretaz 21 yıl önce
ebeveyn
işleme
2ba5ad6985
3 değiştirilmiş dosya ile 13 ekleme ve 1 silme
  1. 1
    0
      .cvsignore
  2. 5
    0
      build.properties
  3. 7
    1
      build.xml

+ 1
- 0
.cvsignore Dosyayı Görüntüle

@@ -1,2 +1,3 @@
build
jpfop-0.17.0
build-local.properties

+ 5
- 0
build.properties Dosyayı Görüntüle

@@ -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

+ 7
- 1
build.xml Dosyayı Görüntüle

@@ -36,6 +36,11 @@ list of possible build targets.
============================================================================ -->
<project default="package" basedir=".">

<!-- used to set values for testing etc. -->
<!-- build-local.properties is not stored in CVS and overrides values from build.properties -->
<property file="build-local.properties"/>
<property file="build.properties"/>
<fileset dir="${basedir}" id="dist.bin">
<include name="conf/**"/>
<include name="docs/**"/>
@@ -130,6 +135,7 @@ list of possible build targets.
<property name="year" value="1999-2002"/>
<echo message="------------------- ${Name} ${version} [${year}] ----------------"/>
<echo message="See build.properties and build-local.properties for additional build settings"/>
<property name="build.compiler" value="classic"/>
<property name="debug" value="on"/>
@@ -668,7 +674,7 @@ list of possible build targets.
<taskdef name="fop" classname="org.apache.fop.tools.anttasks.Fop"
classpathref="libs-run-classpath"/>
<mkdir dir="${build.examples.dir}"/>
<fop format="application/pdf" outdir="${build.examples.dir}"
<fop format="${build.property.examples.mime.type}" outdir="${build.examples.dir}"
messagelevel="debug" basedir="${fo.examples.dir}">
<fileset dir="${fo.examples.dir}">
<include name="**/*.fo"/>

Loading…
İptal
Kaydet