You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2017/12/30 09:44:26 UTC

git commit: [flex-sdk] [refs/heads/develop] - setup does a clean which is removing the flash player downloads in the jenkins job

Repository: flex-sdk
Updated Branches:
  refs/heads/develop cfc19471e -> e92853781


setup does a clean which is removing the flash player downloads in the jenkins job


Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/e9285378
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/e9285378
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/e9285378

Branch: refs/heads/develop
Commit: e92853781a67619a1273390e0c1e266aef2ecb3b
Parents: cfc1947
Author: Justin Mclean <jm...@apache.org>
Authored: Sat Dec 30 19:25:10 2017 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Sat Dec 30 19:25:10 2017 +1100

----------------------------------------------------------------------
 build.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/e9285378/build.xml
----------------------------------------------------------------------
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"