summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2005-10-16 00:32:03 +0000
committermichelou <michelou@epfl.ch>2005-10-16 00:32:03 +0000
commitad601a268017b928657e4b7cdd85e17f0300366c (patch)
tree1ee072a59429ed964c1c6224f0cf1ca5ec6f56fa
parente80b0f535ef8aa4df4e675b232313c13ff8af29d (diff)
downloadscala-ad601a268017b928657e4b7cdd85e17f0300366c.tar.gz
scala-ad601a268017b928657e4b7cdd85e17f0300366c.tar.bz2
scala-ad601a268017b928657e4b7cdd85e17f0300366c.zip
- added 'izpack' target.
-rw-r--r--build.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 8efb98430a..94d5242db8 100644
--- a/build.xml
+++ b/build.xml
@@ -510,4 +510,11 @@
<echo>Execute 'ant -help' for Ant help.</echo>
</target>
+ <!--
+ #####################################################################
+ IZPACK
+ #####################################################################
+ -->
+ <import file="${build.support.dir}/build-izpack.xml"/>
+
</project>