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
This commit is contained in:
brett 2004-11-09 11:38:59 +00:00
parent 05fbbe275b
commit ff05de7e66
2 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,6 @@
<log:info>instrumenting the class-files...</log:info>
<maven:addPath id="maven.dependency.classpath" refid="jcoverage.classpath"/>
<maven:addPath id="maven.dependency.classpath" refid="${pom.getDependencyClasspath()}"/>
<instrument todir="${maven.jcoverage.instrumentation}">
<ant:fileset dir="${maven.build.dest}"

View File

@ -25,6 +25,7 @@
</properties>
<body>
<release version="1.0.9" date="In CVS">
<action dev="brett" type="fix">Fix incorrect usage of maven:addPath tag</action>
<action dev="evenisse" type="fix" issue="MPJCOVERAGE-17">Fixed leaking file handles.</action>
</release>
<release version="1.0.8" date="2004-09-26">