You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by vm...@apache.org on 2003/06/21 15:37:34 UTC

cvs commit: maven/src/plugins-build/jboss plugin.jelly

vmassol     2003/06/21 06:37:34

  Modified:    src/plugins-build/jboss plugin.jelly
  Log:
  Make sure only scripts for the target os are copied
  
  Revision  Changes    Path
  1.11      +2 -0      maven/src/plugins-build/jboss/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/jboss/plugin.jelly,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- plugin.jelly	21 Jun 2003 10:55:22 -0000	1.10
  +++ plugin.jelly	21 Jun 2003 13:37:33 -0000	1.11
  @@ -153,6 +153,7 @@
         <j:when test="${isWindows}">
           <ant:copy todir="${maven.jboss.build.bin.dir}" filtering="on">
             <ant:fileset dir="${maven.jboss.script.dir}">
  +            <ant:include name="*.bat"/>
               <ant:exclude name="shutdown*"/>
             </ant:fileset>
           </ant:copy>
  @@ -162,6 +163,7 @@
         </j:when>
         <j:otherwise>
           <ant:copy todir="${maven.jboss.build.bin.dir}" filtering="on">
  +          <ant:exclude name="*.bat"/>
             <ant:exclude name="shutdown*"/>
           </ant:copy>
           <ant:copy tofile="${maven.jboss.build.bin.dir}/shutdown"
  
  
  

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