You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2018/03/20 15:15:58 UTC

[2/3] ant git commit: exclude junitlauncher package from core build

exclude junitlauncher package from core build


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

Branch: refs/heads/master
Commit: 3f61bd6a4cd7e2269a31b15693ba05055c7dfdcc
Parents: a5a1f93
Author: Stefan Bodewig <bo...@apache.org>
Authored: Tue Mar 20 16:09:31 2018 +0100
Committer: Stefan Bodewig <bo...@apache.org>
Committed: Tue Mar 20 16:09:31 2018 +0100

----------------------------------------------------------------------
 src/etc/poms/ant/pom.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/3f61bd6a/src/etc/poms/ant/pom.xml
----------------------------------------------------------------------
diff --git a/src/etc/poms/ant/pom.xml b/src/etc/poms/ant/pom.xml
index 6d3bed0..3fe400f 100644
--- a/src/etc/poms/ant/pom.xml
+++ b/src/etc/poms/ant/pom.xml
@@ -125,6 +125,7 @@
             <exclude>org/apache/tools/ant/taskdefs/optional/image/*</exclude>
             <exclude>org/apache/tools/ant/taskdefs/optional/jdepend/*</exclude>
             <exclude>org/apache/tools/ant/taskdefs/optional/junit/*</exclude>
+            <exclude>org/apache/tools/ant/taskdefs/optional/junitlauncher/*</exclude>
             <exclude>org/apache/tools/ant/taskdefs/optional/net/FTP*</exclude>
             <exclude>org/apache/tools/ant/taskdefs/optional/net/RExec*</exclude>
             <exclude>org/apache/tools/ant/taskdefs/optional/net/TelnetTask*</exclude>
@@ -149,6 +150,7 @@
             <exclude>org/apache/tools/ant/taskdefs/StyleTest*</exclude>
             <exclude>org/apache/tools/ant/taskdefs/email/MimeMailer*</exclude>
             <exclude>org/apache/tools/ant/taskdefs/optional/junit/</exclude>
+            <exclude>org/apache/tools/ant/taskdefs/optional/junitlauncher/</exclude>
             <exclude>org/apache/tools/ant/taskdefs/optional/net/FTP*</exclude>
             <exclude>org/apache/tools/ant/taskdefs/optional/ssh/*</exclude>
             <exclude>org/apache/tools/ant/types/resolver/**</exclude>