You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by jv...@apache.org on 2003/02/10 14:59:58 UTC

cvs commit: jakarta-turbine-maven build-bootstrap.xml

jvanzyl     2003/02/10 05:59:58

  Modified:    .        build-bootstrap.xml
  Log:
  o Cleaning up which plugins are used during the bootstrap.
  
  Revision  Changes    Path
  1.189     +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.188
  retrieving revision 1.189
  diff -u -r1.188 -r1.189
  --- build-bootstrap.xml	24 Jan 2003 03:53:01 -0000	1.188
  +++ build-bootstrap.xml	10 Feb 2003 13:59:58 -0000	1.189
  @@ -182,7 +182,9 @@
         <fileset dir="src/plugins-build">
           <include name="java/**"/>
           <include name="test/**"/>
  -        <include name="touchstone*/**"/>
  +        <include name="license/**"/>
  +        <include name="touchstone/**"/>
  +        <include name="touchstone-partner/**"/>
           <include name="plugin/**"/>
           <include name="project.xml"/>
           <exclude name="**/maven.xml"/>