summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2005-10-15 23:49:33 +0000
committermichelou <michelou@epfl.ch>2005-10-15 23:49:33 +0000
commit4024e57526ed7f8ef596619f8e024a672a28afbf (patch)
treeef0c15b92cfe8ab8a435dce5e9140997f3e915dc /config
parent50e9847ce5c8c61189db711c7341ef8e82b4187d (diff)
downloadscala-4024e57526ed7f8ef596619f8e024a672a28afbf.tar.gz
scala-4024e57526ed7f8ef596619f8e024a672a28afbf.tar.bz2
scala-4024e57526ed7f8ef596619f8e024a672a28afbf.zip
- added 'izpack.jar' property.
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
################################################################################