git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270764 13f79535-47bb-0310-9956-ffa450edef68master
| @@ -60,8 +60,8 @@ package org.apache.tools.ant.taskdefs.optional.junit.remote; | |||||
| * | * | ||||
| * <i> | * <i> | ||||
| * This code is based on the code from Erich Gamma made for the | * This code is based on the code from Erich Gamma made for the | ||||
| * JUnit plugin for Eclipse. {@link http://www.eclipse.org} and is merged | |||||
| * with code originating from Ant 1.4.x. | |||||
| * JUnit plugin for <a href="http://www.eclipse.org">Eclipse</a> and is | |||||
| * merged with code originating from Ant 1.4.x. | |||||
| * </i> | * </i> | ||||
| * | * | ||||
| * @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</a> | * @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</a> | ||||
| @@ -70,8 +70,8 @@ import org.apache.tools.ant.taskdefs.optional.junit.TestRunListener; | |||||
| * </p> | * </p> | ||||
| * <i> | * <i> | ||||
| * This code is based on the code from Erich Gamma made for the | * This code is based on the code from Erich Gamma made for the | ||||
| * JUnit plugin for Eclipse. {@link http://www.eclipse.org} and is merged | |||||
| * with code originating from Ant 1.4.x. | |||||
| * JUnit plugin for <a href="http://www.eclipse.org">Eclipse</a> and is | |||||
| * merged with code originating from Ant 1.4.x. | |||||
| * </i> | * </i> | ||||
| * | * | ||||
| * @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</a> | * @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</a> | ||||
| @@ -63,8 +63,8 @@ import org.apache.tools.ant.taskdefs.optional.junit.TestRunListener; | |||||
| * | * | ||||
| * <i> | * <i> | ||||
| * This code is based on the code from Erich Gamma made for the | * This code is based on the code from Erich Gamma made for the | ||||
| * JUnit plugin for Eclipse. {@link http://www.eclipse.org} and is merged | |||||
| * with code originating from Ant 1.4.x. | |||||
| * JUnit plugin for <a href="http://www.eclipse.org">Eclipse</a> and is | |||||
| * merged with code originating from Ant 1.4.x. | |||||
| * </i> | * </i> | ||||
| * | * | ||||
| * @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</a> | * @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</a> | ||||
| @@ -64,8 +64,8 @@ import org.apache.tools.ant.taskdefs.optional.junit.TestRunListener; | |||||
| * | * | ||||
| * <i> | * <i> | ||||
| * This code is based on the code from Erich Gamma made for the | * This code is based on the code from Erich Gamma made for the | ||||
| * JUnit plugin for Eclipse. {@link http://www.eclipse.org} and is merged | |||||
| * with code originating from Ant 1.4.x. | |||||
| * JUnit plugin for <a href="http://www.eclipse.org">Eclipse</a> and is | |||||
| * merged with code originating from Ant 1.4.x. | |||||
| * </i> | * </i> | ||||
| * | * | ||||
| * @see TestRunner | * @see TestRunner | ||||
| @@ -77,9 +77,9 @@ import org.apache.tools.ant.util.StringUtils; | |||||
| * TestRunner for running tests and send results to a remote server. | * TestRunner for running tests and send results to a remote server. | ||||
| * | * | ||||
| * <i> | * <i> | ||||
| * This code is originally based on the code from Erich Gamma made for the | |||||
| * JUnit plugin for Eclipse. {@link http://www.eclipse.org} and is merged | |||||
| * with code ideas originating from Ant 1.4.x. | |||||
| * This code is based on the code from Erich Gamma made for the | |||||
| * JUnit plugin for <a href="http://www.eclipse.org">Eclipse</a> and is | |||||
| * merged with code originating from Ant 1.4.x. | |||||
| * </i> | * </i> | ||||
| * | * | ||||
| * @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</a> | * @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</a> | ||||