werken      2002/07/05 11:37:46

  Modified:    .        build-bootstrap.xml
  Log:
  Commenting out possibly useless lines.  Should go back and
  delete, lateron.
  
  Revision  Changes    Path
  1.113     +14 -0     jakarta-turbine-maven/build-bootstrap.xml
  
  Index: build-bootstrap.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/build-bootstrap.xml,v
  retrieving revision 1.112
  retrieving revision 1.113
  diff -u -r1.112 -r1.113
  --- build-bootstrap.xml       4 Jul 2002 22:04:50 -0000       1.112
  +++ build-bootstrap.xml       5 Jul 2002 18:37:45 -0000       1.113
  @@ -171,12 +171,14 @@
       <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"/>
  @@ -355,21 +357,27 @@
   
       <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"/>
  @@ -380,6 +388,7 @@
        allow a user to easily create a sample Maven project.
       -->
   
  +<!--
       <copy
         toDir="${maven.home}/examples"
         file="src/examples/build-project.xml"
  @@ -389,11 +398,14 @@
         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
  @@ -434,9 +446,11 @@
       <!--
         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