Repository: incubator-beam Updated Branches: refs/heads/release-0.1.0-incubating 347d15941 -> 492d919f3
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/9392fc61 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/9392fc61 Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/9392fc61 Branch: refs/heads/release-0.1.0-incubating Commit: 9392fc61bec61abbfc1037472cd82036967ddfa4 Parents: 347d159 Author: Jean-Baptiste Onofré <[email protected]> Authored: Tue Jun 7 21:28:04 2016 +0200 Committer: Dan Halperin <[email protected]> Committed: Wed Jun 8 10:34: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/9392fc61/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 -->
