brett       2004/11/09 03:38:59

  Modified:    jcoverage plugin.jelly
               jcoverage/xdocs changes.xml
  Log:
  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)
  
  Revision  Changes    Path
  1.17      +0 -1      maven-plugins/jcoverage/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jcoverage/plugin.jelly,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- plugin.jelly      17 Aug 2004 14:00:48 -0000      1.16
  +++ plugin.jelly      9 Nov 2004 11:38:59 -0000       1.17
  @@ -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}"
  
  
  
  1.27      +1 -0      maven-plugins/jcoverage/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jcoverage/xdocs/changes.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- changes.xml       15 Oct 2004 14:49:17 -0000      1.26
  +++ changes.xml       9 Nov 2004 11:38:59 -0000       1.27
  @@ -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">
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to