You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ah...@apache.org on 2004/04/29 01:24:36 UTC

cvs commit: maven-plugins/genapp plugin.jelly

aheritier    2004/04/28 16:24:36

  Modified:    genapp   plugin.jelly
  Log:
  tags unification
  
  Revision  Changes    Path
  1.8       +3 -3      maven-plugins/genapp/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/genapp/plugin.jelly,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- plugin.jelly	4 Mar 2004 18:13:34 -0000	1.7
  +++ plugin.jelly	28 Apr 2004 23:24:36 -0000	1.8
  @@ -137,7 +137,7 @@
         <ant:copy todir="${basedir}" filtering="true">      
           <ant:fileset dir="${maven.genapp.resources}">
             <j:forEach var="res" items="${maven.genapp.filter.split}">
  -            <include name="${res}"/>
  +            <ant:include name="${res}"/>
             </j:forEach>
           </ant:fileset>
         </ant:copy>
  @@ -148,10 +148,10 @@
             <ant:exclude name="src/java"/>
             <ant:exclude name="src/test"/>
             <j:forEach var="res" items="${maven.genapp.filter}">
  -            <exclude name="${res}"/>
  +            <ant:exclude name="${res}"/>
             </j:forEach>
             <j:forEach var="res" items="${maven.genapp.repackage.split}">
  -            <exclude name="src/${res}/**"/>
  +            <ant:exclude name="src/${res}/**"/>
             </j:forEach>
           </ant:fileset>
         </ant:copy>
  
  
  

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