From ff05de7e66afc7c8709654079351ffefabadd439 Mon Sep 17 00:00:00 2001 From: brett Date: Tue, 9 Nov 2004 11:38:59 +0000 Subject: [PATCH] remove superfluous addPath tag that was actually invalid (refid was a path, not an ant path reference - and the path given is already part of maven.dependency.classpath) git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@116212 13f79535-47bb-0310-9956-ffa450edef68 --- jcoverage/plugin.jelly | 1 - jcoverage/xdocs/changes.xml | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/jcoverage/plugin.jelly b/jcoverage/plugin.jelly index 9ff1825c..174b90ba 100644 --- a/jcoverage/plugin.jelly +++ b/jcoverage/plugin.jelly @@ -119,7 +119,6 @@ instrumenting the class-files... - + Fix incorrect usage of maven:addPath tag Fixed leaking file handles.