You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2014/03/13 02:43:49 UTC

git commit: [flex-asjs] [refs/heads/develop] - remove checkintest from jenkins so build passes again

Repository: flex-asjs
Updated Branches:
  refs/heads/develop 1e58be5b2 -> 594963123


remove checkintest from jenkins so build passes again


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

Branch: refs/heads/develop
Commit: 59496312396249a913e93c4072a760a49faddb54
Parents: 1e58be5
Author: Alex Harui <ah...@apache.org>
Authored: Wed Mar 12 18:43:40 2014 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Wed Mar 12 18:43:40 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/59496312/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index f0f5ea6..6579663 100644
--- a/build.xml
+++ b/build.xml
@@ -122,7 +122,7 @@
         description="Builds and packages the binary kit which is provided as a convenience."/>    
 
     <target name="binary-release-jenkins" 
-        depends="setup-binary-release,main-jenkins,sample-themes,checkintests,doc,other.locales,binary-package,additional-packages"
+        depends="setup-binary-release,main-jenkins,sample-themes,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"