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/12 20:29:47 UTC

git commit: [flex-asjs] [refs/heads/develop] - don't run checkintests in jenkins build

Repository: flex-asjs
Updated Branches:
  refs/heads/develop e0597f0a9 -> c9c7f417b


don't run checkintests in jenkins build


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

Branch: refs/heads/develop
Commit: c9c7f417b063768d895719e0e6753182e9685d1c
Parents: e0597f0
Author: Alex Harui <ah...@apache.org>
Authored: Wed Mar 12 12:29:41 2014 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Wed Mar 12 12:29:41 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/c9c7f417/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 1a1956a..a3b8c6f 100644
--- a/build.xml
+++ b/build.xml
@@ -107,7 +107,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"