You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hawq.apache.org by sh...@apache.org on 2017/07/13 21:05:18 UTC

incubator-hawq git commit: HAWQ-1490. Removed pxf-api from project dist list

Repository: incubator-hawq
Updated Branches:
  refs/heads/master 8c1575bfc -> 6424efa5c


HAWQ-1490. Removed pxf-api from project dist list


Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/6424efa5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/6424efa5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/6424efa5

Branch: refs/heads/master
Commit: 6424efa5c925e60d022e5a45b40d20db73d58179
Parents: 8c1575b
Author: shivzone <sh...@gmail.com>
Authored: Thu Jul 13 14:05:11 2017 -0700
Committer: shivzone <sh...@gmail.com>
Committed: Thu Jul 13 14:05:11 2017 -0700

----------------------------------------------------------------------
 pxf/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/6424efa5/pxf/build.gradle
----------------------------------------------------------------------
diff --git a/pxf/build.gradle b/pxf/build.gradle
index 3b063aa..6f10dbb 100644
--- a/pxf/build.gradle
+++ b/pxf/build.gradle
@@ -491,7 +491,7 @@ task wrapper(type: Wrapper) {
     gradleVersion = '2.11'
 }
 
-def distSubprojects = subprojects
+def distSubprojects = subprojects - project(':pxf-api')
 
 task release(type: Copy, dependsOn: [subprojects.build, subprojects.javadoc, distSubprojects.buildRpm, distSubprojects.distTar]) {
     delete 'build'