You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2006/02/21 06:34:18 UTC

svn commit: r379349 - in /maven/maven-1/plugins/trunk/java: plugin.jelly xdocs/changes.xml

Author: ltheussl
Date: Mon Feb 20 21:34:09 2006
New Revision: 379349

URL: http://svn.apache.org/viewcvs?rev=379349&view=rev
Log:
PR: MPJAVA-38
sourceModifications handled incorrectly when more than one clause present.

Modified:
    maven/maven-1/plugins/trunk/java/plugin.jelly
    maven/maven-1/plugins/trunk/java/xdocs/changes.xml

Modified: maven/maven-1/plugins/trunk/java/plugin.jelly
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/java/plugin.jelly?rev=379349&r1=379348&r2=379349&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/java/plugin.jelly (original)
+++ maven/maven-1/plugins/trunk/java/plugin.jelly Mon Feb 20 21:34:09 2006
@@ -83,6 +83,7 @@
           -->
       
           <j:forEach var="sm" items="${pom.build.sourceModifications}">
+            <j:set var="classPresent" value=""/>          
             <ant:available property="classPresent" classname="${sm.className}"/>
             <j:if test="${classPresent != 'true'}">
               <j:forEach var="exclude" items="${sm.excludes}">

Modified: maven/maven-1/plugins/trunk/java/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/java/xdocs/changes.xml?rev=379349&r1=379348&r2=379349&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/java/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/java/xdocs/changes.xml Mon Feb 20 21:34:09 2006
@@ -26,6 +26,7 @@
   </properties>
   <body>
     <release version="1.6-SNAPSHOT" date="in SVN">
+      <action dev="ltheussl" type="fix" issue="MPJAVA-38" due-to="Ignacio G. Mac Dowell"><code>sourceModifications</code> handled incorrectly when more than one clause present.</action>
       <action dev="ltheussl" type="fix" issue="MPJAVA-43">Broken support for maven.compile.extdirs.</action>
       <action dev="carlos" type="add" issue="MPJAVA-40" due-to="Ron Gallagher">Make a report with compiler output</action>
     </release>