You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flume.apache.org by hs...@apache.org on 2013/06/21 01:54:57 UTC

git commit: FLUME-2093. Binary tarball created by Flume assembly should not contain sources.

Updated Branches:
  refs/heads/trunk ad68350ff -> b455486c2


FLUME-2093. Binary tarball created by Flume assembly should not contain sources.

(Roman Shaposhnik via Hari Shreedharan)


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

Branch: refs/heads/trunk
Commit: b455486c283ed048f0fb2ebffe115c04a8f81894
Parents: ad68350
Author: Hari Shreedharan <hs...@apache.org>
Authored: Thu Jun 20 16:53:26 2013 -0700
Committer: Hari Shreedharan <hs...@apache.org>
Committed: Thu Jun 20 16:53:26 2013 -0700

----------------------------------------------------------------------
 flume-ng-dist/src/main/assembly/bin.xml | 33 ----------------------------
 1 file changed, 33 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flume/blob/b455486c/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 925a54a..9c4c10a 100644
--- a/flume-ng-dist/src/main/assembly/bin.xml
+++ b/flume-ng-dist/src/main/assembly/bin.xml
@@ -30,35 +30,6 @@
 
   <baseDirectory>apache-flume-${project.version}-bin</baseDirectory>
 
-  <moduleSets>
-
-    <moduleSet>
-      <useAllReactorProjects>true</useAllReactorProjects>
-
-      <sources>
-        <includeModuleDirectory>true</includeModuleDirectory>
-        <excludeSubModuleDirectories>false</excludeSubModuleDirectories>
-
-        <fileSets>
-          <fileSet>
-            <excludes>
-              <exclude>target/**</exclude>
-              <exclude>*/target/**</exclude>
-              <exclude>.classpath</exclude>
-              <exclude>*/.classpath</exclude>
-              <exclude>.project</exclude>
-              <exclude>*/.project</exclude>
-              <exclude>.settings/**</exclude>
-              <exclude>*/.settings/**</exclude>
-            </excludes>
-          </fileSet>
-        </fileSets>
-      </sources>
-
-    </moduleSet>
-
-  </moduleSets>
-
   <dependencySets>
     <dependencySet>
       <outputDirectory>lib</outputDirectory>
@@ -104,7 +75,6 @@
       </excludes>
 
       <includes>
-        <include>.gitignore</include>
         <include>DEVNOTES</include>
         <include>README</include>
         <include>LICENSE</include>
@@ -113,9 +83,6 @@
         <include>RELEASE-NOTES</include>
         <include>bin/**</include>
         <include>conf/**</include>
-        <include>pom.xml</include>
-        <include>flume-ng-doc/**</include>
-        <include>flume-ng-tests/**</include>
       </includes>
     </fileSet>