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 2013/06/05 13:13:04 UTC

git commit: [flex-sdk] [refs/heads/develop] - Added no clean targets to use in testing source and binary releases as you may have slow internet connection.

Updated Branches:
  refs/heads/develop f9f8ac22f -> b4e0a4e82


Added no clean targets to use in testing source and binary releases as you may have slow internet connection.


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

Branch: refs/heads/develop
Commit: b4e0a4e8245620917948073e9d368f7638781cc5
Parents: f9f8ac2
Author: Justin Mclean <jm...@apache.org>
Authored: Wed Jun 5 21:10:29 2013 +1000
Committer: Justin Mclean <jm...@apache.org>
Committed: Wed Jun 5 21:10:29 2013 +1000

----------------------------------------------------------------------
 build.xml |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/b4e0a4e8/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 95323a3..aea26b3 100644
--- a/build.xml
+++ b/build.xml
@@ -107,6 +107,14 @@
         depends="setup-binary-release,main,frameworks-rsls,sample-themes,checkintests,doc,other.locales,binary-package,additional-packages" 
         description="Builds and packages the binary kit which is provided as a convenience."/>    
 
+    <target name="source-release-noclean" 
+        depends="create-description,create-config,source-package" 
+        description="Packages the source release kit which is the official Apache release."/>
+        
+    <target name="binary-release-noclean" 
+        depends="main,frameworks-rsls,sample-themes,checkintests,doc,other.locales,binary-package,additional-packages" 
+        description="Builds and packages the binary kit which is provided as a convenience."/>    
+
     <target name="doc-packages" 
         depends="asdoc-package,javadocs"
         description="Build and package the asdocs for the framework clases and the javadocs."/>