You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ch...@apache.org on 2018/12/03 20:22:08 UTC

qpid-dispatch git commit: DISPATCH-1121: Exclude same files in new directory

Repository: qpid-dispatch
Updated Branches:
  refs/heads/master db6ed6b15 -> 663a997c3


DISPATCH-1121: Exclude same files in new directory


Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/663a997c
Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/663a997c
Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/663a997c

Branch: refs/heads/master
Commit: 663a997c3abc8e03c3cfeeea46116745309c99f8
Parents: db6ed6b
Author: Chuck Rolke <cr...@redhat.com>
Authored: Mon Dec 3 15:22:01 2018 -0500
Committer: Chuck Rolke <cr...@redhat.com>
Committed: Mon Dec 3 15:22:01 2018 -0500

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/663a997c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7733df2..6f1f230 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,7 +114,7 @@
                       <exclude>qpid-proton/**</exclude>
                       <exclude>libuv/**</exclude>
                       <exclude>libwebsockets/**</exclude>
-                      <exclude>bin/log_scraper/test_data/**</exclude>
+                      <exclude>tools/scraper/test_data/**</exclude>
                 </excludes>
         </configuration>            
             </plugin>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org