summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/build.default.properties5
1 files changed, 4 insertions, 1 deletions
diff --git a/config/build.default.properties b/config/build.default.properties
index 042024cc81..0a972f9803 100644
--- a/config/build.default.properties
+++ b/config/build.default.properties
@@ -47,7 +47,7 @@ oslib.src=/usr/local/share/scala/src
# The path to the old Scala tools ('tools.jar').
ostools.jar=/usr/local/lib/tools.jar
-# The path to the JaCo compiler ('jaco.jar).
+# The path to the JaCo compiler ('jaco.jar').
jaco.jar=/usr/local/lib/jaco.jar
# The path to the FJBG byte-code generation library ('fjbg.jar').
@@ -65,6 +65,9 @@ java.jar=${java.home}/jre/lib/rt.jar
# The path to the Ant base classes ('ant.jar').
ant.jar=${ant.home}/lib/ant.jar
+# The path to the IzPack tools ('standalone-compiler.jar').
+izpack.jar=/usr/local/lib/standalone-compiler.jar
+
# LOCATION OF BUILD PRODUCTS
################################################################################