setup does a clean which is removing the flash player downloads in the jenkins job
diff --git a/build.xml b/build.xml
index d3f4781..3002366 100644
--- a/build.xml
+++ b/build.xml
@@ -117,7 +117,8 @@
         depends="check-compile-env,check-runtime-env,check-adobe-extension-manager-env,source-release,binary-release,rat-check"
         description="Creates source and binary kits for Apache Flex."/>
 
-    <target name="release-notests" depends="check-compile-env,source-release,setup-binary-release,main,frameworks-rsls,sample-themes,doc,other.locales,binary-package,additional-packages,rat-check"
+    <target name="release-notests"
+	depends="check-compile-env,source-release,main,frameworks-rsls,sample-themes,doc,other.locales,binary-package,additional-packages,rat-check"
         description="Creates source and binary kits for Apache Flex."/>
         
     <target name="release-pixelbender"