jvanzyl     2002/07/10 05:56:29

  Modified:    .        build-bootstrap.xml
  Log:
  o Apply a patch by martin.
  
  Revision  Changes    Path
  1.124     +3 -1      jakarta-turbine-maven/build-bootstrap.xml
  
  Index: build-bootstrap.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/build-bootstrap.xml,v
  retrieving revision 1.123
  retrieving revision 1.124
  diff -u -r1.123 -r1.124
  --- build-bootstrap.xml       10 Jul 2002 00:54:00 -0000      1.123
  +++ build-bootstrap.xml       10 Jul 2002 12:56:29 -0000      1.124
  @@ -350,7 +350,9 @@
       -->
   
       <copy todir="${maven.home}/bin">
  -      <fileset dir="src/bin"/>
  +      <fileset dir="src/bin">
  +        <exclude name="plugins/**"/>
  +      </fileset>
       </copy>
   
       <chmod file="${maven.home}/bin/maven" perm="+x"/>
  
  
  

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

Reply via email to