Author: nextgens
Date: 2006-06-05 06:59:01 +0000 (Mon, 05 Jun 2006)
New Revision: 9055
Modified:
trunk/apps/installer/build-installer.xml
Log:
installer:
* we don't compress the installer so that windows users don't have to
uncompress it anymore
Modified: trunk/apps/installer/build-installer.xml
===================================================================
--- trunk/apps/installer/build-installer.xml 2006-06-04 23:58:13 UTC (rev
9054)
+++ trunk/apps/installer/build-installer.xml 2006-06-05 06:59:01 UTC (rev
9055)
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
-<project name="Create Demo Installer Zip Build" default="selfextract"
basedir=".">
+<project name="Create Demo Installer Zip Build" default="installer"
basedir=".">
<path id="taskdef.cp">
<fileset dir="../lib">
@@ -14,10 +14,10 @@
classname="org.tp23.antinstaller.taskdefs.Installer"
classpathref="taskdef.cp"/>
- <target name="selfextract" depends="compile_sha1test,compile_browser">
- <echo message="Building INSTALLER SELFEXTRACT"/>
+ <target name="installer" depends="compile_sha1test,compile_browser">
+ <echo message="Building INSTALLER"/>
<installer file="./selfextractpack.jar" compress="true"
- extractType="SelfExtractor"
+ extractType="NonExtractor"
installConfig="antinstall-config.xml"
buildFile="build.xml"
antInstallLib="../lib"