You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2016/06/07 23:40:22 UTC

[1/2] incubator-beam git commit: Fix src distribution content using the correct basedir location

Repository: incubator-beam
Updated Branches:
  refs/heads/master 2173000c3 -> add690934


Fix src distribution content using the correct basedir location


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/66b9e824
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/66b9e824
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/66b9e824

Branch: refs/heads/master
Commit: 66b9e824d483ebad7c78b7135ab8dcfe27e2c445
Parents: 2173000
Author: Jean-Baptiste Onofr� <jb...@apache.org>
Authored: Tue Jun 7 21:28:04 2016 +0200
Committer: Davor Bonaci <da...@google.com>
Committed: Tue Jun 7 16:40:03 2016 -0700

----------------------------------------------------------------------
 distributions/src/main/assembly/src.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/66b9e824/distributions/src/main/assembly/src.xml
----------------------------------------------------------------------
diff --git a/distributions/src/main/assembly/src.xml b/distributions/src/main/assembly/src.xml
index a823267..a0d7a87 100644
--- a/distributions/src/main/assembly/src.xml
+++ b/distributions/src/main/assembly/src.xml
@@ -26,7 +26,7 @@
 
   <fileSets>
     <fileSet>
-      <directory>${basedir}</directory>
+      <directory>${basedir}/..</directory>
       <outputDirectory>/</outputDirectory>
       <excludes>
         <!-- NB: the exclude here should be sync with content of .gitignore -->


[2/2] incubator-beam git commit: This closes #428

Posted by da...@apache.org.
This closes #428


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

Branch: refs/heads/master
Commit: add690934d45c06f8e224152ba3278346ec953a6
Parents: 2173000 66b9e82
Author: Davor Bonaci <da...@google.com>
Authored: Tue Jun 7 16:40:09 2016 -0700
Committer: Davor Bonaci <da...@google.com>
Committed: Tue Jun 7 16:40:09 2016 -0700

----------------------------------------------------------------------
 distributions/src/main/assembly/src.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------