You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by di...@apache.org on 2003/11/10 00:24:34 UTC

cvs commit: maven-plugins/war/xdocs changes.xml

dion        2003/11/09 15:24:34

  Modified:    war      plugin.jelly
               war/xdocs changes.xml
  Log:
  Fix for MAVEN-986
  
  Revision  Changes    Path
  1.32      +2 -2      maven-plugins/war/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/war/plugin.jelly,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- plugin.jelly	29 Sep 2003 15:14:19 -0000	1.31
  +++ plugin.jelly	9 Nov 2003 23:24:34 -0000	1.32
  @@ -130,14 +130,14 @@
         <!-- END OF TO BE REMOVED -->
       </j:forEach>            
   
  -    <j:if test="${sourcesPresent == 'true'}">
  +    <util:available file="${maven.build.dest}">
         <ant:copy todir="${webapp.build.classes}">
           <ant:fileset dir="${maven.build.dest}"
             includes="${maven.war.classes.includes}"
             excludes="${maven.war.classes.excludes}">
           </ant:fileset>
         </ant:copy>
  -    </j:if>
  +    </util:available>
   
     </goal>
   
  
  
  
  1.16      +3 -0      maven-plugins/war/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/war/xdocs/changes.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- changes.xml	29 Sep 2003 15:14:19 -0000	1.15
  +++ changes.xml	9 Nov 2003 23:24:34 -0000	1.16
  @@ -8,6 +8,9 @@
     <body>
   
       <release version="1.5" date="in CVS">
  +      <action dev="dion" type="fix">
  +        Fix for MAVEN-986. Allow resources to be copied when no sources present
  +      </action>
         <action dev="vmassol" type="add">
           Use the new <code>caller</code> plugin to isolate the 
           java compilation goal called from its implementation.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org