jvanzyl     2002/07/05 11:45:28

  Modified:    .        build-bootstrap.xml
  Log:
  o Sorry about the bootstrap muck. I did have directories still lying around
    that made it work. Cleaned up now.
  
  Revision  Changes    Path
  1.114     +0 -55     jakarta-turbine-maven/build-bootstrap.xml
  
  Index: build-bootstrap.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/build-bootstrap.xml,v
  retrieving revision 1.113
  retrieving revision 1.114
  diff -u -r1.113 -r1.114
  --- build-bootstrap.xml       5 Jul 2002 18:37:45 -0000       1.113
  +++ build-bootstrap.xml       5 Jul 2002 18:45:28 -0000       1.114
  @@ -171,15 +171,6 @@
       <delete dir="${maven.bootstrap.dir}/maven"/>
       <mkdir dir="${maven.bootstrap.dir}/maven"/>
   
  -<!--
  -    <copy todir="${maven.bootstrap.dir}/maven">
  -      <fileset dir="src/templates/build">
  -        <include name="plugins/**"/>
  -        <exclude name="**/Control.vm"/>
  -      </fileset>
  -    </copy>
  --->
  -
       <copy todir="${maven.bootstrap.dir}/maven/plugins">
         <fileset dir="src/plugins"/>
       </copy>
  @@ -357,28 +348,10 @@
   
       <copy todir="${maven.home}" file="src/dtd/project.xsd" />
   
  -<!--
  -    <copy todir="${maven.home}/stylesheets">
  -      <fileset dir="src/dvsl/xdocs"/>
  -    </copy>
  --->
  -
       <copy todir="${maven.home}/update">
         <fileset dir="src/update"/>
       </copy>
   
  -<!--
  -    <copy todir="${maven.home}/stylesheets">
  -      <fileset dir="src/xslt"/>
  -    </copy>
  --->
  -
  -<!--
  -    <copy todir="${maven.home}/templates/xdocs">
  -      <fileset dir="src/templates/xdocs"/>
  -    </copy>
  --->
  -
       <copy todir="${maven.home}/images">
         <fileset dir="src/images"/>
       </copy>
  @@ -388,25 +361,6 @@
        allow a user to easily create a sample Maven project.
       -->
   
  -<!--
  -    <copy
  -      toDir="${maven.home}/examples"
  -      file="src/examples/build-project.xml"
  -    />
  -
  -    <copy
  -      toDir="${maven.home}/examples"
  -      file="project.xml"
  -    />
  --->
  -
  -<!--
  -    <copy
  -      toDir="${maven.home}/examples"
  -      file="project.properties"
  -    />
  --->
  -
       <!--
         Make the bin/ directory where we are going to install
         our new maven executable scripts.
  @@ -442,15 +396,6 @@
         tofile="${maven.home}/plugins/core/jars.list"
         overwrite="yes"
       />
  -
  -    <!--
  -      Install any additional plugin files if any
  -    -->
  -<!--
  -    <copy toDir="${maven.home}/plugins" verbose="true">
  -      <fileset dir="src/templates/build/plugins" includes="**/**" 
excludes="*/Control.vm"/>
  -    </copy>
  --->
   
       </target>
   
  
  
  

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

Reply via email to