Index: build.xml
===================================================================
--- build.xml	(revision 648)
+++ build.xml	(working copy)
@@ -18,14 +18,8 @@
 	<property name="debug" value="true"/>
 	<property name="strict" value="true"/>
 	<property environment="env"/>
+	<property name="flash.player" value="${basedir}/in/player/lnx/flashplayer"/>
 
-    <condition property="flash.player" value="${basedir}/in/player/win/FlashPlayer.exe">
-        <os family="windows"/>
-    </condition>
-    
-    <condition property="flash.player" value="${basedir}/in/player/mac/Flash Player.app/Contents/MacOS/Flash Player">
-        <os family="mac"/>
-    </condition>
 
     <condition property="isMac" value="true">
         <os family="mac"/>
