Skip to content

Commit

Permalink
removed superfluous windows target
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6230 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
lotus committed Jul 18, 2009
1 parent 0655748 commit de4f0a0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions build.xml
Expand Up @@ -864,12 +864,8 @@
<delete dir="${release}/RPMS" failonerror="false" />
<delete dir="${release_windows}" failonerror="false" />
</target>

<!-- Alias -->
<target name="distWinInstaller" depends="winInstallerExe">
</target>

<target name="winInstallerExe" depends="copyMain4Dist" description="Creates the windows installer.exe">
<target name="distWinInstaller" depends="copyMain4Dist" description="Creates an NSIS Windows installer">
<!-- http://nsisant.sourceforge.net/ -->
<mkdir dir="${release_windows}" />
<copy file="build.nsi" tofile="${release_windows}/build.nsi" overwrite="true" filtering="true" />
Expand Down

0 comments on commit de4f0a0

Please sign in to comment.