aboutsummaryrefslogtreecommitdiffstats
path: root/resources/install/build.xml
diff options
context:
space:
mode:
authorDamian Minkov <damencho@jitsi.org>2006-09-14 14:11:00 +0000
committerDamian Minkov <damencho@jitsi.org>2006-09-14 14:11:00 +0000
commit8fcaf1d33c91824f18b5e5f13481ec55672936d3 (patch)
tree189c40d8678c3c4c23d2f2e00eadecb11c9a675f /resources/install/build.xml
parent0f2e4b27e07e5d59f7659d2248a1bb74980a7af7 (diff)
downloadjitsi-8fcaf1d33c91824f18b5e5f13481ec55672936d3.zip
jitsi-8fcaf1d33c91824f18b5e5f13481ec55672936d3.tar.gz
jitsi-8fcaf1d33c91824f18b5e5f13481ec55672936d3.tar.bz2
Windows installation for now creates only zip file with the setup. Not self extracting setup.
Diffstat (limited to 'resources/install/build.xml')
-rw-r--r--resources/install/build.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/resources/install/build.xml b/resources/install/build.xml
index e156f09..e220be0 100644
--- a/resources/install/build.xml
+++ b/resources/install/build.xml
@@ -155,7 +155,10 @@
basedir="."
izPackDir="${izpack.dir}/"/>
- <exec dir="${windows.app.dir}/tmp" executable="${7zip.executable}" failifexecutionfails="false">
+ <zip destfile="${windows.app.dir}/setup-sip-communicator-${windows.app.ver}.zip"
+ basedir="${windows.app.dir}/tmp"/>
+
+ <!--exec dir="${windows.app.dir}/tmp" executable="${7zip.executable}" failifexecutionfails="false">
<arg line="a -y data.7z *"/>
</exec>
@@ -169,7 +172,7 @@
<fileset dir="${windows.app.dir}/tmp">
<include name="data.7z"/>
</fileset>
- </concat>
+ </concat-->
<!-- Delete the temp directory-->
<delete dir="${windows.app.dir}/tmp"/>