fix for building without nsis-ant

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2782 6c8d7289-2bf4-0310-a012-ef5d649a1542
This commit is contained in:
allo 2006-10-15 17:35:04 +00:00
parent 3a981049dc
commit 6724771eaa

View File

@ -745,11 +745,11 @@
<delete dir="${release}/RPMS" failonerror="false" />
</target>
<!-- http://nsisant.sourceforge.net/ -->
<taskdef name="nsis" classname="net.sf.nsisant.Task">
<classpath location="nsisant-1.2.jar"/>
</taskdef>
<target name="exe" depends="all" description="Creates the windows installer.exe">
<!-- http://nsisant.sourceforge.net/ -->
<taskdef name="nsis" classname="net.sf.nsisant.Task">
<classpath location="nsisant-1.2.jar"/>
</taskdef>
<mkdir dir="${release}/WINDOWS" />
<nsis script="${release}/WINDOWS/yacy.nsi" nocd="yes" />
</target>