You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by ja...@apache.org on 2018/03/24 05:52:01 UTC

ant git commit: Fix junitlauncher doc to be clear that the classpath element isn't used for looking test engines or junit launcher APIs

Repository: ant
Updated Branches:
  refs/heads/master e449d6a86 -> 12c975888


Fix junitlauncher doc to be clear that the classpath element isn't used for looking test engines or junit launcher APIs


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

Branch: refs/heads/master
Commit: 12c975888a762f0f901391a1bf27703360d179d0
Parents: e449d6a
Author: Jaikiran Pai <ja...@apache.org>
Authored: Sat Mar 24 11:20:02 2018 +0530
Committer: Jaikiran Pai <ja...@apache.org>
Committed: Sat Mar 24 11:21:28 2018 +0530

----------------------------------------------------------------------
 manual/Tasks/junitlauncher.html | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/12c97588/manual/Tasks/junitlauncher.html
----------------------------------------------------------------------
diff --git a/manual/Tasks/junitlauncher.html b/manual/Tasks/junitlauncher.html
index 75eb5b3..16bcee1 100644
--- a/manual/Tasks/junitlauncher.html
+++ b/manual/Tasks/junitlauncher.html
@@ -150,13 +150,10 @@
 </p>
 <ul>
     <li>Finding the test classes to execute</li>
-    <li>Finding the JUnit 5 framework libraries (which include the API jars and test engine
-        jars). The complete set of jars that are relevant in JUnit 5 framework are listed in
-        the <a href="#junit5deps">dependencies</a> section</li>
 </ul>
 <p>
     If the <code>classpath</code> element isn't configured for the task, then the classpath of Ant
-    itself will be used for finding the test classes and JUnit 5 libraries.
+    itself will be used for finding the test classes.
 </p>
 
 <h4>listener</h4>