Updated Branches: refs/heads/flume-1.3.0 3274ef450 -> 35d2c131d
FLUME-1749: .gitignore and elipse related files should not be included in source tarball (Brock Noland via Brock Noland) Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/35d2c131 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/35d2c131 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/35d2c131 Branch: refs/heads/flume-1.3.0 Commit: 35d2c131d7d9e12ec01d4844d2fd47bed65ea84c Parents: 3274ef4 Author: Brock Noland <[email protected]> Authored: Thu Nov 29 13:32:00 2012 -0600 Committer: Brock Noland <[email protected]> Committed: Thu Nov 29 13:32:17 2012 -0600 ---------------------------------------------------------------------- flume-ng-dist/src/main/assembly/bin.xml | 4 ++++ flume-ng-dist/src/main/assembly/src.xml | 4 ++++ 2 files changed, 8 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/35d2c131/flume-ng-dist/src/main/assembly/bin.xml ---------------------------------------------------------------------- diff --git a/flume-ng-dist/src/main/assembly/bin.xml b/flume-ng-dist/src/main/assembly/bin.xml index 2abaf6e..cf28e20 100644 --- a/flume-ng-dist/src/main/assembly/bin.xml +++ b/flume-ng-dist/src/main/assembly/bin.xml @@ -99,10 +99,14 @@ <exclude>flume-ng-clients/**</exclude> <exclude>flume-ng-dist/**</exclude> <exclude>**/target/**</exclude> + <exclude>**/.classpath</exclude> + <exclude>**/.project</exclude> + <exclude>**/.settings/**</exclude> <exclude>lib/**</exclude> </excludes> <includes> + <include>.gitignore</include> <include>DEVNOTES</include> <include>README</include> <include>LICENSE</include> http://git-wip-us.apache.org/repos/asf/flume/blob/35d2c131/flume-ng-dist/src/main/assembly/src.xml ---------------------------------------------------------------------- diff --git a/flume-ng-dist/src/main/assembly/src.xml b/flume-ng-dist/src/main/assembly/src.xml index d6af26f..2d7ce04 100644 --- a/flume-ng-dist/src/main/assembly/src.xml +++ b/flume-ng-dist/src/main/assembly/src.xml @@ -87,10 +87,14 @@ <exclude>flume-ng-clients/**</exclude> <exclude>flume-ng-dist/**</exclude> <exclude>**/target/**</exclude> + <exclude>**/.classpath</exclude> + <exclude>**/.project</exclude> + <exclude>**/.settings/**</exclude> <exclude>lib/**</exclude> </excludes> <includes> + <include>.gitignore</include> <include>DEVNOTES</include> <include>README</include> <include>LICENSE</include>
