aboutsummaryrefslogtreecommitdiffstats
path: root/resources/install/build.xml
diff options
context:
space:
mode:
authorDamian Minkov <damencho@jitsi.org>2006-08-12 19:37:29 +0000
committerDamian Minkov <damencho@jitsi.org>2006-08-12 19:37:29 +0000
commitd3f431f44146e727766d14c05434f978e8423b3c (patch)
tree71930105de22d9b0db7f54a15b04fccbcc9d5b29 /resources/install/build.xml
parentbe2c1e703cc690e6bc7d17cd892384e0d2240ed1 (diff)
downloadjitsi-d3f431f44146e727766d14c05434f978e8423b3c.zip
jitsi-d3f431f44146e727766d14c05434f978e8423b3c.tar.gz
jitsi-d3f431f44146e727766d14c05434f978e8423b3c.tar.bz2
Issue number:
Obtained from: Submitted by: Reviewed by:
Diffstat (limited to 'resources/install/build.xml')
-rw-r--r--resources/install/build.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/resources/install/build.xml b/resources/install/build.xml
index 3652a58..6460bfa 100644
--- a/resources/install/build.xml
+++ b/resources/install/build.xml
@@ -30,16 +30,12 @@
<!-- Fill in the path where IzPack is installed -->
<!--property name="izpack.dir" value="${lib}/izpack"/>
<taskdef name="izpack" classpath="${izpack.dir}/lib/compiler.jar" classname="com.izforge.izpack.ant.IzPackTask"/-->
- <property name="izpack.dir" value="/opt/izpack"/>
- <taskdef name="izpack" classpath="${izpack.dir}/lib/compiler.jar" classname="com.izforge.izpack.ant.IzPackTask"/>
<!-- Fill in path to directory where a jre in extracted -->
<!--property name="linux.jre.path" value="/opt/j2re1.4.2_12"/-->
- <property name="linux.jre.path" value="/projects/SIP-Communicator-Installer/j2re1.4.2_12"/>
<!-- Fill in the path to a installation file of a jre -->
<!--property name="windows.jre.file" value="/opt/jre-install/j2re-1_4_2_12-windows-i586-p-iftw.exe"/-->
- <property name="windows.jre.file" value="/projects/SIP-Communicator-Installer/windows/jre/j2re-1_4_2_12-windows-i586-p-iftw.exe"/>
<!-- Put here the Windows release directory -->
<property name="windows.app.dir" value="${release}/windows"/>