-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathbuild.properties
37 lines (28 loc) · 1.25 KB
/
build.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Version of current code base, which corresponds to current Antenna
# House Formatter release/maintenance release. Version is included in
# generated files.
# See instructions in 'build.xml'.
version=7.4.6
# Do not modify this file.
#
# This file is updated in every 'focheck' release. Instead of
# modifying this file, put property overrides in
# 'build.local.properties', which Ant reads before reading this file.
# Location of .jar for Saxon XSLT 2.0 (or later) processor
saxon.jar.windows=C:/saxon/saxon9he.jar
saxon.jar.unix=/usr/share/java/saxonb.jar
# Location of .jar for Jing
jing.jar.windows=C:/jing-20091111/bin/jing.jar
jing.jar.unix=/usr/share/java/jing.jar
# JVM to use with OmegaT
omegat.jvm=C:/openjdk-8u232-b09/bin/java.exe
# Location of .jar for Trang
trang.jar.windows=C:/trang-20091111/trang.jar
trang.jar.unix=/usr/share/java/trang.jar
# Binding with which to run (not test) Schematron.
schematron.binding=xslt2
# Location of ISO Schematron XSLT implementation.
iso.schematron.dir=${focheck.basedir.converted}/iso-schematron-${schematron.binding}
# Location of 'axs.rnc' schema for option settings.
ahfsettings.rnc=${focheck.basedir.converted}/../../ahfsettings/schema/axs.rnc
#omegat.home=C:/Program Files/OmegaT