Skip to content

Commit

Permalink
Merge from branch 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Luc Paour committed Sep 7, 2003
1 parent ede115a commit ea5921a
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions build.xml
Expand Up @@ -147,14 +147,17 @@

<target name="upload" depends="installer"
description="Upload to SF.net" >
<move file="${install}/Windows/NoVM/InstallGalleryRemote.exe" tofile="${install}/staging/InstallGalleryRemote.Win32.NoVM.exe" />
<move file="${install}/Windows/VM/InstallGalleryRemote.exe" tofile="${install}/staging/InstallGalleryRemote.Win32.VM.exe" />

<loadproperties srcfile="defaults.properties" />

<move file="${install}/Windows/NoVM/InstallGalleryRemote.exe" tofile="${install}/staging/GalleryRemote.${version}.Win32.NoVM.exe" />
<move file="${install}/Windows/VM/InstallGalleryRemote.exe" tofile="${install}/staging/GalleryRemote.${version}.Win32.VM.exe" />
<!--move file="${install}/MacOSX/InstallGalleryRemote.zip" tofile="${install}/staging/InstallGalleryRemote.MacOSX.NoVM.zip" /-->
<move file="${install}/Linux/NoVM/InstallGalleryRemote.bin" tofile="${install}/staging/InstallGalleryRemote.Linux.NoVM.bin" />
<move file="${install}/Linux/VM/InstallGalleryRemote.bin" tofile="${install}/staging/InstallGalleryRemote.Linux.VM.bin" />
<move file="${install}/Solaris/NoVM/InstallGalleryRemote.bin" tofile="${install}/staging/InstallGalleryRemote.Solaris.NoVM.bin" />
<move file="${install}/GenericUnix/InstallGalleryRemote.bin" tofile="${install}/staging/InstallGalleryRemote.Unix.NoVM.bin" />
<move file="${install}/Java/InstallGalleryRemote.jar" tofile="${install}/staging/InstallGalleryRemote.jar" />
<move file="${install}/Linux/NoVM/InstallGalleryRemote.bin" tofile="${install}/staging/GalleryRemote.${version}.Linux.NoVM.bin" />
<move file="${install}/Linux/VM/InstallGalleryRemote.bin" tofile="${install}/staging/GalleryRemote.${version}.Linux.VM.bin" />
<move file="${install}/Solaris/NoVM/InstallGalleryRemote.bin" tofile="${install}/staging/GalleryRemote.${version}.Solaris.NoVM.bin" />
<move file="${install}/GenericUnix/InstallGalleryRemote.bin" tofile="${install}/staging/GalleryRemote.${version}.Unix.NoVM.bin" />
<move file="${install}/Java/InstallGalleryRemote.jar" tofile="${install}/staging/GalleryRemote.${version}.jar" />
</target>
</project>

0 comments on commit ea5921a

Please sign in to comment.