You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tr...@apache.org on 2015/04/08 12:35:03 UTC

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

Repository: flink
Updated Branches:
  refs/heads/master 5dd42c1ab -> 4343e448c


[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/4343e448
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/4343e448
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/4343e448

Branch: refs/heads/master
Commit: 4343e448c7baa1f0327544001959113e774efb46
Parents: 5dd42c1
Author: Till Rohrmann <tr...@apache.org>
Authored: Wed Apr 8 12:32:50 2015 +0200
Committer: Till Rohrmann <tr...@apache.org>
Committed: Wed Apr 8 12:34:30 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/4343e448/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>