Repository: flink
Updated Branches:
  refs/heads/release-0.9.0-milestone-1-rc1 365e5dac5 -> 865049fa1 (forced 
update)


[dist] Excludes the empty *-tests.jar from being copied to the 
flink-dist/../examples directory


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

Branch: refs/heads/release-0.9.0-milestone-1-rc1
Commit: 73d67093010f0e405cd508e1631540e5d7328d7f
Parents: c367ac7
Author: Till Rohrmann <[email protected]>
Authored: Wed Apr 8 12:32:50 2015 +0200
Committer: Till Rohrmann <[email protected]>
Committed: Wed Apr 8 12:36:19 2015 +0200

----------------------------------------------------------------------
 flink-dist/src/main/assemblies/bin.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/73d67093/flink-dist/src/main/assemblies/bin.xml
----------------------------------------------------------------------
diff --git a/flink-dist/src/main/assemblies/bin.xml 
b/flink-dist/src/main/assemblies/bin.xml
index 64fca1b..548e369 100644
--- a/flink-dist/src/main/assemblies/bin.xml
+++ b/flink-dist/src/main/assemblies/bin.xml
@@ -126,6 +126,7 @@ under the License.
                                
<exclude>flink-java-examples-${project.version}.jar</exclude>
                                
<exclude>original-flink-java-examples-${project.version}.jar</exclude>
                                
<exclude>flink-java-examples-${project.version}-sources.jar</exclude>
+                               
<exclude>flink-java-examples-${project.version}-tests.jar</exclude>
                        </excludes>
                </fileSet>
 

Reply via email to